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-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10...
Lysandros Nikolaou
2018-11-04
1
-0/+4
*
bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)
Stéphane Wirtel
2018-10-12
1
-0/+1
*
bpo-23596: Use argparse for the command line of gzip (GH-9781)
Stéphane Wirtel
2018-10-09
1
-0/+1
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Victor Stinner
2018-10-09
1
-0/+1
*
bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)
Elvis Pranskevichus
2018-09-22
1
-0/+2
*
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
Victor Stinner
2018-09-17
1
-0/+5
*
bpo-34579: Fix test_embed DEFAULT_CON AIX (GH-9063)
Michael Felt
2018-09-15
1
-0/+2
*
Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (...
Michael Felt
2018-09-13
1
-0/+2
*
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
Benjamin Peterson
2018-09-13
1
-0/+1
*
bpo-34200: Fix non-determinism of test_pkg (GH-9248)
Gregory P. Smith
2018-09-13
1
-0/+3
*
closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076)
Zackery Spytz
2018-09-06
1
-0/+1
*
bpo-34542: Update test certs and keys (GH-8997)
Christian Heimes
2018-08-30
1
-0/+1
*
bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923)
Michael Felt
2018-08-27
1
-0/+1
*
Remove AIX workaround test_subprocess (GH-8939)
Michael Felt
2018-08-26
1
-0/+1
*
Improve error message when mock.assert_has_calls fails (GH-8205)
davidair
2018-08-17
1
-0/+1
*
bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787)
Christian Heimes
2018-08-16
1
-0/+1
*
bpo-34399: 2048 bits RSA keys and DH params (#8762)
Christian Heimes
2018-08-14
1
-0/+1
*
bpo-32663 Make SMTPUTF8SimTests run (#5314)
chason
2018-07-25
1
-0/+2
*
bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters...
Pablo Galindo
2018-06-26
1
-0/+4
*
bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)
Victor Stinner
2018-06-20
1
-0/+1
*
bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795)
Victor Stinner
2018-06-19
1
-4/+2
*
bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791)
Victor Stinner
2018-06-19
1
-0/+4
*
Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protec...
Victor Stinner
2018-06-15
1
-1/+0
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Marcel Plch
2018-06-15
1
-0/+1
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-02
1
-0/+2
*
bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134)
Ned Deily
2018-05-26
1
-0/+2
*
bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612)
Pablo Galindo
2018-04-27
1
-0/+2
*
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276)
Ned Deily
2018-03-28
1
-0/+1
*
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6...
Ned Deily
2018-03-27
1
-0/+2
*
bpo-19417: Add test_bdb.py (GH-5217)
xdegaye
2018-03-18
1
-0/+1
*
bpo-31809: test secp ECDH curves (#4036)
Christian Heimes
2018-02-25
1
-0/+1
*
Update NEWS, docs, and patchlevel for 3.7.0b1
Ned Deily
2018-01-31
5
-10/+0
*
closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441)
Benjamin Peterson
2018-01-30
1
-0/+1
*
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...
Eric Snow
2018-01-30
1
-0/+4
*
bpo-28414: ssl module idna test (#5395)
Christian Heimes
2018-01-29
1
-0/+3
*
bpo-32602: Test ECDSA certs (#5247)
Christian Heimes
2018-01-20
1
-0/+1
*
bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)
Christian Heimes
2018-01-16
1
-0/+1
*
Update docs for 3.7.0a4
Ned Deily
2018-01-09
2
-4/+0
*
bpo-32002: Refactor C locale coercion tests (GH-4369)
Nick Coghlan
2017-12-16
1
-0/+2
*
bpo-32252: Fix faulthandler_suppress_crash_report() (#4794)
Victor Stinner
2017-12-11
1
-0/+2
*
Update NEWS and pydoc topics.
Ned Deily
2017-12-05
7
-17/+0
*
bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (#4720)
Ned Deily
2017-12-05
1
-0/+1
*
bpo-28668: test.support.requires_multiprocessing_queue is removed (GH-4560)
xdegaye
2017-12-01
1
-0/+3
*
Skip test_socket.test_sha256() on linux < 4.5 (#4643)
Victor Stinner
2017-11-30
1
-0/+3
*
bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604)
xdegaye
2017-11-29
1
-0/+2
*
bpo-32136: Separate embedding tests from C API tests (GH-4567)
Nick Coghlan
2017-11-27
1
-0/+3
*
bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)
xdegaye
2017-11-26
1
-0/+2
*
bpo-31174: Fix test_tools.test_unparse (#4102)
Victor Stinner
2017-10-24
1
-0/+3
*
Update PyDoc topics and NEWS blurbs for 3.7.0a1
Ned Deily
2017-09-19
19
-37/+0
*
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
Christian Heimes
2017-09-15
1
-0/+1
[next]