Skip to content
Branch: 3.7
Find file History
Pull request Compare This branch is 2581 commits ahead, 5169 commits behind master.
Latest commit 54bd737 Dec 19, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
internal [3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized m… Apr 11, 2019
Python-ast.h bpo-32911: Revert bpo-29463. (GH-7121) May 29, 2018
Python.h bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) ( Dec 31, 2018
abstract.h [3.7] bpo-38600: Change the mark up of NULL in the C API documentatio… Oct 30, 2019
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 [3.7] bpo-33475: Fix and improve converting annotations to strings. (G… May 20, 2018
bitset.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
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 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) Jan 27, 2018
bytesobject.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
cellobject.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
ceval.h bpo-35444: Fix error handling when fail to look up builtin "getattr". ( Dec 11, 2018
classobject.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
code.h String annotations [PEP 563] (#4390) Jan 26, 2018
codecs.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
compile.h String annotations [PEP 563] (#4390) Jan 26, 2018
complexobject.h Issue #21803: remove macro indirections in complexobject.h Jul 7, 2014
context.h bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-… Sep 21, 2018
datetime.h bpo-10381: Add timezone to datetime C API (#5032) Jan 24, 2018
descrobject.h bpo-32240: Add the const qualifier to declarations of PyObject* array… Dec 15, 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 bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
eval.h bpo-32240: Add the const qualifier to declarations of PyObject* array… Dec 15, 2017
fileobject.h bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) Dec 13, 2017
fileutils.h bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) (GH-10673 Nov 23, 2018
floatobject.h Issue #11734: Add support for IEEE 754 half-precision floats to the s… Sep 3, 2016
frameobject.h Move exc state to generator. Fixes bpo-25612 (#1773) Oct 22, 2017
funcobject.h bpo-32240: Add the const qualifier to declarations of PyObject* array… Dec 15, 2017
genobject.h bpo-32591: Add native coroutine origin tracking (#5250) Jan 21, 2018
graminit.h bpo-30406: Make async and await proper keywords (#1669) Oct 6, 2017
grammar.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
import.h Fix redundant declaration of _PyImport_AddModuleObject (GH-7992) Jun 29, 2018
intrcheck.h [3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (G… May 22, 2018
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 bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
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 bpo-32240: Add the const qualifier to declarations of PyObject* array… Dec 15, 2017
modsupport.h bpo-32240: Add the const qualifier to declarations of PyObject* array… Dec 15, 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 bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
object.h [3.7] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-… Nov 22, 2018
objimpl.h
odictobject.h bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900) Dec 25, 2017
opcode.h bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) Jan 30, 2018
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 bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
patchlevel.h Post release updates Dec 19, 2019
pgen.h Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to Apr 17, 2003
pgenheaders.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
py_curses.h bpo-32593: Drop FreeBSD 9 and older support (#5232) Jan 22, 2018
pyarena.h Merge branches/pep-0384. Dec 3, 2010
pyatomic.h bpo-31462: Remove trailing whitespaces. (#3564) Sep 14, 2017
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 bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) Nov 24, 2017
pydtrace.d bpo-31574: importlib dtrace (#3749) Sep 29, 2017
pydtrace.h [3.7] bpo-9566: Fix compiler warnings on Windows (GH-12920) Apr 23, 2019
pyerrors.h [3.7] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) (GH-10301) Nov 3, 2018
pyexpat.h bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) Sep 18, 2018
pyfpe.h bpo-29137: Remove fpectl module (#4789) Jan 6, 2018
pyhash.h Correct the location of a function mentioned in a comment (GH-4327) Nov 9, 2017
pylifecycle.h bpo-36236: Handle removed cwd at Python init (GH-12450) Mar 19, 2019
pymacconfig.h Minor spelling fixes Aug 20, 2016
pymacro.h bpo-31338 (#3374) Sep 15, 2017
pymath.h bpo-31373: fix undefined floating-point demotions (#3396) Sep 7, 2017
pymem.h [3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized m… Apr 11, 2019
pyport.h closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (G… Sep 24, 2019
pystate.h Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coer… Sep 19, 2018
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 bpo-22257: Small changes for PEP 432. (#1728) May 23, 2017
pythread.h bpo-30768: Recompute timeout on interrupted lock (GH-4103) Oct 24, 2017
pytime.h Fix _PyTime_MIN/MAX values (GH-15384) Aug 23, 2019
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 bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 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 bpo-32836: Remove obsolete code from symtable pass (GH-5680) Mar 10, 2018
sysmodule.h bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845) Dec 13, 2017
token.h
traceback.h Issue #26900: Excluded underscored names and other private API from l… Sep 11, 2016
tupleobject.h Fix small typo in tupleobject.h (#4801) Dec 12, 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-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718 Nov 26, 2018
warnings.h bpo-32591: Add native coroutine origin tracking (#5250) Jan 21, 2018
weakrefobject.h Closes #13867: remove untrue comment about PyWeakref_Check(). Oct 8, 2013
You can’t perform that action at this time.