| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-101100: Fix Sphinx warnings about list methods (#127054) | Yuki Kobayashi | 2024-12-02 | 1 | -2/+2 |
|
|
* | gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream... | Giovanni Siragusa | 2024-12-02 | 1 | -0/+20 |
|
|
* | Link to correct class methods in asyncio primitives docs (#127270) | Ollanta Cuba Gyllensten | 2024-11-29 | 1 | -4/+4 |
|
|
* | gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304) | Илья Любавский | 2024-11-29 | 1 | -0/+7 |
|
|
* | Touch up docs for ctypes.FormatError & WinError (GH-127210) | Jun Komoda | 2024-11-28 | 1 | -6/+5 |
|
|
* | Fix indentation for contextlib.asynccontextmanager docs (#127333) | Jelle Zijlstra | 2024-11-27 | 1 | -3/+3 |
|
|
* | gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829) | Sergey B Kirpichev | 2024-11-26 | 2 | -11/+17 |
|
|
* | gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415) | Jelle Zijlstra | 2024-11-26 | 1 | -0/+11 |
|
|
* | GH-126985: move pyvenv.cfg detection from site to getpath (#126987) | Filipe Laíns 🇵🇸 | 2024-11-26 | 4 | -41/+99 |
|
|
* | Doc: Typo fix: nrace -> race (#127288) | Richard Hansen | 2024-11-26 | 1 | -1/+1 |
|
|
* | GH-127236: `pathname2url()`: generate RFC 1738 URL for absolute POSIX path (#... | Barney Gale | 2024-11-25 | 1 | -4/+6 |
|
|
* | Replace `:platform:` with `.. availability::` in `socket.ioctl` doc. (GH-127122) | Jun Komoda | 2024-11-25 | 1 | -2/+3 |
|
|
* | Improve `pathname2url()` and `url2pathname()` docs (#127125) | Barney Gale | 2024-11-24 | 1 | -7/+19 |
|
|
* | GH-127133: Remove ability to nest argument groups & mutually exclusive groups... | Savannah Ostrowski | 2024-11-24 | 1 | -10/+9 |
|
|
* | GH-125866: Preserve Windows drive letter case in file URIs (#127138) | Barney Gale | 2024-11-23 | 1 | -0/+7 |
|
|
* | GH-127134: Add note about forward compatibility for suggest_on_error (#127137) | Savannah Ostrowski | 2024-11-23 | 1 | -0/+8 |
|
|
* | Fix a few typos found in the docs (GH-127126) | Rafael Fontenelle | 2024-11-23 | 3 | -4/+4 |
|
|
* | gh-86463: Fix a trailing space in argparse.rst (#127162) | Serhiy Storchaka | 2024-11-22 | 1 | -1/+1 |
|
|
* | gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035) | Serhiy Storchaka | 2024-11-22 | 1 | -6/+0 |
|
|
* | gh-86463: Fix default prog in subparsers if usage is used in the main parser ... | Serhiy Storchaka | 2024-11-22 | 1 | -0/+10 |
|
|
* | gh-127082: Replace "Windows only" with the `availability: Windows` in `ctypes... | Jun Komoda | 2024-11-22 | 1 | -15/+48 |
|
|
* | GH-122679: Add `register()` to argparse docs (#126939) | Savannah Ostrowski | 2024-11-22 | 1 | -3/+33 |
|
|
* | GH-126601: `pathname2url()`: handle NTFS alternate data streams (#126760) | Barney Gale | 2024-11-22 | 1 | -0/+5 |
|
|
* | gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) | Serhiy Storchaka | 2024-11-21 | 1 | -4/+6 |
|
|
* | GH-127010: Don't lazily track and untrack dicts (GH-127027) | Mark Shannon | 2024-11-20 | 1 | -2/+0 |
|
|
* | gh-126615: `ctypes`: Make `COMError` public (GH-126686) | Jun Komoda | 2024-11-20 | 1 | -6/+41 |
|
|
* | Python 3.14.0a2v3.14.0a2 | Hugo van Kemenade | 2024-11-19 | 8 | -12/+12 |
|
|
* | GH-84850: Remove `urllib.request.URLopener` and `FancyURLopener` (#125739) | Barney Gale | 2024-11-19 | 1 | -121/+4 |
|
|
* | gh-123803: Support arbitrary code page encodings on Windows (GH-123804) | Serhiy Storchaka | 2024-11-18 | 1 | -0/+7 |
|
|
* | Doc: Reorganize math module documentation (#126337) | Joseph Martinot-Lagarde | 2024-11-18 | 1 | -226/+250 |
|
|
* | gh-126896: Fix docs about `asyncio.start_server()` (#126897) | beavailable | 2024-11-17 | 1 | -1/+5 |
|
|
* | Added a warning to the urljoin docs, indicating that it is not safe to use wi... | Alex Gaynor | 2024-11-15 | 1 | -0/+9 |
|
|
* | gh-122549: Add platform.invalidate_caches() (#122547) | Bénédikt Tran | 2024-11-15 | 1 | -0/+12 |
|
|
* | gh-125063: marshal: Add version 5, improve documentation (GH-126829) | Petr Viktorin | 2024-11-15 | 1 | -18/+46 |
|
|
* | gh-89083: small docs fixup for UUIDv8 (#126857) | Bénédikt Tran | 2024-11-15 | 1 | -3/+6 |
|
|
* | gh-123832: Adjust `socket.getaddrinfo` docs for better POSIX compliance (GH-1... | Petr Viktorin | 2024-11-14 | 1 | -3/+32 |
|
|
* | gh-126731: Update outdated project information in `pprint.pp` doc (#126732) | Wulian | 2024-11-14 | 1 | -1/+1 |
|
|
* | gh-126390: Support for preserving order of options and nonoption arguments in... | Serhiy Storchaka | 2024-11-13 | 1 | -0/+24 |
|
|
* | gh-126175: Add attributes to TOMLDecodeError. Deprecate free-form `__init__` ... | Taneli Hukkinen | 2024-11-13 | 1 | -2/+29 |
|
|
* | gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() (GH-116... | Serhiy Storchaka | 2024-11-12 | 1 | -0/+8 |
|
|
* | gh-89083: add support for UUID version 8 (RFC 9562) (#123224) | Bénédikt Tran | 2024-11-12 | 1 | -9/+33 |
|
|
* | gh-125916: Allow functools.reduce() 'initial' to be a keyword argument (#125917) | Sayandip Dutta | 2024-11-12 | 1 | -2/+5 |
|
|
* | Docs: re-create pages for removed modules to document their removal. (#126622) | Ned Batchelder | 2024-11-11 | 26 | -0/+442 |
|
|
* | Update documentation links to Microsoft's documentation pages (GH-126379) | 谭九鼎 | 2024-11-11 | 2 | -2/+2 |
|
|
* | gh-126374: Add support of options with optional arguments in the getopt modul... | Serhiy Storchaka | 2024-11-11 | 1 | -3/+23 |
|
|
* | gh-126543: Docs: change "bound type var" to "bounded" when used in the contex... | Pedro Fonini | 2024-11-11 | 1 | -11/+11 |
|
|
* | gh-125298: Remove misleading text in os.kill documentation (GH-125749) | RUANG (James Roy) | 2024-11-08 | 1 | -2/+1 |
|
|
* | gh-122838: Document missing opcodes (#123073) | Kamil Turek | 2024-11-06 | 1 | -0/+21 |
|
|
* | GH-124985: Document that `pathlib.Path.copy()` uses copy-on-write. (#125861) | Barney Gale | 2024-11-05 | 1 | -0/+5 |
|
|
* | gh-119793: Prefer `map(..., strict=True)` over starmap/zip in examples (#126407) | Lukas Geiger | 2024-11-05 | 1 | -1/+1 |
|
|