/cpython

Switch branches/tags
v3.6.1 v3.6.1rc1 v3.6.0 v3.6.0rc2 v3.6.0rc1 v3.6.0b4 v3.6.0b3 v3.6.0b2 v3.6.0b1 v3.6.0a4 v3.6.0a3 v3.6.0a2 v3.6.0a1 v3.5.3 v3.5.3rc1 v3.5.2 v3.5.2rc1 v3.5.1 v3.5.1rc1 v3.5.0 v3.5.0rc4 v3.5.0rc3 v3.5.0rc2 v3.5.0rc1 v3.5.0b4 v3.5.0b3 v3.5.0b2 v3.5.0b1 v3.5.0a4 v3.5.0a3 v3.5.0a2 v3.5.0a1 v3.4.6 v3.4.6rc1 v3.4.5 v3.4.5rc1 v3.4.4 v3.4.4rc1 v3.4.3 v3.4.3rc1 v3.4.2 v3.4.2rc1 v3.4.1 v3.4.1rc1 v3.4.0 v3.4.0rc3 v3.4.0rc2 v3.4.0rc1 v3.4.0b3 v3.4.0b2 v3.4.0b1 v3.4.0a4 v3.4.0a3 v3.4.0a2 v3.4.0a1 v3.3.6 v3.3.6rc1 v3.3.5 v3.3.5rc2 v3.3.5rc1 v3.3.4 v3.3.4rc1 v3.3.3 v3.3.3rc2 v3.3.3rc1 v3.3.2 v3.3.1 v3.3.1rc1 v3.3.0 v3.3.0rc3 v3.3.0rc2 v3.3.0rc1 v3.3.0b2 v3.3.0b1 v3.3.0a4 v3.3.0a3 v3.3.0a2 v3.3.0a1 v3.2.6 v3.2.6rc1 v3.2.5 v3.2.4 v3.2.4rc1 v3.2.3 v3.2.3rc2 v3.2.3rc1 v3.2.2 v3.2.2rc1 v3.2.1 v3.2.1rc2 v3.2.1rc1 v3.2.1b1 v3.2 v3.2rc3 v3.2rc2 v3.2rc1 v3.2b2 v3.2b1 v3.2a4 v3.2a3
Nothing to show
Find file History
cpython/Include/
Permalink
..
Failed to load latest commit information.
Python-ast.hbpo-29463: Add docstring field to some AST nodes. (#46)Feb 22, 2017
Python.hissue27186: add C version of os.fspath(); patch by Jelle ZijlstraJun 4, 2016
abstract.hbpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)Mar 30, 2017
accu.hIssue #14387 : undefine 'small' so that it doesn't clash with Windows…Mar 22, 2012
asdl.hAdd ast.ConstantJan 25, 2016
ast.hClose #11619: The parser and the import machinery do not encode UnicodeAug 26, 2013
bitset.hREMOVED all CWI, CNRI and BeOpen copyright markings.Sep 1, 2000
bltinmodule.hthese builtins have to be initializedMay 9, 2009
boolobject.h#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and…Dec 19, 2007
bytearrayobject.hfix commentOct 5, 2013
bytes_methods.hIssue #26765: Moved common code and docstrings for bytes and bytearra…May 4, 2016
bytesobject.hIssue #29058: All stable API extensions added after Python 3.2 are nowDec 27, 2016
cellobject.hMerge branches/pep-0384.Dec 3, 2010
ceval.hbpo-30022: Get rid of using EnvironmentError and IOError (except test… (Apr 16, 2017
classobject.hMerge branches/pep-0384.Dec 3, 2010
code.hIssue #18896: Python function can now have more than 255 parameters.Dec 16, 2016
codecs.hIssue #29058: All stable API extensions added after Python 3.2 are nowDec 27, 2016
compile.hPEP 479: Change StopIteration handling inside generators.May 9, 2015
complexobject.hIssue #21803: remove macro indirections in complexobject.hJul 7, 2014
datetime.hCloses issue #24773: Implement PEP 495 (Local Time Disambiguation).Jul 22, 2016
descrobject.hIssue #29263: LOAD_METHOD support for C methodsFeb 2, 2017
dictobject.hbpo-15695: Add PyAPI_FUNC() to _PyDict_SizeOf() declaration. (#639)Mar 12, 2017
dtoa.hIssue #14521: Make result of float('nan') and float('-nan') more cons…Apr 29, 2012
dynamic_annotations.hfix instances of consecutive articles (closes #23221)Jan 13, 2015
enumobject.hImplement and apply PEP 322, reverse iterationNov 6, 2003
errcode.hIssue #12705: Raise SyntaxError when compiling multiple statements as…Jan 19, 2012
eval.hbpo-29524: Add Objects/call.c file (#12)Feb 12, 2017
fileobject.hbpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETS…Mar 12, 2017
fileutils.hbpo-29619: Convert st_ino using unsigned integer (#557)Mar 9, 2017
floatobject.hIssue #11734: Add support for IEEE 754 half-precision floats to the s…Sep 3, 2016
frameobject.hIssue #29049: Call _PyObject_GC_TRACK() lazily when calling Python fu…Dec 24, 2016
funcobject.hAdd _PyObject_FastCallKeywords()Sep 9, 2016
genobject.hIssue #23996: Added _PyGen_SetStopIterationValue for safe raisingNov 6, 2016
graminit.hIssue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Sep 9, 2016
grammar.hproperly free memory in pgenSep 19, 2016
import.hIssue #29058: All stable API extensions added after Python 3.2 are nowDec 27, 2016
intrcheck.hIssue #26900: Excluded underscored names and other private API from l…Sep 11, 2016
iterobject.hRename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include…Apr 4, 2012
listobject.hbpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet…Apr 21, 2017
longintrepr.hreplace Python aliases for standard integer types with the standard i…Sep 6, 2016
longobject.hbpo-29878: Add global instances of int for 0 and 1. (#852)Mar 30, 2017
marshal.hIssue #1772673: The type of `char*` arguments now changed to `const c…Oct 19, 2013
memoryobject.hIssue #29058: All stable API extensions added after Python 3.2 are nowDec 27, 2016
metagrammar.hREMOVED all CWI, CNRI and BeOpen copyright markings.Sep 1, 2000
methodobject.hIssue #29263: LOAD_METHOD support for C methodsFeb 2, 2017
modsupport.hIssue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() andFeb 6, 2017
moduleobject.hIssue #29058: All stable API extensions added after Python 3.2 are nowDec 27, 2016
namespaceobject.hIssue #26900: Excluded underscored names and other private API from l…Sep 11, 2016
node.hRemoved trailing tabs.Mar 21, 2015
object.hIssue #29058: All stable API extensions added after Python 3.2 are nowDec 27, 2016
objimpl.hIssue #29058: All stable API extensions added after Python 3.2 are nowDec 27, 2016
odictobject.hIssue #29058: All stable API extensions added after Python 3.2 are nowDec 27, 2016
opcode.hIssue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.Dec 14, 2016
osdefs.hIssue #22591: Drop support of MS-DOSOct 10, 2014
osmodule.hIssue #29058: All stable API extensions added after Python 3.2 are nowDec 27, 2016
parsetok.hIssue #1772673: The type of `char*` arguments now changed to `const c…Oct 19, 2013
patchlevel.hBump to 3.7.0a0Sep 12, 2016
pgen.hChanges from Jonathan Riehl to allow his pgen extension (PEP 269) toApr 17, 2003
pgenheaders.hprefix freegrammar (closes #28413)Oct 11, 2016
py_curses.hIssue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE …Jan 23, 2017
pyarena.hMerge branches/pep-0384.Dec 3, 2010
pyatomic.hreplace Py_(u)intptr_t with the c99 standard typesSep 6, 2016
pycapsule.hMerged revisions 88517 via svnmerge fromFeb 22, 2011
pyctype.hTry to fix linking failures under WindowsOct 4, 2011
pydebug.hIssue #1602: Windows console doesn't input or print Unicode (PEP 528)Aug 31, 2016
pydtrace.dDTrace support: function calls, GC activity, line executionSep 10, 2016
pydtrace.hmark dtrace stubs as static inline; remove stubsOct 21, 2016
pyerrors.hIssue #29058: All stable API extensions added after Python 3.2 are nowDec 27, 2016
pyexpat.hIssue #13612: handle unknown encodings without a buffer overflow.May 25, 2013
pyfpe.hremove trailing whitespaceSep 20, 2016
pygetopt.hIssue #26900: Excluded underscored names and other private API from l…Sep 11, 2016
pyhash.hreplace Python aliases for standard integer types with the standard i…Sep 6, 2016
pylifecycle.hbpo-27593: Get SCM build info from git instead of hg. (#446)Mar 4, 2017
pymacconfig.hMinor spelling fixesAug 20, 2016
pymacro.hbpo-29936: fix typo __GNU*C*_MINOR__ (#878)Mar 29, 2017
pymath.hIssue #27895: Spelling fixes (Contributed by Ville Skyttä).Aug 30, 2016
pymem.hIssue #29058: All stable API extensions added after Python 3.2 are nowDec 27, 2016
pyport.hremove configure test for inline keyword (#1231)Apr 21, 2017
pystate.hbpo-6532: Make the thread id an unsigned integer. (#781)Mar 23, 2017
pystrcmp.hMerged revisions 59541-59561 via svnmerge fromDec 19, 2007
pystrhex.hIssue #26900: Excluded underscored names and other private API from l…Sep 11, 2016
pystrtod.hIssue #26331: Implement the parsing part of PEP 515.Sep 9, 2016
pythonrun.hIssue #29058: All stable API extensions added after Python 3.2 are nowDec 27, 2016
pythread.hbpo-6532: Make the thread id an unsigned integer. (#781)Mar 23, 2017
pytime.hIssue #28148: Stop using localtime() and gmtime() in the time module.Sep 28, 2016
rangeobject.h#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and…Dec 19, 2007
setobject.hbpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet…Apr 21, 2017
sliceobject.hIssue #27867: Silenced may-be-used-uninitialized warnings afterFeb 4, 2017
structmember.hIssue #28761: The fields name and doc of structures PyMemberDef, PyGe…Nov 22, 2016
structseq.hIssue #28761: The fields name and doc of structures PyMemberDef, PyGe…Nov 22, 2016
symtable.hIssue #28003: Implement PEP 525 -- Asynchronous Generators.Sep 9, 2016
sysmodule.hIssue #26900: Excluded underscored names and other private API from l…Sep 11, 2016
token.hPEP 0492 -- Coroutines with async and await syntax. Issue #24017.May 12, 2015
traceback.hIssue #26900: Excluded underscored names and other private API from l…Sep 11, 2016
tupleobject.hbpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet…Apr 21, 2017
typeslots.hIssue 24365: Conditionalize PEP 489 additions to the stable ABIJun 2, 2015
ucnhash.hRemoved unintentional trailing spaces in non-external and non-generat…Mar 18, 2015
unicodeobject.hbpo-29941: Assert fixes (#886)Mar 31, 2017
warnings.hIssue #29058: All stable API extensions added after Python 3.2 are nowDec 27, 2016
weakrefobject.hCloses #13867: remove untrue comment about PyWeakref_Check().Oct 8, 2013