summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [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
* bpo-33479: Add architecture and threading model sections to Tkinter module do...Miss Islington (bot)2021-08-111-0/+104
* bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)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)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)Miss Islington (bot)2021-08-061-11/+23
* bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)Miss Islington (bot)2021-08-051-1/+1
* bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)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)Miss Islington (bot)2021-08-041-1/+1
* Fix hyperlink conflict in turtle docs (GH-27592)Miss Islington (bot)2021-08-041-12/+16
* bpo-41737: expand doc for NotADirectoryError (GH-27471)Miss Islington (bot)2021-08-031-2/+4
* bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)Miss Islington (bot)2021-08-021-16/+32
* bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563)Miss Islington (bot)2021-08-021-7/+26
* doc: "Mac OS " -> "macOS" (GH-27534)Miss Islington (bot)2021-08-021-1/+1
* doc: "Mac OS X" -> "macOS" (GH-27535)Miss Islington (bot)2021-08-021-3/+3
* bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (...Miss Islington (bot)2021-07-301-0/+14
* Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)Miss Islington (bot)2021-07-305-7/+7
* Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459) (GH-27479)Miss Islington (bot)2021-07-301-2/+2
* Fix typo in ast.rst (GH-27449) (GH-27454)Miss Islington (bot)2021-07-291-1/+1
* bpo-44765: [doc] fix typo (GH-27430) (GH-27450)Miss Islington (bot)2021-07-291-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-27424)Miss Islington (bot)2021-07-281-4/+14
* Fix typo in sqlite3.rst (GH-27415) (GH-27417)Miss Islington (bot)2021-07-281-1/+1
* Add missing end of sentence in docs (GH-27280) (GH-27419)Miss Islington (bot)2021-07-281-1/+1
* Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27412)Miss Islington (bot)2021-07-281-1/+1
* bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (...Miss Islington (bot)2021-07-271-1/+1
* [doc] Fix typo in asyncio Event Loop (GH-27377)Miss Islington (bot)2021-07-271-1/+1
* bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...Miss Islington (bot)2021-07-2620-40/+40
* docs: replace "Mac OS X" -> "macOS" (GH-27364) (GH-27374)Miss Islington (bot)2021-07-261-6/+6
* The current documentation says it returns None if the name is not found, but ...Miss Islington (bot)2021-07-261-1/+1
* bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH...Miss Islington (bot)2021-07-261-1/+2
* bpo-44732: Rename types.Union to types.UnionType (GH-27342)Miss Islington (bot)2021-07-262-5/+5
* [3.10] bpo-43184: Add information about added attribute and method. (GH-27347...Miss Islington (bot)2021-07-251-0/+4
* bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297) (GH-27298)Miss Islington (bot)2021-07-241-1/+1
* bpo-44353: Document that typing.NewType is now a class (GH-27319) (GH-27321)Miss Islington (bot)2021-07-241-10/+19