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
/
Doc
/
data
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
1
-0/+4
*
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659)
Zackery Spytz
2022-11-27
1
-2/+2
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
1
-0/+2
*
gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)
David Hewitt
2022-10-31
1
-0/+2
*
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob
2022-10-27
1
-0/+3
*
GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...
Pablo Galindo Salgado
2022-08-24
1
-0/+8
*
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin
2022-08-08
1
-0/+3
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
1
-0/+1
*
gh-85858: Remove PyUnicode_InternImmortal() function (#92579)
Victor Stinner
2022-05-13
1
-1/+0
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
1
-1/+0
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
1
-0/+2
*
Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-3...
Petr Viktorin
2022-04-08
1
-1/+1
*
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-...
Petr Viktorin
2022-04-06
1
-881/+885
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
1
-0/+13
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-10
1
-0/+1
*
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G...
Irit Katriel
2021-10-22
1
-0/+1
*
bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331)
Ken Jin
2021-10-21
1
-0/+1
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov
2021-09-07
2
-6/+6
*
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
Hai Shi
2021-08-17
2
-0/+4
*
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
Inada Naoki
2021-07-29
2
-0/+22
*
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi
2021-07-29
2
-0/+4
*
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
Petr Viktorin
2021-06-24
1
-26/+0
*
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Ken Jin
2021-06-16
1
-1/+1
*
bpo-43795: Don't list private names in the limited API (GH-26740)
Petr Viktorin
2021-06-16
1
-2/+1
*
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)
Petr Viktorin
2021-05-25
1
-1/+0
*
bpo-43795: PEP 652 user documentation (GH-25668)
Petr Viktorin
2021-05-11
1
-953/+861
*
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki
2021-05-07
1
-84/+0
*
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...
Pablo Galindo
2021-05-03
1
-1/+0
*
bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the c...
Pablo Galindo
2021-05-01
1
-0/+1
*
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
Petr Viktorin
2021-04-29
1
-2/+169
*
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
scoder
2021-04-28
1
-0/+3
*
bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
Petr Viktorin
2021-04-23
1
-6/+1
*
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner
2021-04-10
1
-0/+4
*
bpo-43690: stable_abi.py no longer parses macros (GH-25136)
Victor Stinner
2021-04-01
1
-1/+0
*
bpo-43688: Run make regen-limited-abi (GH-25134)
Victor Stinner
2021-04-01
1
-0/+2
*
bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (G...
Pablo Galindo
2021-03-23
2
-0/+8
*
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner
2021-03-19
1
-1/+0
*
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou
2021-03-11
1
-0/+2
*
Update stable ABI script for MacOS and update list of exported symbols (GH-23...
Pablo Galindo
2020-12-15
1
-0/+1
*
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
Pablo Galindo
2020-12-04
1
-0/+779
*
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner
2020-11-09
1
-0/+6
*
Delete PyGen_Send (#22663)
Vladimir Matveev
2020-10-12
1
-5/+0
*
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev
2020-10-10
1
-0/+5
*
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev
2020-09-19
1
-0/+5
*
bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts...
Hai Shi
2020-09-09
1
-0/+5
*
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Inada Naoki
2020-06-30
1
-3/+0
*
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Inada Naoki
2020-06-29
1
-5/+0
*
bpo-41103: Remove old buffer protocol support (#21117)
Inada Naoki
2020-06-25
1
-18/+0
*
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
Zackery Spytz
2020-03-17
1
-1/+2
*
bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)
Victor Stinner
2019-11-22
1
-2/+0
[next]