summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* [3.10] Minor edits to the Descriptor HowTo Guide (GH-24901) (GH-98114)Miss Islington (bot)2022-10-091-6/+8
* gh-97913 Docs: Add walrus operator to the index (GH-97921)Miss Islington (bot)2022-10-081-0/+6
* gh-97822: Fix http.server documentation reference to test() function (GH-98027)Miss Islington (bot)2022-10-081-2/+2
* gh-57179: Add note on symlinks for os.walk (GH-94799)Miss Islington (bot)2022-10-081-1/+2
* gh-61105: Add default param, note on using cookiejar subclass (GH-95427)Miss Islington (bot)2022-10-081-3/+5
* [3.10] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699)...Miss Islington (bot)2022-10-071-1/+2
* Add a warning message about PyOS_snprintf (GH-95993)Miss Islington (bot)2022-10-071-1/+2
* gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)Miss Islington (bot)2022-10-071-1/+1
* [3.10] gh-96959: Update HTTP links which are redirected to HTTPS (GH-98039) (...Miss Islington (bot)2022-10-072-2/+2
* gh-64921: Clarify wording for open()'s newline arg (GH-96171)Miss Islington (bot)2022-10-071-2/+2
* [3.10] gh-71316: Update dis documentation to include changes to jump argument...Christopher Chianelli2022-10-071-0/+4
* [3.10] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98008)Miss Islington (bot)2022-10-071-10/+10
* gh-97850: Remove the open issues section from the import reference (GH-97935)Miss Islington (bot)2022-10-061-19/+0
* gh-86482: Document assignment expression need for ()s (GH-23291)Miss Islington (bot)2022-10-061-0/+7
* [3.10] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97977)Łukasz Langa2022-10-066-38/+13
* [3.10] gh-95691: Doc BufferedWriter and BufferedReader (GH-95703) (#97948)Miss Islington (bot)2022-10-061-1/+1
* GH-88968: Add notes about socket ownership transfers (GH-97936)Miss Islington (bot)2022-10-052-0/+48
* [3.10] gh-97654: Add auto exception chaining example to tutorial (GH-97703) (...Miss Islington (bot)2022-10-051-5/+23
* [3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>...Łukasz Langa2022-10-0531-234/+234
* [3.10] gh-93738: Documentation C syntax (Function glob patterns -> literal ma...Miss Islington (bot)2022-10-057-20/+20
* [3.10] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`...Miss Islington (bot)2022-10-052-2/+2
* [3.10] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97893)Łukasz Langa2022-10-055-14/+14
* [3.10] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (...Łukasz Langa2022-10-053-5/+5
* [3.10] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObj...Miss Islington (bot)2022-10-0510-30/+30
* gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs (GH-97662)Miss Islington (bot)2022-10-051-1/+3
* Add re.VERBOSE flag documentation example (GH-97678)Miss Islington (bot)2022-10-051-1/+2
* [3.10] gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c...Miss Islington (bot)2022-10-051-1/+1
* [3.10] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view...Miss Islington (bot)2022-10-051-5/+5
* [3.10] gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (G...Miss Islington (bot)2022-10-051-2/+2
* [3.10] gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (G...Miss Islington (bot)2022-10-053-8/+8
* [3.10] gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:...Miss Islington (bot)2022-10-041-1/+1
* [3.10] gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:...Miss Islington (bot)2022-10-041-1/+1
* [3.10] gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:exp...Miss Islington (bot)2022-10-041-1/+1
* [3.10] gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py...Miss Islington (bot)2022-10-041-1/+1
* [3.10] gh-88355: Fix backslashes in AF_PIPE (GH-96543) (#97855)Miss Islington (bot)2022-10-041-2/+2
* [3.10] gh-96448: fix documentation for _thread.lock.acquire (GH-96449) (#97852)Miss Islington (bot)2022-10-041-5/+5
* [3.10] gh-97709: Included newline separator in Mandelbrot set (GH-97737) (#97...Miss Islington (bot)2022-10-042-3/+3
* GH-82604: fix docs about configuring selector (GH-97755)Miss Islington (bot)2022-10-041-3/+6
* gh-97754: Update doc for default location of per-user installs on Windows (GH...Miss Islington (bot)2022-10-041-3/+6
* gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (GH-97771)Miss Islington (bot)2022-10-041-1/+1
* Update http.client.rst (GH-24803)Miss Islington (bot)2022-10-031-9/+8
* Minor grammar changes to http.client docs (GH-96221)Miss Islington (bot)2022-10-031-2/+2
* Document that MozillaCookieJar works for curl's cookie files (GH-91852)Miss Islington (bot)2022-10-031-2/+2
* multiprocessing docs: Remove extra option ELLIPSIS from section with code (GH...Miss Islington (bot)2022-10-031-1/+0
* Fix typo in unittest docs (GH-97742)Miss Islington (bot)2022-10-031-1/+1
* [3.10] gh-96845: Fix docs around importlib.abc.Traversable (GH-97515)Jason R. Coombs2022-10-031-2/+6
* gh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741)Miss Islington (bot)2022-10-031-0/+15
* GH-85447: Clarify docs about awaiting future multiple times (GH-97738)Miss Islington (bot)2022-10-021-1/+2
* gh-97607: Fix content parsing in the impl-detail reST directive (GH-97652)Miss Islington (bot)2022-10-021-16/+7
* gh-95588: Drop the safety claim from `ast.literal_eval` docs. (GH-95919)Miss Islington (bot)2022-10-021-8/+16