summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107...Miss Islington (bot)2023-09-054-0/+323
* [3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...Mark Shannon2023-09-051-2888/+2908
* [3.12] Link to PEP sections in What's New in 3.12 (GH-108878) (#108890)Miss Islington (bot)2023-09-051-3/+7
* [3.12] Resolve reference warnings in faq/gui.rst (GH-108147) (#108193)Miss Islington (bot)2023-09-042-6/+6
* [3.12] gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-10883...Miss Islington (bot)2023-09-041-12/+23
* [3.12] gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (GH-108...Nikita Sobolev2023-09-022-7/+7
* [3.12] gh-101100: Fix sphinx warnings in `uuid.rst` (GH-108805) (#108807)Miss Islington (bot)2023-09-022-22/+30
* [3.12] gh-105563: reference DateType in datetime's documentation (GH-105946) ...Miss Islington (bot)2023-09-021-0/+4
* [3.12] Improve some C API documentation (GH-108768) (#108785)Serhiy Storchaka2023-09-023-44/+43
* [3.12] gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (GH-108750) ...Hugo van Kemenade2023-09-022-5/+4
* [3.12] gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (GH-108746) (...Miss Islington (bot)2023-09-012-2/+1
* [3.12] `ast` docs: Fix incorrect link on `keyword` (GH-108728) (#108737)Miss Islington (bot)2023-09-011-2/+2
* [3.12] gh-108682: [Enum] raise TypeError if super().__new__ called in custom ...Miss Islington (bot)2023-08-311-1/+22
* [3.12] gh-97850: Note in py312 whatsnew that `importlib.util.set_loader` and ...Miss Islington (bot)2023-08-311-2/+3
* [3.12] gh-101100: Fix sphinx warnings in `threading.rst` (GH-108684) (#108707)Miss Islington (bot)2023-08-312-9/+8
* [3.12] gh-101100: Fix Sphinx warnings in the Logging Cookbook (GH-108678) (#1...Miss Islington (bot)2023-08-302-5/+11
* [3.12] Fix typo in multiprocessing docs (GH-108666) (#108677)Miss Islington (bot)2023-08-301-1/+1
* [3.12] gh-108669: unittest: Fix documentation for TestResult.collectedDuratio...Miss Islington (bot)2023-08-301-1/+1
* [3.12] Mention Ellipsis pickling in the docs (GH-103660) (#108661)Miss Islington (bot)2023-08-301-1/+2
* [3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108...Erlend E. Aasland2023-08-291-12/+14
* [3.12] Fix misc doc typos (GH-108592) (#108594)Miss Islington (bot)2023-08-298-9/+9
* [3.12] GH-108202: Combine documentation of ``calendar`` constants (GH-108492)...Adam Turner2023-08-282-61/+50
* [3.12] Fix typo in typing docs: Remove redundant backtick (GH-108559) (#108560)Miss Islington (bot)2023-08-281-1/+1
* [3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547)Erlend E. Aasland2023-08-271-1/+9
* [3.12] Docs: Resolve Sphinx warnings in dis.rst (GH-108476) (#108546)Miss Islington (bot)2023-08-273-11/+14
* [3.12] Fix grammatical error in stringprep documentation (GH-108414) (#108537)Miss Islington (bot)2023-08-271-1/+1
* [3.12] gh-105052:update timeit function's description (GH-105060) (#108534)Miss Islington (bot)2023-08-271-2/+4
* [3.12] gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSU...Miss Islington (bot)2023-08-271-0/+28
* [3.12] gh-102211: Document `re.{Pattern,Match}`’s existence (GH-102212) (#1...Miss Islington (bot)2023-08-261-30/+37
* [3.12] Docs: Datamodel: Merge "Notes on using __slots__" with the parent sect...Miss Islington (bot)2023-08-251-2/+1
* [3.12] Datamodel: Add headings to the standard type hierarchy (GH-108146) (#1...Miss Islington (bot)2023-08-251-1000/+1104
* [3.12] GH-108202: Document ``calendar`` exceptions (GH-108398) (#108467)Miss Islington (bot)2023-08-251-0/+23
* [3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 (#108448)Victor Stinner2023-08-251-3/+5
* [3.12] gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434) ...Miss Islington (bot)2023-08-241-121/+94
* [3.12] gh-70766: Mention the object getstate caveat in 3.11 What's new. (GH-1...Miss Islington (bot)2023-08-231-0/+4
* [3.12] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (...Miss Islington (bot)2023-08-231-1/+1
* [3.12] gh-107136: Remove Plausible for docs metrics (GH-107856) (#108334)Miss Islington (bot)2023-08-231-3/+0
* [3.12] GH-92584: Remove distutils from the newtypes tutorial includes (GH-108...Miss Islington (bot)2023-08-2210-43/+42
* [3.12] Docs: Add link to skip to datetime's format codes (GH-108027) (#108329)Miss Islington (bot)2023-08-221-0/+6
* [3.12] Document 3.13, 3.14 and future removals (GH-108055) (#108331)Miss Islington (bot)2023-08-221-0/+13
* [3.12] gh-105857: Document that asyncio subprocess std{in,out,err} can be fil...Miss Islington (bot)2023-08-221-0/+1
* [3.12] gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-10826...Miss Islington (bot)2023-08-221-0/+4
* [3.12] Docs: align the param spec of sqlite3.Connection methods with the impl...Miss Islington (bot)2023-08-221-2/+2
* [3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...Miss Islington (bot)2023-08-2221-74/+85
* [3.12] gh-106971: Docs: Add missing issue reference (GH-106992) (#108283)Miss Islington (bot)2023-08-221-1/+1
* [3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...Erlend E. Aasland2023-08-221-0/+16
* [3.12] gh-107298: Fix C API datetime documentation (GH-108034). (#108234)Serhiy Storchaka2023-08-212-15/+57
* [3.12] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108231)Miss Islington (bot)2023-08-211-1/+1
* [3.12] gh-107298: Fix references to deprecated and removed PyUnicode C API (G...Miss Islington (bot)2023-08-214-51/+51
* [3.12] docs: fix grammar in isolating-extensions.rst (GH-108037) (#108218)Miss Islington (bot)2023-08-211-1/+1