| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-127443: Fix some entries in `Doc/data/refcounts.dat` (#127451) | Bénédikt Tran | 2024-12-02 | 1 | -19/+21 |
|
|
* | gh-126061: add new functions to `refcounts.dat` (#126788) | RUANG (James Roy) | 2024-11-14 | 1 | -0/+13 |
|
|
* | gh-105201: Add PyIter_NextItem() (#122331) | Erlend E. Aasland | 2024-08-07 | 1 | -0/+4 |
|
|
* | gh-122555: Remove removed functions from `Doc/data/refcounts.dat` (#122556) | Bénédikt Tran | 2024-08-01 | 1 | -10/+0 |
|
|
* | gh-74929: PEP 667 C API documentation (gh-119379) | Alyssa Coghlan | 2024-06-01 | 1 | -0/+32 |
|
|
* | gh-114329: Add `PyList_GetItemRef` function (GH-114504) | Sam Gross | 2024-02-02 | 1 | -0/+4 |
|
|
* | gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557) | AN Long | 2024-01-16 | 1 | -0/+15 |
|
|
* | gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs as retu... | Jamie Phan | 2024-01-04 | 1 | -0/+7 |
|
|
* | gh-105927: Add PyWeakref_GetRef() function (#105932) | Victor Stinner | 2023-06-21 | 1 | -0/+4 |
|
|
* | Add Py_TYPE() to Doc/data/refcounts.dat (#105949) | Victor Stinner | 2023-06-20 | 1 | -0/+3 |
|
|
* | gh-105922: Add PyImport_AddModuleRef() function (#105923) | Victor Stinner | 2023-06-20 | 1 | -0/+3 |
|
|
* | gh-85275: Remove old buffer APIs (#105137) | Inada Naoki | 2023-06-02 | 1 | -15/+0 |
|
|
* | gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183) | Victor Stinner | 2023-06-01 | 1 | -6/+0 |
|
|
* | gh-105156: Cleanup usage of old Py_UNICODE type (#105158) | Victor Stinner | 2023-06-01 | 1 | -40/+20 |
|
|
* | gh-101578: Amend exception docs (#102057) | Erlend E. Aasland | 2023-02-21 | 1 | -0/+2 |
|
|
* | gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962) | Erlend E. Aasland | 2023-02-19 | 1 | -0/+3 |
|
|
* | bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659) | Zackery Spytz | 2022-11-27 | 1 | -2/+2 |
|
|
* | GH-93503: Add thread-specific APIs to set profiling and tracing functions in ... | Pablo Galindo Salgado | 2022-08-24 | 1 | -0/+8 |
|
|
* | bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) | Yury Selivanov | 2021-09-07 | 1 | -4/+4 |
|
|
* | bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551) | Hai Shi | 2021-08-17 | 1 | -0/+3 |
|
|
* | bpo-41103: Resurrect the old buffer protocol. (GH-27437) | Inada Naoki | 2021-07-29 | 1 | -0/+18 |
|
|
* | bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903) | Hai Shi | 2021-07-29 | 1 | -0/+3 |
|
|
* | bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) | Petr Viktorin | 2021-06-24 | 1 | -26/+0 |
|
|
* | bpo-44029: Remove Py_UNICODE APIs (GH-25881) | Inada Naoki | 2021-05-07 | 1 | -84/+0 |
|
|
* | bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (G... | Pablo Galindo | 2021-03-23 | 1 | -0/+6 |
|
|
* | 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 |
|
|
* | Fix typo: Pyssize_t => Py_ssize_t (GH-15411) | Sergey Fedoseev | 2019-08-26 | 1 | -1/+1 |
|
|
* | bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode... | Pablo Galindo | 2019-07-01 | 1 | -1/+18 |
|
|
* | bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) | Pablo Galindo | 2019-05-28 | 1 | -0/+1 |
|
|
* | bpo-36783: Add new references for C API Documentation changes (GH-13204) | Edison A | 2019-05-13 | 1 | -0/+17 |
|
|
* | bpo-18085: Update refcounts.dat. (GH-11247) | Serhiy Storchaka | 2018-12-20 | 1 | -332/+1206 |
|
|
* | bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243) | Mat M | 2018-12-19 | 1 | -44/+231 |
|
|
* | bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) | Serhiy Storchaka | 2018-12-17 | 1 | -0/+28 |
|
|
* | Add missed details of the C API introduced in 3.7. (GH-7047) | Serhiy Storchaka | 2018-05-22 | 1 | -0/+76 |
|
|
* | Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038) | Masayuki Yamamoto | 2018-05-22 | 1 | -0/+21 |
|
|
* | bpo-10381: Add timezone to datetime C API (#5032) | Paul Ganssle | 2018-01-24 | 1 | -0/+8 |
|
|
* | Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818) | Eric Snow | 2017-06-01 | 1 | -0/+4 |
|
|
* | Issue #27186: Document PyOS_FSPath(). | Brett Cannon | 2016-06-09 | 1 | -0/+3 |
|
|
* | Issue #24400: Introduce a distinct type for 'async def' coroutines. | Yury Selivanov | 2015-06-22 | 1 | -0/+6 |
|
|
* | Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` b... | Antoine Pitrou | 2014-09-30 | 1 | -0/+5 |
|
|
* | Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. | Larry Hastings | 2014-02-10 | 1 | -16/+0 |
|
|