summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* [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
* [3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...Jelle Zijlstra2024-06-171-26/+54
* [3.13] gh-120526: Correct signature of map() builtin (GH-120528) (GH-120539)Miss Islington (bot)2024-06-151-1/+1
* [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)Miss Islington (bot)2024-06-141-0/+1
* [3.13] gh-120400 :Support Linux perf profile to see Python calls on RISC-V ...Miss Islington (bot)2024-06-141-0/+8
* [3.13] gh-117657: Fix some simple races in instrumentation.c (GH-120118) (#12...Miss Islington (bot)2024-06-131-2/+2
* [3.13] gh-120343: Fix column offsets of multiline tokens in tokenize (GH-1203...Miss Islington (bot)2024-06-121-4/+10
* [3.13] gh-93691: fix too broad source locations of for statement iterators (G...Miss Islington (bot)2024-06-121-0/+7
* [3.13] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (G...Miss Islington (bot)2024-06-111-1/+6
* [3.13] gh-119666: fix multiple class-scope comprehensions referencing __class...Miss Islington (bot)2024-06-101-13/+10
* [3.13] gh-120225: fix crash in compiler on empty block at end of exception ha...Miss Islington (bot)2024-06-071-6/+2
* [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)Miss Islington (bot)2024-06-062-76/+49
* [3.13] gh-117657: Fix race involving GC and heap initialization (GH-119923) (...Miss Islington (bot)2024-06-042-0/+6
* [3.13] gh-111499: Fix PYTHONMALLOCSTATS at Python exit (GH-120021) (#120022)Miss Islington (bot)2024-06-041-6/+6
* [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)Miss Islington (bot)2024-06-043-4/+4
* [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...Miss Islington (bot)2024-06-031-2/+2
* [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)Sam Gross2024-06-033-13/+11
* [3.13] gh-117657: Avoid `sem_clockwait` in TSAN (GH-119915) (#119992)Miss Islington (bot)2024-06-031-1/+1
* [3.13] gh-117657: Fix TSAN race in QSBR assertion (GH-119887) (#119904)Miss Islington (bot)2024-06-011-1/+2
* [3.13] gh-117657: Fix TSAN race in free-threaded GC (GH-119883) (#119903)Miss Islington (bot)2024-06-011-3/+2
* [3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119...Jelle Zijlstra2024-06-014-54/+54
* [3.13] gh-74929: PEP 667 C API documentation (gh-119892)Miss Islington (bot)2024-06-014-4/+3
* [3.13] gh-119369: Fix deadlock during thread exit in free-threaded build (GH-...Miss Islington (bot)2024-05-312-9/+17
* [3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...Miss Islington (bot)2024-05-311-0/+6
* [3.13] gh-119704: Fix reference leak in the ``Python/Python-tokenize.c`` (GH-...Miss Islington (bot)2024-05-291-0/+1
* [3.13] gh-119118: Fix performance regression in tokenize module (GH-119615) (...Miss Islington (bot)2024-05-281-4/+40
* [3.13] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#...Jelle Zijlstra2024-05-282-13/+48
* [3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633)Miss Islington (bot)2024-05-271-2/+2
* [3.13] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) ...Miss Islington (bot)2024-05-271-2/+1
* [3.13] gh-111997: Fix argument count for LINE event and clarify type of argum...Miss Islington (bot)2024-05-261-10/+12
* [3.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni...Miss Islington (bot)2024-05-244-18/+21
* [3.13] gh-118727: Don't drop the GIL in `drop_gil()` unless the current threa...Miss Islington (bot)2024-05-232-46/+61
* [3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Miss Islington (bot)2024-05-221-2/+19
* [3.13] gh-119132: Update sys.version to identify free-threaded or not. (gh-11...Miss Islington (bot)2024-05-181-2/+7
* [3.13] gh-119049: Fix incorrect display of warning which is constructed by C ...Miss Islington (bot)2024-05-171-3/+2
* [3.13] GH-118844: Fix build failures when combining --disable-gil with --enab...Miss Islington (bot)2024-05-132-2/+3