1. 20 Apr, 2009 1 commit
  2. 19 Apr, 2009 2 commits
  3. 18 Apr, 2009 5 commits
  4. 17 Apr, 2009 2 commits
  5. 16 Apr, 2009 6 commits
  6. 15 Apr, 2009 4 commits
    • R. David Murray's avatar
      Merged revisions 70873,70904,70934,71490,71553,71579 via svnmerge from · 7cd8f2be
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70873 | josiah.carlson | 2009-03-31 15:32:34 -0400 (Tue, 31 Mar 2009) | 2 lines
      
        This resolves issue 1161031.  Tests pass.
      ........
        r70904 | josiah.carlson | 2009-03-31 17:49:36 -0400 (Tue, 31 Mar 2009) | 3 lines
      
        Made handle_expt_event() be called last, so that we don't accidentally read
        after closing the socket.
      ........
        r70934 | josiah.carlson | 2009-03-31 21:28:11 -0400 (Tue, 31 Mar 2009) | 2 lines
      
        Fix for failing asyncore tests.
      ........
        r71490 | r.david.murray | 2009-04-11 13:52:56 -0400 (Sat, 11 Apr 2009) | 4 lines
      
        Make test_asyncore tests match code changes introduced by the
        fix to Issue1161031, refactoring the test to simplify it in
        the process.
      ........
        r71553 | r.david.murray | 2009-04-12 21:06:46 -0400 (Sun, 12 Apr 2009) | 3 lines
      
        Adjust test_asyncore to account for intentional asyncore behavior change
        introduced by r70934 that was causing a test failure when run under -O.
      ........
        r71579 | r.david.murray | 2009-04-13 12:56:32 -0400 (Mon, 13 Apr 2009) | 2 lines
      
        Add missing NEWS item for issue1161031 fix.
      ........
      7cd8f2be
    • R. David Murray's avatar
      Merged revisions 71631 via svnmerge from · 0ec63513
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71631 | r.david.murray | 2009-04-15 18:33:07 -0400 (Wed, 15 Apr 2009) | 4 lines
      
        Fix for issue3440: add warning to subprocess discussion of
        env parameter that on Windows SystemRoot is required in order
        to run side-by-side assemblies.
      ........
      0ec63513
    • Benjamin Peterson's avatar
      Merged revisions 71627 via svnmerge from · c843a476
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71627 | benjamin.peterson | 2009-04-15 16:26:36 -0500 (Wed, 15 Apr 2009) | 4 lines
      
        call __float__ on str subclasses #5759
      
        tests by R. David Murray
      ........
      c843a476
    • Georg Brandl's avatar
  7. 14 Apr, 2009 2 commits
  8. 13 Apr, 2009 6 commits
  9. 12 Apr, 2009 6 commits
  10. 11 Apr, 2009 5 commits
  11. 10 Apr, 2009 1 commit
    • Guilherme Polo's avatar
      Blocked revisions 71210 via svnmerge · a17f5926
      Guilherme Polo authored
      ........
        r71210 | guilherme.polo | 2009-04-04 23:11:19 -0300 (Sat, 04 Apr 2009) | 1 line
      
        Include tkinter.h only after including tk.h (or the equivalent for another platform).
      ........
      a17f5926