summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins
Commit message (Expand)AuthorAgeFilesLines
* Pre-commit: prevent spaces in news entry paths (#126063)Hugo van Kemenade2024-10-284-5/+0
* gh-126012: Add `__class_getitem__` to `memoryview` (#126013)Brian Schubert2024-10-271-0/+2
* gh-125593: Use colors to highlight error locations in tracebacks from excepti...Bogdan Romanyuk2024-10-271-0/+1
* gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is t...Javad Shafique2024-10-241-0/+1
* gh-113570: reprlib.repr does not use builtin __repr__ for reshadowed builtins...George Pittock2024-10-171-0/+1
* Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-15111-225/+0
* gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)Alex Waygood2024-10-091-2/+2
* gh-124871: fix 'visited' tracking in compiler's reachability analysis (#124952)Irit Katriel2024-10-041-0/+2
* gh-101100: Add a table of class attributes to the "Custom classes" section of...Alex Waygood2024-09-251-1/+1
* gh-124285: Fix bug where bool() is called multiple times for the same part of...Irit Katriel2024-09-251-0/+2
* gh-116022: Improve `repr()` of AST nodes (#117046)Tomas R2024-09-181-0/+1
* gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threa...Bar Harel2024-09-041-0/+2
* gh-121804: always show error location for SyntaxError's in basic repl (#123202)Sergey B Kirpichev2024-09-031-0/+2
* gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)Wei-Hsiang (Matt) Wang2024-09-011-4/+4
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-301-1/+1
* gh-123344: Add missing ast optimizations for PEP 696 (#123377)Bogdan Romanyuk2024-08-281-0/+1
* gh-123177: Deactivate line wrap for Apple Terminal via scape codes in the new...Pablo Galindo Salgado2024-08-251-0/+2
* gh-122982: Extend the deprecation period for bool inversion by two years (#12...Kirill Podoprigora2024-08-251-0/+1
* gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in ...Pablo Galindo Salgado2024-08-231-0/+2
* gh-123142: Fix too wide source locations in tracebacks of exceptions from bro...Irit Katriel2024-08-211-0/+2
* gh-123048: Fix missing source location in pattern matching code (#123167)Irit Katriel2024-08-201-0/+2
* gh-123123: Fix display of syntax errors covering multiple lines (#123131)Pablo Galindo Salgado2024-08-191-0/+2
* gh-113190: Reenable non-debug interned string cleanup (GH-113601)Eddie Elizondo2024-08-151-0/+1
* gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)Jonathan Protzenko2024-08-131-0/+10
* gh-116622: Android logging fixes (#122698)Malcolm Smith2024-08-061-0/+1
* gh-122445: populate only modified fields in __static_attributes__ (#122446)Irit Katriel2024-08-021-0/+1
* gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)Cody Maloney2024-07-311-0/+2
* gh-122234: fix accuracy issues for sum() (#122236)Sergey B Kirpichev2024-07-291-0/+4
* gh-122245: Add test case of generic type with __debug__ (#122322)Irit Katriel2024-07-261-2/+2
* gh-122300: Preserve AST nodes for format specifiers with single elements (#12...Pablo Galindo Salgado2024-07-261-0/+2
* gh-122245: move checks for writes and shadowing of __debug__ to symtable (#12...Irit Katriel2024-07-261-0/+4
* GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)Mark Shannon2024-07-251-0/+1
* gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122207)Dino Viehland2024-07-241-0/+1
* Fix typo in news document (GH-122209)Xie Yanbo2024-07-241-1/+1
* gh-122029: Log call events in sys.setprofile when it's a method with c functi...Tian Gao2024-07-231-0/+1
* gh-121637: Syntax error for optimized-away incorrect await (#121656)Jelle Zijlstra2024-07-221-0/+4
* gh-121795: Improve performance of set membership testing from set arguments (...HarryLHW2024-07-221-0/+1
* gh-122026: Fix identification of mismatched parentheses inside f-strings (#12...Pablo Galindo Salgado2024-07-191-0/+2
* gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)Tian Gao2024-07-161-0/+1
* gh-121860: Fix crash when materializing managed dict (#121866)Sam Gross2024-07-161-0/+1
* gh-121130: Fix f-string format specifiers with debug expressions (#121150)Pablo Galindo Salgado2024-07-161-0/+2
* gh-121814: Only check f_trace_opcodes if Python frame exists (#121818)Tian Gao2024-07-151-0/+1
* gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (#121799)Sam Gross2024-07-151-0/+2
* gh-84978: Add float.from_number() and complex.from_number() (GH-26827)Serhiy Storchaka2024-07-151-0/+1
* gh-121562: optimized hex_from_char (#121563)Bruno Lima2024-07-141-0/+2
* gh-121657: Display correct error message for yield from outside of a function...Gregor2024-07-131-0/+2
* gh-121499: Fix multi-line history rendering in the REPL (#121531)Pablo Galindo Salgado2024-07-131-0/+2
* gh-121497: Make Pyrepl respect correctly the history with input hook set (#12...Pablo Galindo Salgado2024-07-131-0/+2
* gh-95144: Improve error message of `... in None` (GH-119888)Zachary Ware2024-07-121-0/+2
* gh-117482: Fix Builtin Types Slot Wrappers (gh-121602)Eric Snow2024-07-111-0/+2