summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [doc] Link to section File input (GH-28941) (GH-29375)Miss Islington (bot)2021-11-021-1/+1
* bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-...Miss Islington (bot)2021-11-021-1/+1
* [3.10] Move field width to the right field (GH-29344) (GH-29351)Miss Islington (bot)2021-10-311-2/+2
* bpo-45516: add protocol description to the Traversable documentation (GH-29039)Miss Islington (bot)2021-10-311-0/+40
* Fix docs source link for importlib.metadata (GH-29025)Miss Islington (bot)2021-10-301-1/+1
* bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-2...Miss Islington (bot)2021-10-291-7/+8
* bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) ...Miss Islington (bot)2021-10-291-0/+6
* bpo-45655: Add ref to union type expressions at top of typing docs (GH-29309)Miss Islington (bot)2021-10-291-1/+2
* [3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302)Alex Waygood2021-10-292-11/+45
* bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29285)Miss Islington (bot)2021-10-281-2/+2
* bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...Miss Islington (bot)2021-10-281-1/+2
* bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219...Miss Islington (bot)2021-10-281-0/+46
* [3.10] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() ...Sam Gross2021-10-283-9/+33
* Fix typo in Counter documentation (GH-29223)Miss Islington (bot)2021-10-281-1/+1
* bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-...Miss Islington (bot)2021-10-271-0/+4
* bpo-44344: Document that pow can return a complex number for non-complex inpu...Miss Islington (bot)2021-10-211-1/+4
* bpo-41983: add availability info to socket docs (GH-27519) (GH-29136)Miss Islington (bot)2021-10-211-0/+4
* [3.10] bpo-44174: [Enum] add reference to name mangling (GH-29117)Ethan Furman2021-10-211-3/+3
* bpo-34451: Document prompt and output toggle feature in html tutorial (GH-271...Miss Islington (bot)2021-10-211-0/+7
* bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114)Ethan Furman2021-10-211-2/+12
* bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...Miss Islington (bot)2021-10-201-0/+23
* Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)Miss Islington (bot)2021-10-201-1/+1
* bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-2904...Miss Islington (bot)2021-10-191-0/+3
* bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29065)Miss Islington (bot)2021-10-191-4/+6
* Improve multiserver queue recipe (GH-29012) (GH-29013)Miss Islington (bot)2021-10-171-5/+6
* [3.10]bpo-45463: Clarify that global statements allows multiple names (GH-288...Miss Islington (bot)2021-10-161-4/+4
* [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...Serhiy Storchaka2021-10-141-289/+297
* [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...Miss Islington (bot)2021-10-141-5769/+10734
* [docs] lexical_analysis: Expand the text on ``_`` (GH-28903) (GH-28933)Miss Islington (bot)2021-10-131-4/+16
* bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)Miss Islington (bot)2021-10-131-0/+21
* Slight correct grammar (GH-28860) Miss Islington (bot)2021-10-121-1/+1
* bpo-45441: Update some moved URLs in documentation (GH-28861)Miss Islington (bot)2021-10-124-6/+6
* bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28874)Miss Islington (bot)2021-10-121-0/+8
* bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)Miss Islington (bot)2021-10-111-2/+2
* Fix the "Finding all Adverbs" example (GH-21420) (#28839)Miss Islington (bot)2021-10-101-2/+2
* Fix class pattern docs to refer to class patterns (GH-28849)Miss Islington (bot)2021-10-101-1/+1
* bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)Miss Islington (bot)2021-10-091-1/+5
* Fix dataclassses spelling (GH-28837) (GH-28841)Miss Islington (bot)2021-10-091-1/+1
* [3.10] Remove draft notice on the 3.10 What's new document (GH-28806) (GH-28807)Miss Islington (bot)2021-10-071-7/+0
* [3.10] Fix typo in whatsnew 3.10.rst (GH-26854) (GH-28782)Miss Islington (bot)2021-10-071-1/+1
* [doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28772)Miss Islington (bot)2021-10-061-0/+4
* bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...Miss Islington (bot)2021-10-061-5/+4
* [3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)Christian Clauss2021-10-0612-16/+16
* sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28694)Miss Islington (bot)2021-10-052-4/+4
* [doc] Fix gethostbyname_ex description (GH-28700) (GH-28742)Miss Islington (bot)2021-10-051-2/+2
* bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (G...Miss Islington (bot)2021-10-022-5/+5
* bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687)Miss Islington (bot)2021-10-022-7/+7
* bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)Miss Islington (bot)2021-10-011-0/+27
* bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) (GH-...Miss Islington (bot)2021-09-291-0/+1
* [3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)Ɓukasz Langa2021-09-289-19/+19