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.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) (GH-3...
Miss Islington (bot)
2022-03-16
1
-0/+42
*
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...
Miss Islington (bot)
2022-03-15
1
-0/+7
*
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Miss Islington (bot)
2022-03-15
1
-0/+8
*
[3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)
Jason R. Coombs
2022-03-13
1
-0/+10
*
[3.9] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH...
Jelle Zijlstra
2022-03-10
7
-12/+6
*
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
Miss Islington (bot)
2022-03-08
1
-0/+9
*
[3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-316...
Miss Islington (bot)
2022-03-07
1
-0/+8
*
bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-3167...
Victor Stinner
2022-03-04
1
-9/+14
*
[3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634)...
Victor Stinner
2022-03-02
14
-52/+112
*
bpo-46756: Fix authorization check in urllib.request (GH-31353)
Miss Islington (bot)
2022-02-25
1
-4/+21
*
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (G...
Miss Islington (bot)
2022-02-23
1
-0/+1
*
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Miss Islington (bot)
2022-02-22
1
-0/+18
*
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469)
Miss Islington (bot)
2022-02-21
2
-8/+15
*
[3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-...
Andrew Svetlov
2022-02-20
1
-0/+19
*
Fix mistake in barry_as_FLUFL test (GH-31392)
Miss Islington (bot)
2022-02-18
1
-1/+1
*
bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
Miss Islington (bot)
2022-02-17
1
-0/+12
*
bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...
Miss Islington (bot)
2022-02-16
1
-0/+2
*
bpo-46615: Don't crash when set operations mutate the sets (GH-31120) (GH-31312)
Dennis Sweeney
2022-02-13
1
-0/+186
*
[3.9] bpo-45948: Remove constructor discrepancy in C version of ElementTree.X...
Jacob Walls
2022-02-13
1
-0/+9
*
[3.9] Fix warning: asyncio.events._event_loop_policy was modified by test_asy...
Andrew Svetlov
2022-02-10
6
-3/+27
*
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
Miss Islington (bot)
2022-02-09
1
-0/+55
*
bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
Miss Islington (bot)
2022-02-09
1
-0/+4
*
bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (G...
Miss Islington (bot)
2022-02-07
2
-18/+18
*
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
Miss Islington (bot)
2022-02-06
1
-0/+2
*
Optimize images by IMGbot (GH-21348)
Miss Islington (bot)
2022-02-04
2
-0/+0
*
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...
Miss Islington (bot)
2022-02-02
1
-3/+14
*
[3.9] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cach...
Petr Viktorin
2022-02-02
1
-0/+35
*
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
Miss Islington (bot)
2022-02-02
1
-4/+11
*
[3.9] bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) (GH-31...
Miss Islington (bot)
2022-02-01
1
-2/+2
*
[3.9] bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821) (GH-31...
Miss Islington (bot)
2022-02-01
1
-0/+7
*
bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (GH-30913)
Miss Islington (bot)
2022-01-28
1
-12/+18
*
bpo-46542: test_json uses support.infinite_recursion() (GH-30972)
Miss Islington (bot)
2022-01-28
1
-6/+13
*
bpo-46539: Pass status of special typeforms to forward references (GH-30926)
Miss Islington (bot)
2022-01-27
1
-0/+14
*
bpo-44734: Fix floating point precision in test_turtle (GH-30910)
Miss Islington (bot)
2022-01-27
1
-1/+1
*
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...
Miss Islington (bot)
2022-01-27
1
-3/+19
*
bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911)
Miss Islington (bot)
2022-01-26
1
-0/+9
*
bpo-41682: fixed flaky test test_sendfile_close_peer_in_the_middle_of_receivi...
Miss Islington (bot)
2022-01-25
1
-5/+7
*
bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)
Miss Islington (bot)
2022-01-25
1
-0/+8
*
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc...
Miss Islington (bot)
2022-01-25
1
-0/+4
*
[3.9] bpo-46426: Improve tests for the dir_fd argument (GH-30668) (GH-30757)
Serhiy Storchaka
2022-01-24
3
-217/+207
*
[3.9] bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (G...
Miss Islington (bot)
2022-01-23
1
-0/+19
*
bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801)
Miss Islington (bot)
2022-01-23
1
-0/+2
*
[3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) ...
Kumar Aditya
2022-01-22
3
-2/+20
*
bpo-46425: fix direct invocation of `asyncio` tests (GH-30725)
Miss Islington (bot)
2022-01-22
6
-2/+25
*
bpo-46442: improve and rename testExceptionCleanupNames (GH-30758)
Miss Islington (bot)
2022-01-22
1
-2/+14
*
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...
Miss Islington (bot)
2022-01-21
2
-0/+22
*
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
Miss Islington (bot)
2022-01-21
1
-0/+21
*
bpo-46080: fix argparse help generation exception in edge case (GH-30111)
Miss Islington (bot)
2022-01-20
1
-2/+5
*
[3.9] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (G...
Nikita Sobolev
2022-01-20
3
-6/+4
*
bpo-46437: remove useless `hasattr` from `test_typing` (GH-30704)
Miss Islington (bot)
2022-01-19
1
-9/+7
[next]