summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* [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-251-1/+1
* [docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)...Miss Islington (bot)2021-09-231-1/+7
* Fix legacy logging module URL (GH-28528)Miss Islington (bot)2021-09-231-1/+1
* bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)Miss Islington (bot)2021-09-2318-36/+36
* [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-213-3/+3
* [3.10] bpo-45246: Document that sorted() only uses "<" comparisons (GH-28494)...Łukasz Langa2021-09-211-0/+9
* Docs: Clarify the before_and_after() example (GH-28458) (#28464)Miss Islington (bot)2021-09-201-3/+4
* bpo-30637: Improve the docs of ast.parse regarding differences with compile()...Miss Islington (bot)2021-09-191-0/+13
* [doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28433)Miss Islington (bot)2021-09-171-1/+2
* bpo-42038: fix description of returned list of lines (GH-27529) (GH-28428)Miss Islington (bot)2021-09-171-6/+6
* [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) (GH-2...Miss Islington (bot)2021-09-171-1/+1
* bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-...Miss Islington (bot)2021-09-171-1/+2
* Fix typo and add a module prefix (GH-28401)Miss Islington (bot)2021-09-171-2/+2
* bpo-45089: Improve sqlite3 trace callback docs (GH-28238) (GH-28371)Miss Islington (bot)2021-09-151-5/+13
* bpo-9811: [doc] strftime handling of unsupported format specifiers is platfor...Miss Islington (bot)2021-09-101-1/+2
* bpo-45024 and bpo-23864: Document how interface testing works with the collec...Miss Islington (bot)2021-09-101-63/+164
* Fix small mistake in fileinput documentation (GH-28241)Miss Islington (bot)2021-09-091-1/+1
* bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to s...Miss Islington (bot)2021-09-071-0/+2
* Add more itertool recipes (GH-28165)Miss Islington (bot)2021-09-071-2/+20
* More useful OrderedDict LRU recipes (GH-28164)Miss Islington (bot)2021-09-051-19/+76
* bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)Miss Islington (bot)2021-09-051-1/+28
* [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH...Serhiy Storchaka2021-09-041-1/+1
* bpo-42255: Update webbrowser doc for macOS (GH-28144)Dong-hee Na2021-09-031-2/+2
* [doc] Reword sentinel object summary in dataclasses (GH-27792)Miss Islington (bot)2021-09-021-4/+3
* [3.10] [doc] Link to deprecation policy PEP from the DeprecationWarning docum...Łukasz Langa2021-09-021-0/+4
* bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122)Miss Islington (bot)2021-09-021-6/+9
* bpo-44135: [docs] Fix inline markup (GH-28095)Miss Islington (bot)2021-08-311-1/+1
* bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (...Miss Islington (bot)2021-08-311-3/+3
* bpo-44925: [docs] Fix confusing deprecation notice for typing.IO (GH-28004)Miss Islington (bot)2021-08-311-4/+4
* bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)Miss Islington (bot)2021-08-291-14/+18
* bpo-40635: Fix getfqdn() docstring and docs (GH-27971)Miss Islington (bot)2021-08-261-2/+3
* bpo-39452: Rewrite and expand __main__.rst (GH-26883)Miss Islington (bot)2021-08-241-17/+360
* Update susp-ignored.csv line numbersMiss Islington (bot)2021-08-231-144/+175
* bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839)Miss Islington (bot)2021-08-231-39/+9
* bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation o...Miss Islington (bot)2021-08-231-0/+7
* [doc] Fix typo in idle.rst (GH-27903)Miss Islington (bot)2021-08-231-1/+1
* Move susp-ignored locationsMiss Islington (bot)2021-08-221-14/+16
* [3.10] bpo-42560: rework external references in Tkinter docs (GH-27838) (GH-2...Łukasz Langa2021-08-221-32/+19
* bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840)Miss Islington (bot)2021-08-221-17/+36
* bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-2...Miss Islington (bot)2021-08-221-3/+2
* bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (G...Miss Islington (bot)2021-08-221-0/+7
* bpo-44940: Clarify the documentation of re.findall() (GH-27849)Miss Islington (bot)2021-08-221-4/+14
* Fix reST markup in dataclasses.rst (GH-27843) (GH-27845)Miss Islington (bot)2021-08-191-1/+1
* bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)Miss Islington (bot)2021-08-191-0/+5
* bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688)Miss Islington (bot)2021-08-171-0/+4
* bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)Miss Islington (bot)2021-08-172-60/+2
* bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)Miss Islington (bot)2021-08-132-4/+13
* bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)Miss Islington (bot)2021-08-131-5/+9
* bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)Miss Islington (bot)2021-08-121-5/+1