summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (GH-1...Miss Islington (bot)2022-12-101-1/+1
* gh-96250: Improve sqlite3 injection attack example (GH-99270)Miss Islington (bot)2022-12-081-6/+10
* [3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...Łukasz Langa2022-12-063-9/+20
* [3.10] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100044)Miss Islington (bot)2022-12-061-1/+3
* gh-100001: Omit control characters in http.server stderr logs. (GH-100002)Miss Islington (bot)2022-12-051-0/+7
* [3.10] dataclasses.rst: Prevent horizontal scrolling (gh-100025). (gh-100029)Eric V. Smith2022-12-051-1/+2
* gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice ...Miss Islington (bot)2022-12-041-7/+10
* [3.10] GH-98906 ```re``` module: ```search() vs. match()``` section should me...Miss Islington (bot)2022-11-301-6/+12
* Docs: improve accuracy of socketserver reference (GH-24767)Miss Islington (bot)2022-11-291-7/+3
* gh-90717: Update the documentation for the altchars paremeter in base64 libra...Steve Dower2022-11-291-8/+11
* Docs: both sqlite3 "point examples" now adapt to str (GH-99823)Miss Islington (bot)2022-11-271-1/+1
* doc: Remove backslashes in doctest grammar docs (GH-29346)Miss Islington (bot)2022-11-271-3/+3
* [3.10] gh-99795: Fix typo in importlib.resources.abc (GH-99796) (GH-99800)Jason R. Coombs2022-11-261-1/+1
* [3.10] gh-99502: mention bytes-like objects as input in `secrets.compare_dige...Miss Islington (bot)2022-11-261-1/+3
* gh-96168: Add sqlite3 row factory how-to (GH-99507)Miss Islington (bot)2022-11-251-41/+119
* GH-92892: Add section about variadic functions to ctypes documentation (GH-99...Miss Islington (bot)2022-11-221-0/+20
* [3.10] gh-99146 struct module documentation should have more predictable exam...Miss Islington (bot)2022-11-221-76/+206
* [3.10] GH-95815: Document less specific error for os.remove (GH-99571) (#99639)Miss Islington (bot)2022-11-211-1/+1
* [3.10] gh-85073: Add some missing links to source (GH-99363) (#99589)Stanley2022-11-198-0/+22
* [3.10] gh-92119: ctypes: Print exception class name instead of its representa...Kamil Turek2022-11-131-3/+3
* gh-99392: Fix sqlite3 converter recipes (GH-99393)Miss Islington (bot)2022-11-121-3/+22
* gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)Miss Islington (bot)2022-11-111-0/+9
* GH-99183: Document behavior of count() for empty substrings (GH-99339)Miss Islington (bot)2022-11-101-0/+6
* gh-99238: clarify the type of the env dict. (GH-99253)Miss Islington (bot)2022-11-081-3/+7
* Fix broken link in `asyncio-subprocesses` doc (GH-99214)Miss Islington (bot)2022-11-081-1/+1
* gh-94286 Fix documentation of print default param (GH-94297)Miss Islington (bot)2022-11-061-1/+1
* minor edits to locale doc (GH-98537)Miss Islington (bot)2022-11-041-13/+16
* Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...Miss Islington (bot)2022-11-031-3/+4
* [3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (...Serhiy Storchaka2022-11-031-0/+3
* gh-65002: Make note that null bytes are used to pad bytes (GH-98635)Miss Islington (bot)2022-11-031-1/+4
* [3.10] gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958) (#...Jelle Zijlstra2022-11-021-2/+2
* gh-92679: Clarify asyncio.loop.start_tls parameters (GH-92682)Miss Islington (bot)2022-11-021-3/+8
* gh-98576: Fix types in dataclass.InitVar example (gh-98577)Miss Islington (bot)2022-10-311-2/+2
* Fix typo in contextvars docs (GH-98823)Miss Islington (bot)2022-10-281-1/+1
* [3.10] `argparse` docs: normalize constant references (#98765) (#98808)Alex Waygood2022-10-281-4/+5
* [3.10] gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720...Erlend E. Aasland2022-10-261-2/+2
* gh-98348: Mention ReferenceError in weakref.proxy documentation (GH-98355)Miss Islington (bot)2022-10-261-0/+3
* gh-77753: Add example for values that compare equal in stdtypes (GH-98497)Miss Islington (bot)2022-10-261-5/+3
* gh-84747: Add `async for` comment for StreamReader (GH-98633)Miss Islington (bot)2022-10-261-1/+2
* gh-98623: Fix base classes in `typing.rst` (GH-98626)Miss Islington (bot)2022-10-251-2/+2
* gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscri...Miss Islington (bot)2022-10-241-72/+78
* GH-91635: clarify docs about closing of transport in asyncio (GH-98563)Miss Islington (bot)2022-10-241-1/+2
* gh-98500: Fix typing docs for `*View` classes (GH-98511)Miss Islington (bot)2022-10-241-4/+4
* gh-98561: Fix a typo in typing (GH-98562)Miss Islington (bot)2022-10-231-1/+1
* gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv...Miss Islington (bot)2022-10-211-1/+2
* [3.10] [doc] Refresh the venv introduction documentation, and correct… (GH-...Vinay Sajip2022-10-191-59/+134
* [3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373)C.A.M. Gerlach2022-10-1728-42/+42
* gh-85299: Add note warning about entry point guard for asyncio example (GH-93...Miss Islington (bot)2022-10-162-1/+9
* [3.10] docs(typing): harmonize "See PEP x for more details" (GH-97927). (#98293)Jelle Zijlstra2022-10-161-6/+5
* gh-65046: Link to logging cookbook from asyncio docs (GH-98207)Miss Islington (bot)2022-10-121-1/+2