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-106919: Use role :c:macro: for referencing the C "constants" (GH-10...
Serhiy Storchaka
2023-07-21
2
-9/+9
*
[3.11] Fix typo in tkinter docs (GH-106936) (#106938)
Miss Islington (bot)
2023-07-20
1
-1/+1
*
[3.11] gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11...
Miss Islington (bot)
2023-07-19
1
-0/+3
*
Doc: fix section levels of devmode doc (GH-106801)
Miss Islington (bot)
2023-07-16
1
-3/+3
*
Doc: devmode: add -Xdev option to example (GH-106253)
Inada Naoki
2023-07-16
1
-1/+1
*
[3.11] gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not...
Alex Waygood
2023-07-15
1
-21/+37
*
[3.11] gh-106446: Fix failed doctest in stdtypes (GH-106447) (#106742)
Terry Jan Reedy
2023-07-14
1
-15/+20
*
[3.11] [3.12] gh-96747: Mention the PyPI `passlib` package in the `crypt` dep...
Miss Islington (bot)
2023-07-12
1
-0/+1
*
[3.11] gh-96165: Clarify passing ":memory:" in sqlite3.connect() (GH-106451) ...
Miss Islington (bot)
2023-07-11
1
-2/+3
*
[3.11] gh-96165: Clarify omitting the FROM clause in SQLite queries (GH-10651...
Miss Islington (bot)
2023-07-11
1
-0/+7
*
[3.11] gh-106461: typing: Consolidate docs on `Callable` (GH-106462) (#106575)
Miss Islington (bot)
2023-07-09
1
-55/+75
*
[3.11] gh-101880: add link to object.__hash__() in hash() builtin documentati...
Miss Islington (bot)
2023-07-08
1
-1/+1
*
[3.11] Doc: Add missing ref labels to exception groups/notes sections (GH-106...
Miss Islington (bot)
2023-07-06
1
-0/+2
*
[3.11] Clarify state of CancelledError in doc (GH-106453) (#106456)
Miss Islington (bot)
2023-07-05
1
-1/+1
*
[3.11] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105760)
Miss Islington (bot)
2023-07-05
1
-3/+3
*
[3.11] gh-101100: Docs: Fix references to several numeric dunders (GH-106278)...
Miss Islington (bot)
2023-06-30
3
-19/+19
*
[3.11] gh-100408: Fix a traceback in multiprocessing example (GH-100409) (GH-...
Miss Islington (bot)
2023-06-29
1
-4/+4
*
[3.11] gh-101100: Fix reference to `parse_args` in `optparse.rst` (GH-105265)...
Miss Islington (bot)
2023-06-28
1
-24/+27
*
[3.11] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start...
Miss Islington (bot)
2023-06-28
1
-0/+3
*
[3.11] gh-101100: Fix reference to asynchronous methods (GH-106172) (#106192)
Miss Islington (bot)
2023-06-28
1
-1/+1
*
[3.11] Refer to `TimeoutError` instead of `asyncio.TimeoutError` in `asyncio-...
Miss Islington (bot)
2023-06-28
1
-4/+4
*
[3.11] gh-92788: Add docs for `ast.Module`, `ast.Expression`, and others (GH-...
Miss Islington (bot)
2023-06-27
1
-0/+101
*
[3.11] GH-105774: Clarify operation of normalize() (GH-106093) (GH-106129)
Miss Islington (bot)
2023-06-27
1
-6/+37
*
[3.11] gh-106107: document correct error that's raised when a mutable default...
Miss Islington (bot)
2023-06-26
1
-1/+1
*
[3.11] Improve typing docs on the type of class objects (GH-106081) (#106097)
Miss Islington (bot)
2023-06-26
1
-49/+59
*
[3.11] Docs: add links to 'callable' term in sqlite3 docs (GH-106072) (#106074)
Miss Islington (bot)
2023-06-25
1
-17/+18
*
[3.11] Typing docs: fix typo in annotating tuples comment (GH-106048) (#106050)
Miss Islington (bot)
2023-06-23
1
-2/+2
*
[3.11] Typing docs: improve the guidance on annotating tuples (GH-106021) (#1...
Miss Islington (bot)
2023-06-23
1
-21/+72
*
[3.11] stdtypes.rst: remove a period (GH-105959) (#105969)
Miss Islington (bot)
2023-06-21
1
-1/+1
*
[3.11] typing docs: Improve the intro to each section (#105901) (#105903)
Alex Waygood
2023-06-19
1
-36/+40
*
[3.11] bpo-44530: Document the change in MAKE_FUNCTION behavior (GH-93189) (#...
Carl Meyer
2023-06-16
1
-2/+5
*
[3.11] tarfile: Fix positional-only syntax in docs (GH-105770) (#105772)
Miss Islington (bot)
2023-06-16
1
-4/+4
*
[3.11] More reorganisation of the typing docs (#105787) (#105816)
Alex Waygood
2023-06-15
1
-99/+111
*
[3.11] Improve docs for `typing.dataclass_transform` (#105792) (#105815)
Alex Waygood
2023-06-15
1
-33/+62
*
[3.11] Typing docs: move the deprecated stuff below the non-deprecated stuff ...
Alex Waygood
2023-06-14
1
-492/+492
*
[3.11] Remove stray reference to PEP-695 in the typing docs (#105655)
Alex Waygood
2023-06-11
1
-4/+3
*
[3.11] Cleanup and clarify our hashlib docs. (GH-105624) (#105633)
Miss Islington (bot)
2023-06-10
1
-47/+90
*
[3.11] Miscellaneous improvements to the typing docs (#105529) (#105568)
Alex Waygood
2023-06-09
1
-71/+137
*
[3.11] Clarify the supported cases in the tokenize module (GH-105569) (#105574)
Miss Islington (bot)
2023-06-09
1
-0/+9
*
[3.11] Fix two errors in the typing docs (#105559)
Alex Waygood
2023-06-09
1
-2/+2
*
[3.11] Further improve docs for `typing.Annotated` (GH-105498) (#105504)
Miss Islington (bot)
2023-06-08
1
-55/+77
*
[3.11] [typing docs] Don't describe `Sized` and `Hashable` as deprecated in t...
Alex Waygood
2023-06-08
1
-2/+2
*
[3.11] typing: Improve documentation of generic classes and aliases (#105369)...
Alex Waygood
2023-06-07
1
-59/+82
*
[3.11] gh-90015: Document that PEP-604 unions do not support forward referenc...
Miss Islington (bot)
2023-06-07
1
-0/+8
*
[3.11] Improve docs for `typing.TypeAlias` (GH-105372). (#105447)
Jelle Zijlstra
2023-06-07
1
-3/+24
*
[3.11] gh-97797: Improve documentation for typing.Annotated (GH-105365). (#10...
Jelle Zijlstra
2023-06-07
1
-19/+53
*
[3.11] Improve code examples in `typing.rst` (#105346) (#105427)
Alex Waygood
2023-06-07
1
-22/+65
*
[3.11] typing docs: Make the PEPs list an expandable section, hidden by defau...
Miss Islington (bot)
2023-06-07
1
-1/+11
*
[3.11] GH-95088: Clarify rules for parsing an item key for format strings (GH...
Miss Islington (bot)
2023-06-07
1
-1/+3
*
[3.11] `typing.NewType` docs: the future performance improvements are now in ...
Miss Islington (bot)
2023-06-07
1
-3/+7
[next]