summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-91966 Document where key functions are applied in the bisect module (GH-92...Miss Islington (bot)2022-05-111-15/+52
* [3.10] gh-76773: Update docs mentioning no-longer-supported Windows versions ...Miss Islington (bot)2022-05-107-101/+58
* bpo-13553: Document tkinter.Tk args (GH-4786)Miss Islington (bot)2022-05-101-10/+66
* Doc: Update py2app link. (GH-91585)Miss Islington (bot)2022-05-091-1/+1
* bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)Miss Islington (bot)2022-05-092-74/+126
* bpo-39229: fix formatting in library/functions.rst (GH-17857)Miss Islington (bot)2022-05-081-2/+2
* pdb docs: workaround for double semicolon in strings (GH-17011)Miss Islington (bot)2022-05-081-1/+2
* gh-77521: Add link to builtin module names in modules tutorial (GH-92438)Miss Islington (bot)2022-05-081-1/+2
* gh-80856: doc: reveal doctest directives (GH-92318)Miss Islington (bot)2022-05-081-17/+37
* gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH...Miss Islington (bot)2022-05-081-10/+0
* [3.10] gh-92417: `asyncio` docs: `asyncio.run()` is available on all supporte...Miss Islington (bot)2022-05-081-1/+0
* [3.10] gh-92417: `json` docs: `dict` is ordered on all supported Python versi...Miss Islington (bot)2022-05-081-7/+0
* [3.10] gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420) ...Miss Islington (bot)2022-05-081-9/+0
* [3.10] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92...Miss Islington (bot)2022-05-081-11/+11
* [3.10] gh-77630: Change Charset to charset (GH-92439) (GH-92476)Miss Islington (bot)2022-05-081-7/+7
* [3.10] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (...Miss Islington (bot)2022-05-081-10/+0
* gh-92417: `typing` docs: `from __future__ import annotations` can be used in ...Miss Islington (bot)2022-05-081-1/+1
* [3.10] gh-92448: Update the documentation builder to render the GitHub issue ...Dong-hee Na2022-05-081-4/+5
* gh-92368: Fix missing possessive apostrophe (GH-92397)Miss Islington (bot)2022-05-061-1/+1
* gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92330)Miss Islington (bot)2022-05-061-1/+1
* Document the lifetime of `PyUnicode_AsUTF8String` (GH-92325)Miss Islington (bot)2022-05-061-1/+2
* gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (GH-92224)Miss Islington (bot)2022-05-051-16/+1
* [3.10] Improve the typing docs (GH-92264) (#92270)Jelle Zijlstra2022-05-031-21/+20
* gh-87304: Improve comments in language reference for imports (GH-92164)Miss Islington (bot)2022-05-031-3/+3
* bpo-46586: Fix more erroneous doc links to builtins (GH-31429)Miss Islington (bot)2022-05-023-3/+3
* bpo-6686: Replace String with Bytes in xml.sax.handler documentation (GH-30612)Miss Islington (bot)2022-05-021-1/+1
* importlib docs: Update importlib.abc hierarchy (GH-31113)Miss Islington (bot)2022-05-021-4/+3
* [3.10] bpo-43504: Remove effbot urls (GH-26308) (#92161)Thaddeus14992022-05-025-24/+3
* gh-91783: Document security considerations for shutil.unpack_archive (GH-91844)Miss Islington (bot)2022-05-021-1/+7
* [3.10] Fix typo in Programming FAQ (GH-92083) (GH-92148)Miss Islington (bot)2022-05-021-1/+1
* gh-92082: contextlib docs: Change aclosing from a class to a function for con...Miss Islington (bot)2022-05-021-1/+1
* gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sente...Miss Islington (bot)2022-05-021-2/+5
* asyncio.subprocess: Fix a typo in doc (GH-92030)Miss Islington (bot)2022-05-021-1/+1
* gh-85133: os docs: Add that getenv uses os.environ (GH-91874)Miss Islington (bot)2022-05-021-13/+21
* gh-84714: Add behavior if dst file exists (GH-91867)Miss Islington (bot)2022-05-021-1/+2
* gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)Miss Islington (bot)2022-05-021-10/+18
* typing docs: Add example for async functions (GH-20386)Miss Islington (bot)2022-05-011-0/+4
* gh-81488: Add recursive wording for issubclass docs (GH-92087)Miss Islington (bot)2022-05-011-1/+2
* gh-91611: Use example.com for documentation, not mydomain.com (GH-91613)Miss Islington (bot)2022-05-012-2/+2
* gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563)Miss Islington (bot)2022-04-301-0/+6
* gh-87801: Add run() to subprocess.CalledProcessError description (GH-91628)Miss Islington (bot)2022-04-301-1/+3
* gh-87192: Update wording for fcntl 'Changed in' (GH-91658)Miss Islington (bot)2022-04-301-1/+2
* gh-85864: io docs: Add missing position-only parameters (GH-91950)Miss Islington (bot)2022-04-301-17/+17
* sorting howto: Add clarification on < using __lt__ (GH-92010)Miss Islington (bot)2022-04-291-1/+4
* Add note that headers added via urllib.request.add_header are added to redire...Miss Islington (bot)2022-04-271-1/+2
* gh-84459: Make wording more specific for Path.replace (GH-91853)Miss Islington (bot)2022-04-272-2/+2
* gh-68966: Document mailcap deprecation in Python 3.11 (#91971)Victor Stinner2022-04-273-2/+7
* [3.10] gh-91888: add a :gh: role to the documentation (GH-91889) (#91934)Ezio Melotti2022-04-261-0/+24
* [3.10] Update Sphinx bpo role to use redirect URI. (#91890)Ezio Melotti2022-04-241-1/+1
* gh-85864: Mark positional-only args in io docs (GH-91683)Miss Islington (bot)2022-04-231-10/+10