summaryrefslogtreecommitdiffstats
path: root/Lib/test/support.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #14371: Support bzip2 in zipfile module.Martin v. Löwis2012-05-011-1/+8
* mergedAlexander Belopolsky2012-04-291-1/+5
|\
| * fixed test_imaplib failure on WinAlexander Belopolsky2012-04-291-1/+5
* | Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-291-1/+30
|\ \ | |/
| * Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-291-1/+30
* | Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess.Charles-François Natali2012-03-241-56/+10
* | Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-2/+2
* | Issue #14107: test: Fix a deadlock involving the memory watchdog thread.Charles-François Natali2012-02-261-0/+10
* | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-0/+1
|\ \ | |/
| * Make "regrtest -j" "-R"-awareAntoine Pitrou2012-02-201-0/+1
* | Issue #13453: Catch EAI_FAIL in support.transient_internet.Charles-François Natali2011-12-101-0/+1
|\ \ | |/
| * Issue #13453: Catch EAI_FAIL in support.transient_internet.Charles-François Natali2011-12-101-0/+1
* | Update skip message printed by test.support.get_attribute.Éric Araujo2011-10-041-2/+1
* | Collect stats a bit more oftenAntoine Pitrou2011-10-041-1/+1
* | Use the faulthandler module's infrastructure to write a GIL-lessAntoine Pitrou2011-10-041-43/+66
* | Start fixing test_bigmem:Antoine Pitrou2011-10-041-36/+61
|\ \ | |/
| * Start fixing test_bigmem:Antoine Pitrou2011-10-041-31/+61
* | Introduce support.requires_freebsd_version decorator.Charles-François Natali2011-10-031-12/+28
* | Close issue 12958 by flagging expected failures in test_socket on Mac OS XNick Coghlan2011-09-191-0/+12
* | Remove misleading comment and code.Antoine Pitrou2011-08-301-2/+1
* | Issue #11564: Avoid crashes when trying to pickle huge objects or containersAntoine Pitrou2011-08-291-5/+6
|\ \ | |/
| * Issue #11564: Avoid crashes when trying to pickle huge objects or containersAntoine Pitrou2011-08-291-5/+6
* | Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-201-1/+1
* | Issue #12626: In regrtest, allow to filter tests using a glob filterAntoine Pitrou2011-07-291-0/+22
|\ \ | |/
| * Issue #12626: In regrtest, allow to filter tests using a glob filterAntoine Pitrou2011-07-291-0/+22
* | Issue #12624: It is now possible to fail after the first failure whenAntoine Pitrou2011-07-231-2/+4
|\ \ | |/
| * Issue #12624: It is now possible to fail after the first failure whenAntoine Pitrou2011-07-231-2/+4
* | Issue #11049: adding some tests to test.supportEli Bendersky2011-07-231-10/+11
* | Merge from 3.2Antoine Pitrou2011-07-151-6/+13
|\ \ | |/
| * Try harder to reap dangling threads in test.support.reap_threads().Antoine Pitrou2011-07-151-6/+13
* | Always use repr for regrtest resources namesÉric Araujo2011-07-151-3/+3
* | add a contextmanager to disable the gcBenjamin Peterson2011-07-141-0/+10
* | Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporaryAntoine Pitrou2011-07-091-0/+1
|\ \ | |/
| * Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporaryAntoine Pitrou2011-07-091-0/+1
* | Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-301-1/+6
* | Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymoreVictor Stinner2011-06-291-10/+3
|\ \ | |/
| * Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymoreVictor Stinner2011-06-291-10/+3
| * branch merge?Brian Curtin2011-06-131-1/+4
| |\
* | \ branch mergeBrian Curtin2011-06-131-1/+1
|\ \ \
| * \ \ Merge from 3.2 for Issue #12084.Brian Curtin2011-06-131-1/+1
| |\ \ \ | | |/ /
| | * | Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.Brian Curtin2011-06-131-1/+1
* | | | (Merge 3.2) test.support: don't catch OSError when can_symlink() removes theVictor Stinner2011-06-071-1/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | test.support: can_symlink() removes the temporary symbolic linkVictor Stinner2011-06-071-1/+4
| |/
* | Issue #12196: Make test.support's requires_linux_version a decorator.Charles-François Natali2011-06-031-9/+28
* | (Merge 3.2) Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes,Victor Stinner2011-06-011-15/+24
|\ \ | |/
| * Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the fileVictor Stinner2011-06-011-1/+29
* | test.support: add requires_mac_ver() functionVictor Stinner2011-06-011-1/+21
* | Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than theCharles-François Natali2011-05-291-1/+8
* | Issue #12158: Move linux_version() from test_socket to test.supportVictor Stinner2011-05-231-0/+8
* | Skip tests that require zlib in the packaging tests. Also add a requires_zli...Ezio Melotti2011-05-191-1/+8