|
Failed to load latest commit information. |
|
cpython
|
bpo-38376: Fix _PyUnicode_CheckConsistency() definition (GH-16623)
|
Oct 7, 2019
|
|
internal
|
[3.8] bpo-36389: Backport debug enhancements from master (GH-16796)
|
Oct 15, 2019
|
|
Python-ast.h
|
bpo-37593: Swap the positions of posonlyargs and args in the construc…
|
Jul 14, 2019
|
|
Python.h
|
bpo-36763: Implement the PEP 587 (GH-13592)
|
May 27, 2019
|
|
abstract.h
|
[3.8] bpo-38600: Change the mark up of NULL in the C API documentatio…
|
Oct 30, 2019
|
|
asdl.h
|
bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655)
|
Nov 22, 2018
|
|
ast.h
|
bpo-35177: Add dependencies between header files (GH-10361)
|
Nov 11, 2018
|
|
bitset.h
|
|
|
|
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-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
|
May 28, 2019
|
|
classobject.h
|
bpo-36974: implement PEP 590 (GH-13185)
|
May 29, 2019
|
|
code.h
|
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and se…
|
Jul 1, 2019
|
|
codecs.h
|
Issue #29058: All stable API extensions added after Python 3.2 are now
|
Dec 27, 2016
|
|
compile.h
|
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
|
Jun 13, 2019
|
|
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-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416)
|
Nov 13, 2018
|
|
descrobject.h
|
[3.8] bpo-36974: separate vectorcall functions for each calling conve…
|
Jul 23, 2019
|
|
dictobject.h
|
bpo-35134: Create Include/cpython/dictobject.h (GH-10732)
|
Nov 26, 2018
|
|
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-36842: Implement PEP 578 (GH-12613)
|
May 23, 2019
|
|
fileutils.h
|
bpo-37834: Normalise handling of reparse points on Windows (GH-15370)
|
Aug 21, 2019
|
|
floatobject.h
|
Issue #11734: Add support for IEEE 754 half-precision floats to the s…
|
Sep 3, 2016
|
|
frameobject.h
|
bpo-35134: Split traceback.h header (GH-13430)
|
May 19, 2019
|
|
funcobject.h
|
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
|
May 30, 2019
|
|
genobject.h
|
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in pa…
|
Sep 30, 2019
|
|
graminit.h
|
bpo-35766: Merge typed_ast back into CPython (GH-11645)
|
Jan 31, 2019
|
|
grammar.h
|
fix warnings by adding more const (GH-12924)
|
Apr 23, 2019
|
|
import.h
|
bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)
|
May 13, 2019
|
|
interpreteridobject.h
|
bpo-36097: Use only public C-API in the_xxsubinterpreters module (add…
|
Mar 15, 2019
|
|
intrcheck.h
|
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
|
May 28, 2019
|
|
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-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
|
May 28, 2019
|
|
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
|
|
methodobject.h
|
[3.8] bpo-36974: separate vectorcall functions for each calling conve…
|
Jul 23, 2019
|
|
modsupport.h
|
[3.8] bpo-37034: Display argument name on errors with keyword argumen…
|
Aug 29, 2019
|
|
moduleobject.h
|
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
|
May 28, 2019
|
|
namespaceobject.h
|
Issue #26900: Excluded underscored names and other private API from l…
|
Sep 11, 2016
|
|
node.h
|
bpo-33416: Add end positions to Python AST (GH-11605)
|
Jan 22, 2019
|
|
object.h
|
bpo-32388: Remove cross-version binary compatibility requirement in t…
|
May 29, 2019
|
|
objimpl.h
|
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
|
Mar 27, 2019
|
|
odictobject.h
|
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
|
Nov 22, 2018
|
|
opcode.h
|
Update opcode.h header comment to mention the source data file (GH-9935)
|
Oct 18, 2018
|
|
osdefs.h
|
bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968)
|
Feb 27, 2019
|
|
osmodule.h
|
Issue #29058: All stable API extensions added after Python 3.2 are now
|
Dec 27, 2016
|
|
parsetok.h
|
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
|
Mar 7, 2019
|
|
patchlevel.h
|
Post 3.8.1
|
Dec 19, 2019
|
|
picklebufobject.h
|
bpo-36785: PEP 574 implementation (GH-7076)
|
May 26, 2019
|
|
py_curses.h
|
bpo-20171: Convert the _curses and _curses_panel modules to Argument …
|
May 10, 2018
|
|
pyarena.h
|
Merge branches/pep-0384.
|
Dec 3, 2010
|
|
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-36842: Implement PEP 578 (GH-12613)
|
May 23, 2019
|
|
pydtrace.h
|
bpo-36842: Implement PEP 578 (GH-12613)
|
May 23, 2019
|
|
pyerrors.h
|
[3.8] bpo-37757: Disallow PEP 572 cases that expose implementation de…
|
Aug 25, 2019
|
|
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
|
Fix typos mostly in comments, docs and test names (GH-15209)
|
Aug 30, 2019
|
|
pylifecycle.h
|
bpo-36763: Make Py_BytesMain() public (GH-15532)
|
Aug 26, 2019
|
|
pymacconfig.h
|
Minor spelling fixes
|
Aug 20, 2016
|
|
pymacro.h
|
bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) (GH-16306)
|
Sep 20, 2019
|
|
pymath.h
|
bpo-31373: fix undefined floating-point demotions (#3396)
|
Sep 7, 2017
|
|
pymem.h
|
bpo-35134: Add Include/cpython/pymem.h (GH-12840)
|
Apr 15, 2019
|
|
pyport.h
|
closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (G…
|
Sep 24, 2019
|
|
pystate.h
|
bpo-36124: Add PyInterpreterState.dict. (gh-12132)
|
Mar 15, 2019
|
|
pystrcmp.h
|
Merged revisions 59541-59561 via svnmerge from
|
Dec 19, 2007
|
|
pystrhex.h
|
bpo-22385: Support output separators in hex methods. (#13578)
|
May 29, 2019
|
|
pystrtod.h
|
Issue #26331: Implement the parsing part of PEP 515.
|
Sep 9, 2016
|
|
pythonrun.h
|
bpo-37189: Export old PyRun_XXX() functions (GH-14142)
|
Jun 17, 2019
|
|
pythread.h
|
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
|
Jun 13, 2019
|
|
pytime.h
|
Fix _PyTime_MIN/MAX values (GH-15384) (GH-15426)
|
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-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
|
May 28, 2019
|
|
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
|
[3.8] bpo-37757: Disallow PEP 572 cases that expose implementation de…
|
Aug 25, 2019
|
|
sysmodule.h
|
bpo-36842: Implement PEP 578 (GH-12613)
|
May 23, 2019
|
|
token.h
|
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
|
Mar 7, 2019
|
|
traceback.h
|
bpo-35134: Split traceback.h header (GH-13430)
|
May 19, 2019
|
|
tracemalloc.h
|
bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107)
|
Oct 25, 2018
|
|
tupleobject.h
|
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)
|
Nov 28, 2018
|
|
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-38376: Fix _PyUnicode_CheckConsistency() definition (GH-16623)
|
Oct 7, 2019
|
|
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
|