summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.10.rst
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)Tal Einat2021-05-191-0/+6
* bpo-44139: Use a more descriptive syntax error comprehension case in the What...Pablo Galindo2021-05-151-2/+2
* bpo-43977: Update pattern matching language reference docs (GH-25917)Ken Jin2021-05-141-1/+1
* bpo-43908: Add What's New entry for Py_TPFLAGS_IMMUTABLETYPE flag (GH-25816)Erlend Egeberg Aasland2021-05-131-0/+10
* bpo-39906: Document new follow_symlinks argument to pathlib.Path.stat() and c...Barney Gale2021-05-131-0/+5
* bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090)Barney Gale2021-05-131-0/+8
* Correct the changelog entry for the syntax error message for multiple except...Thomas Grainger2021-05-111-1/+1
* bpo-43149: Correct the syntax error message for multiple exception types (GH-...Pablo Galindo2021-05-081-1/+1
* bpo-42725: mention the changes on what's new (GH-25974)Batuhan Taskaya2021-05-081-0/+10
* Copyedits to 3.10 What's New (#25787)Jelle Zijlstra2021-05-041-46/+46
* bpo-44001: improve Literal documentation (GH-25877)Jelle Zijlstra2021-05-041-2/+2
* bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)Tal Einat2021-05-031-0/+26
* bpo-38820: Add ssl, hashlib, and hmac changes to whatsnew 3.10 (GH-25817)Christian Heimes2021-05-021-0/+55
* bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)larryhastings2021-05-021-2/+6
* bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)Christian Heimes2021-05-011-0/+7
* Noted my recent contributions in "What's New In Python 3.10". (#25771)larryhastings2021-05-011-20/+33
* bpo-42269: Add slots parameter to dataclass decorator (GH-24171)Yurii Karabas2021-05-011-0/+6
* bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)Victor Stinner2021-04-301-0/+4
* bpo-43908: Document Static Types in the C API (GH-25710)Victor Stinner2021-04-291-1/+2
* bpo-41139: Deprecate `cgi.log()` (GH-25625)Inada Naoki2021-04-291-0/+3
* bpo-28254: Add a C-API for controlling the GC state (GH-25687)scoder2021-04-281-0/+7
* bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)Ma Lin2021-04-281-0/+6
* bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282)Ken Jin2021-04-271-0/+10
* bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)Erlend Egeberg Aasland2021-04-261-0/+8
* bpo-38490: statistics: Add covariance, Pearson's correlation, and simple line...Tymoteusz Wołodźko2021-04-251-0/+8
* bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...Serhiy Storchaka2021-04-251-0/+13
* bpo-42737: annotations with complex targets no longer causes any runtime effe...Batuhan Taskaya2021-04-251-0/+4
* bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)Zackery Spytz2021-04-241-0/+6
* bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()...Barney Gale2021-04-231-0/+9
* bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)Pablo Galindo2021-04-231-0/+25
* bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-2...Petr Viktorin2021-04-231-0/+6
* doc: Sync some missing 3.10 changes with the What's New (GH-25503)Batuhan Taskaya2021-04-211-1/+27
* Fix typo in whatsnew/3.10.rst (GH-25498)JunWei Song2021-04-211-2/+2
* bpo-43859: Improve the error message for IndentationError exceptions (GH-25431)Pablo Galindo2021-04-211-0/+17
* bpo-38605: Revert making 'from __future__ import annotations' the default (GH...Pablo Galindo2021-04-211-16/+0
* Small changes to the section about SyntaxErrors in the 3.10 What's New docume...Pablo Galindo2021-04-171-58/+70
* bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)Christian Heimes2021-04-171-1/+5
* Improve the section with SyntaxError message improvements to the What's New o...Pablo Galindo2021-04-161-2/+91
* Fix typo in 3.10's What's New documentation (GH-25409)Zackery Spytz2021-04-141-1/+1
* bpo-38530: Offer suggestions on NameError (GH-25397)Pablo Galindo2021-04-141-0/+17
* Fix typo in the What's New for 3.10 (GH-25396)Pablo Galindo2021-04-141-1/+1
* bpo-43712 : fileinput: Add encoding parameter (GH-25272)Inada Naoki2021-04-141-0/+11
* bpo-38530: Offer suggestions on AttributeError (#16856)Pablo Galindo2021-04-141-2/+22
* bpo-43080: pprint for dataclass instances (GH-24389)Lewis Gaul2021-04-131-0/+6
* bpo-43785: Update bz2 document (GH-25351)Inada Naoki2021-04-131-0/+5
* bpo-43774: Add more links to configure options (GH-25363)Victor Stinner2021-04-121-12/+13
* bpo-43723: Deprecate camelCase aliases from threading (GH-25174)Jelle Zijlstra2021-04-121-0/+21
* bpo-43682: Make staticmethod objects callable (GH-25117)Victor Stinner2021-04-111-0/+1
* bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)Jelle Zijlstra2021-04-111-2/+4
* Fix typo about line number in the 3.10 What's New document (GH-25328)Antti Haapala2021-04-111-1/+1