summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* gh-87506: Amend json.loads() post PR #127355 (#128609)Erlend E. Aasland2025-01-081-6/+2
* gh-87506: Document that json.load*() can raise UnicodeDecodeError (#127355)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-01-081-0/+4
* Docs: mark up json.load() using parameter list (#128488)Erlend E. Aasland2025-01-071-44/+69
* Add `.. availability:: Windows` directive to COM-related function prototype (...Jun Komoda2025-01-071-0/+2
* gh-108202: Document calendar.Calendar.firstweekday (#128566)Erlend E. Aasland2025-01-071-4/+16
* gh-108202: Document `calendar.Calendar` methods `getfirstweekday` and `setfir...Stan Ulbrych2025-01-061-0/+8
* Docs: fix `MessageDefect` references in email.policy docs (#128468)Yuki Kobayashi2025-01-051-2/+2
* Docs: amend json.dump() post gh-128482 (#128489)Erlend E. Aasland2025-01-041-5/+8
* gh-126719: Clarify math.fmod docs (#127741)Stan Ulbrych2025-01-041-1/+2
* Docs: mark up json.dump() using parameter list (#128482)Erlend E. Aasland2025-01-041-48/+70
* gh-128400: Only show the current thread in `faulthandler` if the GIL is disab...Peter Bierma2025-01-031-0/+4
* gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)Rian Hunter2025-01-031-0/+22
* gh-128317: Highlight today in colour in calendar CLI output (#128318)Hugo van Kemenade2025-01-031-4/+27
* gh-108202: Document calendar.TextCalendar formatting helpers (#127608)Stan Ulbrych2025-01-031-1/+26
* gh-126624: Expose error code ``XML_ERROR_NOT_STARTED`` of Expat >=2.6.4 (#126...Sebastian Pipping2025-01-021-0/+7
* gh-124130: Fix a bug in matching regular expression \B in empty string (GH-12...Serhiy Storchaka2025-01-021-5/+2
* gh-95371: Add support for other image formats(e.g. PNG) to the turtle… (#95...Shin-myoung-serp2025-01-021-5/+19
* gh-128349: Use `.. data::` instead of `.. class::` for pre-defined decimal `C...abkmystery2025-01-021-3/+3
* gh-128317: Document `calendar.TextCalendar.formatweek` (#128353)Hugo van Kemenade2024-12-301-0/+8
* gh-123424: add `ZipInfo._for_archive` to set suitable default properties (#12...Bénédikt Tran2024-12-291-0/+11
* expand the `asyncio.run_coroutine_threadsafe` recipes (#127576)Thomas Grainger2024-12-291-8/+53
* gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128...Calvin Bui2024-12-281-0/+3
* gh-127949: make deprecation of policy system more prominent (#128290)Kumar Aditya2024-12-272-5/+17
* gh-124761: add `socket.SO_REUSEPORT_LB` (#124961)Thomas Grainger2024-12-261-0/+8
* gh-127949: add docs for asyncio policy deprecation (#128269)Kumar Aditya2024-12-261-0/+8
* gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036)Will Childs-Klein2024-12-241-0/+6
* gh-127949: deprecate `asyncio.set_event_loop` (#128218)Kumar Aditya2024-12-241-0/+4
* gh-127949: deprecate asyncio policy classes (#128216)Kumar Aditya2024-12-241-0/+16
* gh-126180: Remove getopt and optparse deprecation notices (GH-126227)Alyssa Coghlan2024-12-238-39/+211
* gh-112328: Make EnumDict usable on its own and document it (GH-123669)Petr Viktorin2024-12-201-8/+18
* gh-112328: Document EnumDict in docs and release notes (GH-121720)Md Rokibul Islam2024-12-191-1/+16
* gh-127274: Defer nested methods (#128012)mpage2024-12-191-0/+7
* GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...Mark Shannon2024-12-191-6/+23
* gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (...RUANG (James Roy)2024-12-191-0/+12
* gh-122706: fix docs for asyncio ssl sockets (#128092)Kumar Aditya2024-12-191-2/+2
* gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)Kumar Aditya2024-12-181-0/+4
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-181-0/+4
* Python 3.14.0a3v3.14.0a3Hugo van Kemenade2024-12-174-6/+6
* Fix typo in itertools docs (gh-127995)Gugubo2024-12-161-1/+1
* Clarify ast docs to use a less confusing example for `ast.ParamSpec` (#127955)Steve C2024-12-151-2/+2
* gh-127852: add remark about ',' separator (#127854)Sergey B Kirpichev2024-12-141-1/+3
* Minor readability improvements for the itertools recipes (gh-127928)Raymond Hettinger2024-12-131-39/+35
* link to the correct output method in documentation (#127857)Viktor Kálmán2024-12-131-1/+1
* Fix typo in traceback docs (#127884)Daniel Haag2024-12-121-1/+1
* Simplify and speed-up an itertools recipe (gh-127848)Raymond Hettinger2024-12-121-6/+6
* Docs: Fix indents in `xmlrpc.client.rst` (#127782)Yuki Kobayashi2024-12-101-4/+4
* gh-59705: Set OS thread name when Thread.name is changed (#127702)Victor Stinner2024-12-101-0/+12
* gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (#127662)Yuki Kobayashi2024-12-101-0/+3
* gh-125420: implement `Sequence.count` API on `memoryview` objects (#125443)Bénédikt Tran2024-12-101-1/+7
* gh-127718: Add colour to `test.regrtest` output (#127719)Hugo van Kemenade2024-12-101-0/+4