index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync with importlib_metadata 6.5 (GH-103584)
Jason R. Coombs
2023-04-21
1
-0/+4
*
gh-98641: Document difference between task group and gather (#103644)
Adrien
2023-04-20
1
-5/+10
*
gh-102856: Initial implementation of PEP 701 (#102855)
Pablo Galindo Salgado
2023-04-19
1
-0/+10
*
GH-88342: clarify that `asyncio.as_completed` accepts generators yielding tas...
Kumar Aditya
2023-04-19
1
-0/+3
*
gh-103582: Remove last references to `argparse.REMAINDER` from docs (#103586)
Nikita Sobolev
2023-04-19
1
-2/+2
*
gh-103596: [Enum] do not shadow mixed-in methods/attributes (GH-103600)
Ethan Furman
2023-04-18
1
-3/+4
*
[Doc] Fix a typo in optparse.rst (#103504)
zyckk4
2023-04-18
1
-1/+1
*
gh-101100: Fix broken reference `__format__` in `string.rst` (#103531)
yuki
2023-04-18
1
-2/+2
*
gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)
Pradyun Gedam
2023-04-18
1
-2/+5
*
gh-48330: address review comments to PR-12271 (#103209)
Giampaolo Rodola
2023-04-16
1
-4/+0
*
gh-103365: [Enum] STRICT boundary corrections (GH-103494)
Ethan Furman
2023-04-13
1
-2/+3
*
gh-67230: add quoting rules to csv module (GH-29469)
Skip Montanaro
2023-04-12
1
-2/+20
*
gh-103417: use time.monotonic in the example for sched.scheduler (#103418)
Nick Burns
2023-04-12
1
-1/+1
*
gh-103357: Add logging.Formatter defaults support to logging.config fileConfi...
Bar Harel
2023-04-12
1
-1/+8
*
gh-103237: Polish pdb docs (#103238)
Tian Gao
2023-04-12
1
-38/+100
*
gh-103143: Polish pdb help messages and doc strings (GH-103144)
Tian Gao
2023-04-11
1
-2/+2
*
gh-87864: Use correct function definition syntax in the docs (#103312)
Nikita Sobolev
2023-04-11
1
-1/+1
*
gh-103373: `__mro_entries__` docs: improve cross references (#103398)
Alex Waygood
2023-04-11
1
-2/+2
*
gh-103176: sys._current_exceptions() returns mapping to exception instances i...
Irit Katriel
2023-04-11
1
-0/+4
*
Doc: Avoid error lexing multiprocessing docs code block on Pygments 2.15.0 (#...
C.A.M. Gerlach
2023-04-11
1
-1/+3
*
gh-103059: Clarify gc.freeze documentation (#103058)
raylu
2023-04-10
1
-6/+11
*
Fix old behaviour in typing documentation (#103400)
James Hilton-Balfe
2023-04-09
1
-3/+3
*
Itertool recipe improvements (GH-103399)
Raymond Hettinger
2023-04-09
1
-137/+179
*
ctypes docs: fix missing `not` in variadic functions section (#102611)
mara004
2023-04-09
1
-1/+1
*
Docs: Fix broken reference `__getitem__` in `string.rst` (#103371)
yuki
2023-04-09
1
-1/+1
*
gh-100574: add examples/links to the `strptime`/`strftime` docs (#100575)
Ezio Melotti
2023-04-08
1
-21/+26
*
gh-74690: Document changes made to runtime-checkable protocols in 3.12 (#103348)
Alex Waygood
2023-04-07
1
-9/+18
*
gh-103266: Fix a typo in example code for bisect() function (#103267)
Oleg Iarygin
2023-04-07
1
-4/+4
*
GH-88691: Shrink the CALL caches (GH-103230)
Brandt Bucher
2023-04-05
1
-1/+1
*
gh-102899: Fix doc link for getting filesystem error handler (#102901)
Olivier Gayot
2023-04-05
1
-1/+1
*
gh-100408: Fix a traceback in multiprocessing example (#100409)
Serhiy Storchaka
2023-04-05
1
-4/+4
*
gh-81762: Clarify and simplify description of print's flush param (#103264)
C.A.M. Gerlach
2023-04-05
1
-2/+3
*
gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)
Michael Handler
2023-04-05
1
-0/+12
*
Improve some grammar in the socket docs (#103254)
Tim Burke
2023-04-04
1
-4/+4
*
GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)
Charles Machalow
2023-04-04
1
-7/+27
*
gh-98298, gh-74730: [Enum] update docs (GH-103163)
Ethan Furman
2023-04-03
1
-26/+25
*
gh-102994: Profile docs has typo in example (#103074)
Nouran Ali
2023-04-02
1
-1/+1
*
gh-103109: Document ignore_warnings() test support helper (#103110)
Charlie Zhao
2023-04-02
1
-0/+15
*
bpo-4080: unittest durations (#12271)
Giampaolo Rodola
2023-04-02
1
-6/+36
*
gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancech...
Alex Waygood
2023-04-02
1
-0/+9
*
gh-102871: Remove obsolete browsers from webbrowser (#102872)
James De Bias
2023-03-31
1
-11/+6
*
Quote literal tokens in standard format specifier grammar (GH-102902)
Petr Viktorin
2023-03-31
1
-1/+1
*
Minor docs improvements fix for `codeop` (#103123)
gaogaotiantian
2023-03-30
1
-7/+7
*
gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list (#103116)
Hugo van Kemenade
2023-03-30
1
-1/+1
*
gh-103099: Link mypy docs from typing.rst (#103100)
Shantanu
2023-03-30
1
-1/+8
*
Update pdb docs for arguments (#102965)
gaogaotiantian
2023-03-25
1
-21/+21
*
gh-103025: fix two ctypes doc issues (#103026)
Peter Jiping Xie
2023-03-25
1
-3/+3
*
gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#1...
JakobDev
2023-03-24
1
-1/+10
*
gh-102873: logging.LogRecord docs: improve description of `msg` parameter (#1...
Amin Alaee
2023-03-24
1
-2/+3
*
gh-101100: Test docs in nit-picky mode (#102513)
Hugo van Kemenade
2023-03-24
2
-0/+13
[next]