summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* gh-93738: Documentation C syntax (Use `c:struct`) (#97772)Adam Turner2022-10-042-8/+8
* gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...Adam Turner2022-10-041-2/+2
* gh-88355: Fix backslashes in AF_PIPE (#96543)cousteau2022-10-041-2/+2
* gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97...Ev2geny2022-10-041-14/+71
* gh-96448: fix documentation for _thread.lock.acquire (#96449)Daniel Giger2022-10-041-5/+5
* gh-90301: Doc: Add references to PEP 686 (#96816)Inada Naoki2022-10-042-7/+14
* GH-82604: fix docs about configuring selector (#97755)Kumar Aditya2022-10-041-3/+6
* Minor grammar changes to http.client docs (#96221)Rohan Shah2022-10-031-2/+2
* Update http.client.rst (#24803)Géry Ogam2022-10-031-9/+8
* multiprocessing docs: Remove extra option ELLIPSIS from section with code (#9...Ivan Kapeykin2022-10-031-1/+0
* Document that MozillaCookieJar works for curl's cookie files (#91852)Boris Verkhovskiy2022-10-031-2/+2
* gh-97681: Remove Tools/demo/ directory (#97682)Victor Stinner2022-10-031-3/+0
* Fix typo in unittest docs (#97742)annonm2022-10-031-1/+1
* GH-85447: Clarify docs about awaiting future multiple times (#97738)Kumar Aditya2022-10-021-1/+2
* gh-95588: Drop the safety claim from `ast.literal_eval` docs. (#95919)Gregory P. Smith2022-10-021-8/+16
* Fix capitalization of Unix in documentation (#96913)Will Hawkins2022-10-015-8/+8
* gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95...Łukasz Langa2022-10-011-74/+128
* gh-87597: Document TimeoutExpired.stdout & .stderr types (#97685)Gregory P. Smith2022-09-301-2/+7
* gh-96397: Document that attributes need not be identifiers (#96454)Jeff Allen2022-09-291-0/+8
* gh-52597: Add position-only markers for os functions (#94735)Stanley2022-09-291-67/+67
* GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)Kumar Aditya2022-09-282-2/+15
* fixup policy docs (#97618)Kumar Aditya2022-09-281-1/+1
* gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97...C.A.M. Gerlach2022-09-274-15/+32
* gh-96959: Update more HTTP links (GH-97536)Serhiy Storchaka2022-09-278-84/+84
* GH-65046: Fix docs about logging in `asyncio` (#97559)Kumar Aditya2022-09-261-0/+4
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Serhiy Storchaka2022-09-246-7/+7
* gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509)Steve Dower2022-09-231-1/+6
* include OrderedDict import in TimeBoundedLRU example (GH-96962)Harry2022-09-221-0/+1
* Doc: fix link redirect (GH-96606)partev2022-09-211-1/+1
* gh-96727: Document restrictions on Handler.emit() with respect to locking. (G...Vinay Sajip2022-09-201-0/+16
* gh-96512: Update int_max_str docs to say 3.11 (#96942)Gregory P. Smith2022-09-195-9/+9
* gh-96917: link to typing.readthedocs.io from typing.rst (#96921)Shantanu2022-09-191-0/+5
* GH-96851: Add link to FAQ entry for caching method calls. (GH-96902)Raymond Hettinger2022-09-181-0/+3
* fix various typos in random module's documentation (GH-96912)partev2022-09-181-4/+4
* gh-94787: [doc] Add to argparse doc an example of a mutually-exclusive group ...Scott Main2022-09-181-1/+20
* Clarify that the expression is regular math notation, not Python. (#96903)Raymond Hettinger2022-09-181-2/+2
* Simplify sieve() recipe. Add edge case tests. (GH-96892)Raymond Hettinger2022-09-171-1/+7
* gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874)Victor Stinner2022-09-161-2/+2
* gh-96810: Clarify for which statements sqlite3 implicitly opens transactions ...Erlend E. Aasland2022-09-151-1/+2
* Itertools sieve() recipe (#96813)Raymond Hettinger2022-09-141-6/+28
* closes gh-96734: Update to Unicode 15.0.0. (GH-96809)Benjamin Peterson2022-09-132-5/+5
* gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (#96798)Alex Waygood2022-09-131-1/+1
* gh-96702: Order methods before attrs in sqlite3.Connection docs (#96703)Erlend E. Aasland2022-09-131-97/+96
* gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in example...zhanpon2022-09-112-4/+4
* gh-94972: document that shield users need to keep a reference to their task (...Hendrik Makait2022-09-102-5/+14
* gh-92734: Add indentation feature to reprlib.Repr (GH-92735)finefoot2022-09-081-1/+61
* gh-88287: Add BufferingFormatter documentation. (GH-96608)Vinay Sajip2022-09-081-0/+29
* [doc] Update example in traceback doc (GH-96600)Irit Katriel2022-09-051-15/+11
* gh-84095: Fill documentation gap regarding user-defined objects. (GH-96574)Vinay Sajip2022-09-051-0/+19
* gh-93973: Add all_errors to asyncio.create_connection (#93974)Pamela Fox2022-09-051-1/+13