| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-110383: Improve 'old string formatting' text in tutorial (#120219) | Erlend E. Aasland | 2024-06-07 | 1 | -3/+5 |
|
|
* | gh-110383: Clarify "non-integral" wording in pow() docs (#119688) | Aditya Borikar | 2024-06-07 | 1 | -1/+3 |
|
|
* | Add Plausible for docs metrics (#119977) | Hugo van Kemenade | 2024-06-07 | 2 | -1/+5 |
|
|
* | gh-119577: Adjust DeprecationWarning when testing element truth values in Ele... | Jacob Walls | 2024-06-07 | 3 | -10/+14 |
|
|
* | GH-119054: Add "Reading directories" section to pathlib docs (#119956) | Barney Gale | 2024-06-06 | 1 | -95/+102 |
|
|
* | gh-120178: Documentation typo corrections (#120179) | David Lowry-Duda | 2024-06-06 | 3 | -3/+3 |
|
|
* | gh-120128: fix description of argument to ipaddress.collapse_addresses() (#12... | Jan Kaliszewski | 2024-06-05 | 1 | -1/+1 |
|
|
* | gh-119287: clarify doc on BaseExceptionGroup.derive and link to it from conte... | Irit Katriel | 2024-06-05 | 2 | -2/+5 |
|
|
* | gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rs... | shurj0 | 2024-06-05 | 1 | -1/+1 |
|
|
* | gh-114616: Improve docs regarding changes to caches representation in dis (#1... | Irit Katriel | 2024-06-04 | 2 | -3/+11 |
|
|
* | doc: Mention the missing reflected special methods for all binary operations ... | Paulo Freitas | 2024-06-04 | 1 | -7/+17 |
|
|
* | Fix incorrect pull GitHub link in What's New (#120045) | Trey Hunner | 2024-06-04 | 1 | -1/+1 |
|
|
* | gh-119588: Update docs to reflect decision to include the change with Python ... | Jason R. Coombs | 2024-06-04 | 1 | -2/+2 |
|
|
* | gh-120029: export `DEF_TYPE_PARAM` compiler flag (#120028) | Bénédikt Tran | 2024-06-04 | 1 | -0/+4 |
|
|
* | gh-119057: Use better error messages for zero division (#119066) | Nikita Sobolev | 2024-06-03 | 1 | -1/+1 |
|
|
* | gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591) | Jason R. Coombs | 2024-06-03 | 1 | -0/+9 |
|
|
* | gh-116560: Add PyLong_GetSign() public function (#116561) | Sergey B Kirpichev | 2024-06-03 | 2 | -0/+16 |
|
|
* | gh-119968: Improved monitoring c-api docs (#119969) | Awbert | 2024-06-03 | 1 | -1/+1 |
|
|
* | gh-118827: Remove `Quoter` from `urllib.parse` (#118828) | Nikita Sobolev | 2024-06-03 | 1 | -0/+7 |
|
|
* | gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alterna... | Solomon Himelbloom | 2024-06-03 | 1 | -1/+1 |
|
|
* | GH-119054: Add "Reading and writing files" section to pathlib docs (#119524) | Barney Gale | 2024-06-02 | 1 | -79/+84 |
|
|
* | Improve documentation for typing.get_type_hints (#119928) | Jelle Zijlstra | 2024-06-02 | 1 | -26/+28 |
|
|
* | gh-119740: Remove deprecated trunc delegation (#119743) | Mark Dickinson | 2024-06-02 | 3 | -11/+12 |
|
|
* | gh-119775: Remove ability to create immutable types with mutable bases (#119776) | Nikita Sobolev | 2024-06-02 | 1 | -0/+2 |
|
|
* | gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932) | Alyssa Coghlan | 2024-06-02 | 3 | -21/+46 |
|
|
* | gh-119016: Remove outdated sentences from the "classes" tutorial (#119130) | Nice Zombies | 2024-06-01 | 1 | -5/+1 |
|
|
* | Add unique() recipe to itertools docs (gh-119911) | Raymond Hettinger | 2024-06-01 | 1 | -2/+14 |
|
|
* | gh-118888: Further PEP 667 docs updates (gh-119893) | Alyssa Coghlan | 2024-06-01 | 2 | -3/+44 |
|
|
* | gh-74929: PEP 667 C API documentation (gh-119379) | Alyssa Coghlan | 2024-06-01 | 3 | -1/+85 |
|
|
* | doc: Add glossary entry for "free threading" (#119865) | Sam Gross | 2024-05-31 | 1 | -0/+6 |
|
|
* | contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119867) | Zachary Ware | 2024-05-31 | 1 | -1/+1 |
|
|
* | gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions f... | Irit Katriel | 2024-05-31 | 1 | -1/+1 |
|
|
* | gh-111201: Support pyrepl on Windows (#119559) | Dino Viehland | 2024-05-31 | 1 | -5/+8 |
|
|
* | gh-109218: Deprecate weird cases in the complex() constructor (GH-119620) | Serhiy Storchaka | 2024-05-30 | 2 | -0/+8 |
|
|
* | Docs: `shutil.rmtree`'s `onerror` has no pending removal version (#118947) | Hugo van Kemenade | 2024-05-30 | 1 | -3/+3 |
|
|
* | gh-109218: Improve documentation for the complex() constructor (GH-119687) | Serhiy Storchaka | 2024-05-30 | 2 | -57/+123 |
|
|
* | gh-119729: Use 't' in pkg-config file name for free-threaded build (#119738) | Sam Gross | 2024-05-30 | 1 | -0/+4 |
|
|
* | gh-119779: Fix pyporting howto docs (#119785) | Awbert | 2024-05-30 | 1 | -2/+2 |
|
|
* | gh-110383: Remove references to removed popen[234] (GH-112783) | Bradley Reynolds | 2024-05-30 | 2 | -146/+2 |
|
|
* | gh-118055: Update the finder glossary entry (GH-118278) | Lincoln | 2024-05-30 | 1 | -2/+2 |
|
|
* | gh-118235: Move RAISE_SYNTAX_ERROR actions to invalid rules and make sure the... | Petr Viktorin | 2024-05-30 | 1 | -2/+0 |
|
|
* | subprocess docs: Fix semantically important typo (GH-119752) | Zachary Ware | 2024-05-29 | 1 | -1/+1 |
|
|
* | gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and ... | Aditya Borikar | 2024-05-29 | 1 | -2/+2 |
|
|
* | gh-93963: Remove deprecated names from importlib.abc (#119720) | Hugo van Kemenade | 2024-05-29 | 1 | -10/+24 |
|
|
* | gh-119613: Soft deprecate Py_IS_NAN/INFINITY/FINITE (#119701) | Sergey B Kirpichev | 2024-05-29 | 1 | -0/+6 |
|
|
* | gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702) | Matthias Görgens | 2024-05-29 | 2 | -8/+49 |
|
|
* | gh-118824: Remove deprecated `master_open` and `slave_open` from `pty` (#118826) | Nikita Sobolev | 2024-05-28 | 1 | -0/+8 |
|
|
* | [doc] Clarify the nature of the root logger in the `logging` documentation (G... | Justin Kunimune | 2024-05-28 | 1 | -9/+11 |
|
|
* | Misc cleanups and wording improvements for the itertools docs (gh-119626) | Raymond Hettinger | 2024-05-27 | 1 | -122/+116 |
|
|
* | Docs: Move inline JavaScript to own file to reduce duplication (#119541) | Hugo van Kemenade | 2024-05-27 | 2 | -91/+90 |
|
|