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.11] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (...
Miss Islington (bot)
2023-08-23
1
-1/+1
*
[3.11] Docs: Add link to skip to datetime's format codes (GH-108027) (#108330)
Miss Islington (bot)
2023-08-22
1
-0/+6
*
[3.11] gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-10826...
Miss Islington (bot)
2023-08-22
1
-0/+4
*
[3.11] Docs: align the param spec of sqlite3.Connection methods with the impl...
Miss Islington (bot)
2023-08-22
1
-2/+2
*
[3.11] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (G...
Miss Islington (bot)
2023-08-22
1
-0/+5
*
[3.11] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...
Erlend E. Aasland
2023-08-22
1
-0/+16
*
[3.11] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108232)
Miss Islington (bot)
2023-08-21
1
-1/+1
*
[3.11] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-10814...
Miss Islington (bot)
2023-08-21
1
-0/+8
*
[3.11] Docs: Fix Sphinx warnings in logging.rst (GH-108139) (#108175)
Erlend E. Aasland
2023-08-20
1
-18/+20
*
[3.11] Docs: Fix Sphinx warnings in sys.rst (GH-108106) (#108166)
Miss Islington (bot)
2023-08-20
2
-114/+153
*
[3.11] gh-107659: Improve wording of the description of `ctypes.pointer` and ...
Miss Islington (bot)
2023-08-20
1
-7/+7
*
[3.11] gh-107619: Extend functools LRU cache docs with generators and async f...
Miss Islington (bot)
2023-08-20
1
-2/+3
*
[3.11] gh-107980: fix doc role for asyncio.timeouts (GH-108126) (#108153)
Miss Islington (bot)
2023-08-20
1
-3/+3
*
[3.11] Fix misspellings in sysconfig docs (GH-108156) (#108158)
Miss Islington (bot)
2023-08-20
1
-5/+5
*
[3.11] Docs: Remove links to external C functions and macros in os.rst (GH-10...
Miss Islington (bot)
2023-08-19
1
-25/+27
*
[3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108137)
Erlend E. Aasland
2023-08-19
1
-6/+11
*
[3.11] Docs: format sys.float_info properly (GH-108107) (#108131)
Miss Islington (bot)
2023-08-19
1
-52/+73
*
[3.11] Docs: emphasise warning and add accurate markups for sys.unraisablehoo...
Miss Islington (bot)
2023-08-18
1
-17/+21
*
[3.11] gh-107801: Improve the docs of the SEEK_* constants (GH-108099) (#108100)
Miss Islington (bot)
2023-08-17
1
-4/+14
*
[3.11] Docs: Fix Sphinx warnings in io.rst (GH-107903) (#108094)
Miss Islington (bot)
2023-08-17
1
-35/+36
*
[3.11] gh-107801: Document SEEK_HOLE and SEEK_DATA (GH-107936) (#108087)
Miss Islington (bot)
2023-08-17
1
-2/+27
*
[3.11] gh-102215: importlib documentation cleanups (#108056)
Adam Turner
2023-08-17
2
-10/+10
*
[3.11] gh-107877: Update logging levels reference table with usage criteria. ...
Miss Islington (bot)
2023-08-13
1
-15/+33
*
[3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)
Eric Snow
2023-08-07
1
-0/+3
*
[3.11] gh-107442: Document all valid types for ctypes `_as_parameter_` (GH-10...
Tomas R
2023-08-07
1
-3/+4
*
[3.11] Improve cross-references in `runpy` docs (GH-107673) (#107699)
Miss Islington (bot)
2023-08-06
1
-12/+13
*
[3.11] gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663) (#107...
Miss Islington (bot)
2023-08-05
1
-2/+2
*
[3.11] Clarify `Self` interaction with subclasses (GH-107511) (#107549)
Miss Islington (bot)
2023-08-01
1
-10/+21
*
[3.11] gh-105578: Add more usage examples to `typing.AnyStr` docs (GH-107045)...
Miss Islington (bot)
2023-07-31
1
-0/+15
*
[3.11] gh-107422: Remove outdated `TypedDict` example from typing docs (#1074...
Alex Waygood
2023-07-29
1
-3/+0
*
[3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...
Miss Islington (bot)
2023-07-29
40
-88/+104
*
[3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385)
Miss Islington (bot)
2023-07-28
8
-19/+19
*
[3.11] gh-106996: Rewrite turtle explanation (GH-107244) (#107336)
Miss Islington (bot)
2023-07-27
1
-54/+38
*
[3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313)
Miss Islington (bot)
2023-07-26
1
-6/+6
*
[3.11] Document that `os.link()` is not available on Emscripten (GH-104822) (...
Miss Islington (bot)
2023-07-26
1
-1/+1
*
[3.11] GH-97950: Fix old-style index directive in Doc/library/imp.rst (#107246)
Wei-Hsiang (Matt) Wang
2023-07-26
1
-1/+1
*
[3.11] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107270)
Miss Islington (bot)
2023-07-25
1
-7/+37
*
[3.11] gh-106996: Add a how-to section to the turtle documentation (GH-107153...
Miss Islington (bot)
2023-07-25
1
-0/+114
*
[3.11] gh-106948: Docs: Disable links for C standard library functions, OS ut...
Erlend E. Aasland
2023-07-23
4
-29/+29
*
[3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120)
wulmer
2023-07-23
3
-9/+10
*
[3.11] gh-106996: Add the basics of a turtle graphics tutorial (GH-107072) (#...
Daniele Procida
2023-07-23
1
-13/+140
*
[3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...
Serhiy Storchaka
2023-07-23
5
-13/+13
*
[3.11] gh-54738: Add argparse i18n howto (GH-104562) (#107101)
Miss Islington (bot)
2023-07-23
1
-0/+1
*
[3.11] gh-107028: tiny textual changes in logging docs and docstrings (GH-107...
Miss Islington (bot)
2023-07-22
1
-4/+5
*
[3.11] gh-83006: Document behavior of `shutil.disk_usage` for non-mounted fil...
Miss Islington (bot)
2023-07-22
1
-0/+6
*
[3.11] gh-107008: Document the curses module variables LINES and COLS (GH-107...
Miss Islington (bot)
2023-07-22
1
-1/+19
*
[3.11] Fix Sphinx warnings in `re` module docs (GH-107044). (#107055)
wulmer
2023-07-22
1
-5/+18
*
gh-106847: Add -X warn_default_encoding in sys.flags Doc (GH-106854)
Miss Islington (bot)
2023-07-22
1
-21/+25
*
[3.11] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107038)
Miss Islington (bot)
2023-07-22
1
-1/+1
*
[3.11] Change non-integral to non-integer in random docs (GH-106975) (#106985)
Sebastiaan Zeeff
2023-07-22
1
-1/+1
[next]