summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723)Bruce Merry2024-04-111-2/+2
* gh-101549: fix documentation of xml.etree.ElementInclude (#101550)Mikhail B2024-04-111-20/+15
* Fix markup of `win32_ver` in `platform.rst` (#116492)Nikita Sobolev2024-04-111-2/+2
* GH-117546: Fix symlink resolution in `os.path.realpath('loop/../link')` (#117...Barney Gale2024-04-101-3/+2
* gh-117531: Unblock getters after non-immediate queue shutdown (#117532)Laurie O2024-04-101-2/+4
* gh-117360: Clearer wording in os.path.lexists() docs (#117679)Nice Zombies2024-04-091-1/+1
* gh-116720: Fix corner cases of taskgroups (#117407)Guido van Rossum2024-04-091-0/+30
* gh-117516: Implement typing.TypeIs (#117517)Jelle Zijlstra2024-04-091-27/+91
* gh-81322: support multiple separators in StreamReader.readuntil (#16429)Bruce Merry2024-04-081-0/+11
* gh-96471: Correct documentation for asyncio queue shutdown (#117621)Laurie O2024-04-081-3/+4
* gh-111726: Explicitly close database connections in sqlite3 doctests (#111730)Nikita Sobolev2024-04-081-0/+27
* gh-111726: Remove some doctests from sqlite3 docs (#117623)Erlend E. Aasland2024-04-081-36/+7
* gh-111726: Cleanup test files after running sqlite3 doctest (#117604)Hugo van Kemenade2024-04-081-0/+8
* Fix reference in code.rst (#117615)Anita Hammer2024-04-071-1/+1
* gh-96471: Add asyncio queue shutdown (#104228)Laurie O2024-04-061-0/+31
* GH-77609: Add recurse_symlinks argument to `pathlib.Path.glob()` (#117311)Barney Gale2024-04-051-13/+8
* gh-116608: importlib.resources: Un-deprecate functional API & add subdirector...Petr Viktorin2024-04-051-0/+178
* gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)Sam Gross2024-04-041-0/+6
* [doc] Update logging documentation to improve grammar and elucidate an exampl...Vinay Sajip2024-04-041-7/+8
* gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242)Zackery Spytz2024-04-031-5/+10
* GH-70647: Deprecate strptime day of month parsing without a year present to a...Gregory P. Smith2024-04-031-0/+37
* gh-117074: Update Traversable.joinpath docs to the 3.11+ protocol (GH-117113)Petr Viktorin2024-04-021-2/+24
* Docs: specify XML document name in xml.etree.elementtree example (#24223)Moshe Kaplan2024-04-011-1/+1
* Docs: add more links to PIPE in subprocess docs (#25416)Matthew Davis2024-04-011-5/+8
* gh-77714: Provide an async iterator version of as_completed (GH-22491)Justin Turner Arthur2024-04-011-13/+48
* Doc: printf-style library/stdtype improvements (#16741)Adorilson Bezerra2024-03-311-1/+7
* Link to the Python type system specification (#117400)Shantanu2024-03-311-73/+15
* GH-114575: Rename `PurePath.pathmod` to `PurePath.parser` (#116513)Barney Gale2024-03-311-2/+2
* gh-66449: configparser: Add support for unnamed sections (#117273)Pedro Lacerda2024-03-291-0/+31