summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not...Alex Waygood2023-07-151-26/+45
* [3.12] gh-106446: Fix failed doctest in stdtypes (GH-106447) (#106741)Miss Islington (bot)2023-07-141-17/+20
* [3.12] gh-105626: Change the default return value of `HTTPConnection.get_prox...Miss Islington (bot)2023-07-141-1/+1
* [3.12] gh-96747: Mention the PyPI `passlib` package in the `crypt` deprecatio...Yonatan Bitton2023-07-121-0/+1
* [3.12] Add Plausible for docs metrics (GH-106644) (#106661)Miss Islington (bot)2023-07-121-0/+1
* [3.12] gh-96165: Clarify passing ":memory:" in sqlite3.connect() (GH-106451) ...Miss Islington (bot)2023-07-111-2/+3
* [3.12] gh-96165: Clarify omitting the FROM clause in SQLite queries (GH-10651...Miss Islington (bot)2023-07-111-0/+7
* [3.12] gh-106625 : Add missing code to tutorial 4.6 example (GH-106623) (#106...Miss Islington (bot)2023-07-111-2/+3
* [3.12] gh-103968: What's New: Add porting hints for PyType_From with metaclas...Miss Islington (bot)2023-07-111-1/+25
* [3.12] gh-102988: Detect email address parsing errors and return empty tuple ...Miss Islington (bot)2023-07-102-1/+33
* [3.12] gh-105227: Add PyType_GetDict() (GH-105747) (#106600)Miss Islington (bot)2023-07-102-1/+30
* [3.12] Clarify how topics.py gets created. (GH-106121) (#106579)Miss Islington (bot)2023-07-101-0/+1
* [3.12] gh-106461: typing: Consolidate docs on `Callable` (GH-106462) (#106574)Miss Islington (bot)2023-07-091-55/+75
* [3.12] gh-101880: add link to object.__hash__() in hash() builtin documentati...Miss Islington (bot)2023-07-081-1/+1
* [3.12] Clarify state of CancelledError in doc (GH-106453) (#106454)Miss Islington (bot)2023-07-061-1/+1
* [3.12] Doc: Add missing ref labels to exception groups/notes sections (GH-106...Miss Islington (bot)2023-07-062-0/+4
* [3.12] gh-105256: What's New note for comprehension over locals() (GH-106378)...Miss Islington (bot)2023-07-061-0/+6
* [3.12] shlex docs: remove outdated note (GH-106463) (#106466)Miss Islington (bot)2023-07-051-6/+0
* [3.12] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105759)Miss Islington (bot)2023-07-051-3/+3
* [3.12] tp_flags docs: fix indentation (GH-106420) (#106442)Miss Islington (bot)2023-07-051-9/+9
* [3.12] Small speed-up for the convolve() recipe. (GH-106371) (GH-106375)Miss Islington (bot)2023-07-031-2/+2
* [3.12] Replace the esoteric term 'datum' when describing dict comprehensions ...Miss Islington (bot)2023-07-032-12/+12
* [3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-...Miss Islington (bot)2023-07-012-10/+10
* [3.12] gh-101100: Docs: Fix references to several numeric dunders (GH-106278)...Miss Islington (bot)2023-06-306-45/+45
* [3.12] gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (GH-106272) (#106274)Miss Islington (bot)2023-06-301-0/+1
* [3.12] gh-101100: Fix reference to `parse_args` in `optparse.rst` (GH-105265)...Miss Islington (bot)2023-06-281-24/+27
* [3.12] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start...Miss Islington (bot)2023-06-281-0/+3
* [3.12] gh-101100: Fix reference to asynchronous methods (GH-106172) (#106191)Miss Islington (bot)2023-06-282-10/+10
* [3.12] Refer to `TimeoutError` instead of `asyncio.TimeoutError` in `asyncio-...Miss Islington (bot)2023-06-281-4/+4
* [3.12] gh-106140: Reorder some more fields to facilitate out-of-process inspe...Pablo Galindo Salgado2023-06-271-95/+95
* [3.12] gh-106140: Reorder some fields to facilitate out-of-process inspection...Miss Islington (bot)2023-06-271-26470/+26470
* [3.12] gh-92788: Add docs for `ast.Module`, `ast.Expression`, and others (GH-...Miss Islington (bot)2023-06-271-0/+101
* [3.12] GH-105774: Clarify operation of normalize() (GH-106093) (GH-106128)Miss Islington (bot)2023-06-271-6/+37
* [3.12] Revert "GH-96145: Add AttrDict to JSON module for use with object_hook...Miss Islington (bot)2023-06-262-51/+0
* [3.12] gh-106107: document correct error that's raised when a mutable default...Miss Islington (bot)2023-06-261-1/+1
* [3.12] gh-106111: Remove zipapp documentation on creating a Windows executabl...Miss Islington (bot)2023-06-261-106/+9
* [3.12] Improve typing docs on the type of class objects (GH-106081) (#106096)Miss Islington (bot)2023-06-261-49/+59
* [3.12] gh-84436: update docs on Py_None/Py_True/Py_False/Py_Ellipsis becoming...Miss Islington (bot)2023-06-263-19/+25
* [3.12] gh-104212: Explain how to port imp.load_source() (GH-105978) (#106083)Miss Islington (bot)2023-06-251-1/+15
* [3.12] Docs: add links to 'callable' term in sqlite3 docs (GH-106072) (#106073)Miss Islington (bot)2023-06-251-17/+18
* [3.12] gh-106033: [docs] Improve C API GetItem & HasAttr notes. (GH-106047) (...Miss Islington (bot)2023-06-242-14/+23
* [3.12] GH-104375: Use `versionchanged` to describe new arguments in pathlib d...Barney Gale2023-06-241-10/+12
* [3.12] Typing docs: fix typo in annotating tuples comment (GH-106048) (#106049)Miss Islington (bot)2023-06-231-2/+2
* [3.12] Typing docs: improve the guidance on annotating tuples (GH-106021) (#1...Miss Islington (bot)2023-06-231-21/+72
* [3.12] Docs: Avoid a DeprecationWarning in `pyspecific.py` when running with ...Miss Islington (bot)2023-06-231-11/+9
* [3.12] stdtypes.rst: remove a period (GH-105959) (#105968)Miss Islington (bot)2023-06-211-1/+1
* [3.12] gh-104212: Explain how to port imp code to importlib (GH-105905) (#105...Miss Islington (bot)2023-06-201-1/+32
* [3.12] typing docs: Improve the intro to each section (GH-105901) (#105902)Miss Islington (bot)2023-06-191-36/+40
* [3.12] gh-105844: Use devguide terminology to denote versions (GH-105882) (#1...Miss Islington (bot)2023-06-181-3/+3
* [3.12] Docs: move sphinx-lint to pre-commit (GH-105750) (#105894)Miss Islington (bot)2023-06-183-10/+3