[Python-checkins] r69384 - python/branches/release26-maint

guilherme.polo python-checkins at python.org
Sat Feb 7 00:48:15 CET 2009


Author: guilherme.polo
Date: Sat Feb  7 00:48:14 2009
New Revision: 69384

Log:
Blocked revisions 69050,69060-69061,69169,69195,69211-69212 via svnmerge

........
  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
........


Modified:
   python/branches/release26-maint/   (props changed)


More information about the Python-checkins mailing list