summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 licens...Ɓukasz Langa2024-02-061-23/+26
* [3.12] gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (...Miss Islington (bot)2024-02-051-1/+1
* [3.12] GH-69695: Update ``PyImport_ImportModule`` description (GH-103836) GH-...Miss Islington (bot)2024-02-051-14/+2
* [3.12] Remove bogus syntax error marker in csv doc (GH-115017) (#115018)Miss Islington (bot)2024-02-051-1/+0
* [3.12] gh-114480: Add docs for f_trace_opcodes behavior on 3.12 (#114540)Tian Gao2024-02-041-0/+6
* [3.12] gh-113803: Fix inaccurate documentation for shutil.move when dst is an...Miss Islington (bot)2024-02-041-11/+14
* [3.12] gh-101100: Fix dangling references in pickle.rst (#114972) (#114999)Skip Montanaro2024-02-042-26/+26
* [3.12] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (G...Hugo van Kemenade2024-02-048-91/+91
* [3.12] gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546) (#114584)Miss Islington (bot)2024-02-043-3/+15
* [3.12] gh-101100: Fix Sphinx reference warnings in the glossary (GH-114729) (...Miss Islington (bot)2024-02-031-3/+5
* [3.12] gh-114955: Add clear to MutableSequence's mixin methods in document (g...Miss Islington (bot)2024-02-031-2/+2
* [3.12] Update LOGGING example taken from Django docs. (GH-114903) (#114951)Miss Islington (bot)2024-02-031-14/+11
* [3.12] Normalize heading underline in multiprocessing.rst (GH-114923) (#114946)Miss Islington (bot)2024-02-031-26/+26
* [3.12] gh-114913: Add newline to subprocess doc (GH-114941) (#114942)Miss Islington (bot)2024-02-021-1/+2
* [3.12] Correct timedelta description (GH-101417) (GH-114938)Miss Islington (bot)2024-02-021-3/+3
* [3.12] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-11...Miss Islington (bot)2024-02-021-3/+3
* [3.12] gh-114728: Fix documentation for comparison of objects in datetime mod...Miss Islington (bot)2024-02-021-68/+50
* [3.12] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_ana...Miss Islington (bot)2024-02-021-1/+1
* [3.12] Move "format" param doc of shutil.make_archive() on its own paragraph ...Miss Islington (bot)2024-02-021-1/+3
* [3.12] gh-101100: Fix sphinx warnings in `howto/logging.rst` (GH-114846) (#11...Hugo van Kemenade2024-02-013-24/+36
* [3.12] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678) (GH-1...Miss Islington (bot)2024-02-011-1/+1
* [3.12] Correct description of inheriting from another class (GH-114660) (#114...Miss Islington (bot)2024-02-014-19/+18
* [3.12] gh-105031: Clarify datetime documentation for ISO8601 (GH-105049) (GH-...Miss Islington (bot)2024-02-011-3/+15
* [3.12] Fix typos in ElementTree documentation (GH-108848) (GH-114854)Miss Islington (bot)2024-02-011-3/+3
* [3.12] gh-114648: Add IndexError exception to tutorial datastructures list.po...Miss Islington (bot)2024-02-011-4/+3
* [3.12] gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (...Miss Islington (bot)2024-02-011-0/+4
* [3.12] gh-114811: Change '\*' to '*' in warnings.rst (GH-114819) (#114837)Miss Islington (bot)2024-02-011-1/+1
* [3.12] gh-111112: Avoid potential confusion in TCP server example. (GH-111113...Miss Islington (bot)2024-02-011-3/+4
* [3.12] Add note to `sys.orig_argv` clarifying the difference from `sys.argv` ...Miss Islington (bot)2024-01-311-1/+4
* [3.12] gh-101100: Fix class reference in library/test.rst (GH-114769) (GH-114...Miss Islington (bot)2024-01-311-1/+1
* [3.12] gh-101100: Fix references in csv docs (GH-114658) (GH-114771)Skip Montanaro2024-01-312-8/+7
* [3.12] Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (GH-...Miss Islington (bot)2024-01-311-61/+56
* [3.12] Clarify one-item tuple (GH-114745) (#114757)Miss Islington (bot)2024-01-301-2/+3
* [3.12] Set `hosted_on` for Read the Docs builds (GH-114697) (#114734)Miss Islington (bot)2024-01-291-18/+19
* [3.12] Fix more references to datetime and time classes (GH-114717) (GH-114725)Serhiy Storchaka2024-01-293-8/+8
* [3.12] gh-101100: Fix datetime reference warnings (GH-114661) (GH-114716)Miss Islington (bot)2024-01-293-54/+58
* [3.12] gh-89159: Add some TarFile attribute types (GH-114520) (GH-114714)Miss Islington (bot)2024-01-291-0/+6
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (GH-112366) (#114...Miss Islington (bot)2024-01-292-71/+70
* [3.12] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-11466...Miss Islington (bot)2024-01-292-1/+13
* [3.12] gh-110893: Improve the documentation for __future__ module (GH-114642)...Miss Islington (bot)2024-01-291-42/+56
* [3.12] gh-100734: Add 'Notable change in 3.11.x' to `whatsnew/3.11.rst` (GH-1...Miss Islington (bot)2024-01-281-0/+26
* [3.12] Correct Skip Montanaro's email address (GH-114677) (#114679)Miss Islington (bot)2024-01-284-5/+5
* [3.12] gh-101100: Fix sphinx warnings in `reference/import.rst` (GH-114646) (...Miss Islington (bot)2024-01-272-4/+4
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (GH-...Hugo van Kemenade2024-01-273-43/+43
* [3.12] gh-101100: Fix sphinx warnings in `library/email.mime.rst` (GH-114635)...Miss Islington (bot)2024-01-272-9/+8
* [3.12] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891) (GH-114638)Miss Islington (bot)2024-01-271-6/+2
* [3.12] Docs: rework the dbm.dumb introduction (GH-114550) (#114620)Miss Islington (bot)2024-01-261-30/+36
* [3.12] Document PyOS_strtoul and PyOS_strtol (GH-114048) (GH-114618)Miss Islington (bot)2024-01-261-0/+36
* [3.12] Docs: mark up dbm.open() with param list (GH-114601) (#114604)Miss Islington (bot)2024-01-261-26/+26
* [3.12] Docs: reword dbm.ndbm introduction (#114549) (#114599)Erlend E. Aasland2024-01-261-20/+26