- fe907e1 Issue #16444: test more bytes in support.TESTFN_UNDECODABLE to support more Windows code pages by Victor Stinner · 12 years ago
- d187726 Issue #10966: Remove the concept of unexpected skipped tests. by Brett Cannon · 12 years ago
- ff3d515 Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIX by Victor Stinner · 12 years ago
- ab8b6bd Issue #16414: Test more characters for support.FS_NONASCII by Victor Stinner · 12 years ago
- 90a9d51 Issue #16414: Fix typo in support.TESTFN_NONASCII (useless space) by Victor Stinner · 12 years ago
- 8f049e5 Issue #16414: Fix support.TESTFN_UNDECODABLE and test_genericpath.test_nonascii_abspath() by Victor Stinner · 12 years ago
- 8b219b2 Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCII by Victor Stinner · 12 years ago
- a0c811e Issue #15478: Fix again to fix test_os on Windows by Victor Stinner · 12 years ago
- 292c835 Issue #15478: Raising an OSError doesn't decode or encode the filename anymore by Victor Stinner · 12 years ago
- b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
- 050a61f #15304: merge with 3.2. by Ezio Melotti · 12 years ago
- e418d76 #15304: fix wrong warning message in test.support.temp_cwd(). by Ezio Melotti · 12 years ago
- 835df52 Merge 3.2 by Brian Curtin · 12 years ago
- 6f5c5cb Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 12 years ago
- 2b16844 Issue #15467: Merge 3.2 by Martin v. Löwis · 12 years ago
- 33f7997 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 12 years ago
- 121d59f #15277: Fix a resource leak in support.py when IPv6 is disabled. by Ross Lagerwall · 12 years ago
- 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
- 73d9a29 Issue #13841: Make child processes exit using sys.exit() on Windows by Richard Oudkerk · 12 years ago
- e02ba10 #14885: Make support.skip_unless_xattr check also tempfile by Hynek Schlawack · 12 years ago
- ebdcd85 Move private function _args_from_interpreter_flags() to subprocess.py, so by Antoine Pitrou · 12 years ago
- 77c84f2 #12098: Make multiprocessing's child processes inherit sys.flags on Windows by Richard Oudkerk · 12 years ago
- 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
- 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 13 years ago
- f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
- 934cb18 merged by Alexander Belopolsky · 13 years ago
- b8f02b5 fixed test_imaplib failure on Win by Alexander Belopolsky · 13 years ago
- 5a38f80 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 13 years ago
- 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 13 years ago
- 55bce63 Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess. by Charles-François Natali · 13 years ago
- 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 13 years ago
- 9578757 Issue #14107: test: Fix a deadlock involving the memory watchdog thread. by Charles-François Natali · 13 years ago
- 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
- e9f637b Make "regrtest -j" "-R"-aware by Antoine Pitrou · 13 years ago
- 1635e9c Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 13 years ago
- 13859bf Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 13 years ago
- 4300f69 Update skip message printed by test.support.get_attribute. by Éric Araujo · 13 years ago
- 5b99df6 Collect stats a bit more often by Antoine Pitrou · 13 years ago
- 75e78b6 Use the faulthandler module's infrastructure to write a GIL-less by Antoine Pitrou · 13 years ago
- 1a3ff48 Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
- 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
- 87b3c92 Introduce support.requires_freebsd_version decorator. by Charles-François Natali · 13 years ago
- 2496f33 Close issue 12958 by flagging expected failures in test_socket on Mac OS X by Nick Coghlan · 13 years ago
- 7a18d21 Remove misleading comment and code. by Antoine Pitrou · 13 years ago
- ee763e2 Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
- 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
- e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
- f83e4ac Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
- b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
- 8dbd857 Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
- 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
- 6c51999 Issue #11049: adding some tests to test.support by Eli Bendersky · 13 years ago
- afed6ec Merge from 3.2 by Antoine Pitrou · 13 years ago
- 707f228 Try harder to reap dangling threads in test.support.reap_threads(). by Antoine Pitrou · 13 years ago
- af5bacf Always use repr for regrtest resources names by Éric Araujo · 13 years ago
- 31f4beb add a contextmanager to disable the gc by Benjamin Peterson · 13 years ago
- 13d7db1 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
- 4875c46 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
- bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
- 05d34fc Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore by Victor Stinner · 13 years ago
- bddc4d4 Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore by Victor Stinner · 13 years ago
- a87d586 branch merge? by Brian Curtin · 13 years ago
- c9d6a50 branch merge by Brian Curtin · 13 years ago
- 3e86c99 Merge from 3.2 for Issue #12084. by Brian Curtin · 13 years ago
- d25aef5 Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. by Brian Curtin · 13 years ago
- 3adba1f (Merge 3.2) test.support: don't catch OSError when can_symlink() removes the by Victor Stinner · 13 years ago
- 62ec61f test.support: can_symlink() removes the temporary symbolic link by Victor Stinner · 13 years ago
- 239bb96 Issue #12196: Make test.support's requires_linux_version a decorator. by Charles-François Natali · 13 years ago
- ebbbdaf (Merge 3.2) Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, by Victor Stinner · 13 years ago
- 88701e2 Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file by Victor Stinner · 13 years ago
- fce9233 test.support: add requires_mac_ver() function by Victor Stinner · 13 years ago
- 2d51721 Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than the by Charles-François Natali · 13 years ago
- fea0f4d Issue #12158: Move linux_version() from test_socket to test.support by Victor Stinner · 13 years ago
- cad648c Skip tests that require zlib in the packaging tests. Also add a requires_zlib decorator to test.support. by Ezio Melotti · 13 years ago
- 63db5b6 Merge with 3.2 and also remove captured_output from __all__ (see #7960). by Ezio Melotti · 14 years ago
- 07352b0 Update __all__ and docstring. by Ezio Melotti · 14 years ago
- 6b89340 #7960: merge with 3.2. by Ezio Melotti · 14 years ago
- e728d72 #7960: merge with 3.1. by Ezio Melotti · 14 years ago
- fc778fd #7960: fix docstrings for captured_output and captured_stdout. by Ezio Melotti · 14 years ago
- 32e3fdc #5723: merge with 3.2. by Ezio Melotti · 14 years ago
- 6b60fb9 #5723: merge with 3.1. by Ezio Melotti · 14 years ago
- 3c0d8a1 #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 14 years ago
- 4e03e9d Merge with 3.2. by Ezio Melotti · 14 years ago
- 3659f27 Merge with 3.1. by Ezio Melotti · 14 years ago
- fec3ad1 Change import_fresh_module to work with packages. by Ezio Melotti · 14 years ago
- 3843de3 #11910: merge with 3.2. by Ezio Melotti · 14 years ago
- 313fa9d #11910: merge with 3.1. by Ezio Melotti · 14 years ago
- 199e085 #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. by Ezio Melotti · 14 years ago
- 3a0792d merge 3.2 by Benjamin Peterson · 14 years ago
- 31dc373 merge 3.1 by Benjamin Peterson · 14 years ago
- 262c582 put import_fresh_module in __all__ by Benjamin Peterson · 14 years ago
- 31b8959 Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) by Antoine Pitrou · 14 years ago
- 390ea0f Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) by Antoine Pitrou · 14 years ago
- 9c39f3c Issue #11811: Factor out detection of IPv6 support on the current host by Antoine Pitrou · 14 years ago
- 518b5ae Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and a by Thomas Wouters · 14 years ago
- 5066b03 Fix transmitting warning options to the children when running tests in by Antoine Pitrou · 14 years ago
- e870623 Merge fix for issue #11501 by Antoine Pitrou · 14 years ago
- 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 14 years ago
- ee877a0 Don't leave around a test symlink file. by Brett Cannon · 14 years ago
- 8213caf Merge by Antoine Pitrou · 14 years ago