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.10] gh-95235: Add explicit parameter list to some sqlite3 methods (GH-9524...
Erlend Egeberg Aasland
2022-07-26
1
-45/+87
*
gh-95235: Document undocumented parameters in sqlite3 functions and methods (...
Miss Islington (bot)
2022-07-25
1
-13/+17
*
Closes gh-95133: docs, fix indentation level in TestCase.assertLogs example (...
Miss Islington (bot)
2022-07-22
1
-2/+2
*
gh-81040: Improve sqlite3.Cursor.rowcount docs (GH-94940)
Miss Islington (bot)
2022-07-22
1
-12/+5
*
Fix incorrect double indent in ast doc (GH-94976)
Miss Islington (bot)
2022-07-18
1
-1/+1
*
In ast doc, update 'below' to 'above' (GH-94967)
Miss Islington (bot)
2022-07-18
1
-1/+1
*
Add additional pointers to pathlib's mapping to os.path functions (GH-94828)
Miss Islington (bot)
2022-07-15
1
-1/+2
*
[3.10] [doc] Update cookbook example and add information about queue types. (...
Miss Islington (bot)
2022-07-15
1
-0/+5
*
Docs: fix typo in sqlite3.rst (GH-94798)
Miss Islington (bot)
2022-07-14
1
-1/+1
*
GH-77265: Document NaN handling in statistics functions that sort or count (G...
Miss Islington (bot)
2022-07-10
1
-0/+29
*
Use mdash-es consistently in the library docs index (GH-92762)
Miss Islington (bot)
2022-07-08
1
-4/+4
*
[3.10] gh-94622: Add more references to the sqlite3 types anchor (GH-94623). ...
Erlend Egeberg Aasland
2022-07-08
1
-4/+4
*
[3.10] gh-94321: Document sqlite3.PrepareProtocol (GH-94620) (#94671)
Erlend Egeberg Aasland
2022-07-07
1
-0/+12
*
gh-92743: Remove copyright sign next to "Raymond Hettinger" (#94665)
Guy Yagev
2022-07-07
1
-1/+1
*
[3.10] gh-94628: Add explicit parameter list to sqlite3.connect docs (GH-9462...
Erlend Egeberg Aasland
2022-07-07
1
-76/+105
*
gh-94630: Update sqlite3 docs with positional-only and keyword-only symbols (...
Miss Islington (bot)
2022-07-06
1
-11/+11
*
gh-94017: Improve clarity of sqlite3 transaction handling docs (GH-94320)
Miss Islington (bot)
2022-07-06
1
-39/+61
*
[3.10] gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-944...
Łukasz Langa
2022-07-05
1
-0/+51
*
[3.10] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-9...
Vinay Sajip
2022-07-05
1
-2/+12
*
[3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...
Łukasz Langa
2022-07-05
28
-48/+48
*
[3.10] Update logging documentation: change cross-reference and add webapp r...
Vinay Sajip
2022-07-04
1
-1/+1
*
IDLE doc: Tweek RESTART and Windows console start (GH-94530)
Miss Islington (bot)
2022-07-03
1
-2/+4
*
gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-9...
Miss Islington (bot)
2022-07-01
2
-2/+13
*
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
*
[3.10] gh-82006: IDLE doc improvements (GH-94349) (GH-94358)
Miss Islington (bot)
2022-06-28
1
-11/+24
*
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
Miss Islington (bot)
2022-06-25
1
-2/+2
*
[3.10] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94273)
Erlend Egeberg Aasland
2022-06-25
1
-80/+138
*
Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` descriptio...
Miss Islington (bot)
2022-06-24
1
-2/+2
*
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
*
[3.10] gh-93675: Fix typos in `Doc/` (GH-93676) (GH-94080)
Łukasz Langa
2022-06-21
1
-1/+1
*
[3.10] gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94078)
Łukasz Langa
2022-06-21
11
-15/+14
*
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
Miss Islington (bot)
2022-06-21
8
-10/+10
*
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
*
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
1
-2/+10
*
Doc: Update references and examples of old, unsupported OSes and uarches (GH-...
Miss Islington (bot)
2022-06-09
4
-6/+7
*
[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
[prev]
[next]