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
*
Python 3.9.0b4
v3.9.0b4
Łukasz Langa
2020-07-02
8
-18/+0
*
[3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii chara...
Serhiy Storchaka
2020-06-25
1
-0/+2
*
[3.9] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20947)
Christian Heimes
2020-06-25
1
-0/+2
*
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
Miss Islington (bot)
2020-06-23
1
-0/+2
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944...
Victor Stinner
2020-06-18
1
-0/+4
*
bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945)
Victor Stinner
2020-06-17
1
-0/+3
*
bpo-40964: disable remote IMAP tests (GH-20836)
Christian Heimes
2020-06-12
1
-0/+2
*
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
Miss Islington (bot)
2020-06-11
1
-0/+1
*
bpo-40927: Fix test_binhex when run twice (GH-20764) (GH-20789)
Victor Stinner
2020-06-10
1
-0/+2
*
Python 3.9.0b2
v3.9.0b2
Łukasz Langa
2020-06-08
1
-1/+0
*
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
Miss Islington (bot)
2020-06-04
1
-0/+1
*
Python 3.9.0b1
v3.9.0b1
Łukasz Langa
2020-05-18
2
-4/+0
*
bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)
Victor Stinner
2020-05-15
1
-0/+3
*
bpo-40436: Fix code parsing gdb version (GH-19792)
Victor Stinner
2020-04-29
1
-0/+1
*
Python 3.9.0a6
v3.9.0a6
Łukasz Langa
2020-04-27
8
-13/+0
*
bpo-39793: use the same domain on make_msgid tests (#18698)
Batuhan Taşkaya
2020-04-16
1
-0/+1
*
bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048)
Sebastian Pedersen
2020-04-13
1
-0/+3
*
bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448)
pxinwr
2020-04-09
1
-0/+1
*
bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)
Victor Stinner
2020-04-03
1
-0/+1
*
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)
Victor Stinner
2020-04-02
1
-0/+1
*
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner
2020-03-31
1
-0/+1
*
bpo-40003: test.bisect_cmd copies Python options (GH-19246)
Victor Stinner
2020-03-31
1
-0/+3
*
bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...
Peter Donis
2020-03-26
1
-0/+2
*
Python 3.9.0a5
v3.9.0a5
Łukasz Langa
2020-03-23
4
-8/+0
*
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
Victor Stinner
2020-03-20
1
-0/+2
*
bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)
Victor Stinner
2020-03-18
1
-0/+2
*
bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#...
Matthias Braun
2020-03-17
1
-0/+1
*
bpo-39855: Fix test_subprocess if nobody user doesn't exist (GH-18781)
Victor Stinner
2020-03-05
1
-0/+3
*
Python 3.9.0a4
v3.9.0a4
Łukasz Langa
2020-02-25
2
-3/+0
*
bpo-38325: Skip non-BMP tests of test_winconsoleio (GH-18448)
Victor Stinner
2020-02-10
1
-0/+1
*
bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)
Victor Stinner
2020-01-30
1
-0/+2
*
Python 3.9.0a2
v3.9.0a2
Łukasz Langa
2019-12-18
13
-34/+0
*
bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652)
Victor Stinner
2019-12-18
1
-0/+3
*
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)
Victor Stinner
2019-12-17
1
-0/+2
*
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
Victor Stinner
2019-12-11
1
-2/+5
*
bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)
Victor Stinner
2019-12-10
1
-0/+3
*
bpo-38992: avoid fsum test failure from constant-folding (GH-17513)
Mark Dickinson
2019-12-09
1
-0/+1
*
bpo-38547: Fix test_pty if the process is the session leader (GH-17519)
Victor Stinner
2019-12-09
1
-0/+3
*
bpo-38669: patch.object now raises a helpful error (GH17034)
Elena Oat
2019-12-08
1
-0/+1
*
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner
2019-12-08
1
-0/+5
*
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
Victor Stinner
2019-12-04
1
-0/+3
*
bpo-38692: Skip test_posix.test_pidfd_open() on EPERM (GH-17290)
Victor Stinner
2019-11-21
1
-0/+3
*
bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314)
Victor Stinner
2019-11-21
1
-0/+1
*
bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-...
xdegaye
2019-11-20
1
-0/+2
*
Merge tag 'v3.9.0a1'
Łukasz Langa
2019-11-20
48
-115/+0
|
\
|
*
Python 3.9.0a1
v3.9.0a1
Łukasz Langa
2019-11-19
48
-115/+0
*
|
bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor...
Pablo Galindo
2019-11-19
1
-0/+3
*
|
bpo-38839: Fix some unused functions in tests (GH-17189)
Adam Johnson
2019-11-19
1
-0/+1
|
/
*
bpo-38614: Increase asyncio test_communicate() timeout (GH-16995)
Victor Stinner
2019-10-30
1
-0/+2
*
bpo-38614: Add timeout constants to test.support (GH-16964)
Victor Stinner
2019-10-30
1
-0/+4
[next]