You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Victor Stinner 285cf0a601 hashtable.h now supports keys of any size 10 years ago
..
clinic Rebuilt Clinic generated code. 11 years ago
Python-ast.c Issue #26146: remove useless code 10 years ago
README Issue #18093: Factor out the programs that embed the runtime 12 years ago
_warnings.c On ResourceWarning, log traceback where the object was allocated 10 years ago
asdl.c Issue #22207: Fix "comparison between signed and unsigned integers" warning in 12 years ago
ast.c remove unused c_encoding struct member 10 years ago
bltinmodule.c Issue #24802: Merge null termination fixes from 3.5 10 years ago
ceval.c Merge 3.5 (issue #25888) 10 years ago
ceval_gil.h Use Py_uintptr_t for atomic pointers 10 years ago
codecs.c Issue #24993: Handle import error in namereplace error handler 11 years ago
compile.c Update assertion in compiler_addop_i() 10 years ago
condvar.h Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
dtoa.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
dup2.c #9060 Let platforms without dup2() compile the replacement fonction without error. 15 years ago
dynamic_annotations.c Make (most of) Python's tests pass under Thread Sanitizer. 16 years ago
dynload_aix.c PEP 489: Multi-phase extension module initialization 11 years ago
dynload_dl.c Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin. 11 years ago
dynload_hpux.c Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin. 11 years ago
dynload_next.c Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin. 11 years ago
dynload_shlib.c PEP 489: Multi-phase extension module initialization 11 years ago
dynload_stub.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynload_win.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
errors.c Issue #22836: Keep exception reports sensible despite errors 10 years ago
fileutils.c Add more checks on the GIL 10 years ago
formatter_unicode.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
frozen.c Issue #23911: Move path-based bootstrap code to a separate frozen module. 11 years ago
frozenmain.c Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure 10 years ago
future.c Add ast.Constant 10 years ago
getargs.c Issue #26312: SystemError is now raised in all programming bugs with using 10 years ago
getcompiler.c The GCC version is loooooooooong; put it on a new line. 26 years ago
getcopyright.c 2016 will be another year of writing copyrighted code 10 years ago
getopt.c Issue #13540: Expanded argparse documents to clarify the action API 14 years ago
getplatform.c REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
getversion.c Remove trailing whitespace. 16 years ago
graminit.c Issue #9232: Support trailing commas in function declarations. 11 years ago
import.c Issue #25698: Prevent possible replacing imported module with the empty one 10 years ago
importdl.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
importdl.h PEP 489: Multi-phase extension module initialization 11 years ago
importlib.h Merge for issue #26367 10 years ago
importlib_external.h regrtest: Fix module.__path__ 10 years ago
makeopcodetargets.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
marshal.c hashtable.h now supports keys of any size 10 years ago
modsupport.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
mysnprintf.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
mystrtoul.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
opcode_targets.h Issue 25483: Add an opcode to make f-string formatting more robust. 10 years ago
peephole.c co_lnotab supports negative line number delta 10 years ago
pyarena.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
pyctype.c Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. 17 years ago
pyfpe.c Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
pyhash.c Issue #20162: Fix an alignment issue in the siphash24() hash function which 12 years ago
pylifecycle.c Py_FatalError: disable faulthandler earlier 10 years ago
pymath.c #23891: describe a few more modules in the tutorial 11 years ago
pystate.c faulthandler now works in non-Python threads 10 years ago
pystrcmp.c Untabify C files. Will watch buildbots. 16 years ago
pystrhex.c Silence a gcc "may be used uninitialized" compiler warning. Not true. 11 years ago
pystrtod.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
pythonrun.c Issue #22836: Merge exception reporting from 3.5 10 years ago
pytime.c Merge 3.5 (pytime) 10 years ago
random.c Issue #25558: Use compile-time asserts. 10 years ago
sigcheck.c REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
strdup.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
structmember.c Issue #13540: Expanded argparse documents to clarify the action API 14 years ago
symtable.c Add ast.Constant 10 years ago
sysmodule.c Add PYTHONMALLOC env var 10 years ago
thread.c Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 10 years ago
thread_foobar.h Issue #21312: Update the thread_foobar.h template file to include newer threading APIs. Patch by Jack McCracken. 12 years ago
thread_nt.h The PyCOND_TIMEDWAIT must use microseconds for the timeout argument 12 years ago
thread_pthread.h Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and 12 years ago
traceback.c faulthandler now works in non-Python threads 10 years ago

README

Miscellaneous source files for the main Python shared library