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
/
Misc
/
NEWS.d
/
next
/
Core and Builtins
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
Mark Shannon
2024-01-16
1
-0/+3
*
gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)
Sergey B Kirpichev
2024-01-15
1
-0/+3
*
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin
2024-01-12
1
-0/+1
*
gh-107901: duplicate blocks with no lineno that have an eval break and multip...
Irit Katriel
2024-01-12
1
-0/+1
*
GH-113853: Guarantee forward progress in executors (GH-113854)
Mark Shannon
2024-01-11
1
-0/+2
*
gh-107901: jump leaving an exception handler doesn't need an eval break check...
Irit Katriel
2024-01-11
1
-0/+1
*
gh-89811: Check for valid tp_version_tag in specializer (GH-113558)
Peter Lazorchak
2024-01-11
1
-0/+2
*
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)
Victor Stinner
2024-01-10
1
-0/+3
*
gh-113753: Clear finalized bit when putting PyAsyncGenASend back into free li...
Sam Gross
2024-01-10
1
-0/+2
*
gh-66060: Use actual class name in _io type's __repr__ (#30824)
AN Long
2024-01-09
1
-0/+3
*
gh-89532: Remove LibreSSL workarounds (#28728)
Rami
2024-01-06
1
-0/+1
*
gh-107901: synthetic jumps which are not at end of loop no longer check the e...
Irit Katriel
2024-01-06
1
-0/+1
*
gh-111488: Changed error message in case of no 'in' keyword after 'for' in cm...
Grigoriev Semyon
2024-01-06
1
-0/+2
*
gh-113703: Correctly identify incomplete f-strings in the codeop module (#113...
Pablo Galindo Salgado
2024-01-05
1
-0/+2
*
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to class...
Mark Shannon
2024-01-05
1
-0/+1
*
gh-113603: Compiler no longer tries to maintain the no-empty-block invariant ...
Irit Katriel
2024-01-03
1
-0/+1
*
GH-113657: Add back missing _SET_IP uops in tier two (GH-113662)
Brandt Bucher
2024-01-02
1
-0/+2
*
gh-113602: Bail out when the parser tries to override existing errors (#113607)
Pablo Galindo Salgado
2024-01-02
1
-0/+2
*
gh-106905: Use separate structs to track recursion depth in each PyAST_mod2ob...
Yilei Yang
2023-12-25
1
-0/+7
*
gh-113212: Improve error message & document zero-arg super inside nested func...
Yan Yanchii
2023-12-22
1
-0/+1
*
GH-112215: Increase C recursion limit for non debug builds (GH-113397)
Mark Shannon
2023-12-22
1
-0/+3
*
gh-113297: Fix segfault in compiler for with statement with 19 context manage...
Irit Katriel
2023-12-22
1
-0/+1
*
gh-95754: Better AttributeError on partially initialised module (#112577)
Shantanu
2023-12-21
1
-0/+1
*
gh-111375: Use `NULL` rather than `None` in the exception stack to indicate t...
Carey Metcalfe
2023-12-21
1
-0/+2
*
gh-113054: Compiler no longer replaces a redundant jump with no line number b...
Irit Katriel
2023-12-19
1
-0/+2
*
gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)
Serhiy Storchaka
2023-12-14
1
-0/+2
*
gh-112320: Implement on-trace confidence tracking for branches (#112321)
Guido van Rossum
2023-12-12
1
-0/+4
*
GH-108866: Guarantee forward progress in executors. (GH-113006)
Mark Shannon
2023-12-12
1
-0/+3
*
gh-90350: Optimize builtin functions min() and max() (GH-30286)
colorfulappl
2023-12-11
1
-0/+1
*
gh-94606: Fix error when message with Unicode surrogate not surrogateescaped ...
Sidney Markowitz
2023-12-11
1
-0/+3
*
gh-112943: Correctly compute end offsets for multiline tokens in the tokenize...
Pablo Galindo Salgado
2023-12-11
1
-0/+2
*
gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#...
andrewluotechnologies
2023-12-07
1
-0/+1
*
gh-74616: Raise ValueError in case of null character in input prompt (GH-1738)
Kushal Das
2023-12-07
1
-0/+2
*
gh-112660: Do not clear arbitrary errors on import (GH-112661)
Serhiy Storchaka
2023-12-07
1
-0/+2
*
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado
2023-12-06
1
-0/+1
*
gh-105967: Work around a macOS bug, limit zlib C library crc32 API calls to 1...
Gregory P. Smith
2023-12-04
1
-0/+4
*
bpo-34392: Add sys. _is_interned() (GH-8755)
Serhiy Storchaka
2023-12-04
1
-0/+1
*
gh-112625: Protect bytearray from being freed by misbehaving iterator inside ...
chilaxan
2023-12-04
1
-0/+1
*
gh-112367: Only free perf trampoline arenas at shutdown (#112368)
Pablo Galindo Salgado
2023-12-01
1
-0/+2
*
gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutin...
Irit Katriel
2023-12-01
1
-0/+3
*
gh-112217: Add check to call result for `do_raise()` where cause is a type. (...
apaz
2023-11-27
1
-0/+1
*
gh-112387: Fix error positions for decoded strings with backwards tokenize er...
Pablo Galindo Salgado
2023-11-27
1
-0/+2
*
gh-112388: Fix an error that was causing the parser to try to overwrite token...
Pablo Galindo Salgado
2023-11-27
1
-0/+2
*
gh-99606: Make code generated for an empty f-string identical to that of a no...
Irit Katriel
2023-11-26
1
-0/+2
*
Python 3.13.0a2
v3.13.0a2
Thomas Wouters
2023-11-22
49
-101/+0
*
gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)
Guido van Rossum
2023-11-20
1
-0/+3
*
gh-106529: Make FOR_ITER a viable uop (#112134)
Guido van Rossum
2023-11-20
1
-0/+1
*
gh-112243: Don't include comments in f-string debug expressions (#112284)
Pablo Galindo Salgado
2023-11-20
1
-0/+1
*
bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#...
Crowthebird
2023-11-20
1
-0/+1
*
GH-111807: Lower the parser stack depth under WASI debug builds (#112225)
Brett Cannon
2023-11-20
1
-0/+1
[next]