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.9.1rc1
v3.9.1rc1
Łukasz Langa
2020-11-24
2
-5/+0
*
bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self i...
Miss Skeleton (bot)
2020-10-12
1
-0/+3
*
bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit...
Miss Skeleton (bot)
2020-10-10
1
-0/+2
*
Python 3.9.0rc2
v3.9.0rc2
Łukasz Langa
2020-09-16
1
-2/+0
*
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-21978)
Miss Islington (bot)
2020-08-30
1
-0/+2
*
Python 3.9.0b5
v3.9.0b5
Łukasz Langa
2020-07-20
1
-4/+0
*
Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH...
Miss Islington (bot)
2020-07-08
1
-0/+4
*
Python 3.9.0b4
v3.9.0b4
Łukasz Langa
2020-07-02
3
-8/+0
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-18
1
-0/+4
*
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Miss Islington (bot)
2020-06-15
1
-0/+2
*
bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set ...
Miss Islington (bot)
2020-06-10
1
-0/+2
*
Python 3.9.0b2
v3.9.0b2
Łukasz Langa
2020-06-08
3
-6/+0
*
bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
Victor Stinner
2020-06-08
1
-0/+3
*
bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)
Miss Islington (bot)
2020-06-07
1
-0/+1
*
[3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)
Victor Stinner
2020-06-03
1
-0/+2
*
Python 3.9.0b1
v3.9.0b1
Łukasz Langa
2020-05-18
10
-30/+0
*
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
Victor Stinner
2020-05-13
1
-0/+1
*
bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024)
scoder
2020-05-12
1
-0/+2
*
bpo-40545: Export _PyErr_GetTopmostException() function (GH-19978)
Victor Stinner
2020-05-07
1
-0/+3
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
1
-0/+2
*
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
Gregory Szorc
2020-05-01
1
-0/+1
*
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
Victor Stinner
2020-04-29
1
-0/+1
*
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
Victor Stinner
2020-04-29
1
-0/+2
*
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Victor Stinner
2020-04-29
1
-0/+11
*
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner
2020-04-28
1
-0/+2
*
Merge tag 'v3.9.0a6'
Łukasz Langa
2020-04-28
9
-26/+0
|
\
|
*
Python 3.9.0a6
v3.9.0a6
Łukasz Langa
2020-04-27
9
-26/+0
*
|
bpo-40217: Clean code in PyType_FromSpec_Alloc and add NEWS entry (GH-19733)
Pablo Galindo
2020-04-27
1
-0/+5
|
/
*
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
Hai Shi
2020-04-14
1
-0/+2
*
bpo-40241: Add pycore_gc.h header file (GH-19494)
Victor Stinner
2020-04-13
1
-0/+1
*
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the publi...
Pablo Galindo
2020-04-11
1
-0/+4
*
bpo-40170: Remove PyIndex_Check() macro (GH-19428)
Victor Stinner
2020-04-08
1
-0/+3
*
bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)
Victor Stinner
2020-04-07
1
-0/+4
*
bpo-40170: Convert PyObject_CheckBuffer() macro to a function (GH-19376)
Victor Stinner
2020-04-07
1
-0/+3
*
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner
2020-04-07
1
-0/+4
*
bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377)
Victor Stinner
2020-04-06
1
-0/+3
*
bpo-39947: Add PyThreadState_GetID() function (GH-19163)
Victor Stinner
2020-03-25
1
-0/+2
*
Python 3.9.0a5
v3.9.0a5
Łukasz Langa
2020-03-23
17
-48/+0
*
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
Dong-hee Na
2020-03-22
1
-0/+1
*
bpo-39946: Remove _PyThreadState_GetFrame (GH-19094)
Victor Stinner
2020-03-20
1
-0/+3
*
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)
Victor Stinner
2020-03-20
1
-0/+2
*
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner
2020-03-17
1
-0/+10
*
bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977)
Victor Stinner
2020-03-16
1
-0/+2
*
bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)
Dong-hee Na
2020-03-16
1
-0/+1
*
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
Inada Naoki
2020-03-14
1
-2/+0
*
bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)
Inada Naoki
2020-03-14
1
-0/+2
*
bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)
Victor Stinner
2020-03-13
1
-0/+2
*
bpo-39947: Add PyInterpreterState_Get() function (GH-18979)
Victor Stinner
2020-03-13
1
-0/+1
*
bpo-39947: Hide implementation detail of trashcan macros (GH-18971)
Victor Stinner
2020-03-13
1
-0/+3
*
bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972)
Victor Stinner
2020-03-13
1
-0/+4
[next]