1. 07 Feb, 2009 3 commits
    • Guilherme Polo's avatar
      Blocked revisions 69404 via svnmerge · f1a2ebfe
      Guilherme Polo authored
      ........
        r69404 | guilherme.polo | 2009-02-07 00:20:29 -0200 (Sat, 07 Feb 2009) | 2 lines
      
        Eliminated the need to use ttk.__loadtk__ and the problems related it.
      ........
      f1a2ebfe
    • Guilherme Polo's avatar
      Blocked revisions 69377 via svnmerge · b1aae9f3
      Guilherme Polo authored
      ........
        r69377 | guilherme.polo | 2009-02-06 20:48:07 -0200 (Fri, 06 Feb 2009) | 5 lines
      
        Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will
        not be used again (this requires Tcl/Tk 8.3.1), also fix a memory
        leak in Tkapp_Call when calling from a thread different than the one that
        created the Tcl interpreter.
      ........
      b1aae9f3
    • Tarek Ziadé's avatar
      Blocked revisions 69385 via svnmerge · 6c207f99
      Tarek Ziadé authored
      ........
        r69385 | tarek.ziade | 2009-02-07 01:05:39 +0100 (Sat, 07 Feb 2009) | 1 line
      
        #3986 replacing string and types call (like in the Py3k branch), and put exec_msg call at the right place
      ........
      6c207f99
  2. 06 Feb, 2009 10 commits
    • Guilherme Polo's avatar
      Blocked revisions 69050,69060-69061,69169,69195,69211-69212 via svnmerge · 5132d813
      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.
      ........
        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.
      ........
        r69169 | guilherme.polo | 2009-02-01 00:56:16 -0200 (Sun, 01 Feb 2009) | 3 lines
      
        Restore Tkinter.Tk._loadtk so this test doesn't fail for problems
        related to ttk.
      ........
        r69195 | guilherme.polo | 2009-02-01 22:38:54 -0200 (Sun, 01 Feb 2009) | 3 lines
      
        Use a single Tcl interpreter through all these tests, this may help some
        failing buildbots.
      ........
        r69211 | guilherme.polo | 2009-02-02 18:23:29 -0200 (Mon, 02 Feb 2009) | 1 line
      
        Restore the previous geometry before leaving the test
      ........
        r69212 | guilherme.polo | 2009-02-02 18:28:59 -0200 (Mon, 02 Feb 2009) | 1 line
      
        Moving to importlib
      ........
      5132d813
    • Guilherme Polo's avatar
      Merged revisions 69376 via svnmerge from · c8a20daa
      Guilherme Polo authored
      svn+ssh://pythondev/python/trunk
      
      ........
        r69376 | guilherme.polo | 2009-02-06 20:26:22 -0200 (Fri, 06 Feb 2009) | 3 lines
      
        Partial fix to issue #1731706: memory leak in Tkapp_Call when calling
        from a thread different than the one that created the Tcl interpreter.
      ........
      c8a20daa
    • Tarek Ziadé's avatar
      Blocked revisions 69366 via svnmerge · 5ef3fdc0
      Tarek Ziadé authored
      ........
        r69366 | tarek.ziade | 2009-02-06 14:27:38 +0100 (Fri, 06 Feb 2009) | 1 line
      
        Fixed #5167: test_customize_compiler does not apply under non unix compilers
      ........
      5ef3fdc0
    • Tarek Ziadé's avatar
      Blocked revisions 69360 via svnmerge · b4aefe99
      Tarek Ziadé authored
      ........
        r69360 | tarek.ziade | 2009-02-06 09:55:23 +0100 (Fri, 06 Feb 2009) | 1 line
      
        removed types usage and added test coverage (work for #3986)
      ........
      b4aefe99
    • Tarek Ziadé's avatar
      Blocked revisions 69356 via svnmerge · 588809e0
      Tarek Ziadé authored
      ........
        r69356 | tarek.ziade | 2009-02-06 09:20:15 +0100 (Fri, 06 Feb 2009) | 1 line
      
        Fixed #3987 : removed unused import
      ........
      588809e0
    • Tarek Ziadé's avatar
      Blocked revisions 69342 via svnmerge · 5f34bd96
      Tarek Ziadé authored
      ........
        r69342 | tarek.ziade | 2009-02-06 02:15:51 +0100 (Fri, 06 Feb 2009) | 1 line
      
        fixed #1520877: now distutils reads Read  from the environment/Makefile
      ........
      5f34bd96
    • Eric Smith's avatar
      Blocked revisions 69331 via svnmerge · d9dca26a
      Eric Smith authored
      ........
        r69331 | eric.smith | 2009-02-05 19:48:26 -0500 (Thu, 05 Feb 2009) | 2 lines
      
        Implement issue #4285, convert sys.version_info to a named
        tuple. Patch by Ross Light.
      ........
      d9dca26a
    • Tarek Ziadé's avatar
      Blocked revisions 69332 via svnmerge · 4c02b546
      Tarek Ziadé authored
      ........
        r69332 | tarek.ziade | 2009-02-06 01:49:45 +0100 (Fri, 06 Feb 2009) | 1 line
      
        using >= so setting verbose to 2 will work as well
      ........
      4c02b546
    • Tarek Ziadé's avatar
      Blocked revisions 69330 via svnmerge · ff804c8b
      Tarek Ziadé authored
      ........
        r69330 | tarek.ziade | 2009-02-06 01:46:57 +0100 (Fri, 06 Feb 2009) | 1 line
      
        README now reflects the current state
      ........
      ff804c8b
    • Tarek Ziadé's avatar
      Blocked revisions 69324 via svnmerge · df40bd20
      Tarek Ziadé authored
      ........
        r69324 | tarek.ziade | 2009-02-06 01:31:59 +0100 (Fri, 06 Feb 2009) | 1 line
      
        Fixed #1276768: verbose option was not used in the code.
      ........
      df40bd20
  3. 05 Feb, 2009 2 commits
  4. 04 Feb, 2009 2 commits
  5. 03 Feb, 2009 5 commits
  6. 02 Feb, 2009 5 commits
  7. 01 Feb, 2009 2 commits
  8. 31 Jan, 2009 2 commits
  9. 29 Jan, 2009 6 commits
  10. 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