summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* GH-109975: Copyedit 3.13 What's New: Improved Modules (#123132)Adam Turner2024-08-241-355/+478
* gh-123165: make `dis` functions render positions on demand (#123168)Bénédikt Tran2024-08-211-0/+16
* gh-109975: Copyedit What's New in Python 3.13 (#123150)Jelle Zijlstra2024-08-191-16/+16
* GH-109975: Copyedit 3.13 What's New: Other Language Changes (#123086)Adam Turner2024-08-171-102/+156
* mention pypy somewhat more prominently in the pyrepl section of whatsnew (#12...CF Bolz-Tereick2024-08-161-1/+3
* gh-113190: Reenable non-debug interned string cleanup (GH-113601)Eddie Elizondo2024-08-151-0/+10
* GH-109975: Copyedit 3.13 What's New: New Features (#122990)Adam Turner2024-08-151-179/+197
* gh-122873: Allow "python -m json" to work (#122884)Trey Hunner2024-08-131-0/+4
* GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)Adam Turner2024-08-131-54/+115
* GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)Barney Gale2024-08-111-4/+2
* gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)Wulian2024-08-111-0/+5
* gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)Nico Mexis2024-08-101-0/+9
* gh-105376: Restore deprecated logging warn() method (#122775)Victor Stinner2024-08-091-10/+0
* gh-105201: Add PyIter_NextItem() (#122331)Erlend E. Aasland2024-08-071-0/+4
* GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)Barney Gale2024-08-071-2/+1
* gh-122445: populate only modified fields in __static_attributes__ (#122446)Irit Katriel2024-08-021-1/+1
* gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)Petr Viktorin2024-07-301-0/+9
* gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-...Petr Viktorin2024-07-301-2/+2
* GH-122085: Use include files for C API deprecations (#109843)Adam Turner2024-07-293-179/+17
* gh-122085: Use include files for `whatsnew/3.14.rst` deprecations (#122242)Hugo van Kemenade2024-07-272-12/+22
* Fix underline for 'pty' in What's New in Python 3.14 (#122337)Adam Turner2024-07-271-1/+1
* gh-122245: move checks for writes and shadowing of __debug__ to symtable (#12...Irit Katriel2024-07-261-0/+5
* gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (#122093)Hugo van Kemenade2024-07-241-146/+4
* gh-122163: Add notes for JSON serialization errors (GH-122165)Serhiy Storchaka2024-07-231-0/+7
* gh-121637: Syntax error for optimized-away incorrect await (#121656)Jelle Zijlstra2024-07-221-0/+5
* gh-119698: deprecate ``symtable.Class.get_methods`` (#121902)Bénédikt Tran2024-07-221-0/+3
* GH-73991: Add `pathlib.Path.rmtree()` (#119060)Barney Gale2024-07-201-5/+9
* Docs: Fix a typo in What's New in Python 3.13 (#122051)Rafael Fontenelle2024-07-201-1/+1
* gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340)Rodrigo Oliveira2024-07-191-1/+6