| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-126925: Modify how iOS test results are gathered (#127592) | Russell Keith-Magee | 2024-12-09 | 1 | -0/+9 |
|
|
* | gh-119182: Complete PyUnicodeWriter documentation (#127607) | Victor Stinner | 2024-12-05 | 1 | -0/+9 |
|
|
* | gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH... | Bénédikt Tran | 2024-12-04 | 1 | -2/+18 |
|
|
* | gh-127253: Note that Stable ABI is about ABI stability (GH-127254) | Petr Viktorin | 2024-12-03 | 1 | -3/+11 |
|
|
* | Docs: Fix incorrect indents in `c-api/type.rst` (#127449) | Yuki Kobayashi | 2024-11-30 | 1 | -25/+23 |
|
|
* | fix param type in PyObject_HasAttrWithError (docs) (#127403) | biggus-developerus | 2024-11-29 | 1 | -1/+1 |
|
|
* | gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829) | Sergey B Kirpichev | 2024-11-26 | 1 | -0/+54 |
|
|
* | GH-126985: move pyvenv.cfg detection from site to getpath (#126987) | Filipe Laíns 🇵🇸 | 2024-11-26 | 1 | -0/+13 |
|
|
* | gh-107954: Document PEP 741 in What's New 3.14 (#127056) | Victor Stinner | 2024-11-25 | 1 | -0/+4 |
|
|
* | Fix macro expansions in critical section docs (#127226) | da-woods | 2024-11-24 | 1 | -2/+2 |
|
|
* | Doc: C API: Fix `Py_NewInterpreterFromConfig` example code (#126667) | Richard Hansen | 2024-11-23 | 1 | -1/+5 |
|
|
* | Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (#126536) | Richard Hansen | 2024-11-20 | 1 | -0/+3 |
|
|
* | Python 3.14.0a2v3.14.0a2 | Hugo van Kemenade | 2024-11-19 | 2 | -4/+4 |
|
|
* | gh-125063: marshal: Add version 5, improve documentation (GH-126829) | Petr Viktorin | 2024-11-15 | 1 | -4/+5 |
|
|
* | gh-123619: Add an unstable C API function for enabling deferred reference cou... | Peter Bierma | 2024-11-13 | 1 | -0/+24 |
|
|
* | gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065) | RUANG (James Roy) | 2024-11-12 | 1 | -0/+33 |
|
|
* | 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 |
|
|