summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] GH-119054: Add "Reading and writing files" section to pathlib docs (GH...Barney Gale2024-06-021-76/+81
* [3.12] GH-119054: Add "Querying file type and status" section to pathlib docs...Barney Gale2024-06-021-145/+151
* [3.12] Improve documentation for typing.get_type_hints (GH-119928) (#119944)Miss Islington (bot)2024-06-021-26/+28
* [3.12] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-1...Miss Islington (bot)2024-06-011-5/+1
* [3.12] Add unique() recipe to itertools docs (gh-119911) (gh-119917)Miss Islington (bot)2024-06-011-2/+14
* [3.12] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119873)Miss Islington (bot)2024-05-311-1/+1
* [3.12] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_posi...Miss Islington (bot)2024-05-311-1/+1
* [3.12] gh-109218: Improve documentation for the complex() constructor (GH-119...Serhiy Storchaka2024-05-302-57/+123
* [3.12] gh-119779: Fix pyporting howto docs (GH-119785) (#119789)Miss Islington (bot)2024-05-301-2/+2
* [3.12] gh-118055: Update the finder glossary entry (GH-118278) (GH-119774)Miss Islington (bot)2024-05-301-2/+2
* [3.12] subprocess docs: Fix semantically important typo (GH-119752) (#119758)Miss Islington (bot)2024-05-301-1/+1
* [3.12] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentati...Miss Islington (bot)2024-05-301-2/+2
* [3.12] Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (G...Miss Islington (bot)2024-05-281-1/+1
* [3.12] [doc] Clarify the nature of the root logger in the `logging` documenta...Miss Islington (bot)2024-05-281-9/+11
* [3.12] Misc cleanups and wording improvements for the itertools docs (gh-119631)Raymond Hettinger2024-05-271-122/+116
* [3.12] gh-119580: Improve version added section for convenience variable (GH-...Miss Islington (bot)2024-05-271-0/+2
* [3.12] Docs: Only install sphinx-autobuild for `make htmllive` (GH-119607) (#...Miss Islington (bot)2024-05-272-2/+5
* [3.12] gh-119467: Fix Py_buffer.format type and correct documentation typo (G...Miss Islington (bot)2024-05-271-2/+2
* [3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571)Hugo van Kemenade2024-05-2617-21/+21
* [3.12] FAQ: Add reference to Python version numbering scheme (GH-119225) (#11...Miss Islington (bot)2024-05-251-2/+2
* [3.12] Misc improvements to the docs for itertools (gh-119532)Raymond Hettinger2024-05-241-55/+55
* [3.12] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-119520) (#119523)Miss Islington (bot)2024-05-241-1/+1
* [3.12] gh-119317: findall instead of traverse for docutils nodes (GH-119319) ...Miss Islington (bot)2024-05-242-4/+4
* [3.12] gh-90562: Mention slots pitfall in dataclass docs (GH-107391) (#119351)Miss Islington (bot)2024-05-231-1/+4
* [3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Eric Snow2024-05-221-868/+893
* [3.12] gh-70795: Rework RLock documentation (GH-103853) (#119437)Miss Islington (bot)2024-05-221-24/+51
* [3.12] Fix version number in use_load_tests deprecation reference (GH-119151)...Miss Islington (bot)2024-05-221-1/+1
* [3.12] Clarify that dklen is expected in bytes for the hashlib functions (GH-...Miss Islington (bot)2024-05-221-2/+2
* [3.12] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with ...Miss Islington (bot)2024-05-221-3/+3
* [3.12] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119...Miss Islington (bot)2024-05-211-1/+2
* [3.12] GH-110383: Improve Tutorial for Input Ouput (GH-119230) (GH-119327)Miss Islington (bot)2024-05-211-4/+16
* [3.12] Docs: Ensure no warnings are found in the NEWS file before a given lin...Hugo van Kemenade2024-05-211-0/+40
* [3.12] gh-118912: Remove description of issue fixed in 3.5 from autospeccing ...Miss Islington (bot)2024-05-201-32/+8
* [3.12] gh-108267 Fix another dataclasses docs typo (GH-119277) (#119280)Miss Islington (bot)2024-05-201-1/+2
* [3.12] Use correct markup in unittest.mock.reset_mock documentation (GH-11920...Miss Islington (bot)2024-05-201-3/+3
* [3.12] DOCS: Suggest always calling exec with a globals argument and no local...Miss Islington (bot)2024-05-201-3/+7
* [3.12] marshal docs: Remove reference to "Sun" (GH-119161) (#119168)Miss Islington (bot)2024-05-191-1/+1
* [3.12] gh-119078: Clarify venv tutorial (GH-119129) (GH-119141)Miss Islington (bot)2024-05-181-4/+4
* [3.12] Minor improvements to the docs for itertools.tee() (gh-119135) (gh-119...Miss Islington (bot)2024-05-181-10/+11
* [3.12] gh-108267: Fix object.__setattr__ regression in dataclasses docs (GH-1...Miss Islington (bot)2024-05-161-1/+2
* [3.12] gh-119009: Add gettext target (GH-119006) (#119075)Miss Islington (bot)2024-05-152-0/+8
* [3.12] Misc improvements to the itertools docs (gh-119040) (#119044)Miss Islington (bot)2024-05-141-35/+26
* [3.12] Itertools docs: fix parameter names and indentation in Python equivale...Miss Islington (bot)2024-05-141-5/+5
* [3.12] gh-119010: Adds docs about `__type_params__` to `functools.update_wrap...Miss Islington (bot)2024-05-131-2/+6
* [3.12] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-11896...Miss Islington (bot)2024-05-131-1/+1
* [3.12] GH-118701: Note that recursive wildcards aren't supported in `PurePath...Barney Gale2024-05-111-0/+4
* [3.12] Correct the argument names for `secrets.choice` and `secrets.randbelow...Miss Islington (bot)2024-05-101-3/+3
* gh-118689: Doc: fix ePub build (GH-118690)Miss Islington (bot)2024-05-103-1/+7
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-092-0/+18
* [3.12] Format None, True, False and NotImplemented as literals (GH-118758) (G...Serhiy Storchaka2024-05-0826-58/+58