summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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-281-0/+3
* 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
* 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
* Minor markup and grammar fixes in the statistics docs (gh-117216)Raymond Hettinger2024-03-251-3/+3
* 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-113171: Fix "private" (non-global) IP address ranges (GH-113179)Jakub Stasiak2024-03-221-0/+16
* docs: fix over-linking in dataclasses.rst (#117005)Ned Batchelder2024-03-211-78/+80
* gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)Malcolm Smith2024-03-211-2/+3
* gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (#116913)Hugo van Kemenade2024-03-191-7/+7
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-191-0/+63
* gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)Pierre Ossman (ThinLinc team)2024-03-181-0/+25
* Revert "gh-96844: Improve error message of list.remove (gh-106455)" (#116956)Victor Stinner2024-03-181-3/+3
* GH-65056: Improve the IP address' is_global/is_private documentation (GH-113186)Jakub Stasiak2024-03-181-4/+23
* GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)Barney Gale2024-03-171-2/+1
* gh-73468: Add math.fma() function (#116667)Victor Stinner2024-03-171-0/+16
* gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852)jnchen2024-03-161-1/+0
* gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (#116783)Nikita Sobolev2024-03-151-0/+10
* gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)Tian Gao2024-03-151-1/+2
* gh-116842: Improve test comment and fix a doctest (gh-116846)Raymond Hettinger2024-03-151-2/+2
* GH-113838: Add "Comparison to os.path" section to pathlib docs (#115926)Barney Gale2024-03-151-19/+44
* Minor improvements to the itertools documentation (gh-116833)Raymond Hettinger2024-03-141-84/+94
* gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781)Victor Stinner2024-03-141-0/+24
* Better presentation order for recipes. (gh-116755)Raymond Hettinger2024-03-131-43/+43
* gh-98731: Improvements to the logging documentation (GH-101618)Nir Friedman2024-03-131-85/+67
* Modernize roundrobin() recipe and improve variable names (gh-116710)Raymond Hettinger2024-03-131-17/+14
* Docs: fix broken links (#116651)Mariusz Felisiak2024-03-134-4/+4
* Minor clarity improvement for the iter_index() recipe. Also add value subsequ...Raymond Hettinger2024-03-131-4/+21
* Beef-up tests for the itertool docs. (gh-116679)Raymond Hettinger2024-03-121-9/+103
* gh-89547: typing.rst: Add note about change in behavior with ClassVar/Final (...Jelle Zijlstra2024-03-121-0/+8
* gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)Nikita Sobolev2024-03-121-0/+39
* gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...Guido van Rossum2024-03-121-25/+0
* gh-113538: Add asycio.Server.{close,abort}_clients (#114432)Pierre Ossman (ThinLinc team)2024-03-111-0/+25
* gh-71052: Change Android's `sys.platform` from "linux" to "android"Malcolm Smith2024-03-111-25/+20
* gh-116535: Fix distracting "TypeError" in example code (gh-116538)Declan2024-03-091-2/+2
* GH-116218 Docs: Add availability information for the 'resource' module (#116256)Kerim Kabirov2024-03-091-0/+2
* gh-105535 Document potential performance trap during enum creation (GH-107119)Nicolas A. Oyarzabal2024-03-081-0/+7
* gh-75988: Fix issues with autospec ignoring wrapped object (#115223)infohash2024-03-081-0/+120
* gh-116349: Deprecate `platform.java_ver` function (#116471)Nikita Sobolev2024-03-081-0/+4
* gh-115664: Fix ordering of more versionadded and versionchanged directives (G...Serhiy Storchaka2024-03-0715-65/+47
* gh-107361: strengthen default SSL context flags (#112389)William Woodruff2024-03-061-0/+20
* gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)Jason Zhang2024-03-061-0/+7
* gh-115398: Suggest use of `hasattr` with checking for 3.13 Expat API availabi...Sebastian Pipping2024-03-062-0/+15
* gh-107625: configparser: Raise error if a missing value is continued (GH-107651)Prince Roshan2024-03-061-0/+11