index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
NEWS.d
/
next
/
C API
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
1
-0/+2
*
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
Petr Viktorin
2021-04-29
1
-0/+2
*
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Victor Stinner
2021-04-29
1
-0/+5
*
bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520)
Erlend Egeberg Aasland
2021-04-28
1
-0/+3
*
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
scoder
2021-04-28
1
-0/+3
*
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
Victor Stinner
2021-04-28
1
-0/+5
*
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-2...
Petr Viktorin
2021-04-23
1
-0/+3
*
bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
Petr Viktorin
2021-04-23
1
-0/+2
*
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner
2021-04-10
1
-0/+6
*
Python 3.10.0a7
v3.10.0a7
Pablo Galindo
2021-04-05
7
-68/+0
*
bpo-43688: Support the limited C API in debug mode (GH-25131)
Victor Stinner
2021-04-02
1
-0/+13
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
1
-0/+10
*
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner
2021-03-24
1
-2/+7
*
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner
2021-03-23
1
-0/+11
*
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner
2021-03-23
1
-0/+8
*
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner
2021-03-19
1
-0/+16
*
bpo-43244: Remove the PyAST_Validate() function (GH-24911)
Victor Stinner
2021-03-18
1
-0/+3
*
bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918)
Victor Stinner
2021-03-18
1
-0/+2
*
Python 3.10.0a6
Pablo Galindo
2021-03-01
9
-22/+0
*
closes bpo-43278: remove unnecessary leading '\n' from COMPILER when build wi...
Joseph Shen
2021-02-26
1
-0/+1
*
bpo-43239: Export PyCFunction_New with PyAPI_FUNC (GH-24551)
Petr Viktorin
2021-02-23
1
-0/+2
*
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim
2021-02-19
1
-0/+3
*
bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)
Victor Stinner
2021-02-19
1
-0/+2
*
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Nicholas Sim
2021-02-17
1
-0/+3
*
bpo-40170: Move 3 NEWS entries to the C API section (GH-24555)
Erlend Egeberg Aasland
2021-02-17
3
-0/+8
*
bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553)
Erlend Egeberg Aasland
2021-02-17
1
-0/+3
*
Python 3.10.0a5
Pablo Galindo
2021-02-02
2
-7/+0
*
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t...
Serhiy Storchaka
2021-01-31
1
-0/+2
*
bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356)
Victor Stinner
2021-01-29
1
-0/+5
*
Python 3.10.0a4
v3.10.0a4
Pablo Galindo
2021-01-04
5
-11/+0
*
bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
Petr Viktorin
2020-12-29
1
-0/+2
*
bpo-1635741: Port resource extension module to module state (GH-23462)
Christian Heimes
2020-12-23
1
-0/+1
*
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
Victor Stinner
2020-12-10
1
-0/+3
*
bpo-32381: Remove unused _Py_fopen() function (GH-23711)
Victor Stinner
2020-12-09
1
-0/+3
*
bpo-42111: Make the xxlimited module an example of best extension module prac...
Petr Viktorin
2020-12-08
1
-0/+2
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
25
-62/+0
*
bpo-30459: Cast the result of PyCell_SET to void (GH-23654)
Victor Stinner
2020-12-07
1
-2/+6
*
bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975)
Zackery Spytz
2020-12-05
1
-0/+2
*
Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516)
Zackery Spytz
2020-11-28
1
-1/+2
*
bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235)
Hai Shi
2020-11-24
1
-0/+3
*
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
Serhiy Storchaka
2020-11-22
1
-0/+3
*
bpo-1635741: Port select module to multiphase init (GH-23409)
Christian Heimes
2020-11-21
1
-0/+2
*
bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406)
Christian Heimes
2020-11-21
1
-0/+1
*
bpo-1635741: Port _posixshmem extension module to multiphase initialization (...
Christian Heimes
2020-11-19
1
-0/+1
*
bpo-1635741: Port gc module to multiphase initialization (GH-23377)
Christian Heimes
2020-11-19
1
-0/+1
*
bpo-1635741: Port _struct to multiphase initialization (GH-23398)
Christian Heimes
2020-11-19
1
-0/+1
*
bpo-1635741: Port spwd to multiphase initialization (GH-23390)
Christian Heimes
2020-11-19
1
-0/+1
*
bpo-1635741: Port _queue to multiphase initialization (GH-23376)
Christian Heimes
2020-11-19
1
-0/+1
*
bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360)
Christian Heimes
2020-11-19
1
-0/+2
*
bpo-1635741: Port _random to multiphase initialization (GH-23359)
Christian Heimes
2020-11-19
1
-0/+1
[next]