|
Failed to load latest commit information. |
|
Python-ast.h
|
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
|
Sep 9, 2016
|
|
Python.h
|
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
|
Nov 13, 2018
|
|
abstract.h
|
bpo-30524: Fix _PyStack_UnpackDict() (#1886)
|
Jun 9, 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
|
|
|
|
bytearrayobject.h
|
|
|
|
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-35444: Fix error handling when fail to look up builtin "getattr". (…
|
Dec 11, 2018
|
|
classobject.h
|
Merge branches/pep-0384.
|
Dec 3, 2010
|
|
code.h
|
Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder).
|
Nov 21, 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 #26900: Excluded underscored names and other private API from l…
|
Sep 11, 2016
|
|
dictobject.h
|
Issue #28969: Fixed race condition in C implementation of functools.l…
|
Jan 12, 2017
|
|
dtoa.h
|
Issue #14521: Make result of float('nan') and float('-nan') more cons…
|
Apr 29, 2012
|
|
dynamic_annotations.h
|
|
|
|
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
|
Merge branches/pep-0384.
|
Dec 3, 2010
|
|
fileobject.h
|
bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETS…
|
Aug 22, 2017
|
|
fileutils.h
|
[3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) (…
|
Oct 17, 2018
|
|
floatobject.h
|
Issue #11734: Add support for IEEE 754 half-precision floats to the s…
|
Sep 3, 2016
|
|
frameobject.h
|
fix indentation of comment
|
Jun 4, 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
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
|
Apr 17, 2016
|
|
longintrepr.h
|
replace Python aliases for standard integer types with the standard i…
|
Sep 6, 2016
|
|
longobject.h
|
Issue #26900: Excluded underscored names and other private API from l…
|
Sep 11, 2016
|
|
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 #27810: Exclude METH_FASTCALL from the stable API
|
Sep 12, 2016
|
|
modsupport.h
|
Issue #29083: Fixed the declaration of some public API functions.
|
Jan 24, 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
|
|
|
|
object.h
|
bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) (…
|
Nov 22, 2018
|
|
objimpl.h
|
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (G…
|
Feb 12, 2018
|
|
odictobject.h
|
bpo-29084: Exclude C API for OrderedDict from the limited C API. (GH-…
|
Dec 25, 2017
|
|
opcode.h
|
Issue #28257: Improved error message when pass a non-iterable as
|
Oct 2, 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
|
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
|
prefix freegrammar (closes #28413)
|
Oct 11, 2016
|
|
py_curses.h
|
bpo-25720: Fix the method for checking pad state of curses WINDOW (GH…
|
Nov 1, 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
|
|
|
|
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
|
[3.6] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) (GH-10302)
|
Nov 2, 2018
|
|
pyexpat.h
|
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
|
Sep 18, 2018
|
|
pyfpe.h
|
remove trailing whitespace
|
Sep 20, 2016
|
|
pygetopt.h
|
|
|
|
pyhash.h
|
Correct the location of a function mentioned in a comment (GH-4327)
|
Nov 9, 2017
|
|
pylifecycle.h
|
|
|
|
pymacconfig.h
|
Minor spelling fixes
|
Aug 20, 2016
|
|
pymacro.h
|
Add Py_MEMBER_SIZE macro
|
Sep 8, 2016
|
|
pymath.h
|
[3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396)…
|
Sep 7, 2017
|
|
pymem.h
|
bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) (…
|
Nov 22, 2018
|
|
pyport.h
|
Fix the only non-C90 comment to be C90 compatible. (#568)
|
Mar 21, 2017
|
|
pystate.h
|
bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152)
|
Jun 13, 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
|
|
|
|
pytime.h
|
Fix trailing whitespaces in C and Python files. (#4131)
|
Oct 26, 2017
|
|
rangeobject.h
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and…
|
Dec 19, 2007
|
|
setobject.h
|
Clarify comments on setentry invariants.
|
Aug 1, 2015
|
|
sliceobject.h
|
|
|
|
structmember.h
|
require a long long data type (closes #27961)
|
Sep 6, 2016
|
|
structseq.h
|
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
|
Jul 22, 2013
|
|
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
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level mem…
|
Jun 22, 2012
|
|
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
|
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
|