| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() (GH-116... | Serhiy Storchaka | 2024-11-12 | 2 | -0/+15 |
|
|
* | gh-89083: add support for UUID version 8 (RFC 9562) (#123224) | Bénédikt Tran | 2024-11-12 | 2 | -9/+41 |
|
|
* | gh-126133: Only use start year in PSF copyright, remove end years (#126236) | Hugo van Kemenade | 2024-11-12 | 3 | -6/+3 |
|
|
* | gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065) | RUANG (James Roy) | 2024-11-12 | 2 | -0/+38 |
|
|
* | gh-125916: Allow functools.reduce() 'initial' to be a keyword argument (#125917) | Sayandip Dutta | 2024-11-12 | 2 | -2/+10 |
|
|
* | gh-84852: Add MIME types for .eot, ,otf, .ttf, .woff and .woff2 fonts (#20199) | Sahil Prajapati | 2024-11-12 | 1 | -0/+10 |
|
|
* | gh-58749: Remove incorrect language spec claims about the global statement (G... | Beomsoo Kim | 2024-11-12 | 1 | -16/+5 |
|
|
* | Docs: re-create pages for removed modules to document their removal. (#126622) | Ned Batchelder | 2024-11-11 | 27 | -0/+448 |
|
|
* | gh-89416: Add RFC 9559 MIME types for Matroska formats (#126412) | Hugo van Kemenade | 2024-11-11 | 1 | -0/+14 |
|
|
* | gh-84559: gh-103134: Whats new 3.14 entries for multiprocessing. (GH-126697) | Gregory P. Smith | 2024-11-11 | 1 | -8/+25 |
|
|
* | Update documentation links to Microsoft's documentation pages (GH-126379) | 谭九鼎 | 2024-11-11 | 3 | -9/+9 |
|
|
* | gh-126374: Add support of options with optional arguments in the getopt modul... | Serhiy Storchaka | 2024-11-11 | 2 | -3/+28 |
|
|
* | Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553) | Rafael Fontenelle | 2024-11-11 | 1 | -1/+1 |
|
|
* | gh-126664: Use `else` instead of `finally` in "The with statement" documentat... | vivodi | 2024-11-11 | 1 | -5/+2 |
|
|
* | gh-126543: Docs: change "bound type var" to "bounded" when used in the contex... | Pedro Fonini | 2024-11-11 | 1 | -11/+11 |
|
|
* | gh-126647: `Doc/using/configure.rst`: Add an entry for ``--enable-experimenta... | Kirill Podoprigora | 2024-11-10 | 1 | -0/+13 |
|
|
* | Postpone `module.__loader__` deprecation to Python 3.16 (#126482) | Hugo van Kemenade | 2024-11-10 | 3 | -9/+9 |
|
|
* | gh-125298: Remove misleading text in os.kill documentation (GH-125749) | RUANG (James Roy) | 2024-11-08 | 1 | -2/+1 |
|
|
* | Doc: C API: Demote sections to subsections for consistency (#126535) | Richard Hansen | 2024-11-07 | 1 | -7/+7 |
|
|
* | gh-48020: [docs] Remove the logging howto suggested future FileHandler multip... | Gregory P. Smith | 2024-11-07 | 1 | -5/+2 |
|
|
* | gh-122838: Document missing opcodes (#123073) | Kamil Turek | 2024-11-06 | 1 | -0/+21 |
|
|
* | gh-120754: Add to `io` optimization to what's new (#126466) | Cody Maloney | 2024-11-06 | 1 | -0/+9 |
|
|
* | GH-124985: Document that `pathlib.Path.copy()` uses copy-on-write. (#125861) | Barney Gale | 2024-11-05 | 1 | -0/+5 |
|
|
* | Doc: C API: Delete claim that `PyObject_Init` is GC-aware (#126418) | Richard Hansen | 2024-11-05 | 1 | -4/+2 |
|
|
* | gh-119793: Prefer `map(..., strict=True)` over starmap/zip in examples (#126407) | Lukas Geiger | 2024-11-05 | 1 | -1/+1 |
|
|
* | gh-120057: Add os.reload_environ() function (#126268) | Victor Stinner | 2024-11-05 | 2 | -12/+28 |
|
|
* | gh-125436: Doc: Add missing ``allow_unnamed_section`` parameter to ``ConfigPa... | lit | 2024-11-05 | 1 | -3/+28 |
|
|
* | Doc: Fix typo in documentation for ``MAKE_FUNCTION`` opcode (#126396) | Mikhail Efimov | 2024-11-04 | 1 | -1/+1 |
|
|
* | gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392) | Hugo van Kemenade | 2024-11-04 | 4 | -10/+12 |
|
|
* | gh-119793: Add optional length-checking to `map()` (GH-120471) | Nice Zombies | 2024-11-04 | 2 | -3/+12 |
|
|
* | gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#1... | Kumar Aditya | 2024-11-04 | 3 | -8/+10 |
|
|
* | Docs: turn getopt examples into doctests (#126377) | Erlend E. Aasland | 2024-11-04 | 1 | -2/+10 |
|
|
* | gh-126165: Improve docs of function `math.isclose` (#126215) | Zhikang Yan | 2024-11-04 | 2 | -16/+20 |
|
|
* | Docs: Delist sqlite3 deprecation from "Pending removal in 3.14" (#126370) | Hugo van Kemenade | 2024-11-03 | 1 | -3/+0 |
|
|
* | gh-99880: document rounding mode for new-style formatting (GH-121481) | Sergey B Kirpichev | 2024-11-02 | 1 | -0/+5 |
|
|
* | gh-125761: Clarify repeated warning suppression criteria in warnings module (... | 고병찬 | 2024-11-02 | 1 | -0/+13 |
|
|
* | gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319) | rimchoi | 2024-11-02 | 1 | -1/+1 |
|
|
* | gh-120026: soft deprecate Py_HUGE_VAL macro (#120027) | Sergey B Kirpichev | 2024-11-01 | 2 | -1/+5 |
|
|
* | Doc: Add a single table as summary to math documentation (GH-125810) | Joseph Martinot-Lagarde | 2024-11-01 | 1 | -3/+89 |
|
|
* | docs: add a more precise example in enum doc (GH-121015) | Filip "Ret2Me" Poplewski | 2024-11-01 | 1 | -1/+1 |
|
|
* | gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656) | Bénédikt Tran | 2024-11-01 | 4 | -42/+9 |
|
|
* | gh-126259: Fix "unclosed database" warning in sqlite3 doctest (#126260) | sobolevn | 2024-11-01 | 1 | -0/+1 |
|
|
* | GH-125413: Add `pathlib.Path.scandir()` method (#126060) | Barney Gale | 2024-11-01 | 2 | -0/+35 |
|
|
* | gh-126256: Update time.rst to use the same clock as instead of the same clock... | Alperen Keleş | 2024-10-31 | 1 | -2/+2 |
|
|
* | gh-125818: Fix incorrect signature of argument `skip_file_prefixes` in warnin... | RUANG (James Roy) | 2024-10-31 | 1 | -1/+1 |
|
|
* | gh-125674: Doc: Fix type of `newfunc` first parameter (GH-125675) | Richard Hansen | 2024-10-30 | 1 | -2/+2 |
|
|
* | gh-114990: Add missing mixin methods in collections.abc's document (GH-114991) | AN Long | 2024-10-30 | 1 | -2/+3 |
|
|
* | gh-126055: Add omitted command (in docs [os.walk]) for code to fulfill `shut... | Victor Wheeler | 2024-10-30 | 1 | -0/+1 |
|
|
* | gh-60712: Include the "object" type in the lists of documented types (GH-103036) | Furkan Onder | 2024-10-30 | 2 | -18/+41 |
|
|
* | Fix incorrect indentation in importlib.metadata.rst (GH-126189) | Rafael Fontenelle | 2024-10-30 | 1 | -3/+3 |
|
|