summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-118100: Improve links in `ast.rst` (#118101)Nikita Sobolev2024-04-191-2/+3
* gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#1...Alex Waygood2024-04-191-1/+3
* gh-116931: Add fileobj parameter check for Tarfile.addfile (GH-117988)lyc85032024-04-191-3/+7
* gh-115775: Add whatsnew entry about __static_attributes__ (GH-117909)Irit Katriel2024-04-191-0/+7
* gh-64588: Clarify the difference between mu and xbar in statistics docs (#117...Mariusz Felisiak2024-04-191-7/+7
* gh-87969: Align docs and docstrings with implementation for ctypes' [w]string...Shreyan Avigyan2024-04-181-8/+8
* gh-114539: Clarify implicit launching of shells by subprocess (GH-117996)Steve Dower2024-04-171-2/+10
* gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.li...Nice Zombies2024-04-171-3/+3
* gh-117945: Fix `os.path.ismount()` documentation (#117947)Nice Zombies2024-04-161-2/+2
* gh-102402: Fix floating point math issue by using `time.time_ns()` in `loggin...Douglas Thor2024-04-161-1/+1
* gh-77102: site: try utf-8 and fallback to locale encoding when reading .pth f...Inada Naoki2024-04-161-0/+4
* Docs: add link roles with Sphinx extlinks (#117850)Hugo van Kemenade2024-04-1514-29/+20
* gh-115532: Minor tweaks to kde() (gh-117897)Raymond Hettinger2024-04-151-1/+2
* Doc: mark up classes, attributes, parameters, and methods in dataclasses.rst ...Erlend E. Aasland2024-04-141-85/+85
* dataclasses docs: add some link anchors (#117601)Jelle Zijlstra2024-04-141-0/+8
* Simpler example of shallow dict export of a dataclass (#117812)Gouvernathor2024-04-141-1/+1
* Tweak wording for dataclasses.replace (gh-117758)Gouvernathor2024-04-141-2/+2
* GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()` (#117831)Barney Gale2024-04-131-4/+5
* gh-68583: webbrowser: replace `getopt` with `argparse`, add long options (#11...Hugo van Kemenade2024-04-131-3/+6
* gh-102247: http: support rfc9110 status codes (GH-117611)Michiel W. Beijen2024-04-131-60/+64
* gh-117840: Fix indent to fix shlex syntax highlighting (#117843)Hugo van Kemenade2024-04-131-15/+15
* gh-114466: explicitly define heap invariant (#117778)Shantanu2024-04-131-2/+3
* Fix version directive indents (#117719)Hugo van Kemenade2024-04-124-8/+8
* gh-104269: Document `glob.glob` duplicates when using multiple `**` patterns ...Tomas R2024-04-111-0/+8