summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-105570: Deprecate unusual ways of creating empty TypedDicts (#105780)Alex Waygood2023-06-141-6/+9
* gh-105566: Deprecate unusual ways of creating `typing.NamedTuple` classes (#1...Alex Waygood2023-06-141-0/+11
* gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)Jelle Zijlstra2023-06-141-0/+8
* gh-105687: Remove deprecated objects from `re` module (#105688)Nikita Sobolev2023-06-141-0/+4
* gh-105387: Limited C API implements Py_INCREF() as func (#105388)Victor Stinner2023-06-141-0/+5
* gh-98040: Fix importbench: use types.ModuleType() (#105743)Victor Stinner2023-06-131-0/+2
* gh-105733: Deprecate ctypes SetPointerType() and ARRAY() (#105734)Victor Stinner2023-06-131-0/+6
* gh-105713: Document that tokenize raises when mixing tabs/spaces (#105723)Lysandros Nikolaou2023-06-131-0/+3
* gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)Hugo van Kemenade2023-06-111-0/+5
* gh-102304: Remove Py_INCREF() doc change (#105552)Victor Stinner2023-06-091-9/+0
* gh-105545: Remove deprecated `MacOSXOSAScript._name` (gh-105546)Nikita Sobolev2023-06-091-0/+5
* gh-105396: Deprecate PyImport_ImportModuleNoBlock() function (#105397)Victor Stinner2023-06-091-0/+5
* gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize err...Pablo Galindo Salgado2023-06-071-5/+6
* gh-105382: Remove urllib.request cafile parameter (#105384)Victor Stinner2023-06-061-0/+8
* gh-105376: Remove logging.Logger.warn() method (#105377)Victor Stinner2023-06-061-0/+6
* gh-102304: Document Py_INCREF() change in What's New in Python 3.12 (#105389)Victor Stinner2023-06-062-9/+9
* gh-104783: Remove locale.resetlocale() function (#104784)Victor Stinner2023-06-062-0/+5
* gh-105268: Remove _PyGC_FINALIZED() macro (#105350)Victor Stinner2023-06-061-0/+7
* gh-105292: Add option to make traceback.TracebackException.format_exception_o...Irit Katriel2023-06-061-0/+7
* gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)Victor Stinner2023-06-061-0/+9
* gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)Victor Stinner2023-06-062-2/+2
* What's New in 3.12: List 'Improved Modules' alphabetically (#105315)Hugo van Kemenade2023-06-051-107/+107
* gh-80480: array: Add 'w' typecode. (#105242)Inada Naoki2023-06-041-0/+7
* Fix typo in Python 3.12 What's New (#105278)Shantanu2023-06-041-2/+2
* gh-85275: Remove old buffer APIs (#105137)Inada Naoki2023-06-021-0/+36
* 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