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
*
Fix Unicode doc and replace use of macro with PyMem_New function (GH-94088)
Pamela Fox
2022-07-28
1
-1/+1
*
gh-59200: Clarify `PyLong_FromString` documentation (GH-94363)
JustAnotherArchivist
2022-07-28
1
-8/+9
*
Update link to faster cpython benchmarks (GH-95391)
Ken Jin
2022-07-28
1
-1/+1
*
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-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)
Christian Heimes
2022-07-27
1
-4/+13
*
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
2
-22/+4
*
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
2
-0/+27
*
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
25
-4543/+26
*
gh-85454: Remove links from historical mentions of distutils (GH-95192)
Oleg Iarygin
2022-07-25
6
-14/+14
*
gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (g...
Adam Dangoor
2022-07-25
1
-1/+1
*
gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (#95176)
Pablo Galindo Salgado
2022-07-24
1
-7/+0
*
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...
Thomas Grainger
2022-07-24
1
-0/+3
*
gh-93351: Add news entry and what's new entry for changes in gh-93351 (#95175)
Pablo Galindo Salgado
2022-07-23
1
-0/+4
*
Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317)
Chenwei Xiao
2022-07-23
1
-1/+1
*
gh-90385: Add `pathlib.Path.walk()` method (GH-92517)
Stanislav Zmiev
2022-07-22
1
-0/+96
*
Fix copy-friendliness of tutorial example (GH-93424)
Chenwei Xiao
2022-07-22
1
-0/+1
*
Fix async method reference links in `compound_stmts` docs (GH-94935)
July Tikhonov
2022-07-22
1
-2/+2
*
Fix scheme count in `sysconfig` whatsnew entry (GH-94110)
Frank Dana
2022-07-22
1
-1/+1
*
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
*
gh-95112: Fix What's New 3.12 contribution note periods (#95118)
Terry Jan Reedy
2022-07-22
1
-2/+2
*
gh-95112: Fix What's New 3.11 contribution note periods (#95115)
Terry Jan Reedy
2022-07-22
1
-5/+5
*
gh-95112: Fix What's New 3.10 contribution note periods (#95114)
Terry Jan Reedy
2022-07-22
1
-25/+25
*
GH-95029: Describe Windows Store package isolation and redirection in more de...
Anthony Shaw
2022-07-21
1
-3/+31
*
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
3
-38/+29
*
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: Add a What's New entry for dropping bytes support for `sys.path` (G...
Brett Cannon
2022-07-17
1
-0/+7
*
gh-91181: drop support for bytes on sys.path (GH-31934)
Thomas Grainger
2022-07-17
2
-5/+3
*
gh-94698: add Subscript and Attribute targets to ast.for documentation (GH-94...
anilbey
2022-07-16
1
-4/+5
*
Tutorial sys.argv example should not have interactive prompt (GH-94880)
Marco Buttu
2022-07-16
1
-4/+8
*
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
2
-1/+11
*
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
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
1
-0/+6
*
gh-94309: Add typing.Hashable and typing.Sized for "What's New for Python 3.1...
MonadChains
2022-07-14
1
-0/+3
[next]