summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-43917: Fix pure python equivalent for classmethod (GH-25544)Raymond Hettinger2021-04-231-1/+12
* bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...Shreyan Avigyan2021-04-221-1/+6
* bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)Raymond Hettinger2021-04-222-6/+5
* bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right sectio...Saiyang Gou2021-04-222-24/+27
* bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239)Saiyang Gou2021-04-211-1/+8
* bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...Steve Dower2021-04-211-2/+2
* 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-38659: [Enum] add _simple_enum decorator (GH-25497)Ethan Furman2021-04-211-1/+0
* 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-213-21/+12
* Update Sphinx directive for super from function to class (GH-25489)Géry Ogam2021-04-201-1/+1
* docs: clarify what patterns Path.glob accepts (GH-25486)Ned Batchelder2021-04-201-2/+3
* Document that random.gauss is normal distribution (GH-24935)Joonas Paalasmaa2021-04-201-3/+3
* Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)Ethan Furman2021-04-201-0/+1
* bpo-38659: [Enum] add _simple_enum decorator (GH-25285)Ethan Furman2021-04-201-1/+0
* Add doctests (GH-25474)Raymond Hettinger2021-04-191-3/+45
* bpo-43837: Reverse order of precedence table to show tightly binding operator...Ammar Askar2021-04-191-29/+29
* bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463)l0x2021-04-191-0/+11
* bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...Christian Heimes2021-04-192-17/+50
* bpo-42854: Use SSL_read/write_ex() (GH-25468)Christian Heimes2021-04-191-0/+5
* bpo-43641: Stop stating that TLS 1.2 is the most modern version in docs (GH-2...Illia Volochii2021-04-181-3/+2
* Fix type group capture in the PEG highlight tool (GH-25464)Pablo Galindo2021-04-171-2/+7
* Small changes to the section about SyntaxErrors in the 3.10 What's New docume...Pablo Galindo2021-04-171-58/+70
* bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)Christian Heimes2021-04-172-103/+11
* Fix a typo in subprocess documentation (GH-25426)andrei kulakov2021-04-171-1/+1
* bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)Christian Heimes2021-04-172-1/+6
* bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)Christian Heimes2021-04-171-0/+5
* Fix typo in exceptions.rst (GH-25434)Ikko Ashimine2021-04-171-1/+1
* bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25...Zackery Spytz2021-04-161-0/+2
* bpo-43862: Enhance -W cmdline option documentation (GH-25439)Victor Stinner2021-04-163-24/+52
* Improve the section with SyntaxError message improvements to the What's New o...Pablo Galindo2021-04-161-2/+91
* bpo-43822: Improve syntax errors for missing commas (GH-25377)Pablo Galindo2021-04-151-0/+2
* bpo-37741: make importlib.metadata docs discoverable through a module directi...Jason R. Coombs2021-04-151-0/+5
* 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-142-0/+24
* Fix typo in the What's New for 3.10 (GH-25396)Pablo Galindo2021-04-141-1/+1
* bpo-20364: Improve sqlite3 placeholder docs (GH-25003)Erlend Egeberg Aasland2021-04-143-48/+48
* bpo-43712 : fileinput: Add encoding parameter (GH-25272)Inada Naoki2021-04-142-9/+37
* bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)Bob Kline2021-04-141-13/+2
* bpo-38530: Offer suggestions on AttributeError (#16856)Pablo Galindo2021-04-142-2/+29
* bpo-43080: pprint for dataclass instances (GH-24389)Lewis Gaul2021-04-132-0/+9
* bpo-43785: Update bz2 document (GH-25351)Inada Naoki2021-04-133-4/+12
* Doc: Try to enhance wording on circular imports. (GH-24705)Julien Palard2021-04-131-10/+10
* bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273)Inada Naoki2021-04-131-1/+6
* bpo-43774: Add more links to configure options (GH-25363)Victor Stinner2021-04-1210-32/+45
* Fix Sphinx errors in the documentation and re-activate the suspicious check (...Pablo Galindo2021-04-122-1/+2
* Use double quotes over single quotes for match statement grammar (GH-24943)Ken Jin2021-04-121-2/+2
* bpo-43774: Remove --without-cycle-gc doc (GH-25364)Victor Stinner2021-04-121-6/+1
* bpo-41661: Document os.path.relpath() exception on Windows with different dri...Zackery Spytz2021-04-121-1/+2