1. 27 Oct, 2009 12 commits
  2. 26 Oct, 2009 3 commits
  3. 25 Oct, 2009 4 commits
    • Tarek Ziadé's avatar
      Merged revisions 75704 via svnmerge from · 8f1ab549
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r75704 | tarek.ziade | 2009-10-26 00:08:47 +0100 (Mon, 26 Oct 2009) | 17 lines
      
        Merged revisions 75669-75671 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75669 | tarek.ziade | 2009-10-24 17:10:37 +0200 (Sat, 24 Oct 2009) | 1 line
      
          Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode
        ........
          r75670 | tarek.ziade | 2009-10-24 17:19:03 +0200 (Sat, 24 Oct 2009) | 1 line
      
          fixed finally state in distutils.test_util
        ........
          r75671 | tarek.ziade | 2009-10-24 17:51:30 +0200 (Sat, 24 Oct 2009) | 1 line
      
          fixed warning and error message
        ........
      ................
      8f1ab549
    • R. David Murray's avatar
      Merged revisions 75519 via svnmerge from · fb84eec8
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      regrtest -j support wasn't backported to 3.1, but in 3.1 regrtest itself
      captures stdout, so doing this skip is needed.
      
      ................
        r75519 | r.david.murray | 2009-10-19 12:04:44 -0400 (Mon, 19 Oct 2009) | 12 lines
      
        Note that on py3k we are actually looking at sys.stdout, not sys.__stdout__.
      
        Merged revisions 75518 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75518 | r.david.murray | 2009-10-19 12:01:28 -0400 (Mon, 19 Oct 2009) | 3 lines
      
          Only run test_curses when sys.__stdout__ is a tty.  This eliminates the
          last false positive when running regrtest with -j.
        ........
      ................
      fb84eec8
    • R. David Murray's avatar
      Unblocked revisions 75519 via svnmerge · 87858461
      R. David Murray authored
      ................
        r75519 | r.david.murray | 2009-10-19 12:04:44 -0400 (Mon, 19 Oct 2009) | 12 lines
      
        Note that on py3k we are actually looking at sys.stdout, not sys.__stdout__.
      
        Merged revisions 75518 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75518 | r.david.murray | 2009-10-19 12:01:28 -0400 (Mon, 19 Oct 2009) | 3 lines
      
          Only run test_curses when sys.__stdout__ is a tty.  This eliminates the
          last false positive when running regrtest with -j.
        ........
      ................
      87858461
    • Mark Dickinson's avatar
      Blocked revisions 75698 via svnmerge · dc0e5c92
      Mark Dickinson authored
      ................
        r75698 | mark.dickinson | 2009-10-25 20:43:34 +0000 (Sun, 25 Oct 2009) | 10 lines
      
        Merged revisions 75697 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75697 | mark.dickinson | 2009-10-25 20:39:06 +0000 (Sun, 25 Oct 2009) | 3 lines
      
          Issue #1087418: Small performance boost for bitwise operations on longs.
          Initial patch by Gregory Smith;  some tweaks added.
        ........
      ................
      dc0e5c92
  4. 24 Oct, 2009 1 commit
  5. 23 Oct, 2009 3 commits
  6. 20 Oct, 2009 3 commits
  7. 19 Oct, 2009 7 commits
    • Antoine Pitrou's avatar
      Merged revisions 75537,75539 via svnmerge from · f0b3cd9c
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r75537 | antoine.pitrou | 2009-10-19 21:37:25 +0200 (lun., 19 oct. 2009) | 3 lines
      
        egreen is Derk Drukker + fix NEWS formatting
      ........
        r75539 | antoine.pitrou | 2009-10-19 21:43:09 +0200 (lun., 19 oct. 2009) | 4 lines
      
        Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows
        platforms, and assorted locale fixes by Derk Drukker.
      ........
      f0b3cd9c
    • R. David Murray's avatar
      Merged revisions 75535 via svnmerge from · 1ac1416b
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r75535 | r.david.murray | 2009-10-19 15:12:38 -0400 (Mon, 19 Oct 2009) | 6 lines
      
        Add 'idlelib' to modules, and add a new table for the Tools, with one
        entry for which I noticed an active maintainer.
      
        IMO, if a tool doesn't get put on this list with at least one maintainer
        it may be in danger of being deleted by and by...
      ........
      1ac1416b
    • Antoine Pitrou's avatar
      Merged revisions 75533 via svnmerge from · 0943d0ae
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r75533 | antoine.pitrou | 2009-10-19 20:22:37 +0200 (lun., 19 oct. 2009) | 14 lines
      
        Merged revisions 75531-75532 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75531 | antoine.pitrou | 2009-10-19 20:17:18 +0200 (lun., 19 oct. 2009) | 4 lines
      
          Issue #5833: Fix extra space character in readline completion with the
          GNU readline library version 6.0.
        ........
          r75532 | antoine.pitrou | 2009-10-19 20:20:21 +0200 (lun., 19 oct. 2009) | 3 lines
      
          NEWS entry for r75531.
        ........
      ................
      0943d0ae
    • R. David Murray's avatar
      Blocked revisions 75526 via svnmerge · 73125756
      R. David Murray authored
      ........
        r75526 | r.david.murray | 2009-10-19 12:53:55 -0400 (Mon, 19 Oct 2009) | 4 lines
      
        Since all regrtest -j output is now done in the main thread we are no
        longer using the print lock, so remove it.
      ........
      73125756
    • R. David Murray's avatar
      Blocked revisions 75522 via svnmerge · e6645f52
      R. David Murray authored
      ........
        r75522 | r.david.murray | 2009-10-19 12:15:22 -0400 (Mon, 19 Oct 2009) | 4 lines
      
        The stdout from tests is no longer compared against anything (not even
        to make sure it is empty), so eliminate the message that says running
        under verbose is different from running without it.
      ........
      e6645f52
    • R. David Murray's avatar
      Blocked revisions 75519 via svnmerge · f96207fc
      R. David Murray authored
      ................
        r75519 | r.david.murray | 2009-10-19 12:04:44 -0400 (Mon, 19 Oct 2009) | 12 lines
      
        Note that on py3k we are actually looking at sys.stdout, not sys.__stdout__.
      
        Merged revisions 75518 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75518 | r.david.murray | 2009-10-19 12:01:28 -0400 (Mon, 19 Oct 2009) | 3 lines
      
          Only run test_curses when sys.__stdout__ is a tty.  This eliminates the
          last false positive when running regrtest with -j.
        ........
      ................
      f96207fc
    • R. David Murray's avatar
      Blocked revisions 75513 via svnmerge · d36172c2
      R. David Murray authored
      ................
        r75513 | r.david.murray | 2009-10-19 11:26:16 -0400 (Mon, 19 Oct 2009) | 18 lines
      
        Merged revisions 75503 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75503 | r.david.murray | 2009-10-18 17:12:37 -0400 (Sun, 18 Oct 2009) | 11 lines
      
          Issue #7151: regrtest would generate a JSON failure if there was output
          to stderr during the test run and it happened to get emitted after the
          worker thread emitted the result JSON.  Now we capture stdout and stderr
          separately, which avoids that problem.  It also means that _all_ stderr
          output is after all stdout output when we print the test results, but
          that seems acceptable, since output ordering is not guaranteed anyway.
          The patch also moves the emit of the test name into the output block
          generated after the test completes.  Otherwise test names and test
          output/errors were mixed in the terminal display, making it difficult
          to determine which test generated the output.
        ........
      ................
      d36172c2
  8. 18 Oct, 2009 5 commits
    • R. David Murray's avatar
      Blocked revisions 75504 via svnmerge · b41403c0
      R. David Murray authored
      ........
        r75504 | r.david.murray | 2009-10-18 18:18:17 -0400 (Sun, 18 Oct 2009) | 2 lines
      
        Clean up merge of r75400.
      ........
      b41403c0
    • Nick Coghlan's avatar
      Blocked revisions 75493 via svnmerge · c58d78f8
      Nick Coghlan authored
      ................
        r75493 | nick.coghlan | 2009-10-18 23:19:33 +1000 (Sun, 18 Oct 2009) | 75 lines
      
        Note that a number of the changes listed below were not applicable to the Py3k branch, and hence the corresponding
        files are unchanged in this checkin. This checkin is also the first time the environment checking in regrtest has
        been forward ported to the Py3k branch.
      
        This checkin causes test_xmlrpc to fail - see issue 7165 (it's a bug in the 3.x version of xmlrpc.server)
        I am also getting a failure in test_telnetlib, but it isn't clear yet if that is due to these changes.
      
        Recorded merge of revisions 75400-75401,75404,75406,75414,75416,75422,75425-75428,75435,75439,75441-75444,75447-75449,75451-75453,75455-75458,75460-75469,75471-75473,75475-75477,75479-75481,75483,75486-75489 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75400 | r.david.murray | 2009-10-14 23:58:07 +1000 (Wed, 14 Oct 2009) | 6 lines
      
          Enhanced Issue 7058 patch, which will not be backported.  Refactors the
          code, adds checks for stdin/out/err, cwd, and sys.path, and adds a new
          section in the summary for tests that modify the environment (thanks to
          Ezio Melotti for that suggestion).
        ........
          r75453 | nick.coghlan | 2009-10-17 16:33:05 +1000 (Sat, 17 Oct 2009) | 1 line
      
          Correctly restore sys.stdout in test_descr
        ........
          r75456 | nick.coghlan | 2009-10-17 17:30:40 +1000 (Sat, 17 Oct 2009) | 1 line
      
          Enhancement to the new environment checking code to print the changed items under -vv. Also includes a small tweak to allow underscores in the names of resources.
        ........
          r75457 | nick.coghlan | 2009-10-17 17:34:27 +1000 (Sat, 17 Oct 2009) | 1 line
      
          Formatting tweak so that before and after values are vertically aligned
        ........
          r75458 | nick.coghlan | 2009-10-17 18:21:21 +1000 (Sat, 17 Oct 2009) | 1 line
      
          Check and revert expected sys.path alterations
        ........
          r75461 | nick.coghlan | 2009-10-18 00:40:54 +1000 (Sun, 18 Oct 2009) | 1 line
      
          Restore original sys.path when running TTK tests
        ........
          r75462 | nick.coghlan | 2009-10-18 01:09:41 +1000 (Sun, 18 Oct 2009) | 1 line
      
          Don't invoke reload(sys) and use StringIO objects instead of real files to capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs)
        ........
          r75463 | nick.coghlan | 2009-10-18 01:23:08 +1000 (Sun, 18 Oct 2009) | 1 line
      
          Revert changes made to environment in test_httpservers
        ........
          r75465 | nick.coghlan | 2009-10-18 01:45:52 +1000 (Sun, 18 Oct 2009) | 1 line
      
          Move restoration of the os.environ object into the context manager where it belongs
        ........
          r75466 | nick.coghlan | 2009-10-18 01:48:16 +1000 (Sun, 18 Oct 2009) | 1 line
      
          Also check and restore identity of sys.path, sys.argv and os.environ rather than just their values (this picked up a few more misbehaving tests)
        ........
          r75467 | nick.coghlan | 2009-10-18 01:57:42 +1000 (Sun, 18 Oct 2009) | 1 line
      
          Avoid replacing existing modules and sys.path in import tests
        ........
          r75468 | nick.coghlan | 2009-10-18 02:19:51 +1000 (Sun, 18 Oct 2009) | 1 line
      
          Don't replace sys.path in test_site
        ........
          r75481 | nick.coghlan | 2009-10-18 15:38:48 +1000 (Sun, 18 Oct 2009) | 1 line
      
          Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests...
        ........
          r75486 | nick.coghlan | 2009-10-18 20:29:10 +1000 (Sun, 18 Oct 2009) | 1 line
      
          Silence a deprecation warning by using the appropriate replacement construct
        ........
          r75489 | nick.coghlan | 2009-10-18 20:56:21 +1000 (Sun, 18 Oct 2009) | 1 line
      
          Restore sys.path in test_tk
        ........
      ................
      c58d78f8
    • Tarek Ziadé's avatar
      Merged revisions 75491 via svnmerge from · 3a6d72ff
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r75491 | tarek.ziade | 2009-10-18 13:34:51 +0200 (Sun, 18 Oct 2009) | 9 lines
      
        Merged revisions 75485 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75485 | tarek.ziade | 2009-10-18 11:28:26 +0200 (Sun, 18 Oct 2009) | 1 line
      
          Changed distutils tests to avoid environment alteration
        ........
      ................
      3a6d72ff
    • Senthil Kumaran's avatar
      Manually merging the changes from r75476 · 5c990290
      Senthil Kumaran authored
      5c990290
    • Benjamin Peterson's avatar
      Merged revisions 75472 via svnmerge from · b8ecc4d1
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r75472 | benjamin.peterson | 2009-10-17 19:32:49 -0500 (Sat, 17 Oct 2009) | 1 line
      
        correct porting error with raise #7161
      ........
      b8ecc4d1
  9. 16 Oct, 2009 1 commit
  10. 14 Oct, 2009 1 commit