summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-71223: Improve rendering of some references in the docs (GH-93041)Serhiy Storchaka2022-05-211-3/+3
* gh-91860: documentation for typing.dataclass_transform (#92768)Shantanu2022-05-201-5/+5
* gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...Steve Dower2022-05-191-0/+15
* gh-91491: Complete Whats New in 3.11 for typing (#92708)Jelle Zijlstra2022-05-191-4/+36
* Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)Duprat2022-05-191-0/+4
* gh-92547: Remove deprecated sqlite3 features (#92548)Erlend Egeberg Aasland2022-05-161-0/+9
* gh-81548: Clarify the deprecation of octal sequences affect byte strings (GH-...Pablo Galindo Salgado2022-05-161-2/+2
* gh-87670: Add web.archive redirects from effbot (GH-92816)Stanley2022-05-163-4/+5
* Document Py_ssize_t. (GH-92512)Julien Palard2022-05-131-1/+1
* gh-85858: Remove PyUnicode_InternImmortal() function (#92579)Victor Stinner2022-05-131-0/+4
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-121-1/+25
* gh-86388 Remove deprecated behaviors in randrange() (#92677)Raymond Hettinger2022-05-121-2/+8
* gh-92651: Remove the Include/token.h header file (#92652)Victor Stinner2022-05-111-0/+5
* gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636)Hugo van Kemenade2022-05-111-1/+1
* Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...Serhiy Storchaka2022-05-111-0/+9
* What's New 3.12: PyFrame_BlockSetup() was removed in 3.11 (#92645)Victor Stinner2022-05-101-2/+0
* gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)Gregory P. Smith2022-05-101-0/+3
* gh-91928: Add what's new entry for datetime.UTC alias (GH-92567)Paul Ganssle2022-05-101-0/+2
* gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)Barney Gale2022-05-101-9/+0
* gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)Ken Jin2022-05-091-4/+5
* What's New in Python 3.12: move C API at the end (#92555)Victor Stinner2022-05-091-5/+22
* What's New in Python 3.11: move C API changes (#92390)Victor Stinner2022-05-091-31/+31
* Use percentage over factor for 3.11 whatsnew performance (GH-92496)Ken Jin2022-05-081-1/+1
* gh-91760: More strict rules for numerical group references and group names in...Serhiy Storchaka2022-05-081-0/+10
* Fix typo in whatsnew (GH-92488)Ezio Melotti2022-05-081-1/+1
* Fix What's New for 3.12 (GH-92482)Serhiy Storchaka2022-05-082-0/+1
* Update What's New in 3.11 faster cpython figures and contributors (GH-92401)Ken Jin2022-05-081-3/+4
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-081-0/+12
* Merge remote-tracking branch 'upstream/main'Pablo Galindo2022-05-081-0/+55
|\
| * gh-92308: Add Pending Removal section to 3.11 What's New (#92309)Erlend Egeberg Aasland2022-05-071-0/+55
* | Python 3.12.0a0Pablo Galindo2022-05-081-0/+116
|/
* Fix What's New: use :gh: instead of :issue: (#92395)Serhiy Storchaka2022-05-061-1/+1
* gh-91827: Add method info_pathlevel() in tkinter (GH-91829)Serhiy Storchaka2022-05-061-0/+8
* gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)Alex Waygood2022-05-061-0/+6
* GH-89519: Deprecate classmethod descriptor chaining (#92379)Raymond Hettinger2022-05-061-0/+8
* gh-88279: Deprecate PySys_SetArgvEx() (#92363)Victor Stinner2022-05-061-1/+4
* gh-57684: Document safe path in What's New in Python 3.11 (#92362)Victor Stinner2022-05-061-0/+6
* gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)Paul Ganssle2022-05-061-0/+8
* gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)Victor Stinner2022-05-051-0/+10
* bpo-44863: Allow generic typing.TypedDict (#27663)Samodya Abey2022-05-031-1/+4
* gh-92154: Expose PyCode_GetCode in the C API (GH-92168)Ken Jin2022-05-031-0/+5
* Fix doc warnings in What's New in 3.11 (GH-92215)Ken Jin2022-05-031-1/+1
* bpo-43923: Add support for generic typing.NamedTuple (#92027)Serhiy Storchaka2022-05-021-0/+4
* gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563)slateny2022-04-301-0/+6
* Convert :issue: to :gh: in whatsnew (GH-92089)Dennis Sweeney2022-04-301-1/+1
* gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...Serhiy Storchaka2022-04-301-0/+6
* gh-91760: Deprecate group names and numbers which will be invalid in future (...Serhiy Storchaka2022-04-301-0/+8
* gh-91491: Add several typing features to What's New (#92060)Shantanu2022-04-301-0/+65
* gh-91217: deprecate xdrlib (GH-92066)Brett Cannon2022-04-301-0/+1
* bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH...Eisuke Kawashima2022-04-281-0/+9