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
*
gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434) (GH-91464)
Miss Islington (bot)
2022-04-15
1
-6/+11
*
gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)
Miss Islington (bot)
2022-04-15
1
-2/+2
*
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
Miss Islington (bot)
2022-04-14
1
-2/+2
*
pickle docs: Fix typos and improve wording (GH-24776) (GH-32395)
Miss Islington (bot)
2022-04-08
1
-24/+23
*
ssl docs: Fix typo (GH-32336)
Miss Islington (bot)
2022-04-07
1
-1/+1
*
doc: Link to `string.capwords` from `str.title` (GH-20913)
Miss Islington (bot)
2022-04-07
1
-1/+5
*
ssl docs: Fix typo (GH-32314)
Miss Islington (bot)
2022-04-07
1
-1/+1
*
pkgutil docs: Link sys constants, add backticks (GH-32356)
Miss Islington (bot)
2022-04-07
1
-4/+4
*
stdtypes docs: fix typo (GH-32349) (GH-32370)
Miss Islington (bot)
2022-04-07
1
-1/+1
*
[3.10] bpo-46769: Fix backticks in typing.rst to appease rstlint (GH-32374)
Ken Jin
2022-04-06
1
-1/+1
*
bpo-47235: Note where a typo is intentional in code. (GH-32348)
Miss Islington (bot)
2022-04-06
1
-4/+4
*
bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778)
Miss Islington (bot)
2022-04-05
1
-36/+1
*
crypt docs: Fix references to `methods` attr (GH-26806)
Miss Islington (bot)
2022-04-05
1
-4/+3
*
bpo-47007: [doc] `str` special method lookup (GH-31863)
Miss Islington (bot)
2022-04-05
1
-1/+2
*
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
Miss Islington (bot)
2022-04-05
2
-37/+52
*
[3.10] Document func parameter of locale.atof (GH-18183) (GH-32262)
Jelle Zijlstra
2022-04-02
1
-3/+3
*
bpo-45584: Clarify `math.trunc` documentation (GH-29183)
Miss Islington (bot)
2022-04-02
1
-8/+10
*
os docs: fix typo (GH-28996)
Miss Islington (bot)
2022-04-02
1
-1/+1
*
codecs docs: fix grammar mistake (GH-29462)
Miss Islington (bot)
2022-04-02
1
-1/+1
*
bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845)
Miss Islington (bot)
2022-04-02
1
-1/+1
*
bpo-47031: Improve documentation for `math.nan` (GH-32170)
Miss Islington (bot)
2022-04-02
1
-2/+17
*
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
Miss Islington (bot)
2022-03-29
2
-0/+79
*
ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH...
Miss Islington (bot)
2022-03-29
1
-1/+1
*
[3.10] bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636)...
Jelle Zijlstra
2022-03-29
1
-0/+3
*
bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32120)
Miss Islington (bot)
2022-03-26
1
-1/+1
*
Correctly document class instead of function (GH-32016)
Miss Islington (bot)
2022-03-23
1
-4/+4
*
[doc] configparser: avoid inline comments. (GH-31247)
Miss Islington (bot)
2022-03-23
1
-2/+4
*
Fix typo in Path.iterdir docs (GH-31822)
Miss Islington (bot)
2022-03-23
1
-1/+1
*
[3.10] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-3...
Alex Waygood
2022-03-23
1
-21/+88
*
[3.10] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-...
Miss Islington (bot)
2022-03-22
26
-22/+92
*
[3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-...
Hugo van Kemenade
2022-03-20
4
-1/+10
*
[3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002)
Ma Lin
2022-03-20
2
-12/+9
*
bpo-44544: add textwrap placeholder arg (GH-27671)
Miss Islington (bot)
2022-03-19
1
-2/+3
*
[3.10] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (...
Miss Islington (bot)
2022-03-14
1
-1/+2
*
[3.10] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH...
Illia Volochii
2022-03-14
1
-1/+5
*
[3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)
Jason R. Coombs
2022-03-13
1
-0/+1
*
[3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806)
Jelle Zijlstra
2022-03-12
1
-5/+5
*
[3.10] bpo-46677: Add examples of inheritance and attributes to `TypedDict` d...
Charlie Zhao
2022-03-12
1
-3/+88
*
bpo-31327: Update time documentation to reflect possible errors (GH-31460)
Miss Islington (bot)
2022-03-11
1
-0/+6
*
Remove print race from task_done example. (GH-31795)
Miss Islington (bot)
2022-03-10
1
-4/+3
*
[3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777)
Jelle Zijlstra
2022-03-09
1
-2/+2
*
bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
Miss Islington (bot)
2022-03-08
1
-0/+4
*
importlib.metadata: Remove empty footnote section (GH-30451)
Miss Islington (bot)
2022-03-08
1
-3/+0
*
bpo-38738: Fix formatting of True and False in the threading documentation (G...
Miss Islington (bot)
2022-03-04
1
-8/+8
*
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
Miss Islington (bot)
2022-03-04
1
-7/+4
*
bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter ...
Miss Islington (bot)
2022-03-03
1
-5/+3
*
bpo-21910: Clarify docs for codecs writelines method (GH-31245)
Miss Islington (bot)
2022-03-03
1
-2/+3
*
[3.10] bpo-45492: Corrected documentation for co_names in inspect library doc...
Irit Katriel
2022-03-02
1
-2/+3
*
bpo-42982: update pbkdf2 example & add another link (GH-30966) (#30968)
Miss Islington (bot)
2022-03-01
1
-5/+7
*
bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
Miss Islington (bot)
2022-02-25
1
-14/+16
[next]