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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[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] gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348) (GH-1...
Miss Islington (bot)
2023-06-09
1
-1/+10
*
[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] Add single value `agen.athrow(value)` signature to the 3.11 docs gh-10...
Federico Caselli
2023-06-07
1
-1/+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
*
[3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module d...
Miss Islington (bot)
2023-06-05
1
-0/+14
*
[3.11] gh-104882: Docs: fix description of relationship between `socket.getbl...
Miss Islington (bot)
2023-06-04
1
-1/+1
*
[3.11] gh-105184: document that marshal functions can fail and need to be che...
Miss Islington (bot)
2023-06-02
1
-0/+4
*
[3.11] gh-105096: Reformat wave documentation (#105136) (#105138) (#105155)
Victor Stinner
2023-05-31
1
-98/+105
*
[3.11] GH-89455: Add missing attributes (added in 3.11) to traceback module d...
Miss Islington (bot)
2023-05-29
1
-1/+18
*
[3.11] gh-103921: Improve typing documentation (GH-104642) (#105007)
Jelle Zijlstra
2023-05-27
1
-150/+190
*
[3.11] gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExi...
Miss Islington (bot)
2023-05-27
1
-0/+4
*
[3.11] gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986)...
Miss Islington (bot)
2023-05-26
1
-6/+3
*
[3.11] gh-104479: Update outdated tutorial floating-point reference (GH-10468...
Shantanu
2023-05-26
1
-10/+17
*
[3.11] gh-104874: Document NewType.__supertype__ (GH-104875) (#104907)
Miss Islington (bot)
2023-05-24
1
-0/+12
*
[3.11] howto/urllib2: remove link to an outdated french translation (GH-10419...
Miss Islington (bot)
2023-05-22
1
-7/+0
*
[3.11] gh-103606: Improve error message from logging.config.FileConfig (GH-10...
Prince Roshan
2023-05-21
1
-0/+8
*
[3.11] typing docs: Move some classes out of the "Generics" section (GH-10470...
Jelle Zijlstra
2023-05-21
1
-122/+125
*
[3.11] Corrected identifier (GH-104713) (#104714)
Miss Islington (bot)
2023-05-21
1
-1/+1
*
[3.11] gh-49174: document that the effect of calling gc.collect() during a co...
Miss Islington (bot)
2023-05-20
1
-0/+3
*
[3.11] gh-104679 Fixed syntax highlighting in turtle docs (GH-104682). (#104695)
han-solo
2023-05-20
1
-71/+71
*
[3.11] docs: fix wrong indentation causing rendering error in dis page (GH-10...
Miss Islington (bot)
2023-05-19
1
-2/+2
*
[3.11] gh-104659: Consolidate python examples in enum documentation (#104665)...
Hugo van Kemenade
2023-05-19
1
-6/+7
*
[3.11] gh-102153: Start stripping C0 control and space chars in `urlsplit` (G...
Miss Islington (bot)
2023-05-17
1
-2/+44
*
[3.11] gh-104539: Fix indentation error in logging.config.rst (GH-104545) (#1...
Miss Islington (bot)
2023-05-16
1
-1/+1
*
[3.11] gh-67056: document that registering/unregistering an atexit func from ...
Miss Islington (bot)
2023-05-15
1
-0/+3
*
[3.11] gh-104337: Clarify random.gammavariate doc entry (GH-104410) (#104481)
Miss Islington (bot)
2023-05-14
1
-3/+6
*
[3.11] Minor improvements to typing docs (GH-104465) (#104475)
Miss Islington (bot)
2023-05-14
1
-4/+6
*
[3.11] Add a mention of PYTHONBREAKPOINT to breakpoint() docs (GH-104430) (#1...
Miss Islington (bot)
2023-05-13
1
-0/+7
*
[3.11] gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287) ...
Erlend E. Aasland
2023-05-11
1
-1/+4
*
[3.11] gh-104010: Separate and improve docs for `typing.get_origin` and `typi...
Miss Islington (bot)
2023-05-10
1
-9/+22
*
[3.11] gh-103960: Dark mode: invert image brightness (GH-103983) (#104358)
Miss Islington (bot)
2023-05-10
3
-0/+3
*
[3.11] gh-48241: Clarify URL needs to be encoded when provided to urlopen and...
Miss Islington (bot)
2023-05-09
1
-3/+3
*
[3.11] gh-102327: Extend docs for "url" and "headers" parameters to HTTPConne...
Miss Islington (bot)
2023-05-09
1
-2/+18
*
[3.11] [doc] logging.rst - Change link to point directly to the Google Group....
Miss Islington (bot)
2023-05-09
1
-1/+1
*
[3.11] gh-102500: collections.abc.Buffer doesn't exist in 3.11 (#104317)
Shantanu
2023-05-09
1
-1/+1
*
[3.11] GH-104284: Fix documentation gettext build (GH-104296) (#104299)
Miss Islington (bot)
2023-05-08
1
-10/+10
*
[3.11] GH-104145: Use fully-qualified cross reference types for the bisect mo...
Miss Islington (bot)
2023-05-08
1
-10/+12
*
[3.11] gh-102500: Remove mention of bytes shorthand (#104281) (#104288)
Alex Waygood
2023-05-08
1
-8/+4
[prev]
[next]