summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)Nikita Sobolev2024-05-083-23/+0
* Format None, True, False and NotImplemented as literals (GH-118758)Serhiy Storchaka2024-05-0827-59/+59
* docs: module page titles should not start with a link to themselves (#117099)Ned Batchelder2024-05-08220-443/+440
* Docs: fix typos in documentation (#118752)Xie Yanbo2024-05-084-4/+4
* gh-118767: Make bool(NotImplemented) raise TypeError (#118775)Jelle Zijlstra2024-05-081-0/+3
* gh-118671: Updated dead ActiveState links (#118730)trag1c2024-05-087-7/+7
* gh-118650: Document `Enum._repr_*` reservation exclusion (GH-118698)chrysn2024-05-071-1/+7
* gh-118660: Add second type parameter to (Async)ContextManager (#118681)Jelle Zijlstra2024-05-071-2/+18
* gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311)Momo Eissenhauer2024-05-071-5/+7
* Fix several typos in documentation (GH-118625)Xie Yanbo2024-05-073-4/+4
* gh-117486: Improve behavior for user-defined AST subclasses (#118212)Jelle Zijlstra2024-05-061-1/+13
* gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)Jelle Zijlstra2024-05-061-4/+22
* GH-115577 Clarify netloc term usage in urllib.parse docs (GH-117632)Kerim Kabirov2024-05-061-0/+5
* Fix typo in Doc/library/asyncio-task.rst (GH-118627)Xie Yanbo2024-05-061-1/+1
* gh-118225: Support more options for copying images in Tkinter (GH-118228)Serhiy Storchaka2024-05-061-0/+9
* gh-66543: Add mimetypes.guess_file_type() (GH-117258)Serhiy Storchaka2024-05-062-5/+28
* gh-74929: locals() documentation update for PEP 667 (#118265)Alyssa Coghlan2024-05-061-9/+38
* GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)Tian Gao2024-05-052-2/+9
* gh-118476: Fix corner cases in islice() rough equivalent. (Gh-118559)Raymond Hettinger2024-05-051-18/+11
* gh-118131: Command-line interface for the `random` module (#118132)Hugo van Kemenade2024-05-052-0/+81
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-041-1/+4
* gh-115532 Add kde_random() to the statistic module (#118210)Raymond Hettinger2024-05-041-59/+25
* Minor improvements to the itertools recipes (#118563)Raymond Hettinger2024-05-031-24/+12
* docs: clarify csv.DictReader's treatment of the first data row (#118549)Ned Batchelder2024-05-031-2/+4
* gh-117514: Add `sys._is_gil_enabled()` function (#118514)Sam Gross2024-05-031-0/+8
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-032-17/+117
* gh-117492: Clarify documentation of `typing.Never` (#117678)Nice Zombies2024-05-031-24/+22
* gh-105879: Add support for keyword arguments to eval and exec (#105885)Raphael Gaschignard2024-05-021-5/+13
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-021-0/+7
* gh-117903: Clarify that the staticmethod descriptor is callable (GH-117925)Serhiy Storchaka2024-05-021-2/+3
* docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (#118411)Andrew Zipperer2024-05-022-4/+4
* GH-118174: specify the type for the path argument of shutil.whichFilipe Laíns2024-05-011-2/+3
* Expand the 'Extending' docs with an example. (#113187)Jason R. Coombs2024-05-011-0/+78
* gh-117618: Make package.module searchable for breakpoints and clean up docs (...Tian Gao2024-04-301-6/+13
* gh-85453: Consistent backquotes on None occurences across datetime.rst (#118282)edson duarte2024-04-301-1/+1
* gh-118392: Add note about random.random for multi thread app (gh-118396)Donghee Na2024-04-301-0/+6
* gh-118359: Improve docs for Bdb.user_call (#118368)Tian Gao2024-04-291-0/+3
* gh-118293: Suppress mouse cursor feedback when launching Windows processes wi...Henrik Tunedal2024-04-281-0/+16
* gh-101100: Fix Sphinx warnings in `library/faulthandler.rst` (#118353)Hugo van Kemenade2024-04-281-7/+9
* Fix note in Enum.__new__ docs (#118284)Philipp A2024-04-261-5/+5
* gh-108191: Add support of positional argument in SimpleNamespace constructor ...Serhiy Storchaka2024-04-241-4/+18
* gh-85453: Make numeric literals consistent across datetime.rst (#118245)edson duarte2024-04-241-3/+3
* gh-85453: Adapt datetime.rst to devguide recommendations for code snippets an...edson duarte2024-04-241-45/+45
* gh-116023: Add `show_empty=False` to `ast.dump` (#116037)Nikita Sobolev2024-04-241-148/+103
* Fix typo in py_compile.rst (GH-118102)Animesh Kumar2024-04-231-1/+1
* bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown (GH...tahia2024-04-221-1/+5
* gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `ty...Nice Zombies2024-04-221-1/+1
* gh-115986 Improve pprint documentation accuracy (#117403)Kerim Kabirov2024-04-221-3/+2
* Docs: replace Harry Potter reference with Monty Python (#118130)Clément Robert2024-04-211-3/+3
* gh-115961: Add name and mode attributes for compressed file-like objects (GH-...Serhiy Storchaka2024-04-215-6/+54