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