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
*
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...
Adam Turner
2022-10-04
10
-30/+30
*
gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`...
Adam Turner
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupl...
Adam Turner
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyByte...
Adam Turner
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUn...
Adam Turner
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICOD...
Adam Turner
2022-10-04
1
-1/+1
*
gh-88355: Fix backslashes in AF_PIPE (#96543)
cousteau
2022-10-04
1
-2/+2
*
gh-95913: Move py.exe to appropriate What's New section & refine text (#97718)
C.A.M. Gerlach
2022-10-04
1
-22/+26
*
gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97...
Ev2geny
2022-10-04
2
-14/+76
*
gh-96448: fix documentation for _thread.lock.acquire (#96449)
Daniel Giger
2022-10-04
1
-5/+5
*
gh-90301: Doc: Add references to PEP 686 (#96816)
Inada Naoki
2022-10-04
2
-7/+14
*
GH-95913: Update what's new in 3.11 for asyncio (#97806)
Guido van Rossum
2022-10-04
1
-16/+40
*
GH-82604: fix docs about configuring selector (#97755)
Kumar Aditya
2022-10-04
1
-3/+6
*
gh-97754: Update doc for default location of per-user installs on Windows (GH...
Ben Faulhaber
2022-10-04
1
-3/+6
*
gh-97669: Remove outdated example scripts (#97675)
Victor Stinner
2022-10-04
1
-0/+5
*
gh-97709: Included newline separator in Mandelbrot set (#97737)
matheusja
2022-10-04
1
-2/+2
*
gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (#97771)
Adam Turner
2022-10-04
1
-1/+1
*
Minor grammar changes to http.client docs (#96221)
Rohan Shah
2022-10-03
1
-2/+2
*
Update http.client.rst (#24803)
GĂ©ry Ogam
2022-10-03
1
-9/+8
*
multiprocessing docs: Remove extra option ELLIPSIS from section with code (#9...
Ivan Kapeykin
2022-10-03
1
-1/+0
*
Document that MozillaCookieJar works for curl's cookie files (#91852)
Boris Verkhovskiy
2022-10-03
1
-2/+2
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
1
-0/+18
*
gh-97681: Remove Tools/demo/ directory (#97682)
Victor Stinner
2022-10-03
3
-8/+10
*
Fix typo in unittest docs (#97742)
annonm
2022-10-03
1
-1/+1
*
gh-95913: Fix PEP number in PEP 678 What's New ref label (#97739)
C.A.M. Gerlach
2022-10-03
1
-1/+1
*
gh-95913: Copyedit/improve New Modules What's New section (#97721)
C.A.M. Gerlach
2022-10-03
1
-3/+6
*
gh-97740: Fix bang in Sphinx C domain ref target syntax (#97741)
C.A.M. Gerlach
2022-10-03
1
-0/+15
*
GH-85447: Clarify docs about awaiting future multiple times (#97738)
Kumar Aditya
2022-10-02
1
-1/+2
*
[docs] Update logging cookbook with recipe for using a logger like an outputâ...
Vinay Sajip
2022-10-02
1
-0/+76
*
gh-97607: Fix content parsing in the impl-detail reST directive (#97652)
C.A.M. Gerlach
2022-10-02
1
-16/+7
*
gh-95975: Move except/*/finally ref labels to more precise locations (#95976)
C.A.M. Gerlach
2022-10-02
1
-45/+76
*
gh-95588: Drop the safety claim from `ast.literal_eval` docs. (#95919)
Gregory P. Smith
2022-10-02
1
-8/+16
*
Fix capitalization of Unix in documentation (#96913)
Will Hawkins
2022-10-01
6
-9/+9
*
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95...
Ćukasz Langa
2022-10-01
1
-74/+128
*
gh-87597: Document TimeoutExpired.stdout & .stderr types (#97685)
Gregory P. Smith
2022-09-30
1
-2/+7
*
Use SyntaxError invalid range in tutorial introduction example (GH-93031)
Eddie Hebert
2022-09-30
1
-2/+2
*
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...
Ofey Chan
2022-09-30
3
-1/+22
*
gh-96397: Document that attributes need not be identifiers (#96454)
Jeff Allen
2022-09-29
2
-2/+17
*
closes gh-97650: correct sphinx executable (gh-97651)
NoSuck
2022-09-29
1
-1/+1
*
gh-52597: Add position-only markers for os functions (#94735)
Stanley
2022-09-29
1
-67/+67
*
GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)
Kumar Aditya
2022-09-28
2
-2/+15
*
fixup policy docs (#97618)
Kumar Aditya
2022-09-28
1
-1/+1
*
gh-65046: Add note about logging from async code. (GH-97602)
Vinay Sajip
2022-09-28
1
-0/+8
*
Fix docs on conditional expression grouping (GH-96447)
Andrew Kay
2022-09-28
1
-1/+1
*
gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97...
C.A.M. Gerlach
2022-09-27
4
-15/+32
*
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Pablo Galindo Salgado
2022-09-27
1
-0/+6
*
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka
2022-09-27
22
-101/+101
*
GH-65046: Fix docs about logging in `asyncio` (#97559)
Kumar Aditya
2022-09-26
1
-0/+4
*
gh-82530: Create blank function instead of invalid import for email example (...
Stanley
2022-09-26
1
-5/+9
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka
2022-09-24
14
-18/+18
[next]