summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* gh-121999: Change default tarfile filter to 'data' (GH-122002)WilliamRoyNelson2024-07-262-32/+55
* GH-116090: Fix test and clarify behavior for exception events when exhausting...Mark Shannon2024-07-261-0/+4
* GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)Mark Shannon2024-07-251-9/+0
* Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (#122083)Ville Skyttä2024-07-231-1/+1
* gh-119698: deprecate ``symtable.Class.get_methods`` (#121902)Bénédikt Tran2024-07-221-0/+16
* gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)Łukasz Langa2024-07-221-2/+13
* Docs: spelling and grammar fixes (#122084)Ville Skyttä2024-07-2218-25/+25
* gh-120522: Apply App Store compliance patch during installation (#121947)Russell Keith-Magee2024-07-211-1/+9
* Delete stale note about mp.Lock.acquire/SIGINT (#120929)Andrey Mishchenko2024-07-211-11/+0
* gh-121977: Add tips for handling unhashable data (#122075)Raymond Hettinger2024-07-211-0/+6
* GH-73991: Support preserving metadata in `pathlib.Path.copytree()` (#121438)Barney Gale2024-07-201-1/+9
* GH-73991: Add `pathlib.Path.rmtree()` (#119060)Barney Gale2024-07-201-0/+28
* Docs: Fix duplicate object description warnings (#122068)Adam Turner2024-07-202-0/+2
* gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340)Rodrigo Oliveira2024-07-191-5/+12
* gh-121160: Note that readline libraries using different history formats. (GH-...Petr Viktorin2024-07-191-0/+4
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-1923-85/+85
* Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (#122004)Kirill Podoprigora2024-07-191-1/+1
* gh-82017: Support as_integer_ratio() in the Fraction constructor (GH-120271)Serhiy Storchaka2024-07-191-9/+18
* gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH-121666)Vlastimil Zíma2024-07-181-0/+14
* gh-121874: Define audit-event open parameters consistently (GH-121883)Bernhard M. Wiedemann2024-07-181-1/+1
* gh-83648: Use versionadded in 'deprecated' description (GH-121877)Zachary Ware2024-07-161-1/+1
* gh-121130: Fix f-string format specifiers with debug expressions (#121150)Pablo Galindo Salgado2024-07-161-3/+1
* gh-59022: Added tests for `pkgutil.extend_path` (#59022) (GH-121673)Andreas Stocker2024-07-161-3/+3
* gh-120522: Revert "Add a `--with-app-store-compliance` configure option to pa...Ned Deily2024-07-161-9/+1
* gh-85453: Fix 'timezone' vs. 'time zone' spelling issues in datetime.rst (#11...edson duarte2024-07-161-24/+24
* gh-84978: Add float.from_number() and complex.from_number() (GH-26827)Serhiy Storchaka2024-07-152-0/+40
* gh-117765: Improve documentation for `mocker.patch.dict` (#121755)Dominic H2024-07-151-1/+2
* gh-57141: Make shallow argument to filecmp.dircmp keyword-only (#121767)Jelle Zijlstra2024-07-141-1/+1
* gh-64308: Remove TestProgram from the unittest docs (GH-121675)Jan Musílek2024-07-141-2/+2
* gh-73159 Added clarifications in multiprocessing docs on that objects are pic...Ulrik Södergren2024-07-131-0/+10
* gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697)mirelagrigoras2024-07-131-1/+1
* gh-96765: Update ConfigParser.read() docs with multi-file read example (#121664)Timon Viola2024-07-131-14/+44
* gh-121333: Clarify what is the default executor for asyncio.run_in_executor (...AN Long2024-07-091-0/+3
* NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)Hugo van Kemenade2024-07-081-1/+1
* gh-121461: Fix os.path.normpath documentation indentation (#121466)CBerJun2024-07-081-1/+1
* GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)Barney Gale2024-07-061-6/+6
* Update example of str.split, bytes.split (#121287)Yuxin Wu2024-07-051-6/+10
* gh-121149: improve accuracy of builtin sum() for complex inputs (gh-121176)Sergey B Kirpichev2024-07-051-0/+4
* gh-90437: Fix __main__.py documentation wording (GH-116309)Ali Tavallaie2024-07-041-3/+3
* gh-61103: Support float and long double complex types in ctypes module (#121248)Sergey B Kirpichev2024-07-031-0/+20
* Docs: Add `os.splice` flags argument (#109847)Amin Alaee2024-07-031-1/+20
* gh-111872: Document the max_children attribute for `socketserver.ForkingMixIn...AN Long2024-07-031-0/+6
* GH-73991: Support copying directory symlinks on older Windows (#120807)Barney Gale2024-07-031-5/+0
* gh-121196: Document `dict.fromkeys` params as pos-only (#121197)sobolevn2024-07-011-1/+1
* gh-120743: Soft deprecate os.popen() function (#120744)Victor Stinner2024-07-011-1/+9
* gh-61103: Support double complex (_Complex) type in ctypes (#120894)Sergey B Kirpichev2024-07-011-0/+18
* gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(...Kirill Podoprigora2024-06-301-0/+2
* gh-120522: Add a `--with-app-store-compliance` configure option to patch out ...Russell Keith-Magee2024-06-301-1/+9
* GH-119054: Add alt text to pathlib inheritance diagram (#121158)Barney Gale2024-06-291-0/+6
* GH-119054: Add "Expanding and resolving paths" section to pathlib docs. (#120...Barney Gale2024-06-291-101/+101