summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-102988: Detect email address parsing errors and return empty tuple to indi...Thomas Dwyer2023-07-101-0/+8
* gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)Hugo van Kemenade2023-07-101-1/+2
* gh-105733: Fix ctypes What's New entry (#106576)Victor Stinner2023-07-101-1/+1
* gh-105373: Doc lists pending removals (#106540)Victor Stinner2023-07-091-3/+296
* gh-105376: Remove logging.warn() and LoggerAdapter.warn() (#106553)Victor Stinner2023-07-091-4/+5
* gh-105373: Remove C API global config vars in Python 3.14 (#106538)Victor Stinner2023-07-071-28/+31
* gh-105373: Doc lists pending C API removals (#106537)Victor Stinner2023-07-071-0/+80
* gh-105256: What's New note for comprehension over locals() (#106378)Carl Meyer2023-07-061-0/+6
* gh-106320: Remove _PyInterpreterState_Get() alias (#106321)Victor Stinner2023-07-011-0/+7
* gh-106316: Remove pytime.h header file (#106317)Victor Stinner2023-07-011-0/+3
* gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (#106272)Victor Stinner2023-06-301-0/+1
* gh-106023: Remove _PyObject_FastCall() function (#106265)Victor Stinner2023-06-301-0/+5
* gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)Victor Stinner2023-06-281-0/+6
* Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#9614...Ɓukasz Langa2023-06-261-8/+0
* GH-105793: Add follow_symlinks argument to `pathlib.Path.is_dir()` and `is_fi...Barney Gale2023-06-261-3/+4
* gh-105927: Deprecate PyWeakref_GetObject() function (#106006)Victor Stinner2023-06-261-1/+9
* gh-106084: Remove old PyObject call aliases (#106085)Victor Stinner2023-06-261-0/+14
* GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)Barney Gale2023-06-221-0/+4
* gh-104212: Explain how to port imp.load_source() (#105978)Victor Stinner2023-06-211-1/+15
* gh-105927: Add PyWeakref_GetRef() function (#105932)Victor Stinner2023-06-211-0/+4
* gh-105922: Add PyImport_AddModuleRef() function (#105923)Victor Stinner2023-06-201-0/+5
* gh-104212: Explain how to port imp code to importlib (#105905)Victor Stinner2023-06-191-1/+32
* gh-105875: Require SQLite 3.15.2 or newer (#105876)Erlend E. Aasland2023-06-181-0/+3
* 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