| Commit message (Expand) | Author | Age | Files | Lines |
* | Close #15494: test.support is now a package rather than a module | Nick Coghlan | 2013-07-28 | 1 | -1989/+0 |
|
|
* | Merge #17987: properly document support.captured_xxx. | R David Murray | 2013-07-11 | 1 | -2/+17 |
|\ |
|
| * | #17987: properly document support.captured_xxx. | R David Murray | 2013-07-11 | 1 | -2/+17 |
|
|
* | | Issue #15767: Excise the remaining instances of ModuleNotFoundError | Brett Cannon | 2013-07-04 | 1 | -8/+8 |
|
|
* | | Issue #18223: Refactor test_tarfile. | Serhiy Storchaka | 2013-06-17 | 1 | -1/+8 |
|\ \
| |/ |
|
| * | Issue #18223: Refactor test_tarfile. | Serhiy Storchaka | 2013-06-17 | 1 | -1/+8 |
|
|
* | | Issue #17177: Stop using imp in a bunch of tests | Brett Cannon | 2013-06-15 | 1 | -4/+4 |
|
|
* | | Move test___all__ over to unittest.main() and use ModuleNotFoundError | Brett Cannon | 2013-06-13 | 1 | -7/+7 |
|
|
* | | Issue #17835: Fix test_io when the default OS pipe buffer size is larger than... | Antoine Pitrou | 2013-04-24 | 1 | -4/+6 |
|\ \
| |/ |
|
| * | Issue #17835: Fix test_io when the default OS pipe buffer size is larger than... | Antoine Pitrou | 2013-04-24 | 1 | -4/+6 |
|
|
* | | Use a larger amount of data for tests such as the interrupted_write | Gregory P. Smith | 2013-03-20 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Use a larger amount of data for tests such as the interrupted_write | Gregory P. Smith | 2013-03-20 | 1 | -3/+3 |
|
|
* | | #11732: merge with 3.3. | Ezio Melotti | 2013-03-07 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | #11732: make suppress_crash_popup() work on Windows XP and Windows Server 2003. | Ezio Melotti | 2013-03-07 | 1 | -1/+3 |
|
|
* | | #11732: merge with 3.3. | Ezio Melotti | 2013-03-05 | 1 | -1/+23 |
|\ \
| |/ |
|
| * | #11732: add a new suppress_crash_popup() context manager to test.support. | Ezio Melotti | 2013-03-05 | 1 | -1/+23 |
|
|
* | | modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIS... | Giampaolo Rodola' | 2013-02-12 | 1 | -11/+6 |
|
|
* | | Issue #17041: Fix testing when Python is configured with the | Serhiy Storchaka | 2013-01-27 | 1 | -4/+10 |
|\ \
| |/ |
|
| * | Issue #17041: Fix testing when Python is configured with the | Serhiy Storchaka | 2013-01-27 | 1 | -4/+10 |
| |\ |
|
| | * | Issue #17041: Fix testing when Python is configured with the | Serhiy Storchaka | 2013-01-27 | 1 | -0/+10 |
|
|
* | | | Merge 3.3. | Stefan Krah | 2013-01-26 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Adapt test_bytes for a build --without-doc-strings. | Stefan Krah | 2013-01-26 | 1 | -0/+4 |
|
|
| * | | (Merge 3.2) Issue #16218, #16414, #16444: Backport FS_NONASCII, | Victor Stinner | 2013-01-03 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE, | Victor Stinner | 2013-01-03 | 1 | -0/+78 |
|
|
| * | | Issue #16218, #16444: Backport improvment on tests for non-ASCII characters | Victor Stinner | 2012-11-12 | 1 | -0/+75 |
|
|
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -6/+6 |
|
|
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -3/+3 |
|
|
* | | | Issue #13390: New function :func:`sys.getallocatedblocks()` returns the numbe... | Antoine Pitrou | 2012-12-09 | 1 | -1/+1 |
|
|
* | | | Issue #16444: test more bytes in support.TESTFN_UNDECODABLE to support more W... | Victor Stinner | 2012-12-04 | 1 | -0/+3 |
|
|
* | | | Issue #10966: Remove the concept of unexpected skipped tests. | Brett Cannon | 2012-11-18 | 1 | -4/+11 |
|
|
* | | | Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIX | Victor Stinner | 2012-11-10 | 1 | -8/+20 |
|
|
* | | | Issue #16414: Test more characters for support.FS_NONASCII | Victor Stinner | 2012-11-06 | 1 | -9/+26 |
|
|
* | | | Issue #16414: Fix typo in support.TESTFN_NONASCII (useless space) | Victor Stinner | 2012-11-06 | 1 | -1/+1 |
|
|
* | | | Issue #16414: Fix support.TESTFN_UNDECODABLE and test_genericpath.test_nonasc... | Victor Stinner | 2012-11-06 | 1 | -1/+5 |
|
|
* | | | Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCII | Victor Stinner | 2012-11-06 | 1 | -0/+31 |
|
|
* | | | Issue #15478: Fix again to fix test_os on Windows | Victor Stinner | 2012-10-31 | 1 | -1/+1 |
|
|
* | | | Issue #15478: Raising an OSError doesn't decode or encode the filename anymore | Victor Stinner | 2012-10-30 | 1 | -0/+11 |
|/ / |
|
* | | compare singletons by identity not equality (closes #16712) | Benjamin Peterson | 2012-10-09 | 1 | -1/+1 |
|
|
* | | #15304: merge with 3.2. | Ezio Melotti | 2012-09-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #15304: fix wrong warning message in test.support.temp_cwd(). | Ezio Melotti | 2012-09-21 | 1 | -1/+1 |
|
|
* | | Merge 3.2 | Brian Curtin | 2012-08-13 | 1 | -2/+66 |
|\ \
| |/ |
|
| * | Fix #15496. Add directory removal helpers to make Windows tests more reliable... | Brian Curtin | 2012-08-13 | 1 | -2/+66 |
|
|
* | | Issue #15467: Merge 3.2 | Martin v. Löwis | 2012-07-29 | 1 | -0/+28 |
|\ \
| |/ |
|
| * | Issue #15467: Move helpers for __sizeof__ tests into test_support. | Martin v. Löwis | 2012-07-29 | 1 | -0/+28 |
|
|
* | | #15277: Fix a resource leak in support.py when IPv6 is disabled. | Ross Lagerwall | 2012-07-07 | 1 | -3/+5 |
|
|
* | | Issue #14626: Large refactoring of functions / parameters in the os module. | Larry Hastings | 2012-06-22 | 1 | -2/+2 |
|
|
* | | Issue #13841: Make child processes exit using sys.exit() on Windows | Richard Oudkerk | 2012-06-14 | 1 | -1/+1 |
|
|
* | | #14885: Make support.skip_unless_xattr check also tempfile | Hynek Schlawack | 2012-05-23 | 1 | -10/+18 |
|
|
* | | Move private function _args_from_interpreter_flags() to subprocess.py, so | Antoine Pitrou | 2012-05-18 | 1 | -2/+1 |
|
|
* | | #12098: Make multiprocessing's child processes inherit sys.flags on Windows | Richard Oudkerk | 2012-05-18 | 1 | -18/+2 |
|
|