summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [3.10] bpo-45000: Update whatsnews about deleting __debug__ (GH-27956) (GH-27...Dong-hee Na2021-08-261-0/+2
* bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951...Miss Islington (bot)2021-08-261-1/+1
* bpo-39452: Rewrite and expand __main__.rst (GH-26883)Miss Islington (bot)2021-08-244-17/+365
* Update susp-ignored.csv line numbersMiss Islington (bot)2021-08-232-144/+181
* bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839)Miss Islington (bot)2021-08-231-39/+9
* [doc] Fix typo c-api/exceptions.rst (GH-27847)Miss Islington (bot)2021-08-231-1/+1
* 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
* bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning (GH-27...Miss Islington (bot)2021-08-231-0/+13
* Move susp-ignored locationsMiss Islington (bot)2021-08-222-18/+20
* bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866)Miss Islington (bot)2021-08-221-0/+49
* [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
* bpo-44966: Fix out-of-date traceback message (GH-27867)Miss Islington (bot)2021-08-221-1/+1
* 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-192-0/+18
* bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818)Miss Islington (bot)2021-08-191-0/+4
* bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688)Miss Islington (bot)2021-08-171-0/+4
* introduce omitted index default before using it (GH-27775) (GH-27802)Miss Islington (bot)2021-08-171-8/+8
* bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)Miss Islington (bot)2021-08-173-148/+10
* [3.10] bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664)...Senthil Kumaran2021-08-161-4/+0
* bpo-44907: Update error messages in tutorial examples (GH-27755)Miss Islington (bot)2021-08-141-3/+3
* 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-41576: document BaseException in favor of bare except (GH-21917)Miss Islington (bot)2021-08-061-8/+9
* bpo-27752: improve documentation of csv.Dialect (GH-26795)Miss Islington (bot)2021-08-061-11/+23
* bpo-44756: [docs] revert automated virtual environment creation on `make html...Miss Islington (bot)2021-08-062-5/+13
* bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)Miss Islington (bot)2021-08-062-1/+8
* 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 404 link to the pyporting mailing list (GH-27320)Miss Islington (bot)2021-08-041-3/+3
* Note that tp_clear and m_clear are not always called (GH-27581)Miss Islington (bot)2021-08-042-0/+12
* Fix hyperlink conflict in turtle docs (GH-27592)Miss Islington (bot)2021-08-041-12/+16
* bpo-41886: Fix documented type of PyType_Type (GH-22454)Miss Islington (bot)2021-08-031-1/+1
* 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