|
Failed to load latest commit information. |
|
cpython
|
bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (G…
|
Jan 20, 2020
|
|
internal
|
bpo-39372: Clean header files of declared interfaces with no implemen…
|
Jan 18, 2020
|
|
Python-ast.h
|
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (
|
Sep 12, 2019
|
|
Python.h
|
bpo-36763: Implement the PEP 587 (GH-13592)
|
May 27, 2019
|
|
abstract.h
|
bpo-38600: Change the mark up of NULL in the C API documentation. (GH…
|
Oct 30, 2019
|
|
asdl.h
|
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (
|
Sep 12, 2019
|
|
ast.h
|
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (
|
Sep 12, 2019
|
|
bitset.h
|
bpo-36623: Clean parser headers and include files (GH-12253)
|
Apr 13, 2019
|
|
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
|
bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746
|
Oct 21, 2019
|
|
bytes_methods.h
|
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
|
Jan 27, 2018
|
|
bytesobject.h
|
bpo-39372: Clean header files of declared interfaces with no implemen…
|
Jan 18, 2020
|
|
cellobject.h
|
bpo-32150: Expand tabs to spaces in C files. (#4583)
|
Nov 28, 2017
|
|
ceval.h
|
bpo-38644: Cleanup ceval.h (GH-17185)
|
Nov 16, 2019
|
|
classobject.h
|
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeL…
|
Nov 20, 2019
|
|
code.h
|
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and se…
|
Jul 1, 2019
|
|
codecs.h
|
|
|
|
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
|
|
|
|
datetime.h
|
bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416)
|
Nov 13, 2018
|
|
descrobject.h
|
bpo-36974: separate vectorcall functions for each calling convention (G…
|
Jul 5, 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
|
|
exports.h
|
bpo-11410: Standardize and use symbol visibility attributes across PO…
|
Oct 15, 2019
|
|
fileobject.h
|
bpo-36842: Implement PEP 578 (GH-12613)
|
May 23, 2019
|
|
fileutils.h
|
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
|
Aug 21, 2019
|
|
floatobject.h
|
bpo-39372: Clean header files of declared interfaces with no implemen…
|
Jan 18, 2020
|
|
frameobject.h
|
bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (G…
|
Jan 20, 2020
|
|
funcobject.h
|
bpo-37151: remove _PyFunction_FastCallDict (GH-13864)
|
Jun 18, 2019
|
|
genobject.h
|
bpo-39372: Clean header files of declared interfaces with no implemen…
|
Jan 18, 2020
|
|
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-39372: Clean header files of declared interfaces with no implemen…
|
Jan 18, 2020
|
|
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
|
bpo-39372: Clean header files of declared interfaces with no implemen…
|
Jan 18, 2020
|
|
listobject.h
|
bpo-39372: Clean header files of declared interfaces with no implemen…
|
Jan 18, 2020
|
|
longintrepr.h
|
bpo-32150: Expand tabs to spaces in C files. (#4583)
|
Nov 28, 2017
|
|
longobject.h
|
Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)
|
Sep 12, 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
|
bpo-39372: Clean header files of declared interfaces with no implemen…
|
Jan 18, 2020
|
|
modsupport.h
|
bpo-37034: Display argument name on errors with keyword arguments wit…
|
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
|
Py_DECREF: only pass filename if Py_REF_DEBUG is defined (GH-17870)
|
Jan 8, 2020
|
|
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
|
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (G…
|
Jan 14, 2020
|
|
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.9.0a2
|
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
|
bpo-37757: Disallow PEP 572 cases that expose implementation details (G…
|
Aug 25, 2019
|
|
pyexpat.h
|
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
|
Sep 18, 2018
|
|
pyfpe.h
|
bpo-38835: Exclude PyFPE macros from the stable API (GH-17228)
|
Nov 20, 2019
|
|
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)
|
Sep 20, 2019
|
|
pymath.h
|
bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)
|
Jan 16, 2020
|
|
pymem.h
|
bpo-35134: Add Include/cpython/pymem.h (GH-12840)
|
Apr 15, 2019
|
|
pyport.h
|
|
|
|
pystate.h
|
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
|
Sep 5, 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 (#14142)
|
Jun 17, 2019
|
|
pythread.h
|
bpo-39372: Clean header files of declared interfaces with no implemen…
|
Jan 18, 2020
|
|
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-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
|
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
|
Nov 16, 2019
|
|
symtable.h
|
|
|
|
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-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
|
Nov 23, 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
|