summaryrefslogtreecommitdiff
path: root/Lib/test/support.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-3/+3
* Issue #13390: New function :func:`sys.getallocatedblocks()` returns the numbe...Antoine Pitrou2012-12-091-1/+1
* Issue #16444: test more bytes in support.TESTFN_UNDECODABLE to support more W...Victor Stinner2012-12-041-0/+3
* Issue #10966: Remove the concept of unexpected skipped tests.Brett Cannon2012-11-171-4/+11
* Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIXVictor Stinner2012-11-101-8/+20
* Issue #16414: Test more characters for support.FS_NONASCIIVictor Stinner2012-11-061-9/+26
* Issue #16414: Fix typo in support.TESTFN_NONASCII (useless space)Victor Stinner2012-11-061-1/+1
* Issue #16414: Fix support.TESTFN_UNDECODABLE and test_genericpath.test_nonasc...Victor Stinner2012-11-061-1/+5
* Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCIIVictor Stinner2012-11-061-0/+31
* Issue #15478: Fix again to fix test_os on WindowsVictor Stinner2012-10-311-1/+1
* Issue #15478: Raising an OSError doesn't decode or encode the filename anymoreVictor Stinner2012-10-301-0/+11
* compare singletons by identity not equality (closes #16712)Benjamin Peterson2012-10-091-1/+1
* #15304: merge with 3.2.Ezio Melotti2012-09-211-1/+1
|\
| * #15304: fix wrong warning message in test.support.temp_cwd().Ezio Melotti2012-09-211-1/+1
* | Merge 3.2Brian Curtin2012-08-131-2/+66
|\ \ | |/
| * Fix #15496. Add directory removal helpers to make Windows tests more reliable...Brian Curtin2012-08-131-2/+66
* | Issue #15467: Merge 3.2Martin v. Löwis2012-07-291-0/+28
|\ \ | |/
| * Issue #15467: Move helpers for __sizeof__ tests into test_support.Martin v. Löwis2012-07-291-0/+28
* | #15277: Fix a resource leak in support.py when IPv6 is disabled.Ross Lagerwall2012-07-071-3/+5
* | Issue #14626: Large refactoring of functions / parameters in the os module.Larry Hastings2012-06-221-2/+2
* | Issue #13841: Make child processes exit using sys.exit() on WindowsRichard Oudkerk2012-06-141-1/+1
* | #14885: Make support.skip_unless_xattr check also tempfileHynek Schlawack2012-05-231-10/+18
* | Move private function _args_from_interpreter_flags() to subprocess.py, soAntoine Pitrou2012-05-181-2/+1
* | #12098: Make multiprocessing's child processes inherit sys.flags on WindowsRichard Oudkerk2012-05-181-18/+2
* | Issue #14366: Support lzma compression in zip files.Martin v. Löwis2012-05-131-1/+8
* | Issue #14082: shutil.copy2() now copies extended attributes, if possible.Antoine Pitrou2012-05-121-0/+29
* | 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-211-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-051-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-211-1/+1
* | Issue #12626: In regrtest, allow to filter tests using a glob filterAntoine Pitrou2011-07-291-0/+22
|\ \ | |/