/cpython

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

README

Miscellaneous source files for the main Python shared library