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
*
[3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)
Miss Islington (bot)
2023-07-26
1
-6/+6
*
[3.12] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107269)
Miss Islington (bot)
2023-07-25
1
-7/+37
*
[3.12] gh-106996: Add a how-to section to the turtle documentation (GH-107153...
Miss Islington (bot)
2023-07-25
1
-0/+114
*
[3.12] gh-106948: Docs: Disable links for C standard library functions, OS ut...
Miss Islington (bot)
2023-07-23
4
-29/+29
*
[3.12] gh-106996: Add the basics of a turtle graphics tutorial (GH-107072) (#...
Daniele Procida
2023-07-23
1
-13/+140
*
[3.12] gh-101100: Fix some broken sphinx references (GH-107095) (#107103)
Miss Islington (bot)
2023-07-23
3
-9/+10
*
[3.12] gh-54738: Add argparse i18n howto (GH-104562) (#107102)
Miss Islington (bot)
2023-07-23
1
-0/+1
*
[3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...
Serhiy Storchaka
2023-07-23
5
-14/+14
*
[3.12] gh-102111: Add link to string escape sequences in re module (GH-106995...
Miss Islington (bot)
2023-07-23
1
-2/+2
*
gh-106847: Add -X warn_default_encoding in sys.flags Doc (GH-106854)
Miss Islington (bot)
2023-07-22
1
-21/+25
*
[3.12] gh-107028: tiny textual changes in logging docs and docstrings (GH-107...
Miss Islington (bot)
2023-07-22
1
-4/+5
*
[3.12] gh-83006: Document behavior of `shutil.disk_usage` for non-mounted fil...
Miss Islington (bot)
2023-07-22
1
-0/+6
*
[3.12] gh-107008: Document the curses module variables LINES and COLS (GH-107...
Miss Islington (bot)
2023-07-22
1
-1/+19
*
[3.12] Fix Sphinx warnings in `re` module docs (GH-107044) (#107046)
Miss Islington (bot)
2023-07-22
1
-5/+18
*
[3.12] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107040)
Miss Islington (bot)
2023-07-22
1
-1/+1
*
[3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...
Serhiy Storchaka
2023-07-21
24
-48/+48
*
[3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...
Serhiy Storchaka
2023-07-21
26
-125/+125
*
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...
Serhiy Storchaka
2023-07-21
2
-9/+9
*
[3.12] gh-106669: Revert "gh-102988: Detect email address parsing errors ... ...
Gregory P. Smith
2023-07-21
1
-25/+1
*
[3.12] Fix typo in tkinter docs (GH-106936) (#106937)
Miss Islington (bot)
2023-07-20
1
-1/+1
*
[3.12] gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11...
Miss Islington (bot)
2023-07-19
1
-0/+3
*
[3.12] Add more recipe tests. Make the factor recipe a bit faster and clearer...
Miss Islington (bot)
2023-07-17
1
-3/+8
*
Doc: fix section levels of devmode doc (GH-106801)
Inada Naoki
2023-07-16
1
-3/+3
*
Doc: devmode: add -Xdev option to example (GH-106253)
Miss Islington (bot)
2023-07-16
1
-1/+1
*
[3.12] Add more examples to the recipe docs (GH-106782) (GH-106783)
Miss Islington (bot)
2023-07-15
1
-0/+2
*
[3.12] gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not...
Alex Waygood
2023-07-15
1
-26/+45
*
[3.12] gh-106446: Fix failed doctest in stdtypes (GH-106447) (#106741)
Miss Islington (bot)
2023-07-14
1
-17/+20
*
[3.12] gh-105626: Change the default return value of `HTTPConnection.get_prox...
Miss Islington (bot)
2023-07-14
1
-1/+1
*
[3.12] gh-96747: Mention the PyPI `passlib` package in the `crypt` deprecatio...
Yonatan Bitton
2023-07-12
1
-0/+1
*
[3.12] gh-96165: Clarify passing ":memory:" in sqlite3.connect() (GH-106451) ...
Miss Islington (bot)
2023-07-11
1
-2/+3
*
[3.12] gh-96165: Clarify omitting the FROM clause in SQLite queries (GH-10651...
Miss Islington (bot)
2023-07-11
1
-0/+7
*
[3.12] gh-102988: Detect email address parsing errors and return empty tuple ...
Miss Islington (bot)
2023-07-10
1
-1/+25
*
[3.12] gh-106461: typing: Consolidate docs on `Callable` (GH-106462) (#106574)
Miss Islington (bot)
2023-07-09
1
-55/+75
*
[3.12] gh-101880: add link to object.__hash__() in hash() builtin documentati...
Miss Islington (bot)
2023-07-08
1
-1/+1
*
[3.12] Clarify state of CancelledError in doc (GH-106453) (#106454)
Miss Islington (bot)
2023-07-06
1
-1/+1
*
[3.12] Doc: Add missing ref labels to exception groups/notes sections (GH-106...
Miss Islington (bot)
2023-07-06
1
-0/+2
*
[3.12] shlex docs: remove outdated note (GH-106463) (#106466)
Miss Islington (bot)
2023-07-05
1
-6/+0
*
[3.12] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105759)
Miss Islington (bot)
2023-07-05
1
-3/+3
*
[3.12] Small speed-up for the convolve() recipe. (GH-106371) (GH-106375)
Miss Islington (bot)
2023-07-03
1
-2/+2
*
[3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-...
Miss Islington (bot)
2023-07-01
1
-9/+9
*
[3.12] gh-101100: Docs: Fix references to several numeric dunders (GH-106278)...
Miss Islington (bot)
2023-06-30
3
-19/+19
*
[3.12] gh-101100: Fix reference to `parse_args` in `optparse.rst` (GH-105265)...
Miss Islington (bot)
2023-06-28
1
-24/+27
*
[3.12] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start...
Miss Islington (bot)
2023-06-28
1
-0/+3
*
[3.12] gh-101100: Fix reference to asynchronous methods (GH-106172) (#106191)
Miss Islington (bot)
2023-06-28
1
-1/+1
*
[3.12] Refer to `TimeoutError` instead of `asyncio.TimeoutError` in `asyncio-...
Miss Islington (bot)
2023-06-28
1
-4/+4
*
[3.12] gh-92788: Add docs for `ast.Module`, `ast.Expression`, and others (GH-...
Miss Islington (bot)
2023-06-27
1
-0/+101
*
[3.12] GH-105774: Clarify operation of normalize() (GH-106093) (GH-106128)
Miss Islington (bot)
2023-06-27
1
-6/+37
*
[3.12] Revert "GH-96145: Add AttrDict to JSON module for use with object_hook...
Miss Islington (bot)
2023-06-26
1
-43/+0
*
[3.12] gh-106107: document correct error that's raised when a mutable default...
Miss Islington (bot)
2023-06-26
1
-1/+1
*
[3.12] gh-106111: Remove zipapp documentation on creating a Windows executabl...
Miss Islington (bot)
2023-06-26
1
-106/+9
[next]