summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Add a warning block around the get_referrers() documentation (GH-24511)Miss Islington (bot)2021-02-151-4/+5
* [3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529)Senthil Kumaran2021-02-152-5/+28
* bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)Miss Islington (bot)2021-02-131-2/+3
* [3.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495)Ken Jin2021-02-091-1/+1
* [3.8] bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24494)Ken Jin2021-02-091-0/+2
* bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)Miss Islington (bot)2021-02-071-1/+2
* bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)Miss Islington (bot)2021-01-311-4/+0
* Fixing typos in turtle.rst (GH-24376)Miss Islington (bot)2021-01-291-6/+6
* Fixed typo in turtle.rst (GH-24371)Miss Islington (bot)2021-01-291-1/+1
* bpo-43008: Make IDLE respect sys.excepthook (GH-24302)Miss Islington (bot)2021-01-271-1/+1
* bpo-40304: Correct type(name, bases, dict) doc (GH-19553)Miss Islington (bot)2021-01-221-8/+9
* Fix typos in unittest documentation (GH-24194)Miss Islington (bot)2021-01-201-3/+3
* bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)Miss Islington (bot)2021-01-201-1/+1
* bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent ...Miss Islington (bot)2021-01-071-1/+1
* bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)Miss Islington (bot)2021-01-061-1/+1
* bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)Miss Islington (bot)2021-01-061-13/+0
* Revert "[3.8] [doc] Fix erroneous backslashes in signatures and names (GH-236...Julien Palard2021-01-048-10/+10
* [3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses ...Serhiy Storchaka2021-01-041-6/+8
* Fixes a typo in importlib.metadata. (GH-23921) (#24030)Miss Islington (bot)2020-12-311-2/+2
* [3.8] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24016)Andre Delfino2020-12-311-0/+6
* bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)Miss Islington (bot)2020-12-291-2/+2
* [doc] Fix missing commas in signatures (GH-23693)Miss Islington (bot)2020-12-292-3/+3
* bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)Miss Islington (bot)2020-12-291-1/+1
* bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)Miss Islington (bot)2020-12-251-2/+3
* BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881)Miss Islington (bot)2020-12-231-5/+5
* [3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-...Andre Delfino2020-12-2229-83/+83
* [3.8] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23860)Andre Delfino2020-12-225-76/+76
* bpo-41724: Explain when the conversion is not possible with detect_types enab...Miss Islington (bot)2020-12-201-1/+3
* [3.8] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23835)Miss Islington (bot)2020-12-181-0/+40
* bpo-39096: Format specification documentation fixes for numeric types (GH-23575)Miss Islington (bot)2020-12-181-12/+23
* [3.8] [doc] Link to issue regarding logging.disable level param default value...Andre Delfino2020-12-101-2/+2
* Fix bz2 examples markup (GH-23580)Miss Islington (bot)2020-12-011-8/+0
* bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-235...Miss Islington (bot)2020-11-291-12/+31
* Fix multiprocessing markup (GH-23525)Miss Islington (bot)2020-11-281-3/+3
* Doc: fix typo in typing.Type docs (GH-23460)Miss Islington (bot)2020-11-221-1/+1
* bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)Miss Islington (bot)2020-11-221-2/+1
* Fix wrong availability for signal.SIGCHLD (GH-23285) (#23426)Miss Islington (bot)2020-11-211-1/+1
* bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)Miss Islington (bot)2020-11-211-1/+1
* [3.8] bpo-38320: Clarify that expectedFailure is satisfied by either failure ...Miss Islington (bot)2020-11-181-5/+6
* [3.8] Remove outdated reference to pywin32 from platform module (GH-22005) (G...Miss Islington (bot)2020-11-171-7/+0
* bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)Miss Islington (bot)2020-11-161-3/+3
* fix typo in ThreadedChildWatcher docs (GH-23277)Miss Islington (bot)2020-11-141-1/+1
* bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-2...Miss Islington (bot)2020-11-131-1/+3
* Minor wording change in concurrent.futures. (GH-23194)Miss Islington (bot)2020-11-081-3/+3
* [3.8] bpo-42230: Improve asyncio documentation regarding accepting sets vs it...Jakub Stasiak2020-11-021-3/+3
* Add a link to buffer protocol in bytearray() doc (GH-22675)Miss Skeleton (bot)2020-10-261-2/+2
* bpo-29981: Add examples and update index for set, dict, and generator compreh...Miss Skeleton (bot)2020-10-251-0/+14
* [3.8] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22902)Miss Skeleton (bot)2020-10-221-10/+4
* bpo-25655: Improve Win DLL loading failures doc (GH-22372)Miss Skeleton (bot)2020-10-221-0/+15
* bpo-35181: Correct importlib documentation for some module attributes (GH-15190)Miss Skeleton (bot)2020-10-211-6/+8