summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
* gh-133581: Improve AST unparsing of t-strings (#133635)Jelle Zijlstra2025-05-081-13/+25
* gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)Bénédikt Tran2025-05-081-1/+3
* gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_k...Sergey Miryanov2025-05-081-0/+3
* gh-132917: Use /proc/self/status for mem usage info. (#133544)Neil Schemenauer2025-05-081-6/+5
* gh-132917: Fix data race detected by tsan (#133508)T. Wouters2025-05-061-3/+2
* Revert "gh-133395: add option for extension modules to specialize BINARY_OP/S...Irit Katriel2025-05-065-73/+34
* gh-102567: Add -X importtime=2 for logging an importtime message for already-...Noah Kim2025-05-062-15/+71
* gh-132775: Add _PyCode_GetXIData() (gh-133475)Eric Snow2025-05-051-0/+24
* gh-132775: Do Not Set __name__ to __main__ With _PyPickle_GetXIData() (gh-133...Eric Snow2025-05-051-1/+4
* GH-133231: Add JIT utilities in sys._jit (GH-133233)Brandt Bucher2025-05-052-1/+160
* GH-131798: Split CALL_LEN into several uops (GH-133180)Diego Russo2025-05-056-83/+108
* gh-132917: Use RSS + swap for estimate of process memory usage (gh-133464)Neil Schemenauer2025-05-051-49/+58
* gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)Neil Schemenauer2025-05-051-5/+212
* gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, a...Irit Katriel2025-05-055-34/+73
* GH-133336: Remove reserved ``-J`` flag for Jython (#133444)Adam Turner2025-05-051-8/+1
* GH-133261: Make sure that the GC doesn't untrack objects in trashcan (GH-133431)Mark Shannon2025-05-051-0/+1
* gh-133371: Don't optimize `LOAD_FAST` instructions whose local is killed by `...mpage2025-05-051-0/+5
* GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...Adam Turner2025-05-051-0/+1
* gh-131421: fix ASDL grammar for `Dict` to have an `expr?*` keys field (#131419)Samuel2025-05-041-2/+2
* gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after m...Yan Yanchii2025-05-044-45/+45
* GH-133231: Changes to executor management to support proposed `sys._jit` modu...Mark Shannon2025-05-047-49/+159
* gh-132983: Introduce `_zstd` bindings module (GH-133027)Emma Smith2025-05-041-0/+1
* gh-91048: Chain some exceptions in _testexternalinspection.c (#132970)Sergey Miryanov2025-05-021-3/+14
* gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)Ken Jin2025-05-024-0/+37
* gh-133279: Assert with HAS_TARGET in the codegen_addop_j function (#133280)Nybblista2025-05-021-1/+1
* gh-133258: Fix crash in test_index (GH-133262)Irit Katriel2025-05-013-28/+28
* Remove duplicate includes: Python/{bytecodes,ceval,optimizer_analysis}.c (#13...Adam Turner2025-05-013-6/+1
* gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)Irit Katriel2025-05-016-2/+162
* PyStats: Make sure that the `failure_kinds` array is big enough. (#133245)Mark Shannon2025-05-011-1/+3
* gh-132775: Add _PyPickle_GetXIData() (gh-133107)Eric Snow2025-04-301-0/+452
* GH-125515: Remove two unused error branches. (#133181)Russell Keith-Magee2025-04-303-28/+0
* GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)Mark Shannon2025-04-309-25/+12
* gh-132661: Implement PEP 750 (#132662)Lysandros Nikolaou2025-04-3014-49/+896
* gh-133036: Deprecate codecs.open (#133038)Inada Naoki2025-04-301-5/+13
* Get rid of ERROR_IF's "label" parameter (GH-132654)Brandt Bucher2025-04-302-126/+125
* GH-125515: Mark code after "return" as unreachable in the cases generator (#1...Brandt Bucher2025-04-301-3/+0
* GH-132508: Use tagged integers on the evaluation stack for the last instructi...Mark Shannon2025-04-298-48/+50
* gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining ...Petr Viktorin2025-04-292-2/+2
* GH-132554: Add stats for GET_ITER (GH-132592)Mark Shannon2025-04-294-0/+62
* Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...Neil Schemenauer2025-04-291-14/+0
* gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)Eric Snow2025-04-291-23/+44
* gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)Eric Snow2025-04-291-1/+1
* gh-132775: Add _PyMarshal_GetXIData() (gh-133108)Eric Snow2025-04-281-0/+43
* gh-127266: avoid data races when updating type slots (gh-131174)Neil Schemenauer2025-04-281-0/+14
* gh-132775: Add _PyBytes_GetXIData() (gh-133101)Eric Snow2025-04-282-14/+76
* gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)Eric Snow2025-04-283-8/+49
* gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)Eric Snow2025-04-282-147/+157
* gh-132952: Speed up startup by importing _io instead of io (#132957)Jelle Zijlstra2025-04-281-2/+2
* gh-130907: Treat all module-level annotations as conditional (#131550)Jelle Zijlstra2025-04-286-5/+97
* gh-127604: ensure `-ldl` is passed only once to the linker (#133071)Bénédikt Tran2025-04-281-2/+2