summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* GH-89886: Bump to GNU Autoconf v2.71 (#104925)Erlend E. Aasland2023-06-012-0/+8
* gh-105145: Deprecate Py_GetPath() function (#105179)Victor Stinner2023-06-011-0/+14
* gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)Victor Stinner2023-06-011-0/+16
* gh-105107: Remove PyCFunction_Call() function (#105181)Victor Stinner2023-06-011-0/+1
* gh-105145: Remove old functions to config Python init (#105154)Victor Stinner2023-06-011-0/+20
* gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)Victor Stinner2023-06-011-0/+5
* Clarify that error messages are better with PEP 701 (#105150)Pablo Galindo Salgado2023-05-311-0/+25
* gh-105111: remove deprecated macros Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SA...Irit Katriel2023-05-311-0/+34
* gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139)Victor Stinner2023-05-311-1/+1
* gh-105096: Deprecate wave getmarkers() method (#105098)Victor Stinner2023-05-311-0/+4
* gh-62948: IOBase finalizer logs close() errors (#105104)Victor Stinner2023-05-311-0/+9
* gh-105107: Remove PyEval_CallFunction() function (#105108)Victor Stinner2023-05-311-0/+15
* gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)Inada Naoki2023-05-311-0/+7
* gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section (#105126)Carl Meyer2023-05-311-0/+3
* gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (#105125)Carl Meyer2023-05-311-0/+7
* GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` (#101398)Barney Gale2023-05-301-0/+3
* GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()` (GH-102616)Barney Gale2023-05-291-0/+6
* Document PEP 698 and other new typing features in What's New (#104957)Jelle Zijlstra2023-05-281-6/+37
* gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's dep...Hugo van Kemenade2023-05-281-1/+2
* gh-104992: Remove deprecated unittest.TestProgram.usageExit (#104993)Hugo van Kemenade2023-05-271-0/+5
* gh-75552: Remove deprecated tkinter.tix module (GH-104902)Zachary Ware2023-05-273-2/+6
* gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's dep...Hugo van Kemenade2023-05-271-0/+4
* GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965)Raymond Hettinger2023-05-261-0/+6
* gh-103921: Document PEP 695 (#104642)Jelle Zijlstra2023-05-261-2/+73
* gh-104804: Remove webbrowser.MacOSX class, deprecated in Python 3.11 (#104816)Hugo van Kemenade2023-05-261-0/+5
* gh-104773: PEP 594: Remove the imghdr module (#104777)Victor Stinner2023-05-264-3/+11
* gh-104886: Remove deprecated configparser.LegacyInterpolation (#104887)Hugo van Kemenade2023-05-261-0/+7
* gh-104876: Remove deprecated turtle.RawTurtle.settiltangle (#104877)Hugo van Kemenade2023-05-262-3/+6
* gh-104786: Remove kwargs-based TypedDict creation (#104891)Tomas R2023-05-251-0/+3
* gh-104773: PEP 594: Remove the chunk module (#104868)Victor Stinner2023-05-254-3/+6
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-256-9/+12
* gh-104773: PEP 594: Remove the aifc module (#104933)Victor Stinner2023-05-256-9/+12
* gh-104773: PEP 594: Remove the uu module (#104932)Victor Stinner2023-05-254-3/+7
* gh-104773: PEP 594: Remove the crypt module (#104908)Victor Stinner2023-05-257-8/+24
* Misc updates to Whatsnew 3.12 (#104912)Raymond Hettinger2023-05-251-1/+34
* gh-104773: Remove the msilib package (GH-104911)Zachary Ware2023-05-256-5/+8
* gh-104773: PEP 594: Remove the xdrlib module (#104900)Victor Stinner2023-05-243-2/+5
* gh-104773: PEP 594: Remove the nis module (#104897)Victor Stinner2023-05-244-5/+8
* gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTest...Hugo van Kemenade2023-05-241-0/+14
* gh-104773: PEP 594: Remove the nntplib module (#104894)Victor Stinner2023-05-2410-15/+20
* gh-104773: PEP 594: Remove the spwd module (#104871)Victor Stinner2023-05-245-4/+9
* gh-104773: PEP 594: Remove the mailcap module (#104867)Victor Stinner2023-05-243-2/+6
* gh-104773: PEP 594: Remove the sunau module (#104863)Victor Stinner2023-05-245-8/+11
* gh-104773: PEP 594: Remove the ossaudiodev module (#104862)Victor Stinner2023-05-245-4/+8
* gh-104773: PEP 594: Remove the pipes module (#104848)Victor Stinner2023-05-244-3/+7
* gh-102856: Add missing quote to fix doctest (#104852)Hugo van Kemenade2023-05-241-1/+1
* gh-102856: Add changes related to PEP 701 in 3.12 What's New docs (#104824)Marta Gómez Macías2023-05-241-16/+135
* gh-104773: PEP 594: Remove the sndhdr module (#104774)Victor Stinner2023-05-243-2/+8
* gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)Victor Stinner2023-05-2411-19/+49
* GH-83863: Drop support for using `pathlib.Path` objects as context managers (...Barney Gale2023-05-231-0/+3