summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
* [3.13] gh-123048: Fix missing source location in pattern matching code (GH-12...Miss Islington (bot)2024-08-201-1/+1
* [3.13] Add debug offsets for free threaded builds (GH-123041) (#123055)Miss Islington (bot)2024-08-182-2/+4
* [3.13] gh-122247: Move instruction instrumentation sanity check after tracing...Miss Islington (bot)2024-08-161-1/+1
* [3.13] gh-118814: Fix the TypeVar constructor when name is passed by keyword ...Serhiy Storchaka2024-08-081-1/+1
* [3.13] gh-122728: Fix SystemError in PyEval_GetLocals() (GH-122735) (#122757)Miss Islington (bot)2024-08-061-1/+1
* [3.13] gh-122445: populate only modified fields in __static_attributes__ (#12...Irit Katriel2024-08-021-15/+15
* [3.13] gh-122334: Fix crash when importing ssl after re-initialization (GH-12...Miss Islington (bot)2024-08-021-0/+13
* [3.13] gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded bui...Miss Islington (bot)2024-07-301-1/+2
* [3.13] GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122419)Brandt Bucher2024-07-294-12/+11
* [3.13] gh-122201: Lock mutex when setting handling_thread to NULL (GH-122204)...Miss Islington (bot)2024-07-261-3/+15
* [3.13] gh-122029: Log call events in sys.setprofile when it's a method with c...Miss Islington (bot)2024-07-231-0/+13
* [3.13] gh-121390: tracemalloc: Fix tracebacks memory leak (GH-121391) (#121392)Miss Islington (bot)2024-07-211-1/+1
* [3.13] gh-120973: Fix thread-safety issues with `threading.local` (GH-121655)...Miss Islington (bot)2024-07-191-0/+3
* [3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...Serhiy Storchaka2024-07-191-2/+2
* [3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769)...Miss Islington (bot)2024-07-181-1/+32
* [3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#1...Miss Islington (bot)2024-07-181-2/+2
* [3.13] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-1211...Serhiy Storchaka2024-07-171-2/+2
* [3.13] GH-121583: Remove dependency from pystats.h to internal header file (G...Miss Islington (bot)2024-07-161-0/+4
* [3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-1...Miss Islington (bot)2024-07-161-0/+4
* [3.13] gh-121814: Only check f_trace_opcodes if Python frame exists (GH-12181...Miss Islington (bot)2024-07-161-1/+1
* [3.13] gh-120317: Lock around global state in the tokenize module (GH-120318)...Miss Islington (bot)2024-07-161-43/+72
* [3.13] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (GH-121799)...Miss Islington (bot)2024-07-151-11/+54
* [3.13] gh-121546: Disable contextvar caching on free-threading build (GH-1217...Miss Islington (bot)2024-07-151-0/+14
* [3.13] gh-121657: Display correct error message for yield from outsid… (GH-...Kirill Podoprigora2024-07-151-1/+1
* [3.13] gh-118297: Make Sure All Pending Calls Run in _Py_FinishPendingCalls()...Miss Islington (bot)2024-07-151-6/+28
* [3.13] gh-121698 Emscripten: Use updated WebAssembly type reflection proposal...Miss Islington (bot)2024-07-141-2/+12
* [3.13] gh-121332: Make AST node constructor check _attributes instead of hard...Jelle Zijlstra2024-07-111-14/+25
* [3.13] gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-1...Miss Islington (bot)2024-07-081-19/+43
* [3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) ...Miss Islington (bot)2024-07-081-11/+15
* [3.13] GH-121012: Set index to -1 when list iterators become exhausted in tie...Miss Islington (bot)2024-07-082-3/+9
* [3.13] gh-121338: Remove GH-pragma optimize (GH-121340) (#121492)Miss Islington (bot)2024-07-081-10/+0
* [3.13] gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (gh...Miss Islington (bot)2024-06-271-2/+36
* [3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh...Miss Islington (bot)2024-06-261-9/+147
* [3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)Miss Islington (bot)2024-06-264-13/+15
* [3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#...Victor Stinner2024-06-264-23/+7
* [3.13] gh-120108: Fix deepcopying of AST trees with .parent attributes (GH-12...Jelle Zijlstra2024-06-251-17/+14
* [3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...Petr Viktorin2024-06-249-34/+96
* [3.13] gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-12081...Miss Islington (bot)2024-06-221-0/+1
* [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)Sam Gross2024-06-211-29/+77
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-202-26/+28
* [3.13] gh-119258: Backport optimizer frame fixes in GH-119365 (GH-120699)Ken Jin2024-06-204-32/+18
* [3.13] Fix typos in comments (GH-120481) (#120774)Miss Islington (bot)2024-06-202-3/+3
* [3.13] gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced ...Nadeshiko Manju2024-06-192-2/+0
* [3.13] gh-120722: Set position on RETURN_VALUE in lambda (GH-120724) (#120738)Miss Islington (bot)2024-06-191-1/+1
* [3.13] gh-120726: Fix compiler warnings on is_core_module() (GH-120727) (#120...Miss Islington (bot)2024-06-192-4/+5
* [3.13] gh-120367: fix bug where compiler detects redundant jump after pseudo ...Miss Islington (bot)2024-06-181-1/+1
* [3.13] gh-117657: Fix `__slots__` thread safety in free-threaded build (GH-1...Miss Islington (bot)2024-06-171-9/+33
* [3.13] gh-117657: Fix TSan reported data race on ioctl_works (GH-120175) (#12...Miss Islington (bot)2024-06-171-3/+5
* [3.13] gh-115649: Copy the filename into main interpreter before intern in im...Miss Islington (bot)2024-06-171-1/+11
* [3.13] gh-120367: fix removal of redundant NOPs and jumps after reordering ho...Miss Islington (bot)2024-06-171-12/+18