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-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
*
gh-108727: Fix segfault due to missing tp_dealloc definition for CounterOptim...
Irit Katriel
2023-09-01
1
-0/+1
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
9
-46/+22
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
4
-15/+17
*
GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_...
Mark Shannon
2023-08-31
6
-64/+121
*
gh-107149: Make PyUnstable_ExecutableKinds public (#108440)
Victor Stinner
2023-08-31
1
-6/+6
*
gh-108654: restore comprehension locals before handling exception (#108659)
Carl Meyer
2023-08-30
1
-14/+53
*
gh-108488: Initialize JUMP_BACKWARD cache to 0, not 17 (#108591)
Guido van Rossum
2023-08-29
1
-1/+3
*
gh-107557: Remove unnecessary SAVE_IP instructions (#108583)
Guido van Rossum
2023-08-29
1
-24/+116
*
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner
2023-08-29
2
-0/+2
*
gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)
Victor Stinner
2023-08-28
1
-2/+2
*
gh-108487: Move assert(self != NULL) down beyond DEOPT_IF() (#108510)
Guido van Rossum
2023-08-28
2
-2/+2
*
gh-107265: Fix initialize/remove_tools for ENTER_EXECUTOR case (gh-108482)
Dong-hee Na
2023-08-27
1
-4/+32
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
1
-1/+3
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
2
-1/+3
*
GH-106581: Fix instrumentation in tier 2 (GH-108493)
Brandt Bucher
2023-08-25
3
-12/+18
*
gh-107265: Revert "Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR" (#1...
Dong-hee Na
2023-08-25
1
-2/+0
*
gh-108444: Remove _PyLong_AsInt() function (#108461)
Victor Stinner
2023-08-25
1
-1/+1
*
gh-106581: Split CALL_BOUND_METHOD_EXACT_ARGS into uops (#108462)
Guido van Rossum
2023-08-25
4
-20/+143
*
gh-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner
2023-08-24
1
-3/+2
*
gh-107265: Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR (gh-108460)
Dong-hee Na
2023-08-24
1
-0/+2
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
5
-10/+10
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
7
-37/+37
[next]