summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...Brett Cannon2021-04-062-3/+49
* bpo-41870: Update What's News 3.10 about vectorcall (#25219)Dong-hee Na2021-04-061-0/+4
* bpo-43683: Handle generator entry in bytecode (GH-25138)Mark Shannon2021-04-061-0/+8
* bpo-17305: Link to the third-party idna package. (GH-25208)Gregory P. Smith2021-04-061-0/+3
* bpo-20503: Show how isinstance() works with ABC registered classes. (GH-25175)Raymond Hettinger2021-04-051-0/+35
* bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)Zackery Spytz2021-04-051-2/+2
* Fix the "make suspicious" check on the pprint docs (GH-25193)Pablo Galindo2021-04-051-2/+2
* bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)Serhiy Storchaka2021-04-051-0/+3
* bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs (#25183)Ken Jin2021-04-041-2/+7
* bpo-43325: Add FAQ entry for identity tests (GH-25168)Raymond Hettinger2021-04-042-3/+89
* Replace broken example code with correct simpler code. (GH-25162)Raymond Hettinger2021-04-031-2/+2
* Add more tests for the descriptor tutorial (GH-25164)Raymond Hettinger2021-04-031-7/+57
* bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)Ammar Askar2021-04-021-3/+19
* bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)Brett Cannon2021-04-022-2/+9