summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-102988: Detect email address parsing errors and return empty tuple ...Miss Islington (bot)2023-07-101-1/+25
* [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-061-0/+2
* [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] Small speed-up for the convolve() recipe. (GH-106371) (GH-106375)Miss Islington (bot)2023-07-031-2/+2
* [3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-...Miss Islington (bot)2023-07-011-9/+9
* [3.12] gh-101100: Docs: Fix references to several numeric dunders (GH-106278)...Miss Islington (bot)2023-06-303-19/+19
* [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-281-1/+1
* [3.12] Refer to `TimeoutError` instead of `asyncio.TimeoutError` in `asyncio-...Miss Islington (bot)2023-06-281-4/+4
* [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-261-43/+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] Docs: add links to 'callable' term in sqlite3 docs (GH-106072) (#106073)Miss Islington (bot)2023-06-251-17/+18
* [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] stdtypes.rst: remove a period (GH-105959) (#105968)Miss Islington (bot)2023-06-211-1/+1
* [3.12] typing docs: Improve the intro to each section (GH-105901) (#105902)Miss Islington (bot)2023-06-191-36/+40
* [3.12] bpo-44530: Document the change in MAKE_FUNCTION behavior (GH-93189) (#...Miss Islington (bot)2023-06-161-2/+5
* [3.12] tarfile: Fix positional-only syntax in docs (GH-105770) (#105773)Miss Islington (bot)2023-06-161-4/+4
* [3.12] More reorganisation of the typing docs (GH-105787) (#105810)Miss Islington (bot)2023-06-151-101/+117
* [3.12] Improve docs for `typing.dataclass_transform` (GH-105792) (#105809)Miss Islington (bot)2023-06-151-37/+69
* [3.12] Typing docs: move the deprecated stuff below the non-deprecated stuff ...Alex Waygood2023-06-141-496/+496
* [3.12] gh-99108: Mention HACL\* in the hashlib docs. (GH-105634) (#105635)Miss Islington (bot)2023-06-101-5/+6
* [3.12] Cleanup and clarify our hashlib docs. (GH-105624) (#105632)Miss Islington (bot)2023-06-101-47/+90
* [3.12] Clarify the supported cases in the tokenize module (GH-105569) (#105573)Miss Islington (bot)2023-06-091-0/+9
* [3.12] Miscellaneous improvements to the typing docs (GH-105529) (#105567)Miss Islington (bot)2023-06-091-74/+143
* [3.12] Further improve docs for `typing.Annotated` (GH-105498) (#105503)Miss Islington (bot)2023-06-081-55/+77
* [3.12] gh-90015: Document that PEP-604 unions do not support forward referenc...Miss Islington (bot)2023-06-071-0/+8
* [3.12] typing: Improve documentation of generic classes and aliases (GH-10536...Miss Islington (bot)2023-06-071-62/+86
* [3.12] gh-97797: Improve documentation for typing.Annotated (GH-105365) (#105...Miss Islington (bot)2023-06-071-19/+54
* [3.12] Improve docs for `typing.TypeAlias` (GH-105372) (#105446)Miss Islington (bot)2023-06-071-4/+26
* [3.12] gh-105390: Correctly raise TokenError instead of SyntaxError for token...Miss Islington (bot)2023-06-071-5/+0
* [3.12] Improve code examples in `typing.rst` (GH-105346) (#105422)Miss Islington (bot)2023-06-071-30/+75
* [3.12] typing docs: Make the PEPs list an expandable section, hidden by defau...Miss Islington (bot)2023-06-071-1/+11
* [3.12] GH-95088: Clarify rules for parsing an item key for format strings (GH...Miss Islington (bot)2023-06-071-1/+3
* [3.12] `typing.NewType` docs: the future performance improvements are now in ...Miss Islington (bot)2023-06-071-3/+7
* gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)Miss Islington (bot)2023-06-061-1/+1
* [3.12] sliding_window() recipe: Raise ValueError for non-positive window siz...Miss Islington (bot)2023-06-061-3/+27
* [3.12] gh-94172: Update keyfile removal documentation (GH-105392) (#105402)Miss Islington (bot)2023-06-065-51/+7
* [3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#...Victor Stinner2023-06-061-1/+1
* [3.12] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)2023-06-051-0/+14