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-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes
2022-08-02
43
-97/+306
*
gh-95516: Add param types and clarify param descriptions of LogRecord (GH-95517)
CAM Gerlach
2022-08-02
1
-25/+48
*
no-issue: Fix typo of "thrid" instead of "third" in dis docs (gh-95510)
Alex Hedges
2022-08-01
1
-1/+1
*
gh-77617: Add sqlite3 command-line interface (#95026)
Erlend Egeberg Aasland
2022-08-01
1
-0/+20
*
gh-95273: Clarify when sqlite_* attributes are added to sqlite3 exceptions (#...
Erlend Egeberg Aasland
2022-08-01
1
-0/+3
*
bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112)
markus-sus
2022-08-01
1
-9/+8
*
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...
Pablo Galindo Salgado
2022-07-31
1
-2/+2
*
gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs (#94636)
Erlend Egeberg Aasland
2022-07-30
1
-98/+120
*
Doctest cleanups (GH-95436)
Zachary Ware
2022-07-30
3
-4/+21
*
gh-95454: Replace truthy/falsy with true/false (GH-95456)
Robert O'Shea
2022-07-30
1
-1/+1
*
gh-95273: Relocate sqlite3 enable load extension note (#95430)
Erlend Egeberg Aasland
2022-07-29
1
-12/+8
*
gh-94302: Clarify use of the 'open' operation in os.startfile (GH-95441)
Steve Dower
2022-07-29
1
-2/+2
*
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes
2022-07-29
14
-99/+148
*
gh-95432: Fixup sqlite3 tutorial example (#95431)
Erlend Egeberg Aasland
2022-07-29
1
-5/+5
*
gh-95273: Improve sqlite3 class descriptions (#95379)
Erlend Egeberg Aasland
2022-07-29
1
-8/+34
*
gh-95273: Move sqlite3 executemany examples from reference to tutorial (#95351)
Erlend Egeberg Aasland
2022-07-29
1
-11/+26
*
gh-95273: Condense sqlite3 executescript example (#95383)
Erlend Egeberg Aasland
2022-07-29
1
-2/+9
*
Improve documentation for adding datetime and timedelta (gh-95403)
BenjaminHelyer
2022-07-29
1
-2/+2
*
gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...
[object Object]
2022-07-28
1
-0/+7
*
Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods'
Erlend Egeberg Aasland
2022-07-28
1
-2/+3
*
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes
2022-07-27
1
-0/+2
*
gh-95273: Normalise sqlite3 reference wording (#95274)
Erlend Egeberg Aasland
2022-07-27
1
-45/+48
*
gh-94630: Fixup sqlite3 argument spec docs for connection execute* methods (#...
Erlend Egeberg Aasland
2022-07-27
1
-5/+5
*
gh-94635: Add sqlite3 'Introduction' and 'Tutorial' doc headings (#95269)
Erlend Egeberg Aasland
2022-07-27
1
-1/+11
*
Clarifying the documentation on library/syslog (GH-92587)
Nicolas Haller
2022-07-26
1
-3/+7
*
gh-95235: Add explicit parameter list to some sqlite3 methods (#95240)
Erlend Egeberg Aasland
2022-07-26
1
-67/+143
*
gh-95077: [Enum] add code-based deprecation warnings for member.member access...
Ethan Furman
2022-07-25
1
-7/+0
*
gh-95235: Document undocumented parameters in sqlite3 functions and methods (...
Erlend Egeberg Aasland
2022-07-25
1
-13/+17
*
gh-93963: Document importlib.abc deprecations (#94546)
Hugo van Kemenade
2022-07-25
1
-0/+9
*
gh-93610: Improve docs for importlib.resources (#93611)
Petr Viktorin
2022-07-25
4
-281/+328
*
gh-85454: Remove distutils documentation (#95239)
Christian Heimes
2022-07-25
4
-52/+2
*
gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (g...
Adam Dangoor
2022-07-25
1
-1/+1
*
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...
Thomas Grainger
2022-07-24
1
-0/+3
*
gh-90385: Add `pathlib.Path.walk()` method (GH-92517)
Stanislav Zmiev
2022-07-22
1
-0/+96
*
Fix incorrect directive in multiprocessing module documentation (GH-93517)
oda-gitso
2022-07-22
1
-1/+1
*
Closes gh-95133: docs, fix indentation level in TestCase.assertLogs example (...
Alexandru Mărășteanu
2022-07-22
1
-2/+2
*
gh-81040: Improve sqlite3.Cursor.rowcount docs (#94940)
Erlend Egeberg Aasland
2022-07-22
1
-12/+5
*
docs: use 'recursively' in the description of rglob, and mention globs in the...
Ned Batchelder
2022-07-20
1
-2/+2
*
gh-90016: Deprecate default sqlite3 adapters and converters (#94276)
Erlend Egeberg Aasland
2022-07-20
1
-16/+23
*
Fix documentation to include possible Exception (#94818)
Guy Yagev
2022-07-18
1
-2/+2
*
Fix incorrect double indent in ast doc (#94976)
Terry Jan Reedy
2022-07-18
1
-1/+1
*
Remove out of date reference to YIELD_FROM from docs. (#94966)
Mark Shannon
2022-07-18
1
-6/+0
*
In ast doc, update 'below' to 'above' (#94967)
Terry Jan Reedy
2022-07-18
1
-1/+1
*
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
Steve Dower
2022-07-17
1
-1/+1
*
gh-91181: drop support for bytes on sys.path (GH-31934)
Thomas Grainger
2022-07-17
1
-1/+1
*
gh-94698: add Subscript and Attribute targets to ast.for documentation (GH-94...
anilbey
2022-07-16
1
-4/+5
*
Add additional pointers to pathlib's mapping to os.path functions (#94828)
Chris Adams
2022-07-15
1
-1/+2
*
[doc] Update cookbook example and add information about queue types. (GH-94854)
Vinay Sajip
2022-07-15
1
-0/+5
*
GH-46771: docs for asyncio.timeout and task cancellation (#94794)
Tin Tvrtković
2022-07-15
1
-0/+134
*
Docs: fix typo in sqlite3.rst (#94798)
Ikko Ashimine
2022-07-14
1
-1/+1
[next]