summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-123345: improve `fnmatch` docs (#123346)Bénédikt Tran2025-01-131-6/+12
* gh-128696: Add arm64 to the get_platform return val description (#128701)RUANG (James Roy)2025-01-111-1/+2
* gh-128409: Document that pdb.post_mortem() accepts exceptions (#128410)Adam Johnson2025-01-101-5/+7
* gh-128650: Fix incorrect statement in partial documentation (gh-128651)dgpb2025-01-091-2/+2
* gh-118915: Document `PyUnstable_InterpreterState_GetMainModule` (GH-128483)Peter Bierma2025-01-091-0/+11
* gh-124433: fix docs for `asyncio.Queue.task_done` (#128669)Kumar Aditya2025-01-091-3/+3
* gh-126137: improve docs for `loop.add_reader` and `loop.add_writer` (#128666)Kumar Aditya2025-01-091-0/+6
* gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)Petr Viktorin2025-01-093-26/+82
* gh-79149: document reentrant safety of `loop.call_soon_threadsafe` (#128662)Kumar Aditya2025-01-091-0/+3
* gh-97850: Remove the mention of removal from `ResourceReader` docs (#128602)Tomas R.2025-01-081-1/+1
* 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
* gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)Victor Stinner2025-01-062-0/+38
* gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicode_FSDec...Serhiy Storchaka2025-01-062-11/+36
* gh-77214: Update outdated documentation for numeric PyArg_Parse formats (GH-1...Serhiy Storchaka2025-01-061-8/+14
* Docs: fix `MessageDefect` references in email.policy docs (#128468)Yuki Kobayashi2025-01-052-3/+2
* gh-115765: Document and enforce Autoconf 2.72 requirement (#128502)Erlend E. Aasland2025-01-041-1/+4
* gh-127954: Document PyObject_DelItemString (#127986)RUANG (James Roy)2025-01-041-0/+7
* 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-032-0/+30
* gh-128317: Highlight today in colour in calendar CLI output (#128318)Hugo van Kemenade2025-01-032-4/+40
* gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)Erlend E. Aasland2025-01-031-0/+3
* gh-108202: Document calendar.TextCalendar formatting helpers (#127608)Stan Ulbrych2025-01-031-1/+26
* gh-128426: Mention PySequence_Fast in free-threading C API HOWTO (#128428)Nathan Goldbaum2025-01-031-2/+4
* Revert "Doc: Show object descriptions in the table of contents (#125757)" (#1...Hugo van Kemenade2025-01-023-10/+1
* 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-022-5/+6
* 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-022-5/+5
* gh-121676: Raise a ``DeprecationWarning`` if the Python implementation of ``f...Kirill Podoprigora2025-01-012-0/+10
* Reword `about.rst` to not limit Sphinx (#128325)Stan Ulbrych2024-12-311-7/+8
* gh-128317: Document `calendar.TextCalendar.formatweek` (#128353)Hugo van Kemenade2024-12-301-0/+8
* Docs: correctly markup sys.monitoring "What's New" entry (#128346)Erlend E. Aasland2024-12-301-2/+2
* gh-123424: add `ZipInfo._for_archive` to set suitable default properties (#12...Bénédikt Tran2024-12-292-0/+19
* 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-282-0/+11
* gh-127949: make deprecation of policy system more prominent (#128290)Kumar Aditya2024-12-273-6/+43
* gh-125887: Update PyObject_HasAttr exception behavior (#125907)Damien2024-12-271-1/+2
* gh-124761: add `socket.SO_REUSEPORT_LB` (#124961)Thomas Grainger2024-12-261-0/+8
* Docs: Fix comment out in `c-api/typeobj.rst` (#128266)Yuki Kobayashi2024-12-261-0/+1
* gh-127949: add docs for asyncio policy deprecation (#128269)Kumar Aditya2024-12-262-4/+38
* gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036)Will Childs-Klein2024-12-242-0/+14
* gh-128227: Regenerate `Doc/requirements-oldest-sphinx.txt` (#128228)Bogdan Romanyuk2024-12-241-6/+6