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
*
Update code sample when importing modules in queue doc (GH-94244) (GH-94491)
Miss Islington (bot)
2022-07-01
1
-1/+2
*
multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)
Miss Islington (bot)
2022-06-30
1
-1/+1
*
xml.dom.minidom docs: fix typo (GH-93437)
Miss Islington (bot)
2022-06-30
1
-1/+1
*
gh-89038: [doc] update dis.findlinestarts documentation for changes related t...
Miss Islington (bot)
2022-06-30
1
-4/+6
*
[3.10] bpo-92336: [doc] clarify that the dfile is read by the traceback displ...
Miss Islington (bot)
2022-06-29
1
-2/+3
*
Docs: Update SyntaxError message in REPL example for list comprehension (GH-9...
Miss Islington (bot)
2022-06-29
1
-3/+3
*
[3.10] gh-82006: IDLE doc improvements (GH-94349) (GH-94358)
Miss Islington (bot)
2022-06-28
1
-11/+24
*
gh-61585: Clarify import scope in modules tutorial (GH-93455) (GH-94374)
Miss Islington (bot)
2022-06-28
1
-10/+11
*
gh-85023: [doc] clarify parameters vs arguments explanation in FAQ (GH-94282)
Miss Islington (bot)
2022-06-26
1
-2/+3
*
[doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)
Miss Islington (bot)
2022-06-26
1
-2/+2
*
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
Miss Islington (bot)
2022-06-25
1
-2/+2
*
bpo-39971: Change examples to be runnable (GH-32172)
Miss Islington (bot)
2022-06-25
1
-11/+18
*
[3.10] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94273)
Erlend Egeberg Aasland
2022-06-25
3
-111/+145
*
Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` descriptio...
Miss Islington (bot)
2022-06-24
1
-2/+2
*
Closes gh-94152: Update pyvideo.org URL (GH-94075)
Miss Islington (bot)
2022-06-23
1
-1/+1
*
gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)
Miss Islington (bot)
2022-06-22
1
-4/+1
*
gh-74696: Do not change the current working directory in shutil.make_archive(...
Miss Islington (bot)
2022-06-22
1
-1/+7
*
bpo-30535: [doc] state that sys.meta_path is not empty by default (GH-94098) ...
Miss Islington (bot)
2022-06-21
1
-1/+2
*
Tutorial: specify match cases don't fall through (GH-93615) (GH-94084)
Miss Islington (bot)
2022-06-21
1
-2/+4
*
gh-93240: clarify wording in IO tutorial (GH-93276) (GH-94081)
Miss Islington (bot)
2022-06-21
1
-1/+1
*
[3.10] gh-93675: Fix typos in `Doc/` (GH-93676) (GH-94080)
Łukasz Langa
2022-06-21
2
-2/+2
*
[3.10] gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94078)
Łukasz Langa
2022-06-21
28
-47/+58
*
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
Miss Islington (bot)
2022-06-21
11
-52/+18
*
gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (GH-92754)
Miss Islington (bot)
2022-06-20
1
-0/+18
*
gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)
Miss Islington (bot)
2022-06-19
1
-4/+18
*
[3.10] gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (...
Erlend Egeberg Aasland
2022-06-19
1
-9/+8
*
What's new in 3.10: fix link to issue (GH-93968)
Miss Islington (bot)
2022-06-19
1
-1/+1
*
gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338) (#9...
Kumar Aditya
2022-06-16
1
-0/+4
*
gh-93857: Fix broken audit-event targets in sqlite3 docs (GH-93859)
Miss Islington (bot)
2022-06-15
1
-2/+2
*
gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-...
Miss Islington (bot)
2022-06-15
1
-9/+9
*
[3.10] gh-89018: Improve documentation of `sqlite3` exceptions (GH-27645) (#9...
Erlend Egeberg Aasland
2022-06-15
1
-17/+48
*
gh-93183: Adjust wording in socket docs (GH-93832)
Miss Islington (bot)
2022-06-15
1
-2/+2
*
Change list to view object (GH-93661)
Miss Islington (bot)
2022-06-11
1
-1/+2
*
gh-91317: Document that Path does not collapse initial `//` (GH-32193)
Miss Islington (bot)
2022-06-10
1
-3/+30
*
[3.10] Improve logging documentation with example and additional cookbook re...
Miss Islington (bot)
2022-06-10
3
-2/+101
*
gh-87961: Remove outdated notes from functions that aren't in the Limited API...
Miss Islington (bot)
2022-06-10
3
-26/+0
*
Doc: Update references and examples of old, unsupported OSes and uarches (GH-...
Miss Islington (bot)
2022-06-09
7
-18/+29
*
[3.10] Fix `PurePath.relative_to` links in the pathlib documentation (GH-9326...
jacksonriley
2022-06-07
1
-2/+2
*
gh-88831: In docs for asyncio.create_task, explain why strong references to t...
Miss Islington (bot)
2022-06-07
1
-1/+18
*
gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93562)
Miss Islington (bot)
2022-06-07
1
-1/+1
*
gh-93391: fix typo in `array` docs (GH-93392) (GH-93395)
Miss Islington (bot)
2022-06-06
1
-1/+1
*
gh-93372: Fix typo in os.rename documentation (GH-93401) (GH-93404)
Miss Islington (bot)
2022-06-06
1
-1/+1
*
gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93545)
Miss Islington (bot)
2022-06-06
1
-0/+2
*
[3.10] gh-93108: Bump sphinx to fix rendering issue. (GH-93159)
Julien Palard
2022-06-06
1
-3/+3
*
📝 Make sure the phrase "constant-time compare" actually appears in the doc...
Miss Islington (bot)
2022-06-06
1
-1/+1
*
Remove the execution bit to some socket-related files. (GH-93368)
Miss Islington (bot)
2022-06-01
1
-0/+0
*
Remove VOC reference (93333)
Miss Islington (bot)
2022-05-31
1
-2/+1
*
bpo-42272: fix misleading warning filter message/module docs (GH-23172)
Miss Islington (bot)
2022-05-30
1
-6/+10
*
gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937)
Miss Islington (bot)
2022-05-29
8
-8/+11
*
gh-77024: test.support: Improve documentation (GH-92513)
Miss Islington (bot)
2022-05-27
1
-42/+68
[next]