summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* [3.13] gh-114616: Improve docs regarding changes to caches representation in ...Miss Islington (bot)2024-06-042-3/+11
* [3.13] Fix incorrect pull GitHub link in What's New (GH-120045) (#120052)Miss Islington (bot)2024-06-041-1/+1
* [3.13] gh-119588: Update docs to reflect decision to include the change with ...Miss Islington (bot)2024-06-041-2/+2
* [3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591...Miss Islington (bot)2024-06-041-0/+9
* [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)Miss Islington (bot)2024-06-041-0/+6
* [3.13] gh-119968: Improved monitoring c-api docs (GH-119969) (#119971)Miss Islington (bot)2024-06-031-1/+1
* [3.13] gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` ...Miss Islington (bot)2024-06-031-1/+1
* [3.13] GH-119054: Add "Reading and writing files" section to pathlib docs (GH...Miss Islington (bot)2024-06-021-79/+84
* [3.13] GH-119054: Add "Querying file type and status" section to pathlib docs...Barney Gale2024-06-021-173/+178
* [3.13] Improve documentation for typing.get_type_hints (GH-119928) (#119943)Miss Islington (bot)2024-06-021-26/+28
* [3.13] gh-118934: Fix PyEval_GetLocals docs (PEP 667) (GH-119934)Miss Islington (bot)2024-06-023-21/+46
* [3.13] gh-118888: Further PEP 667 docs updates (gh-119894)Miss Islington (bot)2024-06-022-3/+44
* [3.13] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-1...Miss Islington (bot)2024-06-011-5/+1
* [3.13] Add unique() recipe to itertools docs (gh-119911) (gh-119916)Miss Islington (bot)2024-06-011-2/+14
* [3.13] gh-74929: PEP 667 C API documentation (gh-119892)Miss Islington (bot)2024-06-013-1/+85
* [3.13] doc: Add glossary entry for "free threading" (GH-119865) (#119874)Miss Islington (bot)2024-05-311-0/+6
* [3.13] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119872)Miss Islington (bot)2024-05-311-1/+1
* [3.13] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_posi...Miss Islington (bot)2024-05-311-1/+1
* [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)Miss Islington (bot)2024-05-311-5/+8
* [3.13] Docs: `shutil.rmtree`'s `onerror` has no pending removal version (GH-1...Miss Islington (bot)2024-05-301-3/+3
* [3.13] gh-109218: Improve documentation for the complex() constructor (GH-119...Miss Islington (bot)2024-05-302-57/+123
* [3.13] gh-119729: Use 't' in pkg-config file name for free-threaded build (GH...Miss Islington (bot)2024-05-301-0/+4
* [3.13] gh-119779: Fix pyporting howto docs (GH-119785) (#119788)Miss Islington (bot)2024-05-301-2/+2
* [3.13] gh-118055: Update the finder glossary entry (GH-118278) (GH-119773)Miss Islington (bot)2024-05-301-2/+2
* [3.13] subprocess docs: Fix semantically important typo (GH-119752) (#119757)Miss Islington (bot)2024-05-301-1/+1
* [3.13] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentati...Miss Islington (bot)2024-05-301-2/+2
* [3.13] Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (G...Miss Islington (bot)2024-05-281-1/+1
* [3.13] [doc] Clarify the nature of the root logger in the `logging` documenta...Miss Islington (bot)2024-05-281-9/+11
* [3.13] gh-119317: findall instead of traverse for docutils nodes (GH-119319) ...Miss Islington (bot)2024-05-272-4/+4
* [3.13] Docs: Move inline JavaScript to own file to reduce duplication (GH-119...Hugo van Kemenade2024-05-272-85/+90
* [3.13] Misc cleanups and wording improvements for the itertools docs (gh-1196...Miss Islington (bot)2024-05-271-122/+116
* [3.13] gh-119580: Improve version added section for convenience variable (GH-...Miss Islington (bot)2024-05-271-0/+2
* [3.13] Docs: Only install sphinx-autobuild for `make htmllive` (GH-119607) (#...Miss Islington (bot)2024-05-272-2/+5
* [3.13] gh-119467: Fix Py_buffer.format type and correct documentation typo (G...Miss Islington (bot)2024-05-271-2/+2
* [3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570)Miss Islington (bot)2024-05-2618-23/+23
* [3.13] FAQ: Add reference to Python version numbering scheme (GH-119225) (#11...Miss Islington (bot)2024-05-251-2/+2
* [3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543)Miss Islington (bot)2024-05-251-1/+1
* [3.13] Misc improvement to the docs for itertools (gh-119529) (#119531)Raymond Hettinger2024-05-241-55/+55
* [3.13] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-119520) (#119522)Miss Islington (bot)2024-05-241-1/+1
* [3.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni...Miss Islington (bot)2024-05-241-3/+3
* [3.13] gh-90562: Mention slots pitfall in dataclass docs (GH-107391) (#119350)Miss Islington (bot)2024-05-231-1/+4
* [3.13] gh-70795: Rework RLock documentation (GH-103853) (#119436)Miss Islington (bot)2024-05-221-24/+51
* [3.13] gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (GH-118696) (...Miss Islington (bot)2024-05-221-0/+1
* [3.13] Fix version number in use_load_tests deprecation reference (GH-119151)...Miss Islington (bot)2024-05-221-1/+1
* [3.13] Clarify that dklen is expected in bytes for the hashlib functions (GH-...Miss Islington (bot)2024-05-221-2/+2
* [3.13] DOCS: fix error in exec namespace note (gh-119380)Miss Islington (bot)2024-05-221-4/+0
* [3.13] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with ...Miss Islington (bot)2024-05-221-3/+3
* [3.13] Docs: Add central references to free-threading-related options (GH-119...Miss Islington (bot)2024-05-214-6/+8
* [3.13] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119...Miss Islington (bot)2024-05-211-1/+2
* [3.13] GH-110383: Improve Tutorial for Input Ouput (GH-119230) (GH-119326)Miss Islington (bot)2024-05-211-4/+16