summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-109414: Add some basic information about venvs in the introduction....Miss Islington (bot)2023-09-171-0/+19
* [3.12] gh-109474: Update two Unix packaging URLs (GH-109307) (#109477)Miss Islington (bot)2023-09-171-2/+2
* [3.12] Docs: Superseded modules: list only module names (GH-109439) (#109445)Miss Islington (bot)2023-09-151-0/+1
* [3.12] gh-101100: Fix sphinx warnings in `turtle.rst` (GH-109394) (#109416)Miss Islington (bot)2023-09-142-5/+4
* [3.12] Fix variable name in dis documentation example (GH-109343) (#109364)Miss Islington (bot)2023-09-131-1/+1
* [3.12] gh-105189: fix importlib.resources.abc deprecation docs (GH-105232) (#...Miss Islington (bot)2023-09-132-12/+154
* [3.12] GH-104395: Add a link in 'Meta Information' to the docs download page ...Miss Islington (bot)2023-09-131-0/+1
* [3.12] gh-109184: update traceback module doc w.r.t notes (message is no long...Irit Katriel2023-09-131-19/+21
* [3.12] Fix iter_index() to work with lists which do not support stop=None. (g...Miss Islington (bot)2023-09-121-0/+11
* [3.12] gh-109292: add symtable impact of PEP 709 to What's New (GH-109293) (#...Miss Islington (bot)2023-09-121-0/+3
* [3.12] gh-107322: zipapp: Remove the suggestion to remove .dist-info director...Miss Islington (bot)2023-09-121-6/+1
* [3.12] gh-109190: What's New in 3.12: Add subheadings to removals for easy li...Miss Islington (bot)2023-09-121-52/+107
* [3.12] Fix "FSTRING_MIDDLE" typo in py312 "What's New" (GH-109222) (#109223)Miss Islington (bot)2023-09-121-1/+1
* [3.12] Improve the sieve() recipe in the itertools docs (gh-109199) (#109203)Miss Islington (bot)2023-09-121-4/+7
* [3.12] Add version directives to ast docs (GH-108788) (#109106)Miss Islington (bot)2023-09-081-4/+42
* [3.12] gh-107924: re-order os.sendfile() flag documentation (GH-107926) (#109...Miss Islington (bot)2023-09-081-19/+20
* [3.12] gh-102823: Document return type of floor division on floats (GH-102824...Miss Islington (bot)2023-09-081-3/+5
* [3.12] socket documentation fix - rename triple to 3-tuple (GH-24722) (#109073)Miss Islington (bot)2023-09-081-2/+2
* [3.12] gh-71770: Add more details on behavior of configparser's default_secti...Miss Islington (bot)2023-09-081-2/+4
* [3.12] GH-90915: Document that SystemExit doesn't trigger sys.excepthook (GH-...Miss Islington (bot)2023-09-081-1/+1
* [3.12] bpo-38157: Add example about per file output for mock_open. (GH-16090)...Miss Islington (bot)2023-09-081-0/+24
* [3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019)Victor Stinner2023-09-081-0/+23
* [3.12] gh-107755: Document the correct default value of slice step (GH-107756...Miss Islington (bot)2023-09-081-1/+1
* [3.12] gh-107732: Mention dir support in importlib.resources docs (GH-107734)...Hugo van Kemenade2023-09-082-5/+14
* [3.12] GH-108202: Document ``calendar``'s command-line interface (GH-109020) ...Miss Islington (bot)2023-09-081-0/+143
* [3.12] GH-90690: Mention removal of ``PRECALL`` in What's New (GH-103910) (#1...Miss Islington (bot)2023-09-081-0/+3
* [3.12] gh-108857: improve markup in inspect.Signature.replace() docs (GH-1088...Miss Islington (bot)2023-09-061-1/+1
* [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