summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23...Hai Shi2021-04-231-0/+6
* bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right sectio...Saiyang Gou2021-04-221-1/+1
* 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-122-14/+15
* 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
* bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)Victor Stinner2021-04-101-0/+7
* bpo-43682: @staticmethod inherits attributes (GH-25268)Victor Stinner2021-04-091-0/+6
* bpo-43774: Document configure options (GH-25283)Victor Stinner2021-04-085-11/+12
* bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...Saiyang Gou2021-04-061-0/+4
* bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...Brett Cannon2021-04-061-0/+33
* bpo-41870: Update What's News 3.10 about vectorcall (#25219)Dong-hee Na2021-04-061-0/+4
* bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)Brett Cannon2021-04-021-1/+7
* bpo-31956: Add start and stop parameters to array.index() (GH-25059)Zackery Spytz2021-04-021-0/+7
* bpo-43688: Support the limited C API in debug mode (GH-25131)Victor Stinner2021-04-021-0/+12
* Fix typos in 3.10 "What's new" (GH-25104)Don Kirkby2021-04-011-4/+4
* bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)Ethan Furman2021-03-311-0/+8
* bpo-42134: Raise ImportWarning when calling find_module() in the import syste...Brett Cannon2021-03-301-0/+9
* bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)Inada Naoki2021-03-291-0/+24
* bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)Brett Cannon2021-03-261-0/+6
* "exists" -> "exist" in What's New 3.10 (GH-25019)blopblopy2021-03-251-1/+1
* bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...Brett Cannon2021-03-241-0/+6
* bpo-43244: Remove the pyarena.h header (GH-25007)Victor Stinner2021-03-241-0/+11
* bpo-43244: Remove parser_interface.h header file (GH-25001)Victor Stinner2021-03-241-2/+7
* bpo-43452: Document the PyType_Lookup optimizations in the What's New for 3.1...Pablo Galindo2021-03-241-1/+4
* bpo-43244: Add pycore_compile.h header file (GH-25000)Victor Stinner2021-03-231-0/+12
* bpo-31861: Add aiter and anext to builtins (#23847)Joshua Bronson2021-03-231-0/+5
* bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)Victor Stinner2021-03-231-1/+9
* bpo-41718: Update runpy startup time What's New (GH-24998)Victor Stinner2021-03-231-3/+4
* bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)Rui Cunha2021-03-201-0/+3
* Mention that code.co_lnotab is deprecated in what's new for 3.10. (#24902)Mark Shannon2021-03-191-0/+2