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
*
Python 3.12.0rc2
v3.12.0rc2
Thomas Wouters
2023-09-05
3
-9/+0
*
[3.12] gh-107916: Save the error code before decoding the filename in PyErr_S...
Miss Islington (bot)
2023-08-21
1
-0/+4
*
[3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...
Miss Islington (bot)
2023-08-20
1
-0/+4
*
[3.12] gh-107810: Improve DeprecationWarning for metaclasses with custom tp_n...
Miss Islington (bot)
2023-08-11
1
-0/+1
*
Python 3.12.0rc1
v3.12.0rc1
Thomas Wouters
2023-08-05
1
-2/+0
*
[3.12] gh-107226: PyModule_AddObjectRef() should only be in the limited API 3...
Miss Islington (bot)
2023-07-25
1
-0/+2
*
Python 3.12.0b4
v3.12.0b4
Thomas Wouters
2023-07-11
1
-5/+0
*
[3.12] gh-105227: Add PyType_GetDict() (GH-105747) (#106600)
Miss Islington (bot)
2023-07-10
1
-0/+5
*
Python 3.12.0b3
v3.12.0b3
Thomas Wouters
2023-06-19
4
-12/+0
*
[3.12] gh-105387: Limited C API implements Py_INCREF() as func (GH-105388) (#...
Miss Islington (bot)
2023-06-14
1
-0/+3
*
[3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (g...
Miss Islington (bot)
2023-06-13
1
-0/+5
*
[3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...
Miss Islington (bot)
2023-06-12
1
-0/+2
*
[3.12] gh-105375: Improve PyErr_WarnExplicit() error handling (GH-105610) (#1...
Miss Islington (bot)
2023-06-11
1
-0/+2
*
Python 3.12.0b2
v3.12.0b2
Thomas Wouters
2023-06-06
3
-9/+0
*
[3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Stat...
Miss Islington (bot)
2023-06-01
1
-0/+3
*
[3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implem...
Irit Katriel
2023-05-30
1
-0/+1
*
[3.12] GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104760)
Miss Islington (bot)
2023-05-23
1
-0/+5
*
Python 3.12.0b1
v3.12.0b1
Thomas Wouters
2023-05-22
10
-37/+0
*
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka
2023-05-21
1
-0/+4
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-0/+3
*
gh-103295: expose API for writing perf map files (#103546)
gsallam
2023-05-21
1
-0/+5
*
GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque f...
Mark Shannon
2023-05-05
1
-0/+6
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
1
-0/+5
*
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...
Petr Viktorin
2023-05-03
1
-0/+4
*
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)
Eric Snow
2023-05-03
1
-0/+5
*
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
Jurica Bradarić
2023-05-02
1
-0/+2
*
gh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)
Brett Simmers
2023-04-24
1
-0/+1
*
gh-101408: PyObject_GC_Resize should calculate preheader size. (gh-101741)
Dong-hee Na
2023-04-23
1
-0/+2
*
Python 3.12.0a7
v3.12.0a7
Thomas Wouters
2023-04-04
1
-1/+0
*
gh-102013: Add PyUnstable_GC_VisitObjects (#102014)
Jacob Bower
2023-03-14
1
-0/+1
*
Python 3.12.0a6
v3.12.0a6
Thomas Wouters
2023-03-07
4
-16/+0
*
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin
2023-02-28
1
-0/+3
*
gh-101578: Fixup NEWS and add What's New entry for new exception APIs (#102157)
Erlend E. Aasland
2023-02-23
1
-11/+8
*
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower
2023-02-20
1
-0/+1
*
GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#G...
Mark Shannon
2023-02-09
1
-0/+2
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
1
-0/+13
*
Python 3.12.0a4
v3.12.0a4
Thomas Wouters
2023-01-10
3
-6/+0
*
gh-99947: Ensure unreported errors are chained for SystemError during import ...
Sebastian Berg
2022-12-23
1
-0/+1
*
gh-99240: Reset pointer to NULL when the pointed memory is freed in argument ...
colorfulappl
2022-12-17
1
-0/+2
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)
Victor Stinner
2022-12-07
1
-0/+3
*
Python 3.12.0a3
v3.12.0a3
Thomas Wouters
2022-12-06
3
-10/+0
*
gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018)
Petr Viktorin
2022-12-05
1
-0/+3
*
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
Serhiy Storchaka
2022-12-01
1
-0/+2
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
1
-0/+5
*
Python 3.12.0a2
v3.12.0a2
Thomas Wouters
2022-11-14
7
-26/+0
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100)
Victor Stinner
2022-11-09
1
-0/+3
*
gh-91248: Add PyFrame_GetVar() function (#95712)
Victor Stinner
2022-11-08
1
-0/+2
*
gh-98978: Fix Py_SetPythonHome(NULL) (#99066)
Victor Stinner
2022-11-03
1
-0/+3
*
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow
2022-10-31
1
-0/+9
*
gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)
David Hewitt
2022-10-31
1
-0/+1
[next]