summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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-112-2/+6
* 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-117597: Clarify exception handling in the tutorial (#117681)Nice Zombies2024-04-091-3/+3
* Revert "gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)"...Victor Stinner2024-04-091-0/+5
* gh-116720: Fix corner cases of taskgroups (#117407)Guido van Rossum2024-04-092-7/+57
* gh-117516: Implement typing.TypeIs (#117517)Jelle Zijlstra2024-04-092-27/+95
* gh-81322: support multiple separators in StreamReader.readuntil (#16429)Bruce Merry2024-04-081-0/+11
* gh-117642: Fix PEP 737 implementation (GH-117643)Serhiy Storchaka2024-04-082-4/+4
* gh-96471: Correct documentation for asyncio queue shutdown (#117621)Laurie O2024-04-082-4/+5
* gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)Victor Stinner2024-04-081-5/+0
* 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-062-0/+35
* GH-77609: Add recurse_symlinks argument to `pathlib.Path.glob()` (#117311)Barney Gale2024-04-052-17/+15
* gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...Steve Dower2024-04-051-45/+97
* gh-116608: importlib.resources: Un-deprecate functional API & add subdirector...Petr Viktorin2024-04-052-15/+202
* 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-042-11/+72
* 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-117337: Deprecate `glob.glob0()` and `glob.glob1()`. (#117371)Barney Gale2024-04-011-0/+5
* gh-77714: Provide an async iterator version of as_completed (GH-22491)Justin Turner Arthur2024-04-012-13/+55
* 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-312-2/+6
* gh-66449: configparser: Add support for unnamed sections (#117273)Pedro Lacerda2024-03-292-0/+37
* gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (GH-117343)Christopher Chianelli2024-03-281-1/+1
* gh-117294: Report DocTestCase as skipped if all examples in the doctest are s...Malcolm Smith2024-03-281-2/+4
* bpo-43848: explain optional argument mtime in gzip.py. (GH-25410)Joachim Wuttke2024-03-281-13/+10
* gh-114099: Add documentation for iOS platform (GH-117057)Russell Keith-Magee2024-03-2822-152/+532
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-283-2/+44
* gh-89739: gh-77140: Support zip64 in zipimport (GH-94146)Tim Hatch2024-03-282-0/+9
* gh-71042: Add `platform.android_ver` (#116674)Malcolm Smith2024-03-272-1/+39
* gh-117225: doctest: only print "and X failed" when non-zero, don't pluralise ...Hugo van Kemenade2024-03-271-5/+5
* Add statistics recipe for sampling from an estimated probability density dist...Raymond Hettinger2024-03-271-0/+58
* Change links on the index page (#117230)Adorilson Bezerra2024-03-261-2/+2
* Sync main docs and docstring for median_grouped(). (gh-117214)Raymond Hettinger2024-03-251-38/+39
* gh-117114: Make os.path.isdevdrive available on all platforms (GH-117115)Nice Zombies2024-03-251-13/+4
* Add information about negative indexes to sequence datamodel doc (#110903)Adorilson Bezerra2024-03-251-3/+6