cpython/Lib/unittest
Florent Xicluna fd1b0930ce Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79297 | florent.xicluna | 2010-03-22 18:18:18 +0100 (lun, 22 mar 2010) | 2 lines

  #7668: Fix test_httpservers failure when sys.executable contains non-ASCII bytes.
........
  r79310 | florent.xicluna | 2010-03-22 23:52:11 +0100 (lun, 22 mar 2010) | 2 lines

  Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only).
........
  r79382 | florent.xicluna | 2010-03-24 20:33:25 +0100 (mer, 24 mar 2010) | 2 lines

  Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available.
........
  r79425 | florent.xicluna | 2010-03-25 21:32:07 +0100 (jeu, 25 mar 2010) | 2 lines

  Syntax cleanup `== None` -> `is None`
........
  r79426 | florent.xicluna | 2010-03-25 21:33:49 +0100 (jeu, 25 mar 2010) | 2 lines

  #8207: Fix test_pep277 on OS X
........
  r79427 | florent.xicluna | 2010-03-25 21:39:10 +0100 (jeu, 25 mar 2010) | 2 lines

  Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest"
........
  r79450 | florent.xicluna | 2010-03-26 20:32:44 +0100 (ven, 26 mar 2010) | 2 lines

  Ensure that the failed or unexpected tests are sorted before printing.
........
2010-03-28 00:25:02 +00:00
..
test Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from 2010-03-28 00:25:02 +00:00
__init__.py Merged revisions 79437 via svnmerge from 2010-03-27 13:25:41 +00:00
__main__.py Merged revisions 79274 via svnmerge from 2010-03-22 02:53:52 +00:00
case.py Merged revisions 79263 via svnmerge from 2010-03-22 00:15:53 +00:00
loader.py Merged revisions 79268 via svnmerge from 2010-03-22 01:46:47 +00:00
main.py Merged revisions 79437 via svnmerge from 2010-03-27 13:25:41 +00:00
result.py Merged revisions 79270 via svnmerge from 2010-03-22 02:02:37 +00:00
runner.py Merged revisions 79437 via svnmerge from 2010-03-27 13:25:41 +00:00
signals.py Merged revisions 79437 via svnmerge from 2010-03-27 13:25:41 +00:00
suite.py Merged revisions 79263 via svnmerge from 2010-03-22 00:15:53 +00:00
util.py Merged revisions 79263 via svnmerge from 2010-03-22 00:15:53 +00:00