summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* gh-121596: Fix Sharing Interpreter Channels (gh-121597)Eric Snow2024-07-101-0/+18
* gh-120198: Stop the world when setting __class__ on free-threaded build (GH-1...Ken Jin2024-07-101-1/+1
* gh-107851: Fix spurious failures in fcntl eintr tests (#121556)Sam Gross2024-07-101-17/+20
* gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (#12...sobolevn2024-07-102-2/+2
* Improve zipimport tests (GH-121535)Serhiy Storchaka2024-07-101-158/+138
* gh-117657: Skip test when running under TSan (GH-121549)Sam Gross2024-07-092-0/+4
* GH-118926: Better distinguish between pointer and arrays in interpreter gener...Mark Shannon2024-07-091-1/+43
* gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-121503)Eric Snow2024-07-081-7/+0
* GH-119169: Simplify `os.walk()` exception handling (#121435)Barney Gale2024-07-081-50/+34
* GH-121012: Set index to -1 when list iterators become exhausted in tier 2 (GH...Mark Shannon2024-07-081-0/+9
* gh-108297: Update crashers README for test_crashers removal (#121475)Alyssa Coghlan2024-07-081-4/+0
* GH-73991: Fix "Operation not supported" on Fedora buildbot. (#121444)Barney Gale2024-07-071-4/+9
* gh-121351: Skip test_not_wiping_history_file() if no readline (#121422)Sergey B Kirpichev2024-07-061-0/+4
* gh-119909: Fix ``NameError`` in ``asyncio`` REPL (#121341)Kirill Podoprigora2024-07-061-1/+1
* GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)Barney Gale2024-07-064-5/+181
* gh-121359: Run test_pyrepl in isolated mode (#121414)Victor Stinner2024-07-051-1/+4
* gh-121288: Make error message for index() methods consistent (GH-121395)Serhiy Storchaka2024-07-051-1/+1
* gh-121149: improve accuracy of builtin sum() for complex inputs (gh-121176)Sergey B Kirpichev2024-07-051-0/+9
* gh-59110: Fix a debug output for implicit directories (GH-121375)Serhiy Storchaka2024-07-051-2/+4
* gh-121084: Fix test_typing random leaks (#121360)Victor Stinner2024-07-041-0/+6
* gh-59110: zipimport: support namespace packages when no directory entry exist...Serhiy Storchaka2024-07-043-30/+138
* gh-120754: Reduce system calls in full-file FileIO.readall() case (#120755)Cody Maloney2024-07-041-8/+14
* gh-121141: add support for `copy.replace` to AST nodes (#121162)Bénédikt Tran2024-07-041-0/+272
* gh-117983: Defer import of threading for lazy module loading (#120233)Chris Markiewicz2024-07-031-1/+3
* gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable (#1...Tian Gao2024-07-032-3/+23
* gh-121300: Add `replace` to `copy.__all__` (#121302)Max Muoto2024-07-032-3/+8
* gh-121245: a regression test for site.register_readline() (#121259)Sergey B Kirpichev2024-07-031-0/+27
* gh-61103: Support float and long double complex types in ctypes module (#121248)Sergey B Kirpichev2024-07-033-4/+24
* gh-121027: Make the functools.partial object a method descriptor (GH-121089)Serhiy Storchaka2024-07-033-32/+20
* GH-73991: Support copying directory symlinks on older Windows (#120807)Barney Gale2024-07-035-24/+40
* gh-121210: handle nodes with missing attributes/fields in `ast.compare` (#121...Bénédikt Tran2024-07-022-4/+34
* gh-121245: Amend d611c4c8e9 (correct import) (#121255)Sergey B Kirpichev2024-07-021-2/+1
* Move get_signal_name() to test.support (#121251)Victor Stinner2024-07-026-58/+65
* gh-121110: Temporarily Skip test_basic_multiple_interpreters_reset_each (gh-1...Eric Snow2024-07-011-0/+7
* gh-121200: Fix test_expanduser_pwd2() of test_posixpath (#121228)Victor Stinner2024-07-011-3/+8
* gh-121220: Mark test_threaded_weak_value_dict_copy() as CPU-heavy (#121221)Kirill Podoprigora2024-07-011-0/+2
* gh-121200: Log pwd entry in test_expanduser_pwd2() (#121207)Victor Stinner2024-07-011-6/+7
* gh-121084: Call _abc_registry_clear() when checking refleaks (#121191)Victor Stinner2024-07-011-3/+7
* gh-61103: Support double complex (_Complex) type in ctypes (#120894)Sergey B Kirpichev2024-07-013-12/+91
* gh-121188: Sanitize invalid XML characters in regrtest (#121195)Victor Stinner2024-07-013-5/+88
* gh-87744: fix waitpid race while calling send_signal in asyncio (#121126)Kumar Aditya2024-07-012-9/+41
* gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(...Kirill Podoprigora2024-06-302-41/+42
* gh-119372: Recover inf's and zeros in _Py_c_quot (GH-119457)Sergey B Kirpichev2024-06-291-0/+31
* gh-120713: Normalize year with century for datetime.strftime (GH-120820)blhsing2024-06-292-12/+39
* gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)Steve Dower2024-06-281-2/+9
* gh-121018: Fix more cases of exiting in argparse when exit_on_error=False (GH...Serhiy Storchaka2024-06-282-14/+56
* Check for compiler warnings in test_cext on Windows (#121088)Victor Stinner2024-06-284-4/+16
* gh-120804: remove `is_active` method from internal child watchers implementat...Kumar Aditya2024-06-281-6/+0
* gh-121065: Temporarily skip flaky test on free-threaded build (#121100)Sam Gross2024-06-271-0/+1
* gh-105623 Fix performance degradation in logging RotatingFileHandler (GH-105887)Craig Robson2024-06-271-3/+3