summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-34311: Add locale.localize (GH-15275)Cédric Krier2021-04-121-0/+8
* bpo-43723: Deprecate camelCase aliases from threading (GH-25174)Jelle Zijlstra2021-04-124-8/+41
* bpo-43682: Make staticmethod objects callable (GH-25117)Victor Stinner2021-04-113-8/+13
* Fix description of behaviour of an exception class in 'from' clause (GH-24303)Mark Dickinson2021-04-111-4/+7
* bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)Jelle Zijlstra2021-04-112-4/+26
* bpo-43764: Add match_args=False parameter to dataclass decorator and to make_...Eric V. Smith2021-04-111-5/+14
* Fix typo about line number in the 3.10 What's New document (GH-25328)Antti Haapala2021-04-111-1/+1
* bpo-41974: Remove part of the note regarding complex.__float__ (GH-25197)DevilXD2021-04-101-4/+1
* bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)Victor Stinner2021-04-103-0/+42
* bpo-40701: doc typo historcal -> historical (GH-25334)Gregory P. Smith2021-04-101-1/+1
* bpo-43739: Add type declaration Doc/extending/extending.rst exampleShreyan Avigyan2021-04-101-1/+1
* bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)Christian Heimes2021-04-091-2/+2
* bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)Christian Heimes2021-04-091-0/+8
* bpo-43682: @staticmethod inherits attributes (GH-25268)Victor Stinner2021-04-092-0/+16
* bpo-43774: Document the Python Build System (GH-25302)Victor Stinner2021-04-091-7/+116
* bpo-43774: Enhance configure documentation (GH-25293)Victor Stinner2021-04-081-50/+125
* bpo-39702: Remove dotted_name from decorator documentation (GH-25234)Saiyang Gou2021-04-081-1/+0
* bpo-43778: Fix Sphinx glossary_search extension (GH-25286)Victor Stinner2021-04-081-5/+11
* bpo-43774: Document configure options (GH-25283)Victor Stinner2021-04-0820-47/+678
* bpo-39899: os.path.expanduser(): don't guess other Windows users' home direct...Barney Gale2021-04-072-4/+10
* bpo-36540: Improve doc of function definition regarding positional-only argum...Saiyang Gou2021-04-071-2/+8
* bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)Barney Gale2021-04-071-7/+14
* bpo-39906: Add follow_symlinks parameter to pathlib.Path.stat() and chmod() (...Barney Gale2021-04-071-3/+16
* bpo-38605: Update "Future statements" docs since PEP 563 is always enabled (G...Saiyang Gou2021-04-071-5/+2
* bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...Saiyang Gou2021-04-062-3/+5
* Update pattern matching docs for changes to the PEP (#25185)Ken Jin2021-04-062-3/+3