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
/
Misc
/
NEWS.d
/
next
/
Tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36816: Update the self-signed.pythontest.net cert (GH-13192)
Gregory P. Smith
2019-05-08
1
-0/+1
*
Merge tag 'v3.8.0a4'
Łukasz Langa
2019-05-07
15
-30/+0
|
\
|
*
Python 3.8.0a4
v3.8.0a4
Łukasz Langa
2019-05-06
15
-30/+0
*
|
bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124)
Gregory P. Smith
2019-05-06
1
-0/+1
|
/
*
bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)
xdegaye
2019-05-03
1
-0/+2
*
bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891)
Gordon P. Hemsley
2019-04-28
2
-0/+3
*
bpo-36719: regrtest always detect uncollectable objects (GH-12951)
Victor Stinner
2019-04-26
1
-0/+4
*
bpo-36725: Refactor regrtest multiprocessing code (GH-12961)
Victor Stinner
2019-04-26
1
-0/+3
*
bpo-36454: Fix test_time.test_monotonic() (GH-12929)
Victor Stinner
2019-04-23
1
-0/+3
*
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner
2019-04-18
1
-0/+1
*
bpo-31904: Port test_resource to VxWorks (GH-12719)
Lihua Zhao
2019-04-17
1
-0/+1
*
bpo-31904: Fix test_tabnanny on VxWorks (GH-12646)
Lihua Zhao
2019-04-17
1
-0/+1
*
bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)
Victor Stinner
2019-04-15
1
-0/+2
*
bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797)
Victor Stinner
2019-04-12
1
-0/+2
*
bpo-36560: Fix reference leak hunting in regrtest (GH-12744)
Victor Stinner
2019-04-09
1
-0/+4
*
bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)
Victor Stinner
2019-04-08
1
-0/+2
*
bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428)
hliu0
2019-03-27
1
-0/+1
*
bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)
Victor Stinner
2019-03-26
1
-0/+1
*
v3.8.0a3
v3.8.0a3
Łukasz Langa
2019-03-25
3
-6/+0
*
bpo-36234: Add more tests to PosixUidGidTests (GH-12234)
Victor Stinner
2019-03-11
1
-0/+2
*
bpo-29571: Fix test_re.test_locale_flag() (GH-12099)
Victor Stinner
2019-02-28
1
-0/+3
*
bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-...
Joannah Nanjekye
2019-02-26
1
-0/+1
*
v3.8.0a2
v3.8.0a2
Łukasz Langa
2019-02-25
8
-18/+0
*
bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...
Ned Deily
2019-02-24
1
-0/+1
*
bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)
Stéphane Wirtel
2019-02-22
1
-0/+2
*
bpo-36037: Fix test_ssl for strict OpenSSL policy (GH-11940)
Victor Stinner
2019-02-19
1
-0/+3
*
bpo-35798: Add test.support.check_syntax_warning(). (#11895)
Serhiy Storchaka
2019-02-19
1
-0/+1
*
bpo-35704: Include correct NEWS entry (GH-11914)
Nick Coghlan
2019-02-18
2
-2/+4
*
bpo-35704: Prevent test_shutil fail result when AIX is 32-bit and MAXDATA < 0...
Michael Felt
2019-02-18
1
-0/+2
*
bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391)
Michael Felt
2019-02-17
1
-0/+2
*
bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...
Matěj Cepl
2019-02-12
1
-0/+2
*
bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772)
Giampaolo Rodola
2019-02-07
1
-0/+3
*
[blurb] v3.8.0a1
Łukasz Langa
2019-02-03
49
-105/+0
*
bpo-35772: Fix test_tarfile on ppc64 (GH-11606)
Victor Stinner
2019-01-21
1
-0/+6
*
bpo-35045: Accept TLSv1 default in min max test (GH-11510)
Christian Heimes
2019-01-18
1
-0/+2
*
bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9...
Michael Felt
2019-01-11
1
-0/+2
*
bpo-33717: pythoninfo logs information of all clocks (GH-11460)
Victor Stinner
2019-01-08
1
-0/+2
*
bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461)
Victor Stinner
2019-01-07
1
-0/+3
*
bpo-35488: Add tests for ** glob matching in pathlib (GH-11171)
Anthony Shaw
2019-01-06
1
-0/+1
*
bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709)
Michael Felt
2018-12-28
1
-0/+2
*
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726)
Michael Felt
2018-12-28
1
-0/+3
*
bpo-27643 - skip test_ctypes test case with XLC compiler. (GH-5164)
Michael Felt
2018-12-26
1
-0/+5
*
bpo-11192: Skip unsupported cases in test_socket on AIX (GH-8954)
Michael Felt
2018-12-26
1
-0/+4
*
bpo-35424: Fix test_multiprocessing_main_handling (GH-11223)
Victor Stinner
2018-12-18
1
-0/+2
*
bpo-31731: Fix test_io.check_interrupted_write() (GH-11225)
Victor Stinner
2018-12-18
1
-0/+4
*
bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200)
Victor Stinner
2018-12-17
1
-0/+3
*
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)
Victor Stinner
2018-12-17
1
-0/+2
*
bpo-34279: regrtest consider that skipped tests are ran (GH-11132)
Victor Stinner
2018-12-14
1
-0/+3
*
bpo-35412: Add testcase to test_future4 (GH-11131)
Victor Stinner
2018-12-12
1
-0/+1
*
Add test for double patching instance methods (#11085)
Anthony Sottile
2018-12-12
1
-0/+2
[next]