summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.9] Move field width to the right field (GH-29344) (GH-29350)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
* 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
* [3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297)Alex Waygood2021-10-281-6/+32
* bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29286)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
* bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-292...Miss Islington (bot)2021-10-283-9/+33
* [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17....Ned Deily2021-10-271-0/+4
* bpo-44344: Document that pow can return a complex number for non-complex inpu...Miss Islington (bot)2021-10-221-1/+4
* bpo-41983: add availability info to socket docs (GH-27519) (GH-29137)Miss Islington (bot)2021-10-221-0/+4
* [3.9] bpo-44174: [Enum] add name-mangling reference (GH-29128)Ethan Furman2021-10-211-2/+2
* bpo-34451: Document prompt and output toggle feature in html tutorial (GH-271...Miss Islington (bot)2021-10-211-0/+7
* [3.9] bpo-42517: [ENUM] update docs for changes coming in 3.11 (GH-29113)Ethan Furman2021-10-201-2/+11
* bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...Miss Islington (bot)2021-10-201-0/+23
* [3.9] bpo-45449: add note about PEP 585 in collections.abc's documentation (G...Łukasz Langa2021-10-191-0/+3
* bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29066)Miss Islington (bot)2021-10-191-4/+6
* Improve multiserver queue recipe (GH-29012) (GH-29014)Miss Islington (bot)2021-10-181-5/+6
* [3.9]bpo-45463: Clarify that global statements allows multiple names (GH-2885...Miss Islington (bot)2021-10-161-4/+4
* bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...Serhiy Storchaka2021-10-141-316/+324
* [3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esca...Serhiy Storchaka2021-10-141-2584/+7436
* bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)Miss Islington (bot)2021-10-121-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-28875)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) (#28840)Miss Islington (bot)2021-10-101-2/+2
* [doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28773)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.9] [doc] Fix typos found using codespell (GH-28744) (GH-28759)Christian Clauss2021-10-065-7/+7
* [doc] Update references to NumPy (GH-22458) (GH-28749)Miss Islington (bot)2021-10-064-8/+5
* sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28695)Miss Islington (bot)2021-10-052-4/+4
* [doc] Fix gethostbyname_ex description (GH-28700) (GH-28743)Miss Islington (bot)2021-10-051-2/+2
* bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-2868...Miss Islington (bot)2021-10-022-7/+7
* [3.9] [docs] Improve the markup of powers (GH-28598) (GH-28608)Łukasz Langa2021-09-289-19/+19
* [doc] fix minor typo for argparse (GH-28451)Miss Islington (bot)2021-09-281-1/+1
* bpo-45277: Fix typo in codecs doc (GH-28555)Miss Islington (bot)2021-09-241-1/+1
* bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28537)Miss Islington (bot)2021-09-241-1/+2
* [docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)...Miss Islington (bot)2021-09-231-1/+7
* [3.9] Fix legacy logging module URL (GH-28528) (GH-28531)Miss Islington (bot)2021-09-231-1/+1
* bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28524)Miss Islington (bot)2021-09-2329-69/+69
* [3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)Łukasz Langa2021-09-224-4/+3
* bpo-45246: Document that sorted() only uses "<" comparisons (GH-28494)Miss Islington (bot)2021-09-211-0/+9
* bpo-30637: Improve the docs of ast.parse regarding differences with compile()...Miss Islington (bot)2021-09-191-0/+13
* [3.9] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28441)Miss Islington (bot)2021-09-171-1/+1
* [doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28434)Miss Islington (bot)2021-09-181-1/+2
* bpo-42038: fix description of returned list of lines (GH-27529) (GH-28429)Miss Islington (bot)2021-09-181-6/+6
* [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) (GH-2...Miss Islington (bot)2021-09-181-1/+1
* bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-...Miss Islington (bot)2021-09-171-1/+2