summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-126876: Fix socket internal_select() for large timeout (GH-126968) ...Miss Islington (bot)2024-12-031-0/+30
* gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)Miss Islington (bot)2024-12-021-0/+3
* [3.12] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127...Miss Islington (bot)2024-12-021-0/+5
* [3.12] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127510)Sergey B Kirpichev2024-12-021-0/+23
* [3.12] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-...Miss Islington (bot)2024-12-021-0/+3
* [3.12] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127501)Miss Islington (bot)2024-12-021-0/+2
* [3.12] gh-88110: Clear concurrent.futures.thread._threads_queues after fork t...Miss Islington (bot)2024-11-301-0/+19
* [3.12] gh-127208: Reject null character in _imp.create_dynamic() (#127400) (#...Victor Stinner2024-11-291-0/+13
* [3.12] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-1273...Miss Islington (bot)2024-11-291-1/+5
* [3.12] gh-127190: Fix local_setattro() error handling (GH-127366) (#127368)Miss Islington (bot)2024-11-281-0/+15
* [3.12] gh-124008: Fix calculation of the number of written bytes for the Wind...Miss Islington (bot)2024-11-271-0/+23
* [3.12] gh-109746: Fix race condition in test_start_new_thread_failed (GH-1272...Miss Islington (bot)2024-11-271-2/+2
* [3.12] gh-127183: Add `_ctypes.CopyComPointer` tests (GH-127184) (GH-127252)Miss Islington (bot)2024-11-261-17/+115
* [3.12] gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the fir...Miss Islington (bot)2024-11-251-0/+15
* [3.12] gh-126384: Add tests to verify the behavior of basic COM methods. (GH-...Miss Islington (bot)2024-11-251-0/+188
* [3.12] gh-127217: Fix pathname2url() for paths starting with multiple slashes...Miss Islington (bot)2024-11-241-0/+3
* [3.12] gh-109746: Make _thread.start_new_thread delete state of new thread on...Serhiy Storchaka2024-11-221-0/+35
* [3.12] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)...Serhiy Storchaka2024-11-221-229/+286
* [3.12] GH-127078: `url2pathname()`: handle extra slash before UNC drive in UR...Miss Islington (bot)2024-11-221-1/+1
* [3.12] GH-126766: `url2pathname()`: handle 'localhost' authority (GH-127129) ...Miss Islington (bot)2024-11-221-1/+3
* [3.12] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127098)Serhiy Storchaka2024-11-211-0/+46
* [3.12] gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062)...Miss Islington (bot)2024-11-211-0/+82
* [3.12] gh-126991: Add tests for unpickling bad object state (GH-127031) (GH-1...Miss Islington (bot)2024-11-201-0/+35
* [3.12] GH-85168: Use filesystem encoding when converting to/from `file` URIs ...Miss Islington (bot)2024-11-192-8/+16
* [3.12] gh-126789: Correct sysconfig test exclusions for iOS and Android. (GH-...Russell Keith-Magee2024-11-191-3/+3
* [3.12] gh-126594: Fix typeobject.c wrap_buffer() cast (GH-126754) (#127005)Miss Islington (bot)2024-11-191-0/+15
* [3.12] gh-126909: Fix running xattr tests on systems with lower limits (GH-12...Miss Islington (bot)2024-11-181-3/+3
* [3.12] gh-101955: Fix SystemError in possesive quantifier with alternative an...Miss Islington (bot)2024-11-181-0/+6
* [3.12] gh-67877: Fix memory leaks in terminated RE matching (GH-126840) (GH-1...Serhiy Storchaka2024-11-181-0/+44
* [3.12] gh-124452: Fix header mismatches when folding/unfolding with email mes...Miss Islington (bot)2024-11-171-2/+48
* [3.12] GH-126789: fix some sysconfig data on late site initializationsMiss Islington (bot)2024-11-172-0/+145
* [3.12] gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the...Miss Islington (bot)2024-11-151-1/+13
* [3.12] gh-126413: Add translation tests for getopt and optparse (GH-126698) (...Tomas R.2024-11-156-58/+112
* [3.12] GH-126766: `url2pathname()`: handle empty authority section. (GH-12676...Miss Islington (bot)2024-11-141-5/+5
* [3.12] gh-126807: pygettext: Do not attempt to extract messages from function...Miss Islington (bot)2024-11-141-5/+28
* [3.12] GH-126606: don't write incomplete pyc files (GH-126627) (GH-126810)Miss Islington (bot)2024-11-131-0/+32
* [3.12] gh-126341: add release check to `__iter__` method of `memoryview` (GH-...Miss Islington (bot)2024-11-131-0/+2
* [3.12] gh-104745: Limit starting a patcher more than once without stopping it...Miss Islington (bot)2024-11-131-2/+50
* [3.12] GH-120423: `pathname2url()`: handle forward slashes in Windows paths (...Miss Islington (bot)2024-11-121-0/+5
* [3.12] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH...Bénédikt Tran2024-11-121-0/+8
* [3.12] gh-126451: Revert backports of ABC registrations for contextvars.Conte...Alex Waygood2024-11-122-23/+0
* [3.12] gh-126505: Fix bugs in compiling case-insensitive character classes (G...Miss Islington (bot)2024-11-111-0/+55
* [3.12] gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in Conne...Miss Islington (bot)2024-11-111-5/+12
* [3.12] gh-126499: test_ssl: Don't assume err.reason is a string (GH-126501) (...Miss Islington (bot)2024-11-111-1/+1
* [3.12] gh-117378: Only run the new multiprocessing SysPath test when appropri...Miss Islington (bot)2024-11-101-29/+30
* [3.12] Skip test in test_socket.py if `sys.getrefcount` isn't available (GH-1...Miss Islington (bot)2024-11-101-0/+2
* [3.12] gh-117378: Fix multiprocessing forkserver preload sys.path inheritance...Gregory P. Smith2024-11-101-0/+78
* [3.12] GH-126212: Fix removal of slashes in file URIs on Windows (GH-126214) ...Miss Islington (bot)2024-11-081-2/+9
* [3.12] gh-125679: multiprocessing Lock and RLock - fix invalid representation...Miss Islington (bot)2024-11-071-0/+122
* [3.12] gh-126451: Register contextvars.Context to collections.abc.Mapping (GH...Miss Islington (bot)2024-11-061-0/+14