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-109627: duplicated smalll exit blocks need to be assigned jump target labe...
Irit Katriel
2023-09-20
1
-5/+17
*
gh-109390: add dump_symtable utility under #if 0 (#109391)
Carl Meyer
2023-09-20
1
-1/+110
*
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
Eric Snow
2023-09-19
2
-37/+62
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
3
-0/+672
*
Fix error handling in _PySys_UpdateConfig() (GH-109524)
Serhiy Storchaka
2023-09-18
1
-2/+9
*
gh-109371: Fix monitoring with instruction events set (gh-109385)
Tian Gao
2023-09-18
1
-1/+4
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
3
-18/+11
*
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Hood Chatham
2023-09-15
2
-0/+87
*
gh-109219: propagate free vars through type param scopes (#109377)
Carl Meyer
2023-09-14
1
-3/+2
*
gh-105658: fix excess trace events for except block ending with a conditional...
Irit Katriel
2023-09-14
1
-14/+2
*
dump readable opcode names in flowgraph debug utility (#109392)
Carl Meyer
2023-09-14
1
-3/+2
*
GH-104584: Don't call executors from JUMP_BACKWARD (GH-109347)
Brandt Bucher
2023-09-13
3
-39/+22
*
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher
2023-09-13
11
-246/+444
*
gh-109341: Fix crash on compiling invalid AST including TypeAlias (#109349)
Jelle Zijlstra
2023-09-13
1
-0/+5
*
gh-109351: Fix crash when compiling AST with invalid NamedExpr (#109352)
Jelle Zijlstra
2023-09-13
1
-0/+5
*
GH-109330: Dump and compare stats using opcode names, not numbers (GH-109335)
Michael Droettboom
2023-09-12
1
-8/+8
*
gh-106581: Honor 'always_exits' in write_components() (#109338)
Guido van Rossum
2023-09-12
1
-14/+0
*
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
Irit Katriel
2023-09-12
1
-71/+71
*
gh-109216: Fix possible memory leak in `BUILD_MAP` (#109257)
Nikita Sobolev
2023-09-12
3
-9/+0
*
gh-109118: Disallow nested scopes within PEP 695 scopes within classes (#109196)
Jelle Zijlstra
2023-09-12
1
-0/+23
*
gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)
Carl Meyer
2023-09-11
1
-1/+1
*
gh-109214: Rename SAVE_IP to _SET_IP, and similar (#109285)
Guido van Rossum
2023-09-11
5
-70/+70
*
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Guido van Rossum
2023-09-11
5
-32/+125
*
gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)
Irit Katriel
2023-09-11
1
-13/+11
*
gh-108987: Fix _thread.start_new_thread() race condition (#109135)
Victor Stinner
2023-09-11
2
-25/+32
*
GH-108976. Keep monitoring data structures valid during de-optimization durin...
Mark Shannon
2023-09-11
1
-55/+51
*
gh-109207: Fix SystemError when printing symtable entry object. (GH-109225)
δΊ‘line
2023-09-10
1
-3/+2
*
gh-109118: Fix runtime crash when NameError happens in PEP 695 function (#109...
Jelle Zijlstra
2023-09-09
4
-54/+109
*
Check the result of PySet_Contains() for error in Python/symtable.c (GH-109146)
Serhiy Storchaka
2023-09-08
1
-15/+57
*
GH-108614: Unbreak emscripten build (GH-109132)
Mark Shannon
2023-09-08
4
-10/+10
*
gh-106922: Fix error location for constructs with spaces and parentheses (#10...
Pablo Galindo Salgado
2023-09-08
1
-0/+17
*
gh-104690: thread_run() checks for tstate dangling pointer (#109056)
Victor Stinner
2023-09-08
2
-18/+26
*
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner
2023-09-08
5
-9/+9
*
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon
2023-09-08
4
-47/+31
*
gh-109094: remove unnecessary updates of frame->prev_instr in instrumentation...
Irit Katriel
2023-09-07
1
-6/+2
*
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
Mark Shannon
2023-09-07
7
-40/+58
*
gh-108753: _Py_PrintSpecializationStats() uses Py_hexdigits (#109040)
Victor Stinner
2023-09-07
1
-2/+2
*
gh-107265: Remove all ENTER_EXECUTOR when execute _Py_Instrument (gh-108539)
Dong-hee Na
2023-09-07
1
-32/+11
*
GH-104584: Restore frame->stacktop on optimizer error (GH-108953)
Brandt Bucher
2023-09-06
1
-0/+1
*
gh-108753: Enhance pystats (#108754)
Victor Stinner
2023-09-06
6
-55/+136
*
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner
2023-09-06
17
-48/+55
*
GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...
Mark Shannon
2023-09-05
2
-61/+101
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
2
-0/+2
*
GH-108614: Remove `TIER_ONE` and `TIER_TWO` from `_PUSH_FRAME` (GH-108725)
Mark Shannon
2023-09-04
4
-37/+44
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
7
-21/+13
*
gh-108765: pystrhex: Replace stdlib.h abs() with Py_ABS() (#108830)
Victor Stinner
2023-09-02
1
-2/+1
*
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner
2023-09-02
1
-0/+5
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
2
-5/+5
*
gh-108767: Replace ctype.h functions with pyctype.h functions (#108772)
Victor Stinner
2023-09-01
1
-4/+4
*
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner
2023-09-01
3
-45/+87
[next]