summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-120057: Add os.environ.refresh() method (#120059)Victor Stinner2024-06-102-0/+18
* gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277)Clinton2024-06-081-1/+1
* gh-110383: Improve 'old string formatting' text in tutorial (#120219)Erlend E. Aasland2024-06-071-3/+5
* gh-110383: Clarify "non-integral" wording in pow() docs (#119688)Aditya Borikar2024-06-071-1/+3
* Add Plausible for docs metrics (#119977)Hugo van Kemenade2024-06-072-1/+5
* gh-119577: Adjust DeprecationWarning when testing element truth values in Ele...Jacob Walls2024-06-073-10/+14
* GH-119054: Add "Reading directories" section to pathlib docs (#119956)Barney Gale2024-06-061-95/+102
* gh-120178: Documentation typo corrections (#120179)David Lowry-Duda2024-06-063-3/+3
* gh-120128: fix description of argument to ipaddress.collapse_addresses() (#12...Jan Kaliszewski2024-06-051-1/+1
* gh-119287: clarify doc on BaseExceptionGroup.derive and link to it from conte...Irit Katriel2024-06-052-2/+5
* gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rs...shurj02024-06-051-1/+1
* gh-114616: Improve docs regarding changes to caches representation in dis (#1...Irit Katriel2024-06-042-3/+11
* doc: Mention the missing reflected special methods for all binary operations ...Paulo Freitas2024-06-041-7/+17
* Fix incorrect pull GitHub link in What's New (#120045)Trey Hunner2024-06-041-1/+1
* gh-119588: Update docs to reflect decision to include the change with Python ...Jason R. Coombs2024-06-041-2/+2
* gh-120029: export `DEF_TYPE_PARAM` compiler flag (#120028)Bénédikt Tran2024-06-041-0/+4
* gh-119057: Use better error messages for zero division (#119066)Nikita Sobolev2024-06-031-1/+1
* gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591)Jason R. Coombs2024-06-031-0/+9
* gh-116560: Add PyLong_GetSign() public function (#116561)Sergey B Kirpichev2024-06-032-0/+16
* gh-119968: Improved monitoring c-api docs (#119969)Awbert2024-06-031-1/+1
* gh-118827: Remove `Quoter` from `urllib.parse` (#118828)Nikita Sobolev2024-06-031-0/+7
* gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alterna...Solomon Himelbloom2024-06-031-1/+1
* GH-119054: Add "Reading and writing files" section to pathlib docs (#119524)Barney Gale2024-06-021-79/+84
* Improve documentation for typing.get_type_hints (#119928)Jelle Zijlstra2024-06-021-26/+28
* gh-119740: Remove deprecated trunc delegation (#119743)Mark Dickinson2024-06-023-11/+12
* gh-119775: Remove ability to create immutable types with mutable bases (#119776)Nikita Sobolev2024-06-021-0/+2
* gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932)Alyssa Coghlan2024-06-023-21/+46
* gh-119016: Remove outdated sentences from the "classes" tutorial (#119130)Nice Zombies2024-06-011-5/+1
* Add unique() recipe to itertools docs (gh-119911)Raymond Hettinger2024-06-011-2/+14
* gh-118888: Further PEP 667 docs updates (gh-119893)Alyssa Coghlan2024-06-012-3/+44
* gh-74929: PEP 667 C API documentation (gh-119379)Alyssa Coghlan2024-06-013-1/+85
* doc: Add glossary entry for "free threading" (#119865)Sam Gross2024-05-311-0/+6
* contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119867)Zachary Ware2024-05-311-1/+1
* gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions f...Irit Katriel2024-05-311-1/+1
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-5/+8
* gh-109218: Deprecate weird cases in the complex() constructor (GH-119620)Serhiy Storchaka2024-05-302-0/+8
* Docs: `shutil.rmtree`'s `onerror` has no pending removal version (#118947)Hugo van Kemenade2024-05-301-3/+3
* gh-109218: Improve documentation for the complex() constructor (GH-119687)Serhiy Storchaka2024-05-302-57/+123
* gh-119729: Use 't' in pkg-config file name for free-threaded build (#119738)Sam Gross2024-05-301-0/+4
* gh-119779: Fix pyporting howto docs (#119785)Awbert2024-05-301-2/+2
* gh-110383: Remove references to removed popen[234] (GH-112783)Bradley Reynolds2024-05-302-146/+2
* gh-118055: Update the finder glossary entry (GH-118278)Lincoln2024-05-301-2/+2
* gh-118235: Move RAISE_SYNTAX_ERROR actions to invalid rules and make sure the...Petr Viktorin2024-05-301-2/+0
* subprocess docs: Fix semantically important typo (GH-119752)Zachary Ware2024-05-291-1/+1
* gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and ...Aditya Borikar2024-05-291-2/+2
* gh-93963: Remove deprecated names from importlib.abc (#119720)Hugo van Kemenade2024-05-291-10/+24
* gh-119613: Soft deprecate Py_IS_NAN/INFINITY/FINITE (#119701)Sergey B Kirpichev2024-05-291-0/+6
* gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)Matthias Görgens2024-05-292-8/+49
* gh-118824: Remove deprecated `master_open` and `slave_open` from `pty` (#118826)Nikita Sobolev2024-05-281-0/+8
* [doc] Clarify the nature of the root logger in the `logging` documentation (G...Justin Kunimune2024-05-281-9/+11