1. 01 Feb, 2009 1 commit
  2. 31 Jan, 2009 2 commits
  3. 29 Jan, 2009 6 commits
  4. 28 Jan, 2009 3 commits
    • Raymond Hettinger's avatar
      Issue 4920: Fixed next() vs __next__() issues in the ABCs · c9794485
      Raymond Hettinger authored
      for Iterator and MutableSet.  Also added thorough test for
      required abstractmethods.
      c9794485
    • Guilherme Polo's avatar
      Blocked revisions 69060-69063 via svnmerge · 84abf9de
      Guilherme Polo authored
      ........
        r69060 | guilherme.polo | 2009-01-28 17:23:28 -0200 (Wed, 28 Jan 2009) | 2 lines
      
        Added support for collecting tests only from specific packages.
      ........
        r69061 | guilherme.polo | 2009-01-28 17:28:04 -0200 (Wed, 28 Jan 2009) | 4 lines
      
        * Renaming test_tk_* to test_ttk_* since that is what they are testing.
        * Added ttk tests to the expected skips mapping just like where test_tcl
        was expected to be skipped too.
      ........
        r69062 | guilherme.polo | 2009-01-28 18:02:01 -0200 (Wed, 28 Jan 2009) | 1 line
      
        Make sure the root windows gets destroyed
      ........
        r69063 | guilherme.polo | 2009-01-28 18:03:26 -0200 (Wed, 28 Jan 2009) | 2 lines
      
        Issue #5083: New 'gui' resource for regrtest.
      ........
      84abf9de
    • Guilherme Polo's avatar
      Blocked revisions 69050,69053 via svnmerge · 25c55f70
      Guilherme Polo authored
      ........
        r69050 | guilherme.polo | 2009-01-28 11:09:03 -0200 (Wed, 28 Jan 2009) | 2 lines
      
        Added the ttk module. See issue #2983: Ttk support for Tkinter.
      ........
        r69053 | guilherme.polo | 2009-01-28 13:56:01 -0200 (Wed, 28 Jan 2009) | 2 lines
      
        Demos for ttk added.
      ........
      25c55f70
  5. 27 Jan, 2009 3 commits
  6. 26 Jan, 2009 7 commits
  7. 25 Jan, 2009 5 commits
  8. 24 Jan, 2009 5 commits
  9. 21 Jan, 2009 1 commit
  10. 20 Jan, 2009 2 commits
  11. 19 Jan, 2009 3 commits
    • Benjamin Peterson's avatar
      Merged revisions 68779 via svnmerge from · 29d93816
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68779 | benjamin.peterson | 2009-01-19 11:37:42 -0600 (Mon, 19 Jan 2009) | 1 line
      
        make bad file descriptor tests more robust
      ........
      29d93816
    • Benjamin Peterson's avatar
      Merged revisions 68755 via svnmerge from · 61b8e940
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68755 | benjamin.peterson | 2009-01-18 18:08:08 -0600 (Sun, 18 Jan 2009) | 1 line
      
        raise an OSError for invalid fds #4991
      ........
      61b8e940
    • Benjamin Peterson's avatar
      Merged revisions 68610,68621-68622,68649 via svnmerge from · f5def21c
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68610 | kristjan.jonsson | 2009-01-15 03:09:13 -0600 (Thu, 15 Jan 2009) | 3 lines
      
        Fix recently introduced test cases.
        For datetime, gentoo didn't seem to mind the %e format for strftime.  So, we just excercise those instead making sure that we don't crash.
        For test_os, two cases were incorrect.
      ........
        r68621 | kristjan.jonsson | 2009-01-15 16:40:03 -0600 (Thu, 15 Jan 2009) | 1 line
      
        Fix two test cases in test_os.  ftruncate raises IOError unlike all the others which raise OSError.  And close() on some platforms doesn't complain when given an invalid file descriptor.
      ........
        r68622 | kristjan.jonsson | 2009-01-15 16:46:26 -0600 (Thu, 15 Jan 2009) | 1 line
      
        Make all the invalid fd tests for os subject to the function being available.
      ........
        r68649 | benjamin.peterson | 2009-01-16 22:39:05 -0600 (Fri, 16 Jan 2009) | 1 line
      
        trying to find some fpathconf() settings that all unixs support...
      ........
      f5def21c
  12. 18 Jan, 2009 2 commits