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-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-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-104984: remove kwargs and starargs from Call & ClassDef (GH-104986)...
Miss Islington (bot)
2023-05-26
1
-6/+3
*
[3.11] gh-104874: Document NewType.__supertype__ (GH-104875) (#104907)
Miss Islington (bot)
2023-05-24
1
-0/+12
*
[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
2
-0/+2
*
[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] gh-102500: collections.abc.Buffer doesn't exist in 3.11 (#104317)
Shantanu
2023-05-09
1
-1/+1
*
[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
*
[3.11] gh-104254: Document the optional keyword-only "context" argument to Ta...
Miss Islington (bot)
2023-05-07
1
-4/+8
*
[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)
Miss Islington (bot)
2023-05-06
5
-17/+17
*
[3.11] gh-104112: link from cached_property docs to method-caching FAQ (GH-10...
Miss Islington (bot)
2023-05-04
1
-12/+4
*
[3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#10...
Miss Islington (bot)
2023-05-04
4
-10/+10
*
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
Miss Islington (bot)
2023-05-04
5
-29/+29
*
[3.11] GH-97950: Use new-style index directive ('operator') (GH-104156) (#104...
Miss Islington (bot)
2023-05-04
1
-28/+28
*
[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)
Adam Turner
2023-05-04
23
-38/+38
*
[3.11] gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules ...
Miss Islington (bot)
2023-05-03
2
-447/+477
*
[3.11] gh-65022: Fix description of tuple return value in copyreg (GH-103892)...
Shantanu
2023-05-02
1
-2/+2
*
[3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)
Rafael Fontenelle
2023-05-02
14
-19/+19
*
[3.11] Improve assert_type phrasing (GH-104081) (#104084)
Miss Islington (bot)
2023-05-02
1
-3/+4
*
[3.11] Adjust expression from `==` to `!=` in alignment with the meaning of t...
Miss Islington (bot)
2023-05-01
1
-1/+1
*
[3.11] Fix description of MAKE_CELL (#103986)
Shantanu
2023-04-29
1
-1/+1
*
[3.11] gh-99032: datetime docs: Encoding is no longer relevant (GH-93365) (#1...
Miss Islington (bot)
2023-04-29
1
-4/+1
*
[3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102...
Petr Viktorin
2023-04-28
2
-19/+466
*
[3.11] gh-100021: Document that sqlite3's executemany() discards resulting ro...
Erlend E. Aasland
2023-04-28
1
-2/+9
*
[3.11] Docs: fix dunders with too many underscores (#103955) (#103957)
Erlend E. Aasland
2023-04-27
1
-1/+1
*
[3.11] GH-103903: Test the minimum Sphinx version in CI (#103904) (#103948)
Adam Turner
2023-04-27
1
-3/+3
*
[3.11] gh-51574: Document behaviour of `mkdtemp` on 3.11 and lower (#103844)
Alex Waygood
2023-04-27
1
-1/+4
*
[3.11] gh-101786: Clarify docs that asyncio.Server.sockets is a socket-like T...
Shantanu
2023-04-26
1
-2/+3
*
[3.11] gh-94300: Update datetime.strptime documentation (GH-95318) (#103785)
Miss Islington (bot)
2023-04-26
1
-1/+1
*
[3.11] gh-101879: docs - italicize argument in smtplib.SMPT() description (GH...
Miss Islington (bot)
2023-04-26
1
-5/+5
[next]