summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] GH-109190: Copyedit 3.12 What's New: asyncio (GH-109661) (#109733)Miss Islington (bot)2023-09-221-4/+4
* [3.12] GH-109190: Copyedit 3.12 What's New: PEP 669 (GH-109658) (#109732)Miss Islington (bot)2023-09-221-3/+5
* [3.12] GH-109190: Copyedit 3.12 What's New: Other Language Changes (GH-109660...Miss Islington (bot)2023-09-221-8/+8
* [3.12] GH-109190: Copyedit 3.12 What's New: PEP 684 (GH-109657) (#109729)Miss Islington (bot)2023-09-221-4/+4
* [3.12] GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD) (GH-109665...Miss Islington (bot)2023-09-221-2/+2
* [3.12] gh-106967: remove Release and Date fields from whatsnew for 3.12 (#109...Hugo van Kemenade2023-09-221-2/+1
* [3.12] GH-109190: Copyedit 3.12 What's New: Consistently show module names (G...Miss Islington (bot)2023-09-221-19/+19
* [3.12] GH-109190: Copyedit 3.12 What's New: calendar (GH-109662) (#109716)Hugo van Kemenade2023-09-221-1/+2
* [3.12] GH-109190: Copyedit 3.12 What's New: tokenize (GH-109663) (#109715)Miss Islington (bot)2023-09-221-2/+2
* [3.12] GH-109190: Copyedit 3.12 What's New: PEP 701 (GH-109655) (#109689)Miss Islington (bot)2023-09-221-15/+17
* [3.12] GH-109190: Copyedit 3.12 What's New: Improved Error Messages (GH-10965...Miss Islington (bot)2023-09-221-6/+5
* [3.12] GH-109190: Copyedit 3.12 What's New: Typing PEPs (GH-109659) (#109684)Miss Islington (bot)2023-09-221-4/+6
* [3.12] GH-109190: Copyedit 3.12 What's New: PEP 709 (GH-109656) (#109681)Miss Islington (bot)2023-09-221-7/+5
* [3.12] Misc itertool recipe improvements, mostly docstrings and comments (gh-...Miss Islington (bot)2023-09-221-37/+44
* [3.12] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109636)Miss Islington (bot)2023-09-222-7/+5
* [3.12] Fix extraneous backslashes in hashlib docs (GH-109468) (#109530)Miss Islington (bot)2023-09-181-12/+12
* [3.12] gh-109451: Fix wrong format specifier in logging documentation (GH-109...Miss Islington (bot)2023-09-171-1/+1
* [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