| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc: C API: Demote sections to subsections for consistency (#126535) | Richard Hansen | 2024-11-07 | 1 | -7/+7 |
|
|
* | Doc: C API: Delete claim that `PyObject_Init` is GC-aware (#126418) | Richard Hansen | 2024-11-05 | 1 | -4/+2 |
|
|
* | gh-120026: soft deprecate Py_HUGE_VAL macro (#120027) | Sergey B Kirpichev | 2024-11-01 | 1 | -1/+1 |
|
|
* | gh-125674: Doc: Fix type of `newfunc` first parameter (GH-125675) | Richard Hansen | 2024-10-30 | 1 | -2/+2 |
|
|
* | gh-121654: Add PyType_Freeze() function (#122457) | Victor Stinner | 2024-10-25 | 1 | -0/+14 |
|
|
* | Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (#125737) | Richard Hansen | 2024-10-21 | 1 | -11/+13 |
|
|
* | gh-125313: Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation note... | Y5 | 2024-10-21 | 1 | -4/+7 |
|
|
* | Doc: Fix typos (#125728) | ember91 | 2024-10-21 | 3 | -3/+3 |
|
|
* | gh-124872: Replace enter/exit events with "switched" (#125532) | Kirill Podoprigora | 2024-10-16 | 1 | -10/+4 |
|
|
* | Python 3.14.0a1v3.14.0a1 | Hugo van Kemenade | 2024-10-15 | 3 | -5/+5 |
|
|
* | gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124... | Kirill Podoprigora | 2024-10-15 | 1 | -4/+10 |
|
|
* | gh-125517: Fix unreachable code warnings in `_testembed.c` (#125518) | sobolevn | 2024-10-15 | 1 | -6/+10 |
|
|
* | gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266) | RUANG (Roy James) | 2024-10-15 | 1 | -0/+2 |
|
|
* | gh-124872: Replace enter/exit events with "switched" (#124776) | Richard Hansen | 2024-10-14 | 1 | -10/+4 |
|
|
* | gh-101291: Add versionadded directives for PyUnstable_Long_* (#125384) | Sergey B Kirpichev | 2024-10-13 | 1 | -0/+5 |
|
|
* | gh-124872: Change PyContext_WatchCallback to take PyObject (#124737) | Richard Hansen | 2024-10-12 | 1 | -1/+1 |
|
|
* | gh-124872: Refine contextvars documentation (#124773) | Richard Hansen | 2024-10-09 | 1 | -7/+13 |
|
|
* | gh-125196: PyUnicodeWriter_Discard(NULL) does nothing (#125222) | Victor Stinner | 2024-10-09 | 1 | -0/+2 |
|
|
* | gh-101100: Consolidate documentation on `ModuleType` attributes (#124709) | Alex Waygood | 2024-10-09 | 2 | -23/+25 |
|
|
* | bpo-34206: Improve docs and test coverage for pre-init functions (#8023) | Alyssa Coghlan | 2024-10-08 | 3 | -69/+146 |
|
|
* | gh-70870: Clarify dual usage of 'free variable' (#122545) | Alyssa Coghlan | 2024-10-08 | 1 | -3/+6 |
|
|
* | gh-124502: Add PyUnicode_Equal() function (#124504) | Victor Stinner | 2024-10-07 | 1 | -0/+25 |
|
|
* | gh-124182: Explain naming rules for struct sequence types (#124335) | ffelixg | 2024-10-07 | 1 | -1/+2 |
|
|
* | gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` (gh-124... | Donghee Na | 2024-10-03 | 1 | -1/+1 |
|
|
* | gh-87135: Hang non-main threads that attempt to acquire the GIL during finali... | Jeremy Maitin-Shepard | 2024-10-02 | 1 | -16/+60 |
|
|
* | gh-107954: Fix configuration type for the perf profiler (#124636) | Pablo Galindo Salgado | 2024-09-27 | 1 | -8/+13 |
|
|
* | gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) | Petr Viktorin | 2024-09-27 | 1 | -1/+10 |
|
|
* | doc: PyUnicode_AsUTF8String() fails if string contains surrogates (#124605) | Victor Stinner | 2024-09-27 | 1 | -3/+10 |
|
|
* | GH-95079: document error behaviour for some unicode C APIs (#95080) | Max Bachmann | 2024-09-27 | 1 | -0/+9 |
|
|
* | gh-121277: Allow `.. versionadded:: next` in docs (GH-121278) | Petr Viktorin | 2024-09-25 | 2 | -2/+2 |
|
|
* | gh-101100: Add a table of class attributes to the "Custom classes" section of... | Alex Waygood | 2024-09-25 | 4 | -22/+24 |
|
|
* | gh-119333: Add C api to have contextvar enter/exit callbacks (#119335) | Jason Fried | 2024-09-24 | 1 | -0/+46 |
|
|
* | GH-109975: Copyedit 3.13 What's New: C API (#124313) | Adam Turner | 2024-09-23 | 2 | -5/+7 |
|
|
* | gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134) | Petr Viktorin | 2024-09-18 | 4 | -3/+38 |
|
|
* | gh-119771: Set errno on overflows in _Py_c_pow() (#120256) | Sergey B Kirpichev | 2024-09-18 | 1 | -0/+2 |
|
|
* | gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124... | neonene | 2024-09-18 | 1 | -1/+67 |
|
|
* | Use pep role instead of url (#121611) | Rafael Fontenelle | 2024-09-17 | 2 | -4/+4 |
|
|
* | gh-100554: Fix formatting of type.rst modifications (#124066) | Oleg Iarygin | 2024-09-13 | 1 | -6/+5 |
|
|
* | gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`... | Wenzel Jakob | 2024-09-13 | 2 | -10/+42 |
|
|
* | gh-119802: Update memory management docs for free-threaded build (gh-124006) | Donghee Na | 2024-09-13 | 1 | -12/+22 |
|
|
* | gh-123909: PyType_From*: Disallow metaclasses with custom tp_new (GH-123947) | Petr Viktorin | 2024-09-13 | 1 | -6/+18 |
|
|
* | gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778) | Peter Bierma | 2024-09-10 | 1 | -4/+5 |
|
|
* | gh-121645: Fix typo in PyBytes_Join() doc (#123783) | Victor Stinner | 2024-09-06 | 1 | -1/+1 |
|
|
* | Swap the and from in sentence in init_config.rst (#120086) | Rafael Fontenelle | 2024-09-05 | 1 | -1/+1 |
|
|
* | gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474) | Petr Viktorin | 2024-09-05 | 1 | -1/+8 |
|
|
* | gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668) | Victor Stinner | 2024-09-04 | 1 | -0/+20 |
|
|
* | gh-107954, PEP 741: Add PyInitConfig C API (#123502) | Victor Stinner | 2024-09-03 | 2 | -11/+236 |
|
|
* | gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472) | Victor Stinner | 2024-09-02 | 1 | -0/+69 |
|
|
* | gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518) | Wei-Hsiang (Matt) Wang | 2024-09-01 | 1 | -2/+2 |
|
|
* | gh-122854: Add Py_HashBuffer() function (#122855) | Victor Stinner | 2024-08-30 | 1 | -0/+19 |
|
|