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
*
Doc: Fix broken manpage link (GH-21937)
Tim Burke
2020-09-15
1
-1/+1
*
Fix all Python Cookbook links (#22205)
Andre Delfino
2020-09-15
9
-10/+10
*
Improve the description of difflib in the documentation (GH-22253)
Mandeep
2020-09-15
1
-2/+2
*
bpo-40721: add note about enum member name case (GH-22231)
Ethan Furman
2020-09-14
1
-0/+6
*
bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...
Zackery Spytz
2020-09-14
1
-3/+3
*
Fix a typo in locale Docs (#22233)
abdo
2020-09-14
1
-1/+1
*
bpo-41513: Add docs and tests for hypot() (GH-22238)
Raymond Hettinger
2020-09-14
1
-0/+5
*
bpo-41778: Change a punctuation on documentation. (GH-22229)
Emmanuel Arias
2020-09-13
1
-2/+2
*
bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* f...
Sergey Fedoseev
2020-09-13
1
-3/+3
*
bpo-41672: Fix type mismatches in imaplib docs (GH-22207)
Norbert Cyran
2020-09-12
1
-2/+2
*
[doc] struct: update note about network byte order form to be more helpful (G...
Stargirl Flowers
2020-09-11
1
-2/+4
*
Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194)
Benjamin Peterson
2020-09-10
1
-27/+28
*
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)
Mark Roseman
2020-09-10
1
-1/+1
*
Update logging documentation to tidy up formatting (GH-22173)
Bar Harel
2020-09-10
1
-2/+1
*
Add missing colon to IDLE doc markup (GH-22007)
Andre Delfino
2020-09-09
1
-1/+1
*
Add minor clarification in logging documentation. (GH-22167)
Vinay Sajip
2020-09-09
1
-3/+3
*
[doc] Fix padding in timeit (GH-22152)
Andre Delfino
2020-09-08
1
-1/+1
*
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland
2020-09-07
1
-6/+2
*
[doc] Add link to Generic in typing (GH-22125)
Andre Delfino
2020-09-07
1
-1/+1
*
closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110)
Zackery Spytz
2020-09-06
1
-1/+1
*
[doc] Fix padding in some typing definitions (GH-22114)
Andre Delfino
2020-09-05
1
-12/+12
*
bpo-38585: Remove references to defusedexpat (GH-22095)
Zackery Spytz
2020-09-04
1
-11/+3
*
bpo-40486: Specify what happens if directory content change diring iteration ...
Serhiy Storchaka
2020-09-04
3
-3/+17
*
[doc] Fix a typo in the graphlib docs (#22030)
Mario Šaško
2020-09-03
1
-1/+1
*
[doc] Add link to FileHandler in logging (GH-21940)
Andre Delfino
2020-09-01
1
-15/+16
*
[doc] Fix markup in logging (GH-22008)
Andre Delfino
2020-08-30
1
-1/+1
*
Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882)
Roger Iyengar
2020-08-29
1
-0/+10
*
Fix error in argparse documentation example (GH-17399)
SarahPythonista
2020-08-28
1
-2/+2
*
bpo-41634: Fix a typo in the curses documentation (GH-21958)
Zackery Spytz
2020-08-27
1
-1/+1
*
Add missing word (GH-21936)
Mason
2020-08-27
1
-1/+1
*
bpo-41624: fix documentation of typing.Coroutine (GH-21952)
MingZhe Hu
2020-08-27
1
-1/+1
*
Document vars behavior when __dict__ is missing (#21466)
Andre Delfino
2020-08-21
1
-0/+3
*
Doc: add a missing period (GH-21819)
Mathieu Dupuy
2020-08-20
1
-1/+1
*
bpo-40994: Ungroup items in collections.abc documentation for improved clarit...
Sydney Pemberton
2020-08-20
1
-5/+13
*
bpo-40204: Fix duplicated productionlist names in the doc (GH-21900)
Victor Stinner
2020-08-17
1
-1/+1
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
1
-5/+5
*
Fix typo in typing doc (GH-21879)
Irit Katriel
2020-08-14
1
-1/+1
*
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner
2020-08-14
6
-7/+10
*
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
Rishav Kundu
2020-08-14
1
-3/+2
*
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)
Facundo Batista
2020-08-13
1
-1/+1
*
bpo-41066: Update the comparison section for os vs pathlib (GH-21261)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-08-13
1
-0/+3
*
bpo-40204: Add :noindex: in the documentation (GH-21859)
Victor Stinner
2020-08-13
9
-81/+94
*
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
Victor Stinner
2020-08-13
1
-4/+4
*
Fix typo (GH-21820)
Christopher Yeh
2020-08-11
1
-1/+1
*
Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773)
Edward K. Ream
2020-08-11
1
-2/+21
*
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner
2020-08-11
2
-7/+7
*
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
Filipe Laíns
2020-08-10
1
-1/+22
*
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
Zackery Spytz
2020-08-09
1
-7/+55
*
bpo-41455: Provide a link to how the third generation is collected in the GC ...
Yaroslav Pankovych
2020-08-08
1
-3/+3
*
Doc: Add a link to tutorial page from `open()` doc (GH-21737)
Benjamin Kane
2020-08-08
1
-1/+2
[next]