Permalink
..
Failed to load latest commit information.
Python-ast.h bpo-29463: Add docstring field to some AST nodes. (#46) Feb 22, 2017
Python.h issue27186: add C version of os.fspath(); patch by Jelle Zijlstra Jun 4, 2016
abstract.h bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) Mar 30, 2017
accu.h Issue #14387 : undefine 'small' so that it doesn't clash with Windows… Mar 22, 2012
asdl.h Add ast.Constant Jan 25, 2016
ast.h Close #11619: The parser and the import machinery do not encode Unicode Aug 26, 2013
bitset.h REMOVED all CWI, CNRI and BeOpen copyright markings. Sep 1, 2000
bltinmodule.h these builtins have to be initialized May 9, 2009
boolobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and… Dec 19, 2007
bytearrayobject.h fix comment Oct 5, 2013
bytes_methods.h Issue #26765: Moved common code and docstrings for bytes and bytearra… May 4, 2016
bytesobject.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
cellobject.h Merge branches/pep-0384. Dec 3, 2010
ceval.h bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
classobject.h Merge branches/pep-0384. Dec 3, 2010
code.h Issue #18896: Python function can now have more than 255 parameters. Dec 16, 2016
codecs.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
compile.h PEP 479: Change StopIteration handling inside generators. May 9, 2015
complexobject.h Issue #21803: remove macro indirections in complexobject.h Jul 7, 2014
datetime.h Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). Jul 22, 2016
descrobject.h Issue #29263: LOAD_METHOD support for C methods Feb 2, 2017
dictobject.h bpo-15695: Add PyAPI_FUNC() to _PyDict_SizeOf() declaration. (#639) Mar 12, 2017
dtoa.h Issue #14521: Make result of float('nan') and float('-nan') more cons… Apr 29, 2012
dynamic_annotations.h fix instances of consecutive articles (closes #23221) Jan 13, 2015
enumobject.h Implement and apply PEP 322, reverse iteration Nov 6, 2003
errcode.h Issue #12705: Raise SyntaxError when compiling multiple statements as… Jan 19, 2012
eval.h bpo-29524: Add Objects/call.c file (#12) Feb 12, 2017
fileobject.h bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETS… Mar 12, 2017
fileutils.h bpo-29619: Convert st_ino using unsigned integer (#557) Mar 9, 2017
floatobject.h Issue #11734: Add support for IEEE 754 half-precision floats to the s… Sep 3, 2016
frameobject.h Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python fu… Dec 24, 2016
funcobject.h Add _PyObject_FastCallKeywords() Sep 9, 2016
genobject.h Issue #23996: Added _PyGen_SetStopIterationValue for safe raising Nov 6, 2016
graminit.h Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. Sep 9, 2016
grammar.h properly free memory in pgen Sep 19, 2016
import.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
intrcheck.h Issue #26900: Excluded underscored names and other private API from l… Sep 11, 2016
iterobject.h Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include… Apr 4, 2012
listobject.h bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet… Apr 21, 2017
longintrepr.h replace Python aliases for standard integer types with the standard i… Sep 6, 2016
longobject.h bpo-29878: Add global instances of int for 0 and 1. (#852) Mar 30, 2017
marshal.h Issue #1772673: The type of `char*` arguments now changed to `const c… Oct 19, 2013
memoryobject.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
metagrammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. Sep 1, 2000
methodobject.h Issue #29263: LOAD_METHOD support for C methods Feb 2, 2017
modsupport.h Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and Feb 6, 2017
moduleobject.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
namespaceobject.h Issue #26900: Excluded underscored names and other private API from l… Sep 11, 2016
node.h Removed trailing tabs. Mar 21, 2015
object.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
objimpl.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
odictobject.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
opcode.h Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. Dec 14, 2016
osdefs.h Issue #22591: Drop support of MS-DOS Oct 10, 2014
osmodule.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
parsetok.h Issue #1772673: The type of `char*` arguments now changed to `const c… Oct 19, 2013
patchlevel.h Bump to 3.7.0a0 Sep 12, 2016
pgen.h Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to Apr 17, 2003
pgenheaders.h prefix freegrammar (closes #28413) Oct 11, 2016
py_curses.h Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
pyarena.h Merge branches/pep-0384. Dec 3, 2010
pyatomic.h replace Py_(u)intptr_t with the c99 standard types Sep 6, 2016
pycapsule.h Merged revisions 88517 via svnmerge from Feb 22, 2011
pyctype.h Try to fix linking failures under Windows Oct 4, 2011
pydebug.h Issue #1602: Windows console doesn't input or print Unicode (PEP 528) Aug 31, 2016
pydtrace.d DTrace support: function calls, GC activity, line execution Sep 10, 2016
pydtrace.h mark dtrace stubs as static inline; remove stubs Oct 21, 2016
pyerrors.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
pyexpat.h Issue #13612: handle unknown encodings without a buffer overflow. May 25, 2013
pyfpe.h remove trailing whitespace Sep 20, 2016
pygetopt.h Issue #26900: Excluded underscored names and other private API from l… Sep 11, 2016
pyhash.h replace Python aliases for standard integer types with the standard i… Sep 6, 2016
pylifecycle.h bpo-27593: Get SCM build info from git instead of hg. (#446) Mar 4, 2017
pymacconfig.h Minor spelling fixes Aug 20, 2016
pymacro.h bpo-29936: fix typo __GNU*C*_MINOR__ (#878) Mar 29, 2017
pymath.h Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Aug 30, 2016
pymem.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
pyport.h remove configure test for inline keyword (#1231) Apr 21, 2017
pystate.h bpo-6532: Make the thread id an unsigned integer. (#781) Mar 23, 2017
pystrcmp.h Merged revisions 59541-59561 via svnmerge from Dec 19, 2007
pystrhex.h Issue #26900: Excluded underscored names and other private API from l… Sep 11, 2016
pystrtod.h Issue #26331: Implement the parsing part of PEP 515. Sep 9, 2016
pythonrun.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
pythread.h bpo-6532: Make the thread id an unsigned integer. (#781) Mar 23, 2017
pytime.h Issue #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.h bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet… Apr 21, 2017
sliceobject.h Issue #27867: Silenced may-be-used-uninitialized warnings after Feb 4, 2017
structmember.h Issue #28761: The fields name and doc of structures PyMemberDef, PyGe… Nov 22, 2016
structseq.h Issue #28761: The fields name and doc of structures PyMemberDef, PyGe… Nov 22, 2016
symtable.h Issue #28003: Implement PEP 525 -- Asynchronous Generators. Sep 9, 2016
sysmodule.h Issue #26900: Excluded underscored names and other private API from l… Sep 11, 2016
token.h PEP 0492 -- Coroutines with async and await syntax. Issue #24017. May 12, 2015
traceback.h Issue #26900: Excluded underscored names and other private API from l… Sep 11, 2016
tupleobject.h bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet… Apr 21, 2017
typeslots.h Issue 24365: Conditionalize PEP 489 additions to the stable ABI Jun 2, 2015
ucnhash.h Removed unintentional trailing spaces in non-external and non-generat… Mar 18, 2015
unicodeobject.h bpo-29941: Assert fixes (#886) Mar 31, 2017
warnings.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
weakrefobject.h Closes #13867: remove untrue comment about PyWeakref_Check(). Oct 8, 2013