summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-42236: Enhance init and encoding documentation (GH-23109)Victor Stinner2020-11-025-42/+123
* bpo-41435: Add sys._current_exceptions() function (GH-21689)Julien Danjou2020-11-021-0/+12
* bpo-42230: Improve asyncio documentation regarding accepting sets vs iterable...Jakub Stasiak2020-11-021-4/+4
* bpo-41229: Update docs for explicit aclose()-required cases and add contextli...Joongi Kim2020-11-021-0/+33
* bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)Victor Stinner2020-11-011-17/+14
* bpo-42198: New section in stdtypes for type annotation types (GH-23063)kj2020-10-311-4/+14
* bpo-42198: Improve consistency of Union docs (GH-23029)kj2020-10-311-23/+14
* bpo-42198: Document __new__ for types.GenericAlias (GH-23039)kj2020-10-312-2/+14
* bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)kj2020-10-301-37/+74
* bpo-42061: Document __format__ for IP addresses (GH-23018)Teugea Ioan-Teodor2020-10-291-2/+34
* bpo-42180: fix plural in arguments and control (GH-23015)Rafael Fontenelle2020-10-291-1/+1
* bpo-42029: Remove IRIX code (GH-23023)Victor Stinner2020-10-291-3/+3
* bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)Zackery Spytz2020-10-291-5/+15
* bpo-41805: Documentation for PEP 585 (GH-22615)kj2020-10-272-0/+201
* bpo-30681: Support invalid date format or value in email Date header (GH-22090)Georges Toth2020-10-272-2/+7
* Add a link to buffer protocol in bytearray() doc (GH-22675)Antoine2020-10-261-2/+2
* bpo-39108: Document threading issues for random.gauss() (GH-22928)Raymond Hettinger2020-10-251-0/+7
* bpo-42127: Document effect of cached_property on key-sharing dictionaries (G...Raymond Hettinger2020-10-251-9/+24
* bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239)Zackery Spytz2020-10-221-10/+4
* bpo-42086: Document AST operator nodes acts as a singleton (GH-22896)Batuhan Taskaya2020-10-221-0/+7
* bpo-25655: Improve Win DLL loading failures doc (GH-22372)Philippe Ombredanne2020-10-221-0/+15
* bpo-35181: Correct importlib documentation for some module attributes (GH-15190)Géry Ogam2020-10-211-6/+8
* bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22...Raúl Cumplido2020-10-211-1/+1
* bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22...Максим2020-10-211-1/+4
* bpo-29981: Add examples and update index for set, dict, and generator compreh...Florian Dahlitz2020-10-201-0/+14
* bpo-42041: Clarify how subprocess searches for the executable (GH-22715)Paul Moore2020-10-201-2/+21
* Minor tweaks to typing union objects doc (GH-22741)Andre Delfino2020-10-201-3/+3
* bpo-41192: Add documentation of undocumented audit events (GH-21308)Saiyang Gou2020-10-203-2/+36
* bpo-41192: Clarify the sys module's description of the auditing feature (GH-2...Andrew Kuchling2020-10-201-10/+25
* bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)Andrey Doroschenko2020-10-201-4/+5
* Doc: Add missing spaces after period for `posix_spawn` (GH-22730)Tomer Cohen2020-10-201-2/+2
* bpo-4356: Add key function support to the bisect module (GH-20556)Raymond Hettinger2020-10-201-28/+90
* bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_...Ruben Vorderman2020-10-192-1/+14
* bpo-40901: Describe what "interface name" means on Windows (GH-20694)Jakub Stasiak2020-10-191-0/+19
* bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (...Zackery Spytz2020-10-191-4/+2
* bpo-38320: Clarify that expectedFailure is satisfied by either failure or err...Irit Katriel2020-10-191-5/+6
* bpo-41192: Fix some broken anchors for audit event entries (#21310)Saiyang Gou2020-10-192-3/+2
* bpo-40484: Document compiler flags under AST module (GH-19885)Batuhan Taskaya2020-10-192-20/+46
* [doc] Add mentions of PEP 613 (TypeAlias) to docs (GH-22733)Andre Delfino2020-10-171-1/+3
* Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618)Saiyang Gou2020-10-151-0/+2
* Minor clarification (GH-22708)Raymond Hettinger2020-10-151-3/+3
* Improve recipe readability (GH-22685)Raymond Hettinger2020-10-131-31/+37
* Add recipe for a version of random() with a larger population (GH-22664)Raymond Hettinger2020-10-131-2/+53
* Fix typo in "Context manager types" section in typing.rst (GH-22676)Saiyang Gou2020-10-121-2/+2
* Fix typo (GH-22582)Gaurav Kamath2020-10-111-1/+1
* Fix typo in typing.rst (GH-22625)abdo2020-10-111-1/+1
* Fix incorrect parameter name (GH-22613)Xie Yanbo2020-10-101-1/+1
* bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602)Phil Elson2020-10-081-1/+3
* Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...Raymond Hettinger2020-10-073-37/+17
* bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)Mikhail Golubev2020-10-071-0/+13