Permalink
..
Failed to load latest commit information.
clinic Run Argument Clinic: METH_VARARGS=>METH_FASTCALL Jan 17, 2017
Python-ast.c Issue #29369: Use Py_IDENTIFIER in Python-ast.c Jan 25, 2017
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
_warnings.c Issue #20185: Convert _warnings.warn() to Argument Clinic Dec 9, 2016
asdl.c replace PY_SIZE_MAX with SIZE_MAX Sep 7, 2016
ast.c Issue #18896: Python function can now have more than 255 parameters. Dec 16, 2016
bltinmodule.c Issue #26729: Fixed __text_signature__ for sorted(). Jan 23, 2017
ceval.c Rephrase !PyErr_Occurred() comment: may=>can Jan 18, 2017
ceval_gil.h replace Py_(u)intptr_t with the c99 standard types Sep 6, 2016
codecs.c Issue #28858: Remove _PyObject_CallArg1() macro Dec 5, 2016
compile.c Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the … Dec 16, 2016
condvar.h replace PY_LONG_LONG with long long Sep 6, 2016
dtoa.c dtoa.c: remove code for platforms with 64-bit integers (#17884) Sep 6, 2016
dup2.c Merged revisions 85236 via svnmerge from Oct 5, 2010
dynamic_annotations.c Make (most of) Python's tests pass under Thread Sanitizer. May 3, 2010
dynload_aix.c PEP 489: Multi-phase extension module initialization May 23, 2015
dynload_dl.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_hpux.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_next.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_shlib.c PEP 489: Multi-phase extension module initialization May 23, 2015
dynload_stub.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. May 4, 2012
dynload_win.c Issue #25923: Added more const qualifiers to signatures of static and… Dec 25, 2015
errors.c Issue #25677: Merge SyntaxError caret positioning from 3.6 Dec 19, 2016
fileutils.c Issue #26919: On Android, operating system data is now always encoded… Dec 15, 2016
formatter_unicode.c merge 3.5 (#28119) Sep 14, 2016
frozen.c Issue #26647: Python interpreter now uses 16-bit wordcode instead of … May 24, 2016
frozenmain.c Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure Nov 30, 2015
future.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringA… Nov 20, 2016
getargs.c Issue #29029: Speed up processing positional arguments in Jan 17, 2017
getcompiler.c The GCC version is loooooooooong; put it on a new line. Sep 5, 2000
getcopyright.c ring in 2017 for Python Jan 2, 2017
getopt.c #16306: report only the first unknown option and add more tests. Patc… Nov 23, 2012
getplatform.c REMOVED all CWI, CNRI and BeOpen copyright markings. Sep 1, 2000
getversion.c Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmer… Aug 1, 2010
graminit.c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. Sep 9, 2016
import.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
importdl.c Issue #28748: Private variable _Py_PackageContext is now of type "con… Nov 21, 2016
importdl.h PEP 489: Multi-phase extension module initialization May 23, 2015
importlib.h Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. Dec 14, 2016
importlib_external.h Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. Dec 14, 2016
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py Mar 26, 2016
marshal.c Use _PyObject_CallMethodIdObjArgs() Dec 9, 2016
modsupport.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
mysnprintf.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
mystrtoul.c Issue #25923: Added the const qualifier to static constant arrays. Dec 25, 2015
opcode_targets.h Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. Dec 14, 2016
peephole.c Issue #28517: Fixed of-by-one error in the peephole optimizer that ca… Oct 25, 2016
pyarena.c Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena … Jul 7, 2013
pyctype.c Include files missed in r72044. Apr 27, 2009
pyfpe.c Removed unintentional trailing spaces in non-external and non-generat… Mar 18, 2015
pyhash.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can prop… Sep 13, 2016
pylifecycle.c Added the const qualifier to char* variables that refer to readonly i… Nov 20, 2016
pymath.c Issue 24366: Indent code (thanks to li4ick for reporting). Jun 2, 2015
pystate.c remove ceval timestamp support Sep 9, 2016
pystrcmp.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
pystrhex.c Silence a gcc "may be used uninitialized" compiler warning. Not true. Apr 26, 2015
pystrtod.c Issue #26331: Implement the parsing part of PEP 515. Sep 9, 2016
pythonrun.c Issue #25677: Merge SyntaxError caret positioning from 3.6 Dec 19, 2016
pytime.c Issue #28148: Stop using localtime() and gmtime() in the time module. Sep 28, 2016
random.c Issue #29157: Prefer getrandom() over getentropy() Jan 6, 2017
sigcheck.c REMOVED all CWI, CNRI and BeOpen copyright markings. Sep 1, 2000
strdup.c Issue #18722: Remove uses of the "register" keyword in C code. Aug 13, 2013
structmember.c Added the const qualifier to char* variables that refer to readonly i… Nov 20, 2016
symtable.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicod… Nov 16, 2016
sysmodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
thread.c Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 Nov 2, 2015
thread_foobar.h Issue #21312: Update the thread_foobar.h template file to include new… Apr 28, 2014
thread_nt.h replace PY_LONG_LONG with long long Sep 6, 2016
thread_pthread.h Issue #22206: Using pthread, PyThread_create_key() now sets errno to … Aug 17, 2014
traceback.c Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and ex… Oct 18, 2016
wordcode_helpers.h Issue #27129: Replaced wordcode related magic constants with macros. Sep 11, 2016

README

Miscellaneous source files for the main Python shared library