]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Doc/data
Doc: Render version/language selector on Read the Docs (#116966)
[thirdparty/Python/cpython.git] / Doc / data /
2024-04-17  Victor Stinnergh-117929: Restore removed PyEval_InitThreads() functio...
2024-03-25  Victor Stinnergh-116936: Add PyType_GetModuleByDef() to the limited...
2024-03-21  Victor Stinnergh-115754: Add Py_GetConstant() function (#116883)
2024-03-14  Victor Stinnergh-111696, PEP 737: Add PyType_GetModuleName() function...
2024-03-14  Victor Stinnergh-111696, PEP 737: Add PyType_GetFullyQualifiedName...
2024-02-15  David Hewittgh-114626: add PyCFunctionFast and PyCFunctionFastWithK...
2024-02-02  Sam Grossgh-114329: Add `PyList_GetItemRef` function (GH-114504)
2024-01-30  Pablo Galindo Salgadogh-113744: Add a new IncompleteInputError exception...
2024-01-16  AN Longgh-102468: Document `PyCFunction_New*` and `PyCMethod_N...
2024-01-04  Jamie Phangh-113696: Docs: Annotate PyObject_CallOneArg and PyObj...
2023-11-07  Victor Stinnergh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
2023-10-20  Victor Stinnergh-111089: Add PyUnicode_AsUTF8() to the limited C...
2023-10-17  Victor Stinnergh-85283: Add PySys_Audit() to the limited C API (...
2023-10-17  Victor Stinnergh-85283: Add PyMem_RawMalloc() to the limited C API...
2023-10-11  Serhiy Storchakagh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUni...
2023-10-07  Victor Stinnergh-110397: Add Py_IsFinalizing() to the stable ABI...
2023-10-02  Victor Stinnergh-110014: Remove PY_TIMEOUT_MAX from limited C API...
2023-09-30  Victor Stinnergh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES...
2023-09-17  Serhiy Storchakagh-108511: Add C API functions which do not silently...
2023-08-24  Victor Stinnergh-108444: Add PyLong_AsInt() public function (#108445)
2023-07-21  Victor Stinnergh-106004: Add PyDict_GetItemRef() function (#106005)
2023-07-18  Serhiy Storchakabpo-42327: C API: Add PyModule_Add() function (GH-23443)
2023-07-11  Serhiy Storchakagh-106307: C API: Add PyMapping_GetOptionalItem() funct...
2023-07-11  Serhiy Storchakagh-106521: Add PyObject_GetOptionalAttr() function...
2023-07-11  Victor Stinnergh-106572: Convert PyObject_DelAttr() to a function...
2023-06-21  Victor Stinnergh-105927: Add PyWeakref_GetRef() function (#105932)
2023-06-20  Victor StinnerAdd Py_TYPE() to Doc/data/refcounts.dat (#105949)
2023-06-20  Victor Stinnergh-105922: Add PyImport_AddModuleRef() function (#105923)
2023-06-02  Inada Naokigh-85275: Remove old buffer APIs (#105137)
2023-06-01  Victor Stinnergh-105182: Remove PyEval_AcquireLock() and PyEval_InitT...
2023-06-01  Victor Stinnergh-105107: Remove PyCFunction_Call() function (#105181)
2023-06-01  Victor Stinnergh-105156: Cleanup usage of old Py_UNICODE type (#105158)
2023-06-01  Victor Stinnergh-105145: Remove old functions to config Python init...
2023-05-31  Victor Stinnergh-105107: Remove PyEval_CallFunction() function (...
2023-05-04  Petr Viktoringh-103509: PEP 697 -- Limited C API for Extending Opaqu...
2023-03-16  Irit Katrielgh-102755: Add PyErr_DisplayException(exc) (#102756)
2023-02-21  Erlend E. Aaslandgh-101578: Amend exception docs (#102057)
2023-02-19  Erlend E. Aaslandgh-101578: Amend PyErr_{Set,Get}RaisedException docs...
2023-02-08  Mark ShannonGH-101578: Normalize the current exception (GH-101607)
2022-11-27  Zackery Spytzbpo-43327: Fix the docs for PyImport_ImportFrozenModule...
2022-11-22  Petr Viktoringh-47146: Soft-deprecate structmember.h, expose its...
2022-10-31  David Hewittgh-98410: move getbufferproc and releasebufferproc...
2022-10-27  Wenzel Jakobgh-98586: Add vector call APIs to the Limited API ...
2022-08-24  Pablo Galindo SalgadoGH-93503: Add thread-specific APIs to set profiling...
2022-08-08  Petr Viktoringh-93274: Expose receiving vectorcall in the Limited...
2022-05-27  Wenzel Jakobgh-60074: add new stable API function PyType_FromMetacl...
2022-05-13  Victor Stinnergh-85858: Remove PyUnicode_InternImmortal() function...
2022-05-12  Inada Naokigh-92536: PEP 623: Remove wstr and legacy APIs from...
2022-04-15  Irit Katrielgh-90501: Add PyErr_GetHandledException and PyErr_SetHa...
2022-04-08  Petr ViktorinAdd feature macro PY_HAVE_THREAD_NATIVE_ID to the stabl...
2022-04-06  Petr Viktorinbpo-47115: Document which parts of structs are in limit...
2022-02-02  Christian Heimes bpo-45459: Add Py_buffer to limited API (GH-29991)
2021-12-10  Gabriele N. Tornettabpo-43931: Export Python version as API data (GH-25577)
2021-10-22  Irit Katrielbpo-45292: [PEP 654] add the ExceptionGroup and BaseExc...
2021-10-21  Ken Jinbpo-44220: Export PyStructSequence_UnnamedField in...
2021-09-07  Yury Selivanovbpo-45123: PyAiter_Check and PyObject_GetAiter fix...
2021-08-17  Hai Shibpo-42035: Add PyType_GetQualName() to get a type's...
2021-07-29  Inada Naokibpo-41103: Resurrect the old buffer protocol. (GH-27437)
2021-07-29  Hai Shibpo-42035: Add a PyType_GetName() to get type's short...
2021-06-24  Petr Viktorinbpo-40939: Remove documentation for `PyParser_*` &...
2021-06-16  Ken Jinbpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
2021-06-16  Petr Viktorinbpo-43795: Don't list private names in the limited...
2021-05-25  Petr Viktorin bpo-43795: Remove Py_FrozenMain from the Limited API...
2021-05-11  Petr Viktorinbpo-43795: PEP 652 user documentation (GH-25668)
2021-05-07  Inada Naokibpo-44029: Remove Py_UNICODE APIs (GH-25881)
2021-05-03  Pablo Galindobpo-43916: Move the _PyStructSequence_InitType function...
2021-05-01  Pablo Galindobpo-43916: Export the _PyStructSequence_InitType to...
2021-04-29  Petr Viktorinbpo-43795: Generate python3dll.c and doc data from...
2021-04-28  scoderbpo-28254: Add a C-API for controlling the GC state...
2021-04-23  Petr Viktorinbpo-43795: PEP-652: Clean up the stable ABI/limited...
2021-04-10  Victor Stinnerbpo-43753: Add Py_Is() and Py_IsNone() functions (GH...
2021-04-01  Victor Stinnerbpo-43690: stable_abi.py no longer parses macros (GH...
2021-04-01  Victor Stinnerbpo-43688: Run make regen-limited-abi (GH-25134)
2021-03-23  Pablo Galindobpo-31861: Complete the C-API docs for PyObject_GetAite...
2021-03-19  Victor Stinnerbpo-43244: Remove symtable.h header file (GH-24910)
2021-03-11  Antoine Pitroubpo-43356: Allow passing a signal number to interrupt_m...
2020-12-15  Pablo GalindoUpdate stable ABI script for MacOS and update list...
2020-12-04  Pablo Galindobpo-42545: Check that all symbols in the limited ABI...
2020-11-09  Victor Stinnerbpo-42294: Add borrowed/strong reference to doc glossar...
2020-10-12  Vladimir MatveevDelete PyGen_Send (#22663)
2020-10-10  Vladimir Matveevbpo-41756: Add PyIter_Send function (#22443)
2020-09-19  Vladimir Matveevbpo-41756: Introduce PyGen_Send C API (GH-22196)
2020-09-09  Hai Shibpo-41726: Update the refcounts info of PyType_FromModu...
2020-06-30  Inada Naokibpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
2020-06-29  Inada Naokibpo-41123: Remove PyLong_FromUnicode() (GH-21204)
2020-06-25  Inada Naokibpo-41103: Remove old buffer protocol support (#21117)
2020-03-17  Zackery Spytzbpo-39973: Fix the docs for PyObject_GenericSetDict...
2019-11-22  Victor Stinnerbpo-38858: new_interpreter() reuses pycore_init_builtin...
2019-08-26  Sergey FedoseevFix typo: Pyssize_t => Py_ssize_t (GH-15411)
2019-07-01  Pablo Galindobpo-37221: Add PyCode_NewWithPosOnlyArgs to be used...
2019-05-28  Pablo Galindobpo-36540: Documentation for PEP570 - Python positional...
2019-05-13  Edison Abpo-36783: Add new references for C API Documentation...
2018-12-20  Serhiy Storchakabpo-18085: Update refcounts.dat. (GH-11247)
2018-12-19  Mat Mbpo-32077: Update refcounts.dat for Unicode object...
2018-12-17  Serhiy Storchakabpo-35475: Add more PyImport* functions in refcounts...
2018-05-22  Serhiy StorchakaAdd missed details of the C API introduced in 3.7....
2018-05-22  Masayuki YamamotoAdd PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038)
2018-01-24  Paul Gansslebpo-10381: Add timezone to datetime C API (#5032)
2017-06-01  Eric SnowMark PyDict_GetItemWithError() as returning a borrowed...
2017-02-10  Łukasz LangaMerge 3.5 (fix #29519)
next