Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 4, 2022
[3.11] gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupleObject*`) (GH-97780) (#97863)
Show description for a511247[3.11] gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyBytesObject*`) (GH-97782) (#97861)
Show description for df133f5[3.11] gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`) (GH-97783) (#97859)
Show description for 9749c60[3.11] gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICODE*`) (GH-97784) (#97857)
Show description for 1657c83gh-95913: Copyedit/improve Other Language Changes What's New section (GH-97719)
Show description for a13b4e8gh-95913: Move py.exe to appropriate What's New section & refine text (GH-97718)
Show description for a685cc0[3.11] gh-88355: Fix backslashes in AF_PIPE (GH-96543) (#97854)
Show description for 5fdce5d[3.11] gh-96448: fix documentation for _thread.lock.acquire (GH-96449) (#97851)
Show description for d456982gh-90301: Doc: Add references to PEP 686 (GH-96816)
Show description for cad4dca[3.11] gh-97731: fix distclean target to clean docs GH-97732 (#97844)
Show description for 87a9e0fauthoredGH-95913: Update what's new in 3.11 for asyncio (GH-97806)
Show description for dcec9b7GH-82604: fix docs about configuring selector (GH-97755)
Show description for 0dcfe0fgh-97754: Update doc for default location of per-user installs on Windows (GH-97756)
Show description for 3263aafAdjust stable ABI internal documentation (GH-96896)
Show description for bbecca5gh-97709: Included newline separator in Mandelbrot set (GH-97737)
Show description for c62be23[3.11] GH-97752: Clear the previous member of newly-created generator/coroutine frames (GH-97812)
Show description for 4591daeauthoredgh-97639: Remove `tokenize.NL` check from `tabnanny` (GH-97640)
Show description for 0e3a046gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (GH-97771)
Show description for e34b00c
Commits on Oct 3, 2022
Update http.client.rst (GH-24803)
Show description for 789d5bcMinor grammar changes to http.client docs (GH-96221)
Show description for 541265fmultiprocessing docs: Remove extra option ELLIPSIS from section with code (GH-96625)
Show description for ca05666Document that MozillaCookieJar works for curl's cookie files (GH-91852)
Show description for d074286gh-94732: Fix KeyboardInterrupt race in asyncio run_forever() (GH-97765)
Show description for 4420da0gh-94808: Coverage: Check picklablability of calliter (GH-95923)
Show description for fe99b64[3.11] Fix typos in `bltinmodule.c`. (GH-97789)
Show description for 4d4b1e6Fix typo in unittest docs (GH-97742)
Show description for 096e396[3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97757)
Show description for f07ee41authoredgh-95913: Fix PEP number in PEP 678 What's New ref label (GH-97739)
Show description for 3db0368gh-95913: Copyedit/improve New Modules What's New section (GH-97721)
Show description for 2049c9dgh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741)
Show description for 827f77egh-96819: multiprocessing.resource_tracker: check if length of pipe write <= 512 (GH-96890)
Show description for f595067
Commits on Oct 2, 2022
GH-85447: Clarify docs about awaiting future multiple times (GH-97738)
Show description for b26fb3c- authored
gh-97607: Fix content parsing in the impl-detail reST directive (GH-97652)
Show description for 8c528efgh-95975: Move except/*/finally ref labels to more precise locations (GH-95976)
Show description for 1fa848a