summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Doc: C API: Demote sections to subsections for consistency (#126535)Richard Hansen2024-11-071-7/+7
* gh-48020: [docs] Remove the logging howto suggested future FileHandler multip...Gregory P. Smith2024-11-071-5/+2
* gh-122838: Document missing opcodes (#123073)Kamil Turek2024-11-061-0/+21
* gh-120754: Add to `io` optimization to what's new (#126466)Cody Maloney2024-11-061-0/+9
* GH-124985: Document that `pathlib.Path.copy()` uses copy-on-write. (#125861)Barney Gale2024-11-051-0/+5
* Doc: C API: Delete claim that `PyObject_Init` is GC-aware (#126418)Richard Hansen2024-11-051-4/+2
* gh-119793: Prefer `map(..., strict=True)` over starmap/zip in examples (#126407)Lukas Geiger2024-11-051-1/+1
* gh-120057: Add os.reload_environ() function (#126268)Victor Stinner2024-11-052-12/+28
* gh-125436: Doc: Add missing ``allow_unnamed_section`` parameter to ``ConfigPa...lit2024-11-051-3/+28
* Doc: Fix typo in documentation for ``MAKE_FUNCTION`` opcode (#126396)Mikhail Efimov2024-11-041-1/+1
* gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392)Hugo van Kemenade2024-11-044-10/+12
* gh-119793: Add optional length-checking to `map()` (GH-120471)Nice Zombies2024-11-042-3/+12
* gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#1...Kumar Aditya2024-11-043-8/+10
* Docs: turn getopt examples into doctests (#126377)Erlend E. Aasland2024-11-041-2/+10
* gh-126165: Improve docs of function `math.isclose` (#126215)Zhikang Yan2024-11-042-16/+20
* Docs: Delist sqlite3 deprecation from "Pending removal in 3.14" (#126370)Hugo van Kemenade2024-11-031-3/+0
* gh-99880: document rounding mode for new-style formatting (GH-121481)Sergey B Kirpichev2024-11-021-0/+5
* gh-125761: Clarify repeated warning suppression criteria in warnings module (...고병찬2024-11-021-0/+13
* gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319)rimchoi2024-11-021-1/+1
* gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)Sergey B Kirpichev2024-11-012-1/+5
* Doc: Add a single table as summary to math documentation (GH-125810)Joseph Martinot-Lagarde2024-11-011-3/+89
* docs: add a more precise example in enum doc (GH-121015)Filip "Ret2Me" Poplewski2024-11-011-1/+1
* gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)Bénédikt Tran2024-11-014-42/+9
* gh-126259: Fix "unclosed database" warning in sqlite3 doctest (#126260)sobolevn2024-11-011-0/+1
* GH-125413: Add `pathlib.Path.scandir()` method (#126060)Barney Gale2024-11-012-0/+35
* gh-126256: Update time.rst to use the same clock as instead of the same clock...Alperen Keleş2024-10-311-2/+2
* gh-125818: Fix incorrect signature of argument `skip_file_prefixes` in warnin...RUANG (James Roy)2024-10-311-1/+1
* gh-125674: Doc: Fix type of `newfunc` first parameter (GH-125675)Richard Hansen2024-10-301-2/+2
* gh-114990: Add missing mixin methods in collections.abc's document (GH-114991)AN Long2024-10-301-2/+3
* gh-126055: Add omitted command (in docs [os.walk]) for code to fulfill `shut...Victor Wheeler2024-10-301-0/+1
* gh-60712: Include the "object" type in the lists of documented types (GH-103036)Furkan Onder2024-10-302-18/+41
* Fix incorrect indentation in importlib.metadata.rst (GH-126189)Rafael Fontenelle2024-10-301-3/+3
* gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681)amaajemyfren2024-10-301-0/+7
* gh-125669: Do not run `-ugui` tests by default on `make test` (#125730)sobolevn2024-10-301-1/+9
* gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)Xuanteng Huang2024-10-302-3/+11
* gh-126071: Improve formatting of the argparse documentation (GH-126073)Serhiy Storchaka2024-10-301-65/+72
* gh-118633: Add warning regarding the unsafe usage of eval and exec (GH-118437)Daniel Ruf2024-10-301-0/+10
* gh-58032: Docs: Sort argparse alphabetically (GH-125871)Hugo van Kemenade2024-10-302-21/+20
* gh-124855: Don't allow the JIT and perf support to be active at the same time...Pablo Galindo Salgado2024-10-301-0/+2
* docs: restore an anchor to for/else (#126154)Ned Batchelder2024-10-301-0/+1
* Doc: Note that pydoc uses and prefers ``MANPAGER`` (#125362)Matthieu Ancellin2024-10-292-2/+4
* bpo-41793: Fix an inaccuracy about reflected methods in datamodel docs (GH-22...Wim Jeantine-Glenn2024-10-291-11/+14
* gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `d...Prometheus33752024-10-291-1/+1
* Add lightweight comments to conf.py and update docs readme (GH-126100)Carol Willing2024-10-292-14/+16
* gh-122767: document "new style" formatting for complexes (GH-122848)Sergey B Kirpichev2024-10-291-5/+15
* GH-125837: Split `LOAD_CONST` into three. (GH-125972)Mark Shannon2024-10-292-8/+17
* gh-89762: Document strftime %G, %V, and %u format specifiers (#124572)RUANG (James Roy)2024-10-281-0/+13
* gh-126012: Add `__class_getitem__` to `memoryview` (#126013)Brian Schubert2024-10-272-0/+7
* gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)Zhikang Yan2024-10-272-0/+11
* Fix a typo in ``Doc/tutorial/errors.rst`` exception output (#126001)Bogdana Vereha2024-10-261-1/+1