1. 02 Nis, 2009 2 kayıt (commit)
  2. 01 Nis, 2009 26 kayıt (commit)
  3. 31 Mar, 2009 12 kayıt (commit)
    • R. David Murray's avatar
      Merged revisions 70930 via svnmerge from · 6af6d264
      R. David Murray yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70930 | r.david.murray | 2009-03-31 19:45:39 -0400 (Tue, 31 Mar 2009) | 3 lines
      
        Fix Windows test skip error revealed by buildbot.  Also a comment spelling
        correction in a previously fixed test.
      ........
      6af6d264
    • R. David Murray's avatar
      Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge · a21e4ca3
      R. David Murray yazdı
      ........
        r70734 | r.david.murray | 2009-03-30 15:04:00 -0400 (Mon, 30 Mar 2009) | 7 lines
      
        Add import_function method to test.test_support, and modify a number of
        tests that expect to be skipped if imports fail or functions don't
        exist to use import_function and import_module.  The ultimate goal is
        to change regrtest to not skip automatically on ImportError.  Checking
        in now to make sure the buldbots don't show any errors on platforms
        I can't direct test on.
      ........
        r70775 | r.david.murray | 2009-03-30 19:05:48 -0400 (Mon, 30 Mar 2009) | 4 lines
      
        Change more tests to use import_module for the modules that
        should cause tests to be skipped.  Also rename import_function
        to the more descriptive get_attribute and add a docstring.
      ........
        r70856 | r.david.murray | 2009-03-31 14:32:17 -0400 (Tue, 31 Mar 2009) | 7 lines
      
        A few more test skips via import_module, and change import_module to
        return the error message produced by importlib, so that if an import
        in the package whose import is being wrapped is what failed the skip
        message will contain the name of that module instead of the name of the
        wrapped module.  Also fixed formatting of some previous comments.
      ........
        r70874 | r.david.murray | 2009-03-31 15:33:15 -0400 (Tue, 31 Mar 2009) | 5 lines
      
        Improve test_support.import_module docstring, remove
        deprecated flag from get_attribute since it isn't likely
        to do anything useful.
      ........
        r70876 | r.david.murray | 2009-03-31 15:49:15 -0400 (Tue, 31 Mar 2009) | 4 lines
      
        Remove the regrtest check that turns any ImportError into a skipped test.
        Hopefully all modules whose imports legitimately result in a skipped
        test have been properly wrapped by the previous commits.
      ........
        r70877 | r.david.murray | 2009-03-31 15:57:24 -0400 (Tue, 31 Mar 2009) | 2 lines
      
        Add NEWS entry for regrtest change.
      ........
      a21e4ca3
    • Benjamin Peterson's avatar
    • Raymond Hettinger's avatar
      d2ee64d9
    • Tarek Ziadé's avatar
      Merged revisions 70920,70922 via svnmerge from · 30911294
      Tarek Ziadé yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70920 | tarek.ziade | 2009-03-31 17:44:10 -0500 (Tue, 31 Mar 2009) | 1 line
      
        catching msvc9compiler error as well
      ........
        r70922 | tarek.ziade | 2009-03-31 17:47:01 -0500 (Tue, 31 Mar 2009) | 1 line
      
        fixed the test for win32 CompileError
      ........
      30911294
    • Georg Brandl's avatar
      Run 2to3 over new script. · 17b9e27a
      Georg Brandl yazdı
      17b9e27a
    • Martin v. Löwis's avatar
      Readd -n. · 369bc0f9
      Martin v. Löwis yazdı
      369bc0f9
    • Tarek Ziadé's avatar
      Merged revisions 70910 via svnmerge from · b2e36f1d
      Tarek Ziadé yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70910 | tarek.ziade | 2009-03-31 17:27:23 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #5583 Added optional Extensions in Distutils
      ........
      b2e36f1d
    • Jesse Noller's avatar
      Merged revisions 70908 via svnmerge from · a9314048
      Jesse Noller yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70908 | jesse.noller | 2009-03-31 17:20:35 -0500 (Tue, 31 Mar 2009) | 1 line
      
        Issue 5619: Pass MS CRT debug flags into subprocesses
      ........
      a9314048
    • Tarek Ziadé's avatar
      Merged revisions 70886,70888-70892 via svnmerge from · baf51804
      Tarek Ziadé yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70886 | tarek.ziade | 2009-03-31 15:50:59 -0500 (Tue, 31 Mar 2009) | 1 line
      
        added tests for the clean command
      ........
        r70888 | tarek.ziade | 2009-03-31 15:53:13 -0500 (Tue, 31 Mar 2009) | 1 line
      
        more tests for the register command
      ........
        r70889 | tarek.ziade | 2009-03-31 15:53:55 -0500 (Tue, 31 Mar 2009) | 1 line
      
        more tests for the upload command
      ........
        r70890 | tarek.ziade | 2009-03-31 15:54:38 -0500 (Tue, 31 Mar 2009) | 1 line
      
        added test to the install_data command
      ........
        r70891 | tarek.ziade | 2009-03-31 15:55:21 -0500 (Tue, 31 Mar 2009) | 1 line
      
        added tests to the install_headers command
      ........
        r70892 | tarek.ziade | 2009-03-31 15:56:11 -0500 (Tue, 31 Mar 2009) | 1 line
      
        making sdist and config test silents
      ........
      baf51804
    • Hirokazu Yamamoto's avatar
      Merged revisions 70879 via svnmerge from · 2ca15013
      Hirokazu Yamamoto yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70879 | hirokazu.yamamoto | 2009-04-01 05:14:04 +0900 | 1 line
      
        Issue #5387: Fixed mmap.move crash by integer overflow. (take2)
      ........
      2ca15013
    • Georg Brandl's avatar
      Add missing label. · 33413cbf
      Georg Brandl yazdı
      33413cbf