summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
...
* gh-124520: What's New entry for ctypes metaclass __new__/__init__ change (GH-...Petr Viktorin2024-09-271-0/+18
* gh-84559: Change the multiprocessing start method default to `forkserver` (GH...Gregory P. Smith2024-09-261-0/+8
* gh-119180: Rename SOURCE format to STRING (#124620)Jelle Zijlstra2024-09-261-2/+2
* gh-119127: functools.partial placeholders (gh-119827)dgpb2024-09-261-0/+9
* gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120...Nice Zombies2024-09-251-0/+6
* gh-101100: Add a table of class attributes to the "Custom classes" section of...Alex Waygood2024-09-259-26/+31
* gh-123756: Disable restart command if pdb is in inline mode (#123757)Tian Gao2024-09-251-0/+3
* gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)Victor Stinner2024-09-241-3/+4
* gh-119180: Add discussion of annotations to the 3.14 What's New (#124393)Jelle Zijlstra2024-09-241-1/+88
* gh-123990: Good bye WITH_FREELISTS macro (gh-124358)Donghee Na2024-09-241-1/+1
* gh-116622: Complete Android documentation (#124259)Malcolm Smith2024-09-231-3/+11
* GH-109975: Copyedit 3.13 What's New: Trivia (#124348)Adam Turner2024-09-231-23/+17
* GH-109975: Copyedit 3.13 What's New: Copyedit C API deprecations pending remo...Adam Turner2024-09-231-1/+2
* GH-109975: Copyedit 3.13 What's New: Build Changes (#124343)Adam Turner2024-09-231-24/+33
* GH-109975: Copyedit 3.13 What's New: Porting to Python 3.13 (#124341)Adam Turner2024-09-231-85/+104
* GH-109975: Copyedit 3.13 What's New: C API (#124313)Adam Turner2024-09-231-348/+449
* gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...neonene2024-09-181-0/+5
* gh-124194: Fix wrong issue number in What's New in Python 3.8 (#124195)Bradley Reynolds2024-09-181-1/+1
* GH-103484: Fix broken links reported by linkcheck (#124169)Rafael Fontenelle2024-09-174-4/+4
* Use pep role instead of url (#121611)Rafael Fontenelle2024-09-174-9/+6
* GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)Rafael Fontenelle2024-09-173-4/+4
* GH-109975: Copyedit 3.13 What's New: New Deprecations (#123845)Adam Turner2024-09-161-121/+173
* closes gh-124016: update Unicode to 16.0.0 (#124017)Benjamin Peterson2024-09-131-0/+5
* gh-111997: update what's new in 3.13 re C API for monitoring events (#123822)Irit Katriel2024-09-121-0/+4
* gh-123958: apply docstring removal optimization in ast_opt instead of codegen...Irit Katriel2024-09-111-1/+3
* gh-122239: Add actual count in unbalanced unpacking error message when possib...Tushar Sadhwani2024-09-101-0/+15
* gh-66449: remove duplicate configparser section in 3.13 whatsnew (#123874)Anthony Sottile2024-09-091-8/+0
* gh-122213: Add notes for pickle serialization errors (GH-122214)Serhiy Storchaka2024-09-091-0/+3
* gh-108219: Add credits to the free-threading entry in What's New (#123802)Donghee Na2024-09-081-0/+10
* gh-109975: Add links to py-free-threading.github.io (#123776)Nathan Goldbaum2024-09-061-0/+4
* gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)Victor Stinner2024-09-041-0/+1
* gh-107954, PEP 741: Add PyInitConfig C API (#123502)Victor Stinner2024-09-031-1/+20
* gh-123430: Add dark mode support to pages generated by http.server (#123475)Yorik Hansen2024-09-031-0/+8
* gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)Victor Stinner2024-09-021-0/+9
* gh-109975: Remove dangling angle bracket from 3.13.rst (#123589)Rafael Fontenelle2024-09-021-1/+1
* GH-109975: Copyedit 3.13 What's New: Removals (#123529)Adam Turner2024-09-011-155/+175
* gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)Wei-Hsiang (Matt) Wang2024-09-0110-38/+38
* gh-122854: Add Py_HashBuffer() function (#122855)Victor Stinner2024-08-301-0/+3
* gh-121645: Add PyBytes_Join() function (#121646)Victor Stinner2024-08-301-0/+5
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-3010-25/+25
* gh-101860: document `property.__name__` (GH-123399)Bénédikt Tran2024-08-281-0/+3
* gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)Victor Stinner2024-08-281-0/+14
* gh-109975: Fix a typo in What's New in Python 3.13 (#123393)Daniel Hollas2024-08-271-1/+1
* GH-117759: Document incremental GC (GH-123266)Mark Shannon2024-08-271-0/+13
* GH-73991: Make `pathlib.Path.delete()` private. (#123315)Barney Gale2024-08-261-3/+2
* GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)Barney Gale2024-08-261-4/+4
* gh-122982: Extend the deprecation period for bool inversion by two years (#12...Kirill Podoprigora2024-08-251-1/+1
* GH-73991: Add `pathlib.Path.move()` (#122073)Barney Gale2024-08-251-1/+4
* GH-109975: Copyedit 3.13 What's New: Optimizations (#123301)Adam Turner2024-08-251-14/+25
* GH-123299: Move ctypes What's New entry to 3.14 (#123300)Adam Turner2024-08-252-14/+24