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
/
Misc
/
NEWS.d
/
next
/
Documentation
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-91888: add a `:gh:` role to the documentation (#91889)
Ezio Melotti
2022-04-25
1
-0/+1
*
gh-91547: Remove "Undocumented modules" page (#91682)
Shantanu
2022-04-22
1
-0/+1
*
Remove ill-formed an unneeded news entry (GH-91657)
Raymond Hettinger
2022-04-18
1
-1/+0
*
bpo-21150: Add quick link/summary table to the top of argparse documentation ...
Susan Su
2022-04-18
1
-0/+1
*
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
Oleg Iarygin
2022-04-18
1
-0/+4
*
gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (...
Jason R. Coombs
2022-04-17
1
-0/+2
*
gh-82849: revise intro to os.path.rst (GH-32232)
Jack DeVries
2022-04-16
1
-0/+3
*
gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)
Jack DeVries
2022-04-12
1
-0/+1
*
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-...
Petr Viktorin
2022-04-06
1
-0/+2
*
bpo-47189: What's New in 3.11: Faster CPython (GH-32235)
Ken Jin
2022-04-06
1
-0/+2
*
Python 3.11.0a7
v3.11.0a7
Pablo Galindo
2022-04-05
7
-11/+0
*
bpo-45790: List macros in same order in which fields are described (GH-29529)
rtobar
2022-04-05
1
-0/+2
*
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
yyyyyyyan
2022-04-05
1
-0/+1
*
bpo-46033: Clarify for-statement execution (GH-30025)
Michał D
2022-04-03
1
-0/+1
*
bpo-45099: Document asyncio internal API (GH-32166)
Andrew Svetlov
2022-03-31
1
-0/+1
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-0/+1
*
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
benfogle
2022-03-29
1
-0/+3
*
bpo-47040: improve document of checksum functions (gh-31955)
Ma Lin
2022-03-19
1
-0/+2
*
Python 3.11.0a6
v3.11.0a6
Pablo Galindo
2022-03-07
1
-2/+0
*
bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)
Julien Palard
2022-02-10
1
-0/+2
*
Python 3.11.0a5
v3.11.0a5
Pablo Galindo
2022-02-03
1
-2/+0
*
bpo-46463: Fixes escape4chm.py script used when building the CHM documentatio...
Steve Dower
2022-01-21
1
-0/+2
*
Python 3.11.0a4
v3.11.0a4
Pablo Galindo
2022-01-13
4
-5/+0
*
bpo-46196: document method cmd.Cmd.columnize (#30303)
Nikita Sobolev
2022-01-02
1
-0/+1
*
bpo-46109: Separate out files relating to importlib.resources (GH-30160)
Jason R. Coombs
2021-12-31
1
-0/+2
*
bpo-46120: State that `|` is preferred over `Union` (GH-30222)
Nikita Sobolev
2021-12-24
1
-0/+1
*
bpo-19737: Improved the documentation for globals (GH-29823)
180909
2021-12-11
1
-0/+1
*
Python 3.11.0a3
v3.11.0a3
Pablo Galindo
2021-12-08
9
-16/+0
*
bpo-45840: Improve cross-references in the data model documentation (GH-29633)
Alex Waygood
2021-12-05
1
-0/+1
*
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
andrei kulakov
2021-11-29
1
-0/+2
*
bpo-42238: [doc] Announce the future removal of make suspicous. (GH-29652)
Julien Palard
2021-11-22
1
-0/+2
*
bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...
Brett Cannon
2021-11-20
1
-0/+2
*
bpo-45788: Link sys.prefix doc to 'Installation paths' (#29606)
Terry Jan Reedy
2021-11-18
1
-0/+1
*
bpo-45640: [docs] Tokens are now clickable (GH-29260)
Arthur Milchior
2021-11-18
1
-0/+3
*
bpo-25381: Update explanation of exceptions in C. (GH-26838)
Terry Jan Reedy
2021-11-15
1
-0/+2
*
bpo-45772: socket.socket should be a class instead of a function (GH-23960)
Hong Xu
2021-11-13
1
-0/+1
*
bpo-45392: Update the docstring of the 'type' built-in (GH-29439)
Mark Dickinson
2021-11-06
1
-0/+2
*
Python 3.11.0a2
v3.11.0a2
Pablo Galindo
2021-11-05
10
-21/+0
*
bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH...
Alex Waygood
2021-11-05
1
-0/+2
*
bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...
Alex Waygood
2021-11-04
1
-0/+3
*
bpo-45618: Update Sphinx version used to build the documentation to 4.2.0 (GH...
m-aciek
2021-10-31
1
-0/+2
*
bpo-45655: Add "relevant PEPs" section to ``typing`` documentation (GH-29280)
Alex Waygood
2021-10-28
1
-0/+2
*
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...
Nikita Sobolev
2021-10-28
1
-0/+1
*
bpo-45516: add protocol description to the TraversableResources documentation...
Filipe Laíns
2021-10-23
1
-0/+2
*
bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...
Łukasz Langa
2021-10-20
1
-0/+4
*
bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047)
Filipe Laíns
2021-10-19
1
-0/+1
*
bpo-45516: add protocol description to the Traversable documentation (#29039)
Filipe Laíns
2021-10-18
1
-0/+2
*
bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
Terry Jan Reedy
2021-10-13
1
-0/+2
*
Python 3.11.0a1
v3.11.0a1
Pablo Galindo
2021-10-05
40
-79/+0
*
bpo-45216: Remove extraneous method docs from `difflib` (GH-28445)
Nikita Sobolev
2021-09-21
1
-0/+2
[next]