| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-115775: Add whatsnew entry about __static_attributes__ (GH-117909) | Irit Katriel | 2024-04-19 | 1 | -0/+7 |
|
|
* | gh-64588: Clarify the difference between mu and xbar in statistics docs (#117... | Mariusz Felisiak | 2024-04-19 | 1 | -7/+7 |
|
|
* | gh-87969: Align docs and docstrings with implementation for ctypes' [w]string... | Shreyan Avigyan | 2024-04-18 | 1 | -8/+8 |
|
|
* | gh-114539: Clarify implicit launching of shells by subprocess (GH-117996) | Steve Dower | 2024-04-17 | 1 | -2/+10 |
|
|
* | gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.li... | Nice Zombies | 2024-04-17 | 1 | -3/+3 |
|
|
* | gh-117945: Fix `os.path.ismount()` documentation (#117947) | Nice Zombies | 2024-04-16 | 1 | -2/+2 |
|
|
* | gh-102402: Fix floating point math issue by using `time.time_ns()` in `loggin... | Douglas Thor | 2024-04-16 | 1 | -1/+1 |
|
|
* | gh-77102: site: try utf-8 and fallback to locale encoding when reading .pth f... | Inada Naoki | 2024-04-16 | 1 | -0/+4 |
|
|
* | Docs: add link roles with Sphinx extlinks (#117850) | Hugo van Kemenade | 2024-04-15 | 14 | -29/+20 |
|
|
* | gh-115532: Minor tweaks to kde() (gh-117897) | Raymond Hettinger | 2024-04-15 | 1 | -1/+2 |
|
|
* | Doc: mark up classes, attributes, parameters, and methods in dataclasses.rst ... | Erlend E. Aasland | 2024-04-14 | 1 | -85/+85 |
|
|
* | dataclasses docs: add some link anchors (#117601) | Jelle Zijlstra | 2024-04-14 | 1 | -0/+8 |
|
|
* | Simpler example of shallow dict export of a dataclass (#117812) | Gouvernathor | 2024-04-14 | 1 | -1/+1 |
|
|
* | Tweak wording for dataclasses.replace (gh-117758) | Gouvernathor | 2024-04-14 | 1 | -2/+2 |
|
|
* | GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()` (#117831) | Barney Gale | 2024-04-13 | 1 | -4/+5 |
|
|
* | gh-68583: webbrowser: replace `getopt` with `argparse`, add long options (#11... | Hugo van Kemenade | 2024-04-13 | 1 | -3/+6 |
|
|
* | gh-102247: http: support rfc9110 status codes (GH-117611) | Michiel W. Beijen | 2024-04-13 | 1 | -60/+64 |
|
|
* | gh-117840: Fix indent to fix shlex syntax highlighting (#117843) | Hugo van Kemenade | 2024-04-13 | 1 | -15/+15 |
|
|
* | gh-114466: explicitly define heap invariant (#117778) | Shantanu | 2024-04-13 | 1 | -2/+3 |
|
|
* | Fix version directive indents (#117719) | Hugo van Kemenade | 2024-04-12 | 4 | -8/+8 |
|
|
* | gh-104269: Document `glob.glob` duplicates when using multiple `**` patterns ... | Tomas R | 2024-04-11 | 1 | -0/+8 |
|
|
* | gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723) | Bruce Merry | 2024-04-11 | 1 | -2/+2 |
|
|
* | gh-101549: fix documentation of xml.etree.ElementInclude (#101550) | Mikhail B | 2024-04-11 | 1 | -20/+15 |
|
|
* | Fix markup of `win32_ver` in `platform.rst` (#116492) | Nikita Sobolev | 2024-04-11 | 1 | -2/+2 |
|
|
* | GH-117546: Fix symlink resolution in `os.path.realpath('loop/../link')` (#117... | Barney Gale | 2024-04-10 | 1 | -3/+2 |
|
|
* | gh-117531: Unblock getters after non-immediate queue shutdown (#117532) | Laurie O | 2024-04-10 | 1 | -2/+4 |
|
|
* | gh-117360: Clearer wording in os.path.lexists() docs (#117679) | Nice Zombies | 2024-04-09 | 1 | -1/+1 |
|
|
* | gh-116720: Fix corner cases of taskgroups (#117407) | Guido van Rossum | 2024-04-09 | 1 | -0/+30 |
|
|
* | gh-117516: Implement typing.TypeIs (#117517) | Jelle Zijlstra | 2024-04-09 | 1 | -27/+91 |
|
|
* | gh-81322: support multiple separators in StreamReader.readuntil (#16429) | Bruce Merry | 2024-04-08 | 1 | -0/+11 |
|
|
* | gh-96471: Correct documentation for asyncio queue shutdown (#117621) | Laurie O | 2024-04-08 | 1 | -3/+4 |
|
|
* | gh-111726: Explicitly close database connections in sqlite3 doctests (#111730) | Nikita Sobolev | 2024-04-08 | 1 | -0/+27 |
|
|
* | gh-111726: Remove some doctests from sqlite3 docs (#117623) | Erlend E. Aasland | 2024-04-08 | 1 | -36/+7 |
|
|
* | gh-111726: Cleanup test files after running sqlite3 doctest (#117604) | Hugo van Kemenade | 2024-04-08 | 1 | -0/+8 |
|
|
* | Fix reference in code.rst (#117615) | Anita Hammer | 2024-04-07 | 1 | -1/+1 |
|
|
* | gh-96471: Add asyncio queue shutdown (#104228) | Laurie O | 2024-04-06 | 1 | -0/+31 |
|
|
* | GH-77609: Add recurse_symlinks argument to `pathlib.Path.glob()` (#117311) | Barney Gale | 2024-04-05 | 1 | -13/+8 |
|
|
* | gh-116608: importlib.resources: Un-deprecate functional API & add subdirector... | Petr Viktorin | 2024-04-05 | 1 | -0/+178 |
|
|
* | gh-117478: Add `@support.requires_gil_enabled` decorator (#117479) | Sam Gross | 2024-04-04 | 1 | -0/+6 |
|
|
* | [doc] Update logging documentation to improve grammar and elucidate an exampl... | Vinay Sajip | 2024-04-04 | 1 | -7/+8 |
|
|
* | gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242) | Zackery Spytz | 2024-04-03 | 1 | -5/+10 |
|
|
* | GH-70647: Deprecate strptime day of month parsing without a year present to a... | Gregory P. Smith | 2024-04-03 | 1 | -0/+37 |
|
|
* | gh-117074: Update Traversable.joinpath docs to the 3.11+ protocol (GH-117113) | Petr Viktorin | 2024-04-02 | 1 | -2/+24 |
|
|
* | Docs: specify XML document name in xml.etree.elementtree example (#24223) | Moshe Kaplan | 2024-04-01 | 1 | -1/+1 |
|
|
* | Docs: add more links to PIPE in subprocess docs (#25416) | Matthew Davis | 2024-04-01 | 1 | -5/+8 |
|
|
* | gh-77714: Provide an async iterator version of as_completed (GH-22491) | Justin Turner Arthur | 2024-04-01 | 1 | -13/+48 |
|
|
* | Doc: printf-style library/stdtype improvements (#16741) | Adorilson Bezerra | 2024-03-31 | 1 | -1/+7 |
|
|
* | Link to the Python type system specification (#117400) | Shantanu | 2024-03-31 | 1 | -73/+15 |
|
|
* | GH-114575: Rename `PurePath.pathmod` to `PurePath.parser` (#116513) | Barney Gale | 2024-03-31 | 1 | -2/+2 |
|
|
* | gh-66449: configparser: Add support for unnamed sections (#117273) | Pedro Lacerda | 2024-03-29 | 1 | -0/+31 |
|
|