summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.8v3.12.8Thomas Wouters2024-12-031-1/+1
* [3.12] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-125...Miss Islington (bot)2024-12-031-0/+29
* [3.12] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127512)Miss Islington (bot)2024-12-021-2/+2
* [3.12] gh-99880: document rounding mode for new-style formatting (GH-121481) ...Miss Islington (bot)2024-12-021-0/+5
* [3.12] Link to correct class methods in asyncio primitives docs (GH-127270) (...Bénédikt Tran2024-11-301-3/+4
* [3.12] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127391)Miss Islington (bot)2024-11-291-0/+7
* [3.12] Fix a few typos found in the docs (GH-127126) (GH-127185)Rafael Fontenelle2024-11-253-4/+4
* [3.12] Improve `pathname2url()` and `url2pathname()` docs (GH-127125) (#127233)Miss Islington (bot)2024-11-241-7/+19
* [3.12] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)...Serhiy Storchaka2024-11-221-6/+0
* [3.12] GH-122679: Add `register()` to argparse docs (GH-126939) (GH-127148)Miss Islington (bot)2024-11-221-3/+33
* [3.12] gh-127082: Replace "Windows only" with the `availability: Windows` in ...Jun Komoda2024-11-221-14/+45
* [3.12] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127098)Serhiy Storchaka2024-11-211-4/+6
* [3.12] Added a warning to the urljoin docs, indicating that it is not safe to...Miss Islington (bot)2024-11-151-0/+9
* [3.12] gh-123832: Adjust `socket.getaddrinfo` docs for better POSIX complianc...Miss Islington (bot)2024-11-151-3/+32
* [3.12] gh-126731: Update outdated project information in `pprint.pp` doc (GH-...Miss Islington (bot)2024-11-141-1/+1
* [3.12] Docs: re-create pages for removed modules to document their removal, b...Ned Batchelder2024-11-147-0/+108
* Update documentation links to Microsoft's documentation pages (GH-126379)Miss Islington (bot)2024-11-112-2/+2
* [3.12] gh-126543: Docs: change "bound type var" to "bounded" when used in the...Miss Islington (bot)2024-11-111-11/+11
* gh-125298: Remove misleading text in os.kill documentation (GH-125749)Miss Islington (bot)2024-11-081-2/+1
* [3.12] Docs: turn getopt examples into doctests (GH-126377) (#126386)Miss Islington (bot)2024-11-041-2/+10
* [3.12] gh-126165: Improve docs of function `math.isclose` (GH-126215) (#126381)Miss Islington (bot)2024-11-042-16/+20
* [3.12] gh-125761: Clarify repeated warning suppression criteria in warnings m...Miss Islington (bot)2024-11-021-0/+13
* [3.12] docs: add a more precise example in enum doc (GH-121015) (#126307)Miss Islington (bot)2024-11-011-1/+1
* [3.12] gh-122767: document "new style" formatting for complexes (GH-122848) (...Miss Islington (bot)2024-11-011-5/+15
* [3.12] gh-126259: Fix "unclosed database" warning in sqlite3 doctest (GH-1262...Miss Islington (bot)2024-11-011-0/+1
* [3.12] gh-125818: Fix incorrect signature of argument `skip_file_prefixes` in...Miss Islington (bot)2024-10-311-1/+1
* [3.12] gh-116633: Add a note about buggy behavior of csv.QUOTE_NOTNULL and cs...Prometheus33752024-10-311-0/+6
* [3.12] gh-60712: Include the "object" type in the lists of documented types (...Miss Islington (bot)2024-10-301-3/+4
* [3.12] gh-126055: Add omitted command (in docs [os.walk]) for code to fulfil...Miss Islington (bot)2024-10-301-0/+1
* [3.12] Fix incorrect indentation in importlib.metadata.rst (GH-126189) (GH-12...Miss Islington (bot)2024-10-301-3/+3
* [3.12] gh-126071: Improve formatting of the argparse documentation (GH-126073...Serhiy Storchaka2024-10-301-62/+69
* [3.12] gh-118633: Add warning regarding the unsafe usage of eval and exec (GH...Brian Schubert2024-10-301-0/+10
* [3.12] Doc: Note that pydoc uses and prefers ``MANPAGER`` (GH-125362) (#126153)Miss Islington (bot)2024-10-291-2/+3
* [3.12] gh-116938: Fix `dict.update` docstring and remove erraneous full stop ...Miss Islington (bot)2024-10-291-1/+1
* [3.12] gh-89762: Document strftime %G, %V, and %u format specifiers (GH-12457...Miss Islington (bot)2024-10-281-0/+13
* [3.12] gh-120313: amend documentation regarding `ctypes._CFuncPtr` (GH-120989...Miss Islington (bot)2024-10-281-19/+29
* [3.12] gh-84545: Clarify the 'extend' action documentation in argparse (GH-12...Miss Islington (bot)2024-10-261-11/+15
* [3.12] gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a stri...Miss Islington (bot)2024-10-211-3/+4
* [3.12] gh-99030: Added documentation links for types and exceptions (GH-12385...Miss Islington (bot)2024-10-211-4/+8
* [3.12] gh-89819: Add argument_default and conflict_handler to add_argument_gr...Miss Islington (bot)2024-10-151-1/+7
* [3.12] gh-85453: Improve variable mark up for datetime.rst (GH-120702) (#125491)Miss Islington (bot)2024-10-141-17/+17
* [3.12] gh-123133: clarify p=0 case for "f" and "e" formatting types (GH-12542...Miss Islington (bot)2024-10-141-6/+4
* [3.12] gh-125289: Update sample code in asyncio-task.rst (GH-125292) (GH-125375)Miss Islington (bot)2024-10-121-1/+1
* [3.12] gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302)...Miss Islington (bot)2024-10-121-0/+5
* [3.12] gh-116938: Clarify documentation of `dict` and `dict.update` regarding...Miss Islington (bot)2024-10-111-12/+13
* [3.12] Add some doctest cleanups for `configparser` (GH-125288) (#125291)Miss Islington (bot)2024-10-111-0/+1
* [3.12] gh-125058: update `_thread` docs regarding interruptibility of `lock.a...Miss Islington (bot)2024-10-111-3/+5
* [3.12] gh-125296: Fix strange fragment identifier for `name or flags` in argp...Miss Islington (bot)2024-10-111-1/+1
* [3.12] [3.13] gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974...Miss Islington (bot)2024-10-111-3/+3
* [3.12] Note argparse exit code in documentation (GH-119568) (GH-125275)Miss Islington (bot)2024-10-101-1/+2