summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)Miss Islington (bot)2020-11-281-1/+1
* bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)Miss Islington (bot)2020-11-271-5/+10
* 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-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec...Miss Islington (bot)2020-11-211-2/+4
* 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-42339: Adds note about KB2533623 to embeddable package docs (GH-23322)Steve Dower2020-11-161-0/+6
* 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
* bpo-42042: Use ids attribute instead of names attribute (GH-22739)Miss Islington (bot)2020-11-131-2/+2
* 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
* bpo-6761: Enhance __call__ documentation (GH-7987)Miss Skeleton (bot)2020-10-271-1/+1
* 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-253-0/+30
* [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)Miss Skeleton (bot)2020-10-251-1/+1
* [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
* [3.8] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22889)larryhastings2020-10-222-2/+0
* bpo-41910: specify the default implementations of object.__eq__ and object.__...Miss Skeleton (bot)2020-10-221-6/+8
* bpo-35181: Correct importlib documentation for some module attributes (GH-15190)Miss Skeleton (bot)2020-10-212-21/+11
* [3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text ...Miss Skeleton (bot)2020-10-211-1/+1
* [3.8] bpo-39416: Document some restrictions on the default string representat...Miss Skeleton (bot)2020-10-211-0/+18
* Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)Miss Skeleton (bot)2020-10-211-1/+1
* Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)Miss Skeleton (bot)2020-10-212-7/+1
* Doc: Remove old Python version from future stmt (GH-21802)Miss Skeleton (bot)2020-10-211-2/+2
* bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...Miss Skeleton (bot)2020-10-211-3/+3
* bpo-41192: Add documentation of undocumented audit events (GH-22832)Miss Skeleton (bot)2020-10-205-2/+56
* bpo-41192: Clarify the sys module's description of the auditing feature (GH-2...Miss Skeleton (bot)2020-10-201-10/+25
* Doc: Add missing spaces after period for `posix_spawn` (GH-22730)Miss Skeleton (bot)2020-10-201-2/+2
* bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)Miss Skeleton (bot)2020-10-201-3/+3
* bpo-40901: Describe what "interface name" means on Windows (GH-20694)Miss Skeleton (bot)2020-10-191-0/+19
* bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (...Miss Skeleton (bot)2020-10-191-4/+2
* bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)Miss Skeleton (bot)2020-10-191-1/+1
* Link to the msvcrt module from the Windows FAQ (GH-22268)Miss Skeleton (bot)2020-10-191-1/+1
* bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22770)Miss Skeleton (bot)2020-10-193-4/+3
* [3.8] bpo-41855: Fix duplicate results in FastPath.zip_children() (#22404)Jason R. Coombs2020-10-152-23/+18
* bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602) (...Miss Skeleton (bot)2020-10-111-1/+3
* [3.8] [doc] Fix link to abc.collections.Iterable (GH-22502) (#22504)Andre Delfino2020-10-111-1/+1
* Fix incorrect parameter name (GH-22613)Miss Skeleton (bot)2020-10-101-1/+1
* bpo-41584: clarify when the reflected method of a binary arithemtic operator ...Miss Skeleton (bot)2020-10-051-7/+8
* bpo-41774: Tweak new programming FAQ entry (GH-22562)Miss Skeleton (bot)2020-10-051-1/+1
* bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids ...Miss Skeleton (bot)2020-10-041-0/+6