index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-133581: Improve AST unparsing of t-strings (#133635)
Jelle Zijlstra
2025-05-08
1
-13/+25
*
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
Bénédikt Tran
2025-05-08
1
-1/+3
*
gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_k...
Sergey Miryanov
2025-05-08
1
-0/+3
*
gh-132917: Use /proc/self/status for mem usage info. (#133544)
Neil Schemenauer
2025-05-08
1
-6/+5
*
gh-132917: Fix data race detected by tsan (#133508)
T. Wouters
2025-05-06
1
-3/+2
*
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/S...
Irit Katriel
2025-05-06
5
-73/+34
*
gh-102567: Add -X importtime=2 for logging an importtime message for already-...
Noah Kim
2025-05-06
2
-15/+71
*
gh-132775: Add _PyCode_GetXIData() (gh-133475)
Eric Snow
2025-05-05
1
-0/+24
*
gh-132775: Do Not Set __name__ to __main__ With _PyPickle_GetXIData() (gh-133...
Eric Snow
2025-05-05
1
-1/+4
*
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher
2025-05-05
2
-1/+160
*
GH-131798: Split CALL_LEN into several uops (GH-133180)
Diego Russo
2025-05-05
6
-83/+108
*
gh-132917: Use RSS + swap for estimate of process memory usage (gh-133464)
Neil Schemenauer
2025-05-05
1
-49/+58
*
gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)
Neil Schemenauer
2025-05-05
1
-5/+212
*
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, a...
Irit Katriel
2025-05-05
5
-34/+73
*
GH-133336: Remove reserved ``-J`` flag for Jython (#133444)
Adam Turner
2025-05-05
1
-8/+1
*
GH-133261: Make sure that the GC doesn't untrack objects in trashcan (GH-133431)
Mark Shannon
2025-05-05
1
-0/+1
*
gh-133371: Don't optimize `LOAD_FAST` instructions whose local is killed by `...
mpage
2025-05-05
1
-0/+5
*
GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...
Adam Turner
2025-05-05
1
-0/+1
*
gh-131421: fix ASDL grammar for `Dict` to have an `expr?*` keys field (#131419)
Samuel
2025-05-04
1
-2/+2
*
gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after m...
Yan Yanchii
2025-05-04
4
-45/+45
*
GH-133231: Changes to executor management to support proposed `sys._jit` modu...
Mark Shannon
2025-05-04
7
-49/+159
*
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Emma Smith
2025-05-04
1
-0/+1
*
gh-91048: Chain some exceptions in _testexternalinspection.c (#132970)
Sergey Miryanov
2025-05-02
1
-3/+14
*
gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)
Ken Jin
2025-05-02
4
-0/+37
*
gh-133279: Assert with HAS_TARGET in the codegen_addop_j function (#133280)
Nybblista
2025-05-02
1
-1/+1
*
gh-133258: Fix crash in test_index (GH-133262)
Irit Katriel
2025-05-01
3
-28/+28
*
Remove duplicate includes: Python/{bytecodes,ceval,optimizer_analysis}.c (#13...
Adam Turner
2025-05-01
3
-6/+1
*
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
Irit Katriel
2025-05-01
6
-2/+162
*
PyStats: Make sure that the `failure_kinds` array is big enough. (#133245)
Mark Shannon
2025-05-01
1
-1/+3
*
gh-132775: Add _PyPickle_GetXIData() (gh-133107)
Eric Snow
2025-04-30
1
-0/+452
*
GH-125515: Remove two unused error branches. (#133181)
Russell Keith-Magee
2025-04-30
3
-28/+0
*
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon
2025-04-30
9
-25/+12
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
14
-49/+896
*
gh-133036: Deprecate codecs.open (#133038)
Inada Naoki
2025-04-30
1
-5/+13
*
Get rid of ERROR_IF's "label" parameter (GH-132654)
Brandt Bucher
2025-04-30
2
-126/+125
*
GH-125515: Mark code after "return" as unreachable in the cases generator (#1...
Brandt Bucher
2025-04-30
1
-3/+0
*
GH-132508: Use tagged integers on the evaluation stack for the last instructi...
Mark Shannon
2025-04-29
8
-48/+50
*
gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining ...
Petr Viktorin
2025-04-29
2
-2/+2
*
GH-132554: Add stats for GET_ITER (GH-132592)
Mark Shannon
2025-04-29
4
-0/+62
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
2025-04-29
1
-14/+0
*
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow
2025-04-29
1
-23/+44
*
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow
2025-04-29
1
-1/+1
*
gh-132775: Add _PyMarshal_GetXIData() (gh-133108)
Eric Snow
2025-04-28
1
-0/+43
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
2025-04-28
1
-0/+14
*
gh-132775: Add _PyBytes_GetXIData() (gh-133101)
Eric Snow
2025-04-28
2
-14/+76
*
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Eric Snow
2025-04-28
3
-8/+49
*
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
Eric Snow
2025-04-28
2
-147/+157
*
gh-132952: Speed up startup by importing _io instead of io (#132957)
Jelle Zijlstra
2025-04-28
1
-2/+2
*
gh-130907: Treat all module-level annotations as conditional (#131550)
Jelle Zijlstra
2025-04-28
6
-5/+97
*
gh-127604: ensure `-ldl` is passed only once to the linker (#133071)
Bénédikt Tran
2025-04-28
1
-2/+2
[prev]
[next]