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
*
[3.10] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`...
Miss Islington (bot)
2022-10-05
2
-2/+2
*
[3.10] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97893)
Łukasz Langa
2022-10-05
5
-14/+14
*
[3.10] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (...
Łukasz Langa
2022-10-05
3
-5/+5
*
[3.10] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObj...
Miss Islington (bot)
2022-10-05
10
-30/+30
*
gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs (GH-97662)
Miss Islington (bot)
2022-10-05
1
-1/+3
*
Add re.VERBOSE flag documentation example (GH-97678)
Miss Islington (bot)
2022-10-05
1
-1/+2
*
[3.10] gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c...
Miss Islington (bot)
2022-10-05
1
-1/+1
*
[3.10] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view...
Miss Islington (bot)
2022-10-05
1
-5/+5
*
[3.10] gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (G...
Miss Islington (bot)
2022-10-05
1
-2/+2
*
[3.10] gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (G...
Miss Islington (bot)
2022-10-05
3
-8/+8
*
[3.10] gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:...
Miss Islington (bot)
2022-10-04
1
-1/+1
*
[3.10] gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:...
Miss Islington (bot)
2022-10-04
1
-1/+1
*
[3.10] gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:exp...
Miss Islington (bot)
2022-10-04
1
-1/+1
*
[3.10] gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py...
Miss Islington (bot)
2022-10-04
1
-1/+1
*
[3.10] gh-88355: Fix backslashes in AF_PIPE (GH-96543) (#97855)
Miss Islington (bot)
2022-10-04
1
-2/+2
*
[3.10] gh-96448: fix documentation for _thread.lock.acquire (GH-96449) (#97852)
Miss Islington (bot)
2022-10-04
1
-5/+5
*
[3.10] gh-97709: Included newline separator in Mandelbrot set (GH-97737) (#97...
Miss Islington (bot)
2022-10-04
2
-3/+3
*
GH-82604: fix docs about configuring selector (GH-97755)
Miss Islington (bot)
2022-10-04
1
-3/+6
*
gh-97754: Update doc for default location of per-user installs on Windows (GH...
Miss Islington (bot)
2022-10-04
1
-3/+6
*
gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (GH-97771)
Miss Islington (bot)
2022-10-04
1
-1/+1
*
Update http.client.rst (GH-24803)
Miss Islington (bot)
2022-10-03
1
-9/+8
*
Minor grammar changes to http.client docs (GH-96221)
Miss Islington (bot)
2022-10-03
1
-2/+2
*
Document that MozillaCookieJar works for curl's cookie files (GH-91852)
Miss Islington (bot)
2022-10-03
1
-2/+2
*
multiprocessing docs: Remove extra option ELLIPSIS from section with code (GH...
Miss Islington (bot)
2022-10-03
1
-1/+0
*
Fix typo in unittest docs (GH-97742)
Miss Islington (bot)
2022-10-03
1
-1/+1
*
[3.10] gh-96845: Fix docs around importlib.abc.Traversable (GH-97515)
Jason R. Coombs
2022-10-03
1
-2/+6
*
gh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741)
Miss Islington (bot)
2022-10-03
1
-0/+15
*
GH-85447: Clarify docs about awaiting future multiple times (GH-97738)
Miss Islington (bot)
2022-10-02
1
-1/+2
*
gh-97607: Fix content parsing in the impl-detail reST directive (GH-97652)
Miss Islington (bot)
2022-10-02
1
-16/+7
*
gh-95588: Drop the safety claim from `ast.literal_eval` docs. (GH-95919)
Miss Islington (bot)
2022-10-02
1
-8/+16
*
Fix capitalization of Unix in documentation (GH-96913)
Miss Islington (bot)
2022-10-01
6
-9/+9
*
gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685)
Miss Islington (bot)
2022-09-30
1
-2/+7
*
[3.10] Use SyntaxError invalid range in tutorial introduction example (GH-930...
Miss Islington (bot)
2022-09-30
1
-2/+2
*
gh-96397: Document that attributes need not be identifiers (GH-96454)
Miss Islington (bot)
2022-09-29
2
-2/+17
*
closes gh-97650: correct sphinx executable (gh-97651)
Miss Islington (bot)
2022-09-29
1
-1/+1
*
fixup policy docs (GH-97618)
Miss Islington (bot)
2022-09-28
1
-1/+1
*
[3.10] gh-65046: Add note about logging from async code. (GH-97602) (GH-97609)
Miss Islington (bot)
2022-09-28
1
-0/+8
*
gh-96377: Update asyncio policy doc intro paras to be clear and accurate (GH-...
Miss Islington (bot)
2022-09-28
4
-15/+32
*
gh-96959: Update more HTTP links (GH-97536)
Miss Islington (bot)
2022-09-27
22
-101/+101
*
[3.10] gh-97567: Fixup cached_statements default value in sqlite3.connect doc...
Jia Junjie
2022-09-27
1
-1/+1
*
GH-65046: Fix docs about logging in `asyncio` (GH-97559)
Miss Islington (bot)
2022-09-26
1
-0/+4
*
gh-82530: Create blank function instead of invalid import for email example (...
Miss Islington (bot)
2022-09-26
1
-5/+9
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Miss Islington (bot)
2022-09-25
14
-18/+18
*
gh-77171: Document that wave only supports simple PCM files (GH-97510)
Miss Islington (bot)
2022-09-23
1
-1/+2
*
gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765)
Miss Islington (bot)
2022-09-23
1
-0/+8
*
gh-96397: Document that keywords in calls need not be identifiers (GH-96393)
Miss Islington (bot)
2022-09-22
1
-2/+12
*
gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291) (gh-96990)
Miss Islington (bot)
2022-09-21
2
-1/+12
*
[3.10] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (...
Miss Islington (bot)
2022-09-20
2
-0/+20
*
[3.10] gh-96917: link to typing.readthedocs.io from typing.rst (GH-96921) (GH...
Shantanu
2022-09-20
1
-0/+5
*
[3.10] gh-96727: Document restrictions on Handler.emit() with respect to lock...
Vinay Sajip
2022-09-20
1
-0/+16
[next]