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.8] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22902)
Miss Skeleton (bot)
2020-10-22
1
-10/+4
*
bpo-25655: Improve Win DLL loading failures doc (GH-22372)
Miss Skeleton (bot)
2020-10-22
1
-0/+15
*
[3.8] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22889)
larryhastings
2020-10-22
2
-2/+0
*
bpo-41910: specify the default implementations of object.__eq__ and object.__...
Miss Skeleton (bot)
2020-10-22
1
-6/+8
*
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
Miss Skeleton (bot)
2020-10-21
2
-21/+11
*
[3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text ...
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
[3.8] bpo-39416: Document some restrictions on the default string representat...
Miss Skeleton (bot)
2020-10-21
1
-0/+18
*
Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
Miss Skeleton (bot)
2020-10-21
2
-7/+1
*
Doc: Remove old Python version from future stmt (GH-21802)
Miss Skeleton (bot)
2020-10-21
1
-2/+2
*
bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...
Miss Skeleton (bot)
2020-10-21
1
-3/+3
*
bpo-41192: Add documentation of undocumented audit events (GH-22832)
Miss Skeleton (bot)
2020-10-20
5
-2/+56
*
bpo-41192: Clarify the sys module's description of the auditing feature (GH-2...
Miss Skeleton (bot)
2020-10-20
1
-10/+25
*
Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
Miss Skeleton (bot)
2020-10-20
1
-2/+2
*
bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
Miss Skeleton (bot)
2020-10-20
1
-3/+3
*
bpo-40901: Describe what "interface name" means on Windows (GH-20694)
Miss Skeleton (bot)
2020-10-19
1
-0/+19
*
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (...
Miss Skeleton (bot)
2020-10-19
1
-4/+2
*
bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
Miss Skeleton (bot)
2020-10-19
1
-1/+1
*
Link to the msvcrt module from the Windows FAQ (GH-22268)
Miss Skeleton (bot)
2020-10-19
1
-1/+1
*
bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22770)
Miss Skeleton (bot)
2020-10-19
3
-4/+3
*
[3.8] bpo-41855: Fix duplicate results in FastPath.zip_children() (#22404)
Jason R. Coombs
2020-10-15
2
-23/+18
*
bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602) (...
Miss Skeleton (bot)
2020-10-11
1
-1/+3
*
[3.8] [doc] Fix link to abc.collections.Iterable (GH-22502) (#22504)
Andre Delfino
2020-10-11
1
-1/+1
*
Fix incorrect parameter name (GH-22613)
Miss Skeleton (bot)
2020-10-10
1
-1/+1
*
bpo-41584: clarify when the reflected method of a binary arithemtic operator ...
Miss Skeleton (bot)
2020-10-05
1
-7/+8
*
bpo-41774: Tweak new programming FAQ entry (GH-22562)
Miss Skeleton (bot)
2020-10-05
1
-1/+1
*
bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids ...
Miss Skeleton (bot)
2020-10-04
1
-0/+6
*
bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (G...
Miss Skeleton (bot)
2020-10-04
1
-1/+2
*
[doc] Fix link to abc.collections.Iterable (GH-22520)
Miss Skeleton (bot)
2020-10-03
1
-2/+2
*
bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
Miss Skeleton (bot)
2020-10-03
1
-0/+8
*
bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
Miss Islington (bot)
2020-10-02
1
-4/+6
*
Fix grammar in secrets module documentation (GH-22467)
Miss Islington (bot)
2020-09-30
1
-1/+1
*
bpo-41774: Add programming FAQ entry (GH-22402)
Miss Islington (bot)
2020-09-29
1
-0/+15
*
bpo-41858: Clarify line in optparse doc (GH-22407)
Miss Islington (bot)
2020-09-27
1
-1/+1
*
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
Miss Islington (bot)
2020-09-23
1
-0/+10
*
bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22369)
Miss Islington (bot)
2020-09-23
1
-0/+26
*
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
Miss Islington (bot)
2020-09-22
1
-22/+25
*
bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309) (GH-2...
Victor Stinner
2020-09-18
2
-1/+13
*
bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)
Miss Islington (bot)
2020-09-18
1
-15/+21
*
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300)
Miss Islington (bot)
2020-09-18
8
-69/+70
*
[3.8] Remove duplicated words words (GH-20413). (GH-22297)
Serhiy Storchaka
2020-09-18
2
-2/+2
*
Improve the description of difflib in the documentation (GH-22253) (GH-22260)
Miss Islington (bot)
2020-09-15
1
-2/+2
*
bpo-41776: Revise example of "continue" in the tutorial documentation (GH-222...
Miss Islington (bot)
2020-09-15
1
-5/+5
*
bpo-40721: add note about enum member name case (GH-22231)
Miss Islington (bot)
2020-09-14
1
-0/+6
*
bpo-41778: Change a punctuation on documentation. (GH-22229) (GH-22230)
Miss Islington (bot)
2020-09-13
1
-2/+2
*
[3.8] bpo-37479: Enum - use correct __format__ (GH-14545)
Ethan Furman
2020-09-13
1
-3/+5
*
bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* f...
Miss Islington (bot)
2020-09-13
1
-3/+3
*
bpo-41672: Fix type mismatches in imaplib docs (GH-22207) (#22218)
Miss Islington (bot)
2020-09-12
1
-2/+2
*
[doc] struct: update note about network byte order form to be more helpful (G...
Miss Islington (bot)
2020-09-11
1
-2/+4
*
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) ...
Miss Islington (bot)
2020-09-10
1
-1/+1
[next]