summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...Adam Turner2022-10-0410-30/+30
* gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`...Adam Turner2022-10-041-1/+1
* gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupl...Adam Turner2022-10-041-1/+1
* gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyByte...Adam Turner2022-10-041-1/+1
* gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUn...Adam Turner2022-10-041-1/+1
* gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICOD...Adam Turner2022-10-041-1/+1
* gh-88355: Fix backslashes in AF_PIPE (#96543)cousteau2022-10-041-2/+2
* gh-95913: Move py.exe to appropriate What's New section & refine text (#97718)C.A.M. Gerlach2022-10-041-22/+26
* gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97...Ev2geny2022-10-042-14/+76
* 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-95913: Update what's new in 3.11 for asyncio (#97806)Guido van Rossum2022-10-041-16/+40
* GH-82604: fix docs about configuring selector (#97755)Kumar Aditya2022-10-041-3/+6
* gh-97754: Update doc for default location of per-user installs on Windows (GH...Ben Faulhaber2022-10-041-3/+6
* gh-97669: Remove outdated example scripts (#97675)Victor Stinner2022-10-041-0/+5
* gh-97709: Included newline separator in Mandelbrot set (#97737)matheusja2022-10-041-2/+2
* gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (#97771)Adam Turner2022-10-041-1/+1
* 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-96512: Move int_max_str_digits setting to PyConfig (#96944)Gregory P. Smith2022-10-031-0/+18
* gh-97681: Remove Tools/demo/ directory (#97682)Victor Stinner2022-10-033-8/+10
* Fix typo in unittest docs (#97742)annonm2022-10-031-1/+1
* gh-95913: Fix PEP number in PEP 678 What's New ref label (#97739)C.A.M. Gerlach2022-10-031-1/+1
* gh-95913: Copyedit/improve New Modules What's New section (#97721)C.A.M. Gerlach2022-10-031-3/+6
* gh-97740: Fix bang in Sphinx C domain ref target syntax (#97741)C.A.M. Gerlach2022-10-031-0/+15
* GH-85447: Clarify docs about awaiting future multiple times (#97738)Kumar Aditya2022-10-021-1/+2
* [docs] Update logging cookbook with recipe for using a logger like an outputâ...Vinay Sajip2022-10-021-0/+76
* gh-97607: Fix content parsing in the impl-detail reST directive (#97652)C.A.M. Gerlach2022-10-021-16/+7
* gh-95975: Move except/*/finally ref labels to more precise locations (#95976)C.A.M. Gerlach2022-10-021-45/+76
* 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-016-9/+9
* 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
* Use SyntaxError invalid range in tutorial introduction example (GH-93031)Eddie Hebert2022-09-301-2/+2
* gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...Ofey Chan2022-09-303-1/+22
* gh-96397: Document that attributes need not be identifiers (#96454)Jeff Allen2022-09-292-2/+17
* closes gh-97650: correct sphinx executable (gh-97651)NoSuck2022-09-291-1/+1
* 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-65046: Add note about logging from async code. (GH-97602)Vinay Sajip2022-09-281-0/+8
* Fix docs on conditional expression grouping (GH-96447)Andrew Kay2022-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-96670: Raise SyntaxError when parsing NULL bytes (#97594)Pablo Galindo Salgado2022-09-271-0/+6
* gh-96959: Update more HTTP links (GH-97536)Serhiy Storchaka2022-09-2722-101/+101
* GH-65046: Fix docs about logging in `asyncio` (#97559)Kumar Aditya2022-09-261-0/+4
* gh-82530: Create blank function instead of invalid import for email example (...Stanley2022-09-261-5/+9
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Serhiy Storchaka2022-09-2414-18/+18