1. 02 Apr, 2010 18 commits
  2. 01 Apr, 2010 3 commits
  3. 31 Mar, 2010 5 commits
  4. 30 Mar, 2010 7 commits
  5. 28 Mar, 2010 2 commits
    • Raymond Hettinger's avatar
      Update itertools recipes. · fc91aa28
      Raymond Hettinger authored
      fc91aa28
    • Florent Xicluna's avatar
      Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from · fd1b0930
      Florent Xicluna authored
      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.
      ........
      fd1b0930
  6. 27 Mar, 2010 5 commits
    • Florent Xicluna's avatar
      Merged revisions 79344,79346,79350 via svnmerge from · c049d870
      Florent Xicluna authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79344 | florent.xicluna | 2010-03-23 15:36:45 +0100 (mar, 23 mar 2010) | 2 lines
      
        Silence test_subprocess.
      ........
        r79346 | florent.xicluna | 2010-03-23 16:05:30 +0100 (mar, 23 mar 2010) | 2 lines
      
        The standard error should be empty when the signal is killed, except on SIGINT.
      ........
        r79350 | florent.xicluna | 2010-03-23 20:19:16 +0100 (mar, 23 mar 2010) | 2 lines
      
        The SIGINT signal may happen earlier, during site.py initialization.
      ........
      c049d870
    • Florent Xicluna's avatar
      Blocked revisions 79288,79295-79296,79334,79378 via svnmerge · d35f1171
      Florent Xicluna authored
      ........
        r79288 | florent.xicluna | 2010-03-22 16:02:46 +0100 (lun, 22 mar 2010) | 2 lines
      
        Get rid of buffer() in test_ctypes:  backport the 3.x tests.
      ........
        r79295 | florent.xicluna | 2010-03-22 17:07:38 +0100 (lun, 22 mar 2010) | 3 lines
      
        Issue #7703: ctypes supports both buffer() and memoryview().  The former is deprecated.
        Complement of r79288.
      ........
        r79296 | florent.xicluna | 2010-03-22 17:36:51 +0100 (lun, 22 mar 2010) | 3 lines
      
        Preserve backward compatibility of the ctypes module.
        "This file should be kept compatible with Python 2.3, see PEP 291."
      ........
        r79334 | florent.xicluna | 2010-03-23 12:07:54 +0100 (mar, 23 mar 2010) | 2 lines
      
        Skip test_format_deprecation if _ctypes is not available.  Add a filter to the warning check.
      ........
        r79378 | florent.xicluna | 2010-03-24 18:32:58 +0100 (mer, 24 mar 2010) | 3 lines
      
        Skip test_ascii_formatd if _ctypes is not available (BSD, ...).
        Previous change was incomplete (r79334).
      ........
      d35f1171
    • Michael Foord's avatar
      Merged revisions 79468 via svnmerge from · bf1fab4a
      Michael Foord authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79468 | michael.foord | 2010-03-27 13:42:34 +0000 (Sat, 27 Mar 2010) | 1 line
      
        Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous).
      ........
      bf1fab4a
    • Michael Foord's avatar
      Blocked revisions 79443 via svnmerge · ff5366d2
      Michael Foord authored
      ........
        r79443 | benjamin.peterson | 2010-03-26 13:53:32 +0000 (Fri, 26 Mar 2010) | 1 line
      
        reorder imports
      ........
      ff5366d2
    • Michael Foord's avatar
      Merged revisions 79442 via svnmerge from · e65d8487
      Michael Foord authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79442 | michael.foord | 2010-03-26 13:07:38 +0000 (Fri, 26 Mar 2010) | 1 line
      
        Makefile.pre.in for the unittest/test directory
      ........
      e65d8487