summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-111726: Explicitly close database connections in sqlite3 doctests (...Miss Islington (bot)2024-04-081-0/+27
* [3.12] Fix reference in code.rs (#117615) (#117628)Alex Waygood2024-04-081-1/+1
* [3.12] gh-111726: Remove some doctests from sqlite3 docs (GH-117623) (#117625)Miss Islington (bot)2024-04-081-36/+7
* [3.12] gh-111726: Cleanup test files after running sqlite3 doctest (GH-117604...Miss Islington (bot)2024-04-081-0/+8
* [3.12] gh-117074: Update Traversable.joinpath docs to the 3.11+ protocol (GH-...Miss Islington (bot)2024-04-051-2/+24
* [3.12] [doc] Update logging documentation to improve grammar and elucidate an...Miss Islington (bot)2024-04-041-7/+8
* [3.12] Link to the Python type system specification (GH-117400) (#117448)Miss Islington (bot)2024-04-021-73/+15
* [3.12] Docs: specify XML document name in xml.etree.elementtree example (GH-2...Miss Islington (bot)2024-04-011-1/+1
* [3.12] Docs: add more links to PIPE in subprocess docs (GH-25416) (#117427)Miss Islington (bot)2024-04-011-5/+8
* [3.12] gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (G...Christopher Chianelli2024-03-281-1/+1
* [3.12] Sync main docs and docstring for median_grouped(). (gh-117214) (gh-117...Miss Islington (bot)2024-03-251-38/+39
* [3.12] Minor markup and grammar fixes in the statistics docs (gh-117216) (gh-...Miss Islington (bot)2024-03-251-3/+3
* [3.12] GH-115986 Docs: promote pprint.pp usage as a default (GH-116614) (#117...Miss Islington (bot)2024-03-241-15/+18
* [3.12] gh-101760: Improve the imaplib.IMAP4 example (GH-101764) (#117191)Miss Islington (bot)2024-03-241-1/+1
* [3.12] docs:fix over-linking in dataclasses.rst (GH-117005) (#117163)Carol Willing2024-03-221-79/+81
* [3.12] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...infohash2024-03-221-0/+120
* [3.12] gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (GH-116913) (#11...Miss Islington (bot)2024-03-191-7/+7
* [3.12] gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116...Miss Islington (bot)2024-03-161-1/+0
* [3.12] gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (GH-...Miss Islington (bot)2024-03-151-0/+10
* [3.12] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#11...Miss Islington (bot)2024-03-151-1/+2
* [3.12] gh-116842: Improve test comment and fix a doctest (gh-116846) (gh-116847)Miss Islington (bot)2024-03-151-2/+2
* [3.12] Minor improvements to the itertools documentation (gh-116833) (gh-116838)Raymond Hettinger2024-03-151-84/+94
* [3.12] Better presentation order for recipes. (gh-116755) (gh-116757)Miss Islington (bot)2024-03-131-43/+43
* [3.12] gh-98731: Improvements to the logging documentation (GH-101618) (GH-11...Miss Islington (bot)2024-03-131-85/+67
* [3.12] Modernize roundrobin() recipe and improve variable names (gh-116710) (...Miss Islington (bot)2024-03-131-17/+14
* [3.12] Docs: fix broken links (GH-116651) (#116700)Miss Islington (bot)2024-03-133-3/+3
* [3.12] Minor clarity improvement for the iter_index() recipe. Also add value ...Miss Islington (bot)2024-03-131-4/+21
* [3.12] Beef-up tests for the itertool docs. (gh-116679) (gh-116688)Miss Islington (bot)2024-03-121-9/+103
* [3.12] gh-116535: Fix distracting "TypeError" in example code (gh-116538) (gh...Miss Islington (bot)2024-03-091-2/+2
* [3.12] GH-116218 Docs: Add availability information for the 'resource' module...Miss Islington (bot)2024-03-091-0/+2
* [3.12] gh-105535 Document potential performance trap during enum creation (GH...Miss Islington (bot)2024-03-091-0/+7
* [3.12] gh-115664: Fix ordering of more versionadded and versionchanged direct...Serhiy Storchaka2024-03-0714-54/+38
* [3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-062-0/+75
* [3.12] gh-115986: Fix inaccuracies in pprint docs (GH-116104) (#116382)Miss Islington (bot)2024-03-051-2/+2
* [3.12] chore: fix typos (#116345) (#116370)Terry Jan Reedy2024-03-051-1/+1
* [3.12] gh-115777: Fix double versionadded directives (GH-116269) (GH-116361)Miss Islington (bot)2024-03-056-24/+8
* [3.12] Consistently spell out *predicate* instead of *pred*. (gh-116308) (gh-...Miss Islington (bot)2024-03-041-23/+16
* gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115...AN Long2024-03-041-0/+6
* [3.12] gh-116281: Remove wrong '\' from '\*' in some doc signatures (GH-11628...Miss Islington (bot)2024-03-033-6/+6
* [3.12] gh-116035: Document that both tzinfo and fold are ignored in compariso...Miss Islington (bot)2024-03-011-2/+8
* [3.12] gh-115811: Update documentation to add some Logger attributes. (GH-116...Miss Islington (bot)2024-03-011-0/+36
* [3.12] gh-115881: Document feature_version limitations (#115980) (#116173)Shantanu2024-03-011-6/+9
* [3.12] Fix rendering of null character in ast.rst (GH-116080) (#116160)Miss Islington (bot)2024-02-291-1/+1
* [3.12] gh-73580: Docs for tunnelling TLS through TLS (GH-22539) (GH-116149)Miss Islington (bot)2024-02-291-0/+3
* [3.12] Docs: mark up NotImplemented using the :data: role throughout the docs...Miss Islington (bot)2024-02-298-23/+23
* [3.12] Make the iter_except() recipe more compact. (gh-116132) (gh0116133)Miss Islington (bot)2024-02-291-20/+1
* [3.12] gh-115937: Remove implementation details from inspect.signature() docs...Miss Islington (bot)2024-02-291-3/+7
* [3.12] Update an out-of-date example in the itertools recipe intro (gh-116082...Miss Islington (bot)2024-02-281-1/+1
* [3.12] gh-115821: [Enum] better error message for calling super().__new__() (...Ethan Furman2024-02-281-0/+3
* [3.12] Improve all_equal() recipe (gh-116081) (gh-116083)Miss Islington (bot)2024-02-281-3/+4