summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)Irit Katriel2023-09-121-0/+2
* gh-109216: Fix possible memory leak in `BUILD_MAP` (#109257)Nikita Sobolev2023-09-121-0/+1
* gh-109276: libregrtest calls random.seed() before each test (#109279)Victor Stinner2023-09-121-0/+6
* GH-106734: Disable tab completion in pdb's multiline mode (GH-106735)Tian Gao2023-09-121-0/+1
* gh-109118: Disallow nested scopes within PEP 695 scopes within classes (#109196)Jelle Zijlstra2023-09-121-0/+2
* gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)Carl Meyer2023-09-111-0/+4
* gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)Irit Katriel2023-09-111-0/+1
* gh-109276: libregrtest: use separated file for JSON (#109277)Victor Stinner2023-09-111-0/+3
* gh-108987: Fix _thread.start_new_thread() race condition (#109135)Victor Stinner2023-09-111-0/+4
* GH-108976. Keep monitoring data structures valid during de-optimization durin...Mark Shannon2023-09-111-0/+2
* gh-107219: Fix concurrent.futures terminate_broken() (#109244)Victor Stinner2023-09-111-0/+5
* gh-109230: test_pyexpat no longer depends on the current directory (#109233)Victor Stinner2023-09-101-0/+5
* gh-109237: Fix test_site for non-ASCII working directory (#109238)Victor Stinner2023-09-101-0/+4
* gh-50644: Forbid pickling of codecs streams (GH-109180)Serhiy Storchaka2023-09-101-0/+4
* gh-109207: Fix SystemError when printing symtable entry object. (GH-109225)云line2023-09-101-0/+1
* gh-93627: Align Python implementation of pickle with C implementation of pick...Pieter Eendebak2023-09-101-0/+1
* gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)Serhiy Storchaka2023-09-101-0/+1
* gh-109118: Fix runtime crash when NameError happens in PEP 695 function (#109...Jelle Zijlstra2023-09-091-0/+2
* gh-109052: Use the base opcode when comparing code objects (gh-109107)Tian Gao2023-09-091-0/+1
* gh-108996: add tests for msvcrt (#109004)AN Long2023-09-081-0/+1
* gh-109054: configure checks if libatomic is needed (#109101)Victor Stinner2023-09-081-0/+6
* gh-109114: Relax the check for invalid lambdas inside f-strings to avoid fals...Pablo Galindo Salgado2023-09-081-0/+3
* gh-106922: Fix error location for constructs with spaces and parentheses (#10...Pablo Galindo Salgado2023-09-081-0/+2
* GH-108716: Turn off deep-freezing of code objects. (GH-108722)Mark Shannon2023-09-081-0/+2
* gh-109022: [Enum] require `names=()` to create empty enum type (GH-109048)Ethan Furman2023-09-081-0/+2
* gh-108732: include comprehension locals in frame.f_locals (#109026)Carl Meyer2023-09-071-0/+2
* gh-102823: Document return type of floor division on floats (#102824)Mark Dickinson2023-09-071-0/+2
* gh-88943: Improve syntax error for non-ASCII character that follows a numeric...Serhiy Storchaka2023-09-071-0/+3
* GH-108614: Add `RESUME_CHECK` instruction (GH-108630)Mark Shannon2023-09-071-0/+2
* gh-103186: Suppress and assert expected RuntimeWarnings in test_sys_settrace ...Ijtaba Hussain2023-09-071-0/+1
* gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)Victor Stinner2023-09-061-0/+6
* GH-104584: Restore frame->stacktop on optimizer error (GH-108953)Brandt Bucher2023-09-061-0/+2
* gh-108751: Add copy.replace() function (GH-108752)Serhiy Storchaka2023-09-061-0/+2
* gh-108740: Fix "make regen-all" race condition (#108741)Victor Stinner2023-09-061-0/+4
* gh-108851: Fix tomllib recursion tests (#108853)Victor Stinner2023-09-062-0/+5
* gh-91960: Add FreeBSD build and test using Cirrus-CI (#91961)Ed Maste2023-09-061-0/+1
* gh-91960: Skip test_gdb if gdb cannot retrive Python frames (#108999)Victor Stinner2023-09-061-0/+7
* gh-108962: Skip test_tempfile.test_flags() if not supported (#108964)Victor Stinner2023-09-051-0/+3
* gh-108469: Update ast.unparse for unescaped quote support from PEP701 [3.12] ...Anthony Shaw2023-09-051-0/+3
* gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928)Zachary Ware2023-09-054-4/+1
* GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...Mark Shannon2023-09-051-0/+4
* gh-89392: Remove support of test_main() in libregrtest (GH-108876)Serhiy Storchaka2023-09-051-0/+2
* gh-108463: Make expressions/statements work as expected in pdb (#108464)Tian Gao2023-09-041-0/+1
* Revert "gh-46376: Return existing pointer when possible in ctypes (#1… (#10...Victor Stinner2023-09-041-1/+0
* gh-108834: regrtest reruns failed tests in subprocesses (#108839)Victor Stinner2023-09-033-0/+11
* gh-108765: Python.h no longer includes <ctype.h> (#108831)Victor Stinner2023-09-031-0/+5
* Fix duplicated words 'Be be' (GH-108815)Виталий Дмитриев2023-09-031-1/+1
* gh-63760: Don't declare gethostname() on Solaris (#108817)Victor Stinner2023-09-021-0/+3
* gh-108822: Add Changelog entry for regrtest statistics (#108821)Victor Stinner2023-09-021-0/+4
* gh-108765: Python.h no longer includes <sys/time.h> (#108775)Victor Stinner2023-09-021-0/+6