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-93738: Documentation C syntax (Use `c:struct`) (#97772)
Adam Turner
2022-10-04
2
-8/+8
*
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...
Adam Turner
2022-10-04
1
-2/+2
*
gh-88355: Fix backslashes in AF_PIPE (#96543)
cousteau
2022-10-04
1
-2/+2
*
gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97...
Ev2geny
2022-10-04
1
-14/+71
*
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-82604: fix docs about configuring selector (#97755)
Kumar Aditya
2022-10-04
1
-3/+6
*
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-97681: Remove Tools/demo/ directory (#97682)
Victor Stinner
2022-10-03
1
-3/+0
*
Fix typo in unittest docs (#97742)
annonm
2022-10-03
1
-1/+1
*
GH-85447: Clarify docs about awaiting future multiple times (#97738)
Kumar Aditya
2022-10-02
1
-1/+2
*
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
5
-8/+8
*
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
*
gh-96397: Document that attributes need not be identifiers (#96454)
Jeff Allen
2022-09-29
1
-0/+8
*
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-96377: Update asyncio policy doc intro paras to be clear and accurate (#97...
C.A.M. Gerlach
2022-09-27
4
-15/+32
*
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka
2022-09-27
8
-84/+84
*
GH-65046: Fix docs about logging in `asyncio` (#97559)
Kumar Aditya
2022-09-26
1
-0/+4
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka
2022-09-24
6
-7/+7
*
gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509)
Steve Dower
2022-09-23
1
-1/+6
*
include OrderedDict import in TimeBoundedLRU example (GH-96962)
Harry
2022-09-22
1
-0/+1
*
Doc: fix link redirect (GH-96606)
partev
2022-09-21
1
-1/+1
*
gh-96727: Document restrictions on Handler.emit() with respect to locking. (G...
Vinay Sajip
2022-09-20
1
-0/+16
*
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith
2022-09-19
5
-9/+9
*
gh-96917: link to typing.readthedocs.io from typing.rst (#96921)
Shantanu
2022-09-19
1
-0/+5
*
GH-96851: Add link to FAQ entry for caching method calls. (GH-96902)
Raymond Hettinger
2022-09-18
1
-0/+3
*
fix various typos in random module's documentation (GH-96912)
partev
2022-09-18
1
-4/+4
*
gh-94787: [doc] Add to argparse doc an example of a mutually-exclusive group ...
Scott Main
2022-09-18
1
-1/+20
*
Clarify that the expression is regular math notation, not Python. (#96903)
Raymond Hettinger
2022-09-18
1
-2/+2
*
Simplify sieve() recipe. Add edge case tests. (GH-96892)
Raymond Hettinger
2022-09-17
1
-1/+7
*
gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874)
Victor Stinner
2022-09-16
1
-2/+2
*
gh-96810: Clarify for which statements sqlite3 implicitly opens transactions ...
Erlend E. Aasland
2022-09-15
1
-1/+2
*
Itertools sieve() recipe (#96813)
Raymond Hettinger
2022-09-14
1
-6/+28
*
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson
2022-09-13
2
-5/+5
*
gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (#96798)
Alex Waygood
2022-09-13
1
-1/+1
*
gh-96702: Order methods before attrs in sqlite3.Connection docs (#96703)
Erlend E. Aasland
2022-09-13
1
-97/+96
*
gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in example...
zhanpon
2022-09-11
2
-4/+4
*
gh-94972: document that shield users need to keep a reference to their task (...
Hendrik Makait
2022-09-10
2
-5/+14
*
gh-92734: Add indentation feature to reprlib.Repr (GH-92735)
finefoot
2022-09-08
1
-1/+61
*
gh-88287: Add BufferingFormatter documentation. (GH-96608)
Vinay Sajip
2022-09-08
1
-0/+29
*
[doc] Update example in traceback doc (GH-96600)
Irit Katriel
2022-09-05
1
-15/+11
*
gh-84095: Fill documentation gap regarding user-defined objects. (GH-96574)
Vinay Sajip
2022-09-05
1
-0/+19
*
gh-93973: Add all_errors to asyncio.create_connection (#93974)
Pamela Fox
2022-09-05
1
-1/+13
[prev]
[next]