summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [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-2318-36/+36
* [3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)Łukasz Langa2021-09-223-3/+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
* [doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28434)Miss Islington (bot)2021-09-171-1/+2
* bpo-42038: fix description of returned list of lines (GH-27529) (GH-28429)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
* bpo-45089: Improve sqlite3 trace callback docs (GH-28238) (GH-28372)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
* [3.9] bpo-41082: Add note on errors that may be raised by home() and expandus...andrei kulakov2021-09-081-0/+8
* bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to s...Miss Islington (bot)2021-09-071-0/+2
* bpo-42255: Update webbrowser doc for macOS (GH-28145)Dong-hee Na2021-09-031-2/+2
* [doc] Link to deprecation policy PEP from the DeprecationWarning documentatio...Miss Islington (bot)2021-09-021-0/+4
* [3.9] bpo-45060: Get rid of few uses of the equality operators with None (GH-...Serhiy Storchaka2021-09-011-1/+1
* bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (...Łukasz Langa2021-08-311-2/+2
* bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28032)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
* [doc] Fix typo in idle.rst (GH-27903)Miss Islington (bot)2021-08-231-1/+1
* [3.9] bpo-42560: rework external references in Tkinter docs (GH-27838) (GH-27...Łukasz Langa2021-08-221-32/+19
* bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840) (GH...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-44940: Clarify the documentation of re.findall() (GH-27849) (GH-27880)Miss Islington (bot)2021-08-221-4/+14
* bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824) (GH-27827)Miss Islington (bot)2021-08-191-0/+5
* bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-2768...Miss Islington (bot)2021-08-171-0/+4
* bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762) (GH-27790)Miss Islington (bot)2021-08-172-60/+2
* bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990) (GH-27705)Miss Islington (bot)2021-08-101-2/+1
* bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272...Miss Islington (bot)2021-08-109-0/+44
* bpo-44522: Fix inaccurate information in open() function (GH-27650) (GH-27682)Miss Islington (bot)2021-08-091-3/+3
* bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...Miss Islington (bot)2021-08-091-0/+3
* bpo-27752: improve documentation of csv.Dialect (GH-26795) (GH-27644)Miss Islington (bot)2021-08-061-11/+23
* bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618) (GH-27619)Miss Islington (bot)2021-08-061-1/+1
* bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) (GH...Miss Islington (bot)2021-08-041-2/+5
* [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-...Miss Islington (bot)2021-08-041-1/+5
* Fix typo in 'xml.dom.minidom' documentation (GH-27602) (GH-27604)Miss Islington (bot)2021-08-041-1/+1
* Fix hyperlink conflict in turtle docs (GH-27592) (GH-27595)Miss Islington (bot)2021-08-041-12/+16
* bpo-41737: expand doc for NotADirectoryError (GH-27471) (GH-27577)Miss Islington (bot)2021-08-031-2/+4
* bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536) (GH-2...Miss Islington (bot)2021-08-021-16/+32
* bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27564)Miss Islington (bot)2021-08-021-7/+26
* doc: "Mac OS " -> "macOS" (GH-27534) (GH-27549)Miss Islington (bot)2021-08-021-1/+1
* doc: "Mac OS X" -> "macOS" (GH-27535) (GH-27547)Miss Islington (bot)2021-08-021-3/+3
* [3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)Łukasz Langa2021-07-305-7/+7
* Fix typo in ast.rst (GH-27449) (GH-27455)Miss Islington (bot)2021-07-291-1/+1
* bpo-44765: [doc] fix typo (GH-27430) (GH-27451)Miss Islington (bot)2021-07-291-1/+1
* [doc] Remove reference to obsolute opcode (GH-27402)Dennis Sweeney2021-07-281-1/+1
* bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH...Miss Islington (bot)2021-07-281-1/+1
* bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27425)Miss Islington (bot)2021-07-281-4/+14