summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-65824: Add "Help on ..." to the "less" prompt in pydoc (GH-116183)Serhiy Storchaka2024-04-171-15/+22
* gh-117313: Fix re-folding email messages containing non-standard line separat...Serhiy Storchaka2024-04-172-2/+52
* gh-117394: Speed up os.path.ismount() on Posix (GH-117447)Serhiy Storchaka2024-04-171-3/+6
* gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() (GH-...Serhiy Storchaka2024-04-172-1/+12
* gh-117907: Fix test_inspect for the build with enabled tracing references (GH...Serhiy Storchaka2024-04-171-0/+2
* gh-117879: Fix test_httpservers for the build with profiling (GH-117932)Serhiy Storchaka2024-04-171-0/+3
* gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH-117934)Serhiy Storchaka2024-04-172-0/+30
* gh-75171: Fix parsing invalid email address headers starting or ending with a...tsufeki2024-04-173-5/+60
* gh-117923: Catch ``test_webbrowser.test_parse_args_error`` stderr output (#11...Kirill Podoprigora2024-04-171-3/+15
* gh-71966: Move the module docstring from _pydecimal to decimal (GH-117919)Serhiy Storchaka2024-04-172-100/+100
* linecache: Fix docstring location (#117948)Jelle Zijlstra2024-04-161-6/+5
* gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)Victor Stinner2024-04-161-2/+1
* gh-117755: Remove tests on huge memory allocations (#117938)Victor Stinner2024-04-162-97/+2
* gh-117376: Make code objects use deferred reference counting (#117823)Sam Gross2024-04-162-2/+6
* gh-117683: Fix test_free_different_thread failures with GIL disabled (#117685)Sam Gross2024-04-161-2/+6
* gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecation warn...Alex Waygood2024-04-162-1/+26
* gh-117613: Argument Clinic: ensure that 'defining_class' params are positiona...neonene2024-04-161-0/+10
* gh-102402: Fix floating point math issue by using `time.time_ns()` in `loggin...Douglas Thor2024-04-162-6/+50
* gh-117797: Improve `test_descr.test_not_implemented` (#117798)Nikita Sobolev2024-04-161-8/+17
* gh-117613: Enhance test_clinic @defining_class tests (#117896)Victor Stinner2024-04-161-4/+28
* gh-77102: site: try utf-8 and fallback to locale encoding when reading .pth f...Inada Naoki2024-04-161-26/+35
* gh-76785: Fix Windows Refleak in test_interpreters (gh-117913)Eric Snow2024-04-162-6/+7
* gh-117688: Fix deadlock in test_no_stale_references with GIL disabled (#117720)Sam Gross2024-04-151-11/+21
* gh-117657: Add TSAN suppressions for the free-threaded build (#117736)mpage2024-04-151-3/+9
* gh-115532: Minor tweaks to kde() (gh-117897)Raymond Hettinger2024-04-151-11/+23
* gh-112278: Improve error handling in wmi module and tests (GH-117818)Steve Dower2024-04-151-2/+4
* gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...Steve Dower2024-04-153-2/+95
* gh-117889: Fix PGO test in test_peg_generator (#117893)Victor Stinner2024-04-152-3/+2
* GH-117750: When clearing object's dict, clear inline values but leave dict at...Mark Shannon2024-04-151-0/+10
* Add 'The Python 2.3 Method Resolution Order' (#116435)Hugo van Kemenade2024-04-152-2/+2
* gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695)Serhiy Storchaka2024-04-151-11/+81
* gh-117755: Skip test_io.test_constructor() on s390x (#117801)Victor Stinner2024-04-151-1/+11
* gh-117636: Remove redundant type check in `os.path.join()` (#117638)Nice Zombies2024-04-143-6/+4
* gh-115692: Add tests to increase `json` coverage (#115693)Hugo van Kemenade2024-04-144-10/+35
* gh-117348: restore import time performance of configparser (#117703)Jason R. Coombs2024-04-141-13/+11
* GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()` (#117831)Barney Gale2024-04-134-6/+12
* gh-68583: webbrowser: replace `getopt` with `argparse`, add long options (#11...Hugo van Kemenade2024-04-132-52/+127
* gh-102247: http: support rfc9110 status codes (GH-117611)Michiel W. Beijen2024-04-134-18/+27
* GH-117727: Speed up `pathlib.Path.iterdir()` by using `os.scandir()` (#117728)Barney Gale2024-04-121-20/+6
* GH-115060: Speed up `pathlib.Path.glob()` by not scanning literal parts (#117...Barney Gale2024-04-123-11/+40
* gh-115627: Fix ssl test_pha_required_nocert() (#117821)Victor Stinner2024-04-121-1/+5
* gh-117376: Partial implementation of deferred reference counting (#117696)Sam Gross2024-04-121-0/+2
* gh-117764: Add more tests for signatures of builtins (GH-117816)Serhiy Storchaka2024-04-121-34/+265
* gh-117764: Add docstrings and signatures for the types of None, Ellipsis and ...Serhiy Storchaka2024-04-122-3/+3
* gh-76785: Handle Legacy Interpreters Properly (gh-117490)Eric Snow2024-04-113-96/+203
* gh-117649: Fix file descriptor leak in (expected) failing test case (#117780)Sam Gross2024-04-111-0/+3
* gh-117649: Raise ImportError for unsupported modules in free-threaded build (...Sam Gross2024-04-116-30/+74
* gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723)Bruce Merry2024-04-112-12/+19
* gh-101549: fix documentation of xml.etree.ElementInclude (#101550)Mikhail B2024-04-111-6/+7
* gh-115142: Skip ``test_capi/test_opt.py`` if ``_testinternalcapi`` is not ava...Kirill Podoprigora2024-04-111-2/+3