summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix typos and use anchor for internal link (GH-30236)Miss Islington (bot)2021-12-261-9/+9
* bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199)Miss Islington (bot)2021-12-191-1/+2
* doc: Add link issue 44010 (GH-29454)Miss Islington (bot)2021-12-081-1/+1
* bpo-40170: Update What's New in Python 3.9 (GH-29470)Miss Islington (bot)2021-11-081-4/+0
* bpo-45741: docs: fix plural (GH-29461) (GH-29463)Miss Islington (bot)2021-11-081-1/+1
* Fix dataclassses spelling (GH-28837) (GH-28841)Miss Islington (bot)2021-10-091-1/+1
* [3.10] Remove draft notice on the 3.10 What's new document (GH-28806) (GH-28807)Miss Islington (bot)2021-10-071-7/+0
* [3.10] Fix typo in whatsnew 3.10.rst (GH-26854) (GH-28782)Miss Islington (bot)2021-10-071-1/+1
* [3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)Christian Clauss2021-10-061-2/+2
* [3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)Łukasz Langa2021-09-283-9/+9
* [3.10] bpo-43914: What's New 3.10: add new SyntaxError attributes (GH-28558) ...Łukasz Langa2021-09-251-1/+6
* bpo-43760: Document PyThreadState.use_tracing removal (GH-28527) (GH-28529)Miss Islington (bot)2021-09-231-0/+3
* bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.1...Miss Islington (bot)2021-09-141-0/+6
* bpo-44964: Correct the note about the f_lasti field (GH-28208) (GH-28276)Miss Islington (bot)2021-09-101-1/+2
* Fix minor typo in 3.10.rst (GH-28253) (GH-28259)Miss Islington (bot)2021-09-091-1/+1
* bpo-44964: Add a note explaining the new semantics of f_last_i in frame objec...Miss Islington (bot)2021-09-071-0/+6
* Add What's New for dataclass keyword-only parameters. (GH-28158) (GH-28163)Miss Islington (bot)2021-09-041-1/+60
* [3.10] bpo-45000: Update whatsnews about deleting __debug__ (GH-27956) (GH-27...Dong-hee Na2021-08-261-0/+2
* bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning (GH-27...Miss Islington (bot)2021-08-231-0/+13
* bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)Miss Islington (bot)2021-08-191-0/+13
* bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)Miss Islington (bot)2021-08-061-0/+5
* bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)Miss Islington (bot)2021-07-291-5/+0
* bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (...Miss Islington (bot)2021-07-271-1/+1
* bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...Miss Islington (bot)2021-07-267-12/+12
* bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-...Miss Islington (bot)2021-07-261-1/+2
* [3.10] Add release highlights for the 3.10 what's new document (GH-27150) (GH...Pablo Galindo Salgado2021-07-141-1/+29
* [3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010)Ethan Furman2021-07-041-11/+0
* [doc] Fix typo in what's new in 3.10 (GH-26911) (GH-26940)Miss Islington (bot)2021-06-291-1/+1
* bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-2685...Miss Islington (bot)2021-06-281-3/+38
* bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (...Miss Islington (bot)2021-06-271-1/+1
* [3.10] bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd...Miss Islington (bot)2021-06-241-0/+6
* bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826)Victor Stinner2021-06-211-0/+7
* bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)Miss Islington (bot)2021-06-201-0/+3
* Fix typos and grammatical changes in the 3.10 what's new document (GH-26319) ...Miss Islington (bot)2021-06-201-1/+1
* Add a note about NameError/AttributeError suggestions with custom error funct...Miss Islington (bot)2021-06-201-0/+11
* [3.10] bpo-43475: Add what's new entry for NaN hash changes (GH-26725) (GH-26...Mark Dickinson2021-06-151-0/+7
* bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)Miss Islington (bot)2021-06-111-12/+31
* bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)Miss Islington (bot)2021-06-081-0/+23
* bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603)Miss Islington (bot)2021-06-081-0/+10
* [3.10] bpo-44305: Improve syntax error for try blocks without except or final...Pablo Galindo2021-06-031-0/+14
* Add bpo-42914 to What's New (GH-25124)Miss Islington (bot)2021-06-031-0/+3
* bpo-44246: Remove note about access by index now that a compatibility shim is...Miss Islington (bot)2021-05-311-4/+1
* [3.10] bpo-44246: Update What's New for importlib.metadata. (GH-26408) (GH-26...Miss Islington (bot)2021-05-271-3/+9
* [3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inac...Miss Islington (bot)2021-05-271-0/+8
* [3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-2...Miss Islington (bot)2021-05-261-0/+1
* bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)...Miss Islington (bot)2021-05-251-0/+4
* Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323)Miss Islington (bot)2021-05-231-1/+1
* Remove duplicate words in docs. (GH-26167) (GH-26296)Miss Islington (bot)2021-05-221-1/+1
* [3.10] bpo-43882 - Mention urllib.parse changes in Whats new section. (GH-26275)Senthil Kumaran2021-05-211-0/+7
* bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)Miss Islington (bot)2021-05-191-0/+6