summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
Commit message (Expand)AuthorAgeFilesLines
* GH-112361: Speed up pathlib by removing some temporary objects. (#112362)Barney Gale2023-11-251-0/+2
* gh-112345: `typing.Protocol`: Let failed subclasscheck show non-method member...Randolf Scholz2023-11-241-0/+3
* Add extra tests for `random.binomialvariate` (gh-112325)Tian Gao2023-11-231-0/+1
* gh-112137: change dis output to show no-lineno as -- instead of None (#112335)Irit Katriel2023-11-231-0/+1
* gh-112137: change dis output to display labels instead of offsets (#112138)Irit Katriel2023-11-221-0/+1
* Python 3.13.0a2v3.13.0a2Thomas Wouters2023-11-22152-382/+0
* gh-110745: add a newline argument to pathlib.Path.read_text (#110880)Junya Okabe2023-11-211-0/+2
* gh-111863: Rename blurb snippet placed in the wrong directory by accident. (#...T. Wouters2023-11-211-0/+0
* gh-110950: add upstream Tk fixes to macOS installer. (GH-111041)Christopher Chavez2023-11-213-0/+8
* gh-59703: use the system dladdr function in getpath.c for macOS framework bui...AN Long2023-11-211-0/+4
* gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)Guido van Rossum2023-11-201-0/+3
* gh-106529: Make FOR_ITER a viable uop (#112134)Guido van Rossum2023-11-201-0/+1
* gh-112243: Don't include comments in f-string debug expressions (#112284)Pablo Galindo Salgado2023-11-201-0/+1
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-0/+1
* bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#...Crowthebird2023-11-201-0/+1
* GH-111807: Lower the parser stack depth under WASI debug builds (#112225)Brett Cannon2023-11-201-0/+1
* gh-73561: Omit interface scope from IPv6 when used as Host header (#93324)Michael2023-11-191-0/+1
* gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docst...Nikita Sobolev2023-11-191-0/+2
* gh-79871: IDLE - Fix and test debugger module (#11451)Anthony Shaw2023-11-191-0/+4
* GH-111808: Make the default value for `test.support.infinite_recursion()` con...Brett Cannon2023-11-171-0/+4
* gh-111956: Add thread-safe one-time initialization. (gh-111960)Sam Gross2023-11-161-0/+2
* gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)Victor Stinner2023-11-161-0/+4
* gh-111916: Make hashlib related modules thread-safe without the GIL (#111981)Tomas R2023-11-151-0/+1
* gh-112088: Run autoreconf in GHA check_generated_files (#112090)Victor Stinner2023-11-151-0/+5
* gh-112026: Add again _PyThreadState_UncheckedGet() function (#112121)Victor Stinner2023-11-151-0/+3
* gh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119)Victor Stinner2023-11-151-0/+2
* gh-96954: Fix `make regen-unicodedata` in out-of-tree builds (#112118)Miro Hrončok2023-11-151-0/+1
* gh-112026: Restore removed private C API (#112115)Victor Stinner2023-11-151-0/+51
* gh-112026: Add again <unistd.h> include in Python.h (#112046)Victor Stinner2023-11-151-0/+3
* gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (...DPR2023-11-151-0/+1
* gh-111995: Add getnameinfo extension flag (#111994)adder322023-11-151-0/+2
* gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061)Serhiy Storchaka2023-11-141-0/+2
* gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976)Serhiy Storchaka2023-11-141-0/+2
* gh-111262: Add PyDict_Pop() function (#112028)Victor Stinner2023-11-141-0/+4
* gh-110944: Make pdb completion work for alias and convenience vars (GH-110945)Tian Gao2023-11-141-0/+1
* gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904)Sam Gross2023-11-141-0/+4
* GH-72904: Add `glob.translate()` function (#106703)Barney Gale2023-11-131-0/+2
* gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)Victor Stinner2023-11-131-0/+2
* gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)AN Long2023-11-131-0/+2
* gh-111460: Restore ncurses widechar support on macOS (#111878)Davide Rizzo2023-11-131-0/+3
* gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)Markus Mohrhard2023-11-131-0/+1
* GH-111429: Speed up `pathlib.PurePath.[is_]relative_to()` (#111431)Barney Gale2023-11-121-0/+2
* gh-90890: New methods to access mailbox.Maildir message info and flags (#103905)Stephen Gildea2023-11-111-0/+7
* gh-107431: Make `multiprocessing.managers.{DictProxy,ListProxy}` generic (#10...Nikita Sobolev2023-11-101-0/+2
* gh-80731: Avoid executing code in except block in cmd (GH-111740)Tian Gao2023-11-101-0/+1
* gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)Łukasz Langa2023-11-101-0/+2
* gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH...Serhiy Storchaka2023-11-101-0/+2
* gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)Zac Hatfield-Dodds2023-11-101-0/+3
* gh-111356: io: Add missing documented objects to io.__all__ (#111370)Nicolas Tessore2023-11-101-0/+1
* gh-81925: Implement native thread ids for kFreeBSD (#111761)Samuel Thibault2023-11-091-0/+1