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
*
gh-95235: Document undocumented parameters in sqlite3 functions and methods (...
Miss Islington (bot)
2022-07-25
1
-13/+17
*
gh-93610: Improve docs for importlib.resources (GH-93611) (GH-95247)
Miss Islington (bot)
2022-07-25
4
-281/+328
*
Fix incorrect directive in multiprocessing module documentation (GH-93517)
Miss Islington (bot)
2022-07-22
1
-1/+1
*
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
*
Remove out of date reference to YIELD_FROM from docs. (GH-94966) (GH-94975)
Miss Islington (bot)
2022-07-19
1
-6/+0
*
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
*
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
Miss Islington (bot)
2022-07-17
1
-1/+1
*
gh-91181: drop support for bytes on sys.path (GH-31934)
Miss Islington (bot)
2022-07-17
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.11] [doc] Update cookbook example and add information about queue types. (...
Miss Islington (bot)
2022-07-15
1
-0/+5
*
GH-46771: docs for asyncio.timeout and task cancellation (GH-94794)
Miss Islington (bot)
2022-07-15
1
-0/+134
*
Docs: fix typo in sqlite3.rst (GH-94798)
Miss Islington (bot)
2022-07-14
1
-1/+1
*
docs: typing.Self, fix typo (GH-94771)
Miss Islington (bot)
2022-07-12
1
-3/+3
*
[3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740)
John Belmonte
2022-07-11
1
-9/+4
*
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.11] gh-94622: Add more references to the sqlite3 types anchor (GH-94623) (...
Erlend Egeberg Aasland
2022-07-08
1
-8/+8
*
gh-94321: Document sqlite3.PrepareProtocol (GH-94620)
Miss Islington (bot)
2022-07-07
1
-0/+12
*
[3.11] 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
*
gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424) (GH...
Miss Islington (bot)
2022-07-05
1
-0/+51
*
[3.11] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-9...
Miss Islington (bot)
2022-07-05
1
-1/+1
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Miss Islington (bot)
2022-07-05
29
-53/+53
*
[3.11] 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-94490)
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
*
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400) (GH-94463)
Miss Islington (bot)
2022-06-30
1
-0/+1
*
xml.dom.minidom docs: fix typo (GH-93437)
Miss Islington (bot)
2022-06-30
1
-1/+1
*
GH-90908: Document asyncio.TaskGroup (GH-94359) (GH-94456)
Miss Islington (bot)
2022-06-30
1
-2/+101
*
[3.11] gh-89038: [doc] update dis.findlinestarts documentation for changes re...
Irit Katriel
2022-06-30
1
-4/+6
*
bpo-92336: [doc] clarify that the dfile is read by the traceback display code...
Miss Islington (bot)
2022-06-29
1
-2/+3
*
[3.11] gh-86404: [doc] Fix missing space in idle documentation. (GH-94366) (G...
Miss Islington (bot)
2022-06-28
1
-1/+1
*
gh-91860: Add docs for typing.dataclass_transform field specifier params (GH-...
Miss Islington (bot)
2022-06-28
1
-1/+35
*
gh-82006: IDLE doc improvements (GH-94349)
Miss Islington (bot)
2022-06-27
1
-11/+24
*
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
Miss Islington (bot)
2022-06-25
1
-2/+2
*
[3.11] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94272)
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-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH...
Miss Islington (bot)
2022-06-23
1
-0/+4
*
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
*
gh-92611: Add details on replacements for cgi utility funcs (GH-92792) (GH-93...
Miss Islington (bot)
2022-06-21
1
-0/+31
*
[3.11] gh-93675: Fix typos in `Doc/` (GH-93676) (GH-94079)
Łukasz Langa
2022-06-21
3
-3/+3
*
gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94076)
Miss Islington (bot)
2022-06-21
13
-17/+16
*
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
[next]