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
*
Pre-commit: prevent spaces in news entry paths (#126063)
Hugo van Kemenade
2024-10-28
4
-5/+0
*
gh-126012: Add `__class_getitem__` to `memoryview` (#126013)
Brian Schubert
2024-10-27
1
-0/+2
*
gh-125593: Use colors to highlight error locations in tracebacks from excepti...
Bogdan Romanyuk
2024-10-27
1
-0/+1
*
gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is t...
Javad Shafique
2024-10-24
1
-0/+1
*
gh-113570: reprlib.repr does not use builtin __repr__ for reshadowed builtins...
George Pittock
2024-10-17
1
-0/+1
*
Python 3.14.0a1
v3.14.0a1
Hugo van Kemenade
2024-10-15
111
-225/+0
*
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood
2024-10-09
1
-2/+2
*
gh-124871: fix 'visited' tracking in compiler's reachability analysis (#124952)
Irit Katriel
2024-10-04
1
-0/+2
*
gh-101100: Add a table of class attributes to the "Custom classes" section of...
Alex Waygood
2024-09-25
1
-1/+1
*
gh-124285: Fix bug where bool() is called multiple times for the same part of...
Irit Katriel
2024-09-25
1
-0/+2
*
gh-116022: Improve `repr()` of AST nodes (#117046)
Tomas R
2024-09-18
1
-0/+1
*
gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threa...
Bar Harel
2024-09-04
1
-0/+2
*
gh-121804: always show error location for SyntaxError's in basic repl (#123202)
Sergey B Kirpichev
2024-09-03
1
-0/+2
*
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang
2024-09-01
1
-4/+4
*
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-1/+1
*
gh-123344: Add missing ast optimizations for PEP 696 (#123377)
Bogdan Romanyuk
2024-08-28
1
-0/+1
*
gh-123177: Deactivate line wrap for Apple Terminal via scape codes in the new...
Pablo Galindo Salgado
2024-08-25
1
-0/+2
*
gh-122982: Extend the deprecation period for bool inversion by two years (#12...
Kirill Podoprigora
2024-08-25
1
-0/+1
*
gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in ...
Pablo Galindo Salgado
2024-08-23
1
-0/+2
*
gh-123142: Fix too wide source locations in tracebacks of exceptions from bro...
Irit Katriel
2024-08-21
1
-0/+2
*
gh-123048: Fix missing source location in pattern matching code (#123167)
Irit Katriel
2024-08-20
1
-0/+2
*
gh-123123: Fix display of syntax errors covering multiple lines (#123131)
Pablo Galindo Salgado
2024-08-19
1
-0/+2
*
gh-113190: Reenable non-debug interned string cleanup (GH-113601)
Eddie Elizondo
2024-08-15
1
-0/+1
*
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko
2024-08-13
1
-0/+10
*
gh-116622: Android logging fixes (#122698)
Malcolm Smith
2024-08-06
1
-0/+1
*
gh-122445: populate only modified fields in __static_attributes__ (#122446)
Irit Katriel
2024-08-02
1
-0/+1
*
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
Cody Maloney
2024-07-31
1
-0/+2
*
gh-122234: fix accuracy issues for sum() (#122236)
Sergey B Kirpichev
2024-07-29
1
-0/+4
*
gh-122245: Add test case of generic type with __debug__ (#122322)
Irit Katriel
2024-07-26
1
-2/+2
*
gh-122300: Preserve AST nodes for format specifiers with single elements (#12...
Pablo Galindo Salgado
2024-07-26
1
-0/+2
*
gh-122245: move checks for writes and shadowing of __debug__ to symtable (#12...
Irit Katriel
2024-07-26
1
-0/+4
*
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
Mark Shannon
2024-07-25
1
-0/+1
*
gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122207)
Dino Viehland
2024-07-24
1
-0/+1
*
Fix typo in news document (GH-122209)
Xie Yanbo
2024-07-24
1
-1/+1
*
gh-122029: Log call events in sys.setprofile when it's a method with c functi...
Tian Gao
2024-07-23
1
-0/+1
*
gh-121637: Syntax error for optimized-away incorrect await (#121656)
Jelle Zijlstra
2024-07-22
1
-0/+4
*
gh-121795: Improve performance of set membership testing from set arguments (...
HarryLHW
2024-07-22
1
-0/+1
*
gh-122026: Fix identification of mismatched parentheses inside f-strings (#12...
Pablo Galindo Salgado
2024-07-19
1
-0/+2
*
gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)
Tian Gao
2024-07-16
1
-0/+1
*
gh-121860: Fix crash when materializing managed dict (#121866)
Sam Gross
2024-07-16
1
-0/+1
*
gh-121130: Fix f-string format specifiers with debug expressions (#121150)
Pablo Galindo Salgado
2024-07-16
1
-0/+2
*
gh-121814: Only check f_trace_opcodes if Python frame exists (#121818)
Tian Gao
2024-07-15
1
-0/+1
*
gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (#121799)
Sam Gross
2024-07-15
1
-0/+2
*
gh-84978: Add float.from_number() and complex.from_number() (GH-26827)
Serhiy Storchaka
2024-07-15
1
-0/+1
*
gh-121562: optimized hex_from_char (#121563)
Bruno Lima
2024-07-14
1
-0/+2
*
gh-121657: Display correct error message for yield from outside of a function...
Gregor
2024-07-13
1
-0/+2
*
gh-121499: Fix multi-line history rendering in the REPL (#121531)
Pablo Galindo Salgado
2024-07-13
1
-0/+2
*
gh-121497: Make Pyrepl respect correctly the history with input hook set (#12...
Pablo Galindo Salgado
2024-07-13
1
-0/+2
*
gh-95144: Improve error message of `... in None` (GH-119888)
Zachary Ware
2024-07-12
1
-0/+2
*
gh-117482: Fix Builtin Types Slot Wrappers (gh-121602)
Eric Snow
2024-07-11
1
-0/+2
[next]