summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)Victor Stinner2024-03-252-0/+4
* gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...Serhiy Storchaka2024-03-251-4/+4
* Minor markup and grammar fixes in the statistics docs (gh-117216)Raymond Hettinger2024-03-251-3/+3
* gh-117194: Properly format 'base64' header in What's New (#117198)Terry Jan Reedy2024-03-241-1/+1
* GH-115986 Docs: promote pprint.pp usage as a default (#116614)Kerim Kabirov2024-03-241-15/+18
* gh-101760: Improve the imaplib.IMAP4 example (#101764)LilKS2024-03-241-1/+1
* Add cumulative option for the new statistics.kde() function. (#117033)Raymond Hettinger2024-03-241-5/+8
* GH-106747: Document another difference between `glob` and `pathlib`. (#116518)Barney Gale2024-03-221-0/+4
* gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)Serhiy Storchaka2024-03-223-0/+19
* [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)Vinay Sajip2024-03-221-14/+126
* GH-113171: Fix "private" (non-global) IP address ranges (GH-113179)Jakub Stasiak2024-03-222-0/+18
* docs: fix over-linking in dataclasses.rst (#117005)Ned Batchelder2024-03-211-78/+80
* gh-85283: Build _testconsole extension with limited C API (#117125)Victor Stinner2024-03-211-1/+1
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-213-0/+56
* gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)Malcolm Smith2024-03-211-2/+3
* Fix sort order for "locale encoding" glossary item (#115794)Carol Willing2024-03-201-12/+12
* gh-117058: Update GUI and packaging recommendations for macOS. (#117059)Russell Keith-Magee2024-03-201-11/+25
* GH-108362: Incremental Cycle GC (GH-116206)Mark Shannon2024-03-201-0/+30
* docs: announce venv creation before installing packages (#117036)Ned Batchelder2024-03-191-0/+1
* gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (#116913)Hugo van Kemenade2024-03-192-8/+7
* gh-56374: Clarify documentation of nonlocal (#116942)Terry Jan Reedy2024-03-191-13/+17
* gh-107607: Update comment about utf-8 BOM being ignored (#107858)Sunghyun Kim2024-03-191-4/+3
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-192-1/+64
* gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)Bogdan Romanyuk2024-03-192-1/+11
* gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)Pierre Ossman (ThinLinc team)2024-03-182-0/+30
* gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() (#116822)Victor Stinner2024-03-181-0/+6