summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (GH-112366) (#114...Miss Islington (bot)2024-01-292-71/+70
* [3.11] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-11466...Miss Islington (bot)2024-01-292-1/+13
* [3.11] gh-110893: Improve the documentation for __future__ module (GH-114642)...Miss Islington (bot)2024-01-291-42/+56
* [3.11] Correct Skip Montanaro's email address (GH-114677) (#114680)Miss Islington (bot)2024-01-284-5/+5
* [3.11] gh-101100: Fix sphinx warnings in `reference/import.rst` (GH-114646) (...Nikita Sobolev2024-01-272-3/+2
* [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (GH-...Hugo van Kemenade2024-01-271-5/+5
* [3.11] gh-101100: Fix sphinx warnings in `library/email.mime.rst` (GH-114635)...Miss Islington (bot)2024-01-272-9/+8
* [3.11] Fix `c-api/file.rst` indexes (GH-114608) (GH-114639)Miss Islington (bot)2024-01-271-2/+3
* [3.11] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891) (GH-114637)Miss Islington (bot)2024-01-271-6/+2
* [3.11] Docs: rework the dbm.dumb introduction (GH-114550) (#114621)Miss Islington (bot)2024-01-261-30/+36
* [3.11] Document PyOS_strtoul and PyOS_strtol (GH-114048) (GH-114619)Miss Islington (bot)2024-01-261-0/+36
* [3.11] Docs: mark up dbm.open() with param list (GH-114601) (#114605)Miss Islington (bot)2024-01-261-26/+26
* [3.11] Docs: reword dbm.ndbm introduction (#114549) (#114600)Erlend E. Aasland2024-01-261-20/+26
* [3.11] Docs: fix versionchanged directives for dbm.open() and dbm.whichdb() (...Miss Islington (bot)2024-01-261-5/+5
* [3.11] Docs: rework dbm introduction (GH-114551) (#114591)Miss Islington (bot)2024-01-261-10/+11
* [3.11] Docs: reword dbm.gnu introduction (#114548) (#114589)Erlend E. Aasland2024-01-261-19/+20
* [3.11] gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546) (#114585)Miss Islington (bot)2024-01-263-4/+15
* [3.11] gh-108731: Add description of __slots__ to MemberDescriptorType docs (...Miss Islington (bot)2024-01-241-0/+4
* [3.11] Docs: mark up the FTP_TLS() docs with param list (GH-114510) (#114533)Miss Islington (bot)2024-01-241-10/+46
* [3.11] gh-101100: Fix sphinx warnings in `concurrent.futures.rst` (GH-114521)...Hugo van Kemenade2024-01-242-21/+22
* [3.11] gh-101100: Fix sphinx warnings in `asyncio-task.rst` (GH-114469) (#114...Miss Islington (bot)2024-01-242-18/+16
* [3.11] Fix a typo in the contextlib documentation (GH-114507) (#114515)Miss Islington (bot)2024-01-241-1/+1
* [3.11] Docs: use placeholders in dbm flag param docs (GH-114482) (#114498)Miss Islington (bot)2024-01-231-60/+43
* [3.11] Docs: mark up FTP.connect() and FTP.login() with param lists (GH-11439...Miss Islington (bot)2024-01-231-33/+70
* [3.11] Docs: mark up FTP.retrbinary and FTP.storbinary with param lists (GH-1...Miss Islington (bot)2024-01-232-17/+46
* [3.11] gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` (GH-114425)...Miss Islington (bot)2024-01-232-14/+48
* [3.11] Docs: align usage of versionadded/versionchanged with recommended prac...Erlend E. Aasland2024-01-2325-157/+156
* [3.11] GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs...Miss Islington (bot)2024-01-231-3/+7
* [3.11] GH-82695: Clarify `pathlib.Path.mkdir()` documentation (GH-114032) (#1...Miss Islington (bot)2024-01-231-3/+3
* [3.11] GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. ...Barney Gale2024-01-231-0/+7
* [3.11] gh-66944: Note that the `contextlib.closing` example is for illustrati...Miss Islington (bot)2024-01-231-0/+8
* [3.11] gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (GH-1141...Miss Islington (bot)2024-01-222-27/+26
* [3.11] gh-114115: Update documentation of array.array (GH-114117) (GH-114418)Serhiy Storchaka2024-01-221-20/+27
* [3.11] Docs: align sqlite3 docs with versionadded/versionchanged recommendati...Erlend E. Aasland2024-01-211-8/+8
* [3.11] Docs: link to sys.stdout in ftplib docs (GH-114396) (#114398)Miss Islington (bot)2024-01-211-2/+2
* [3.11] gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect i...Miss Islington (bot)2024-01-211-1/+1
* [3.11] Docs: mark up FTP() constructor with param list (GH-114359) (#114383)Miss Islington (bot)2024-01-211-9/+34
* [3.11] Docs: mark up the FTP debug levels as a list (GH-114360) (#114376)Miss Islington (bot)2024-01-211-6/+9
* [3.11] gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (GH-114373) (...Miss Islington (bot)2024-01-212-3/+2
* [3.11] Fix the confusing "User-defined methods" reference in the datamodel (G...Miss Islington (bot)2024-01-211-1/+1
* [3.11] Docs: structure the ftplib reference (#114317) (#114351)Erlend E. Aasland2024-01-201-250/+259
* [3.11] GH-99380: Update to Sphinx 7 (GH-99381) (#114342)Adam Turner2024-01-201-2/+3
* [3.11] gh-114332: Fix the flags reference for ``re.compile()`` (GH-114334) (#...Miss Islington (bot)2024-01-201-2/+2
* [3.11] Retain shorter tables of contents for Sphinx 5.2.3+ (GH-114318) (#114338)Miss Islington (bot)2024-01-201-0/+4
* [3.11] gh-108303: Move all doctest related files and tests to `Lib/test/test_...Nikita Sobolev2024-01-191-1/+1
* [3.11] gh-112092: clarify unstable ABI recompilation requirements (GH-112093)...Miss Islington (bot)2024-01-181-1/+1
* [3.11] gh-114231: Fix indentation in enum.rst (GH-114232) (#114235)Miss Islington (bot)2024-01-181-1/+1
* [3.11] gh-114211: Update EmailMessage doc about ordered keys (GH-114224) (#11...Miss Islington (bot)2024-01-181-3/+3
* [3.11] Fix typo in tkinter.ttk.rst (GH-106157) (GH-114201)Miss Islington (bot)2024-01-171-1/+1
* [3.11] gh-114070: fix token reference warnings in expressions.rst (GH-114169)...Miss Islington (bot)2024-01-171-2/+3