summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-115405: add versionadded tag for co_qualname in code objects docume...Miss Islington (bot)2024-02-131-0/+2
* [3.12] Update "Using Python on a Mac" (GH-115024) (#115387)Miss Islington (bot)2024-02-132-46/+63
* [3.12] gh-115317: Rewrite changelog filter to use vanilla JavaScript (GH-1153...Miss Islington (bot)2024-02-131-48/+54
* [3.12] gh-115233: Fix an example in the Logging Cookbook (GH-115325) (GH-115355)Serhiy Storchaka2024-02-121-6/+4
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (GH-1...Hugo van Kemenade2024-02-129-101/+119
* [3.12] gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH...Miss Islington (bot)2024-02-113-20/+28
* [3.12] gh-101100: Fix dangling refs in bdb.rst (#114983) (#115297)Skip Montanaro2024-02-112-9/+10
* [3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-11...Serhiy Storchaka2024-02-1114-156/+153
* [3.12] gh-114552: Update `__dir__` method docs: it allows returning an iterab...Miss Islington (bot)2024-02-101-3/+3
* [3.12] gh-101100: Fix sphinx warnings in `library/enum.rst` (GH-114696) (GH-1...Nikita Sobolev2024-02-092-13/+28
* [3.12] Docs: correctly link to code objects (GH-115214) (#115216)Miss Islington (bot)2024-02-091-2/+3
* [3.12] gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3...Miss Islington (bot)2024-02-081-3/+1
* [3.12] gh-114071: [Enum] update docs and code for tuples/subclasses (GH-11487...Miss Islington (bot)2024-02-081-3/+26
* [3.12] gh-101100: Fix Py_DEBUG dangling Sphinx references (GH-115003) (#115135)Miss Islington (bot)2024-02-072-8/+9
* [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