]> granicus.if.org Git - python/commit
Merged revisions 69460,69467,69470 via svnmerge from
authorGuilherme Polo <ggpolo@gmail.com>
Mon, 9 Feb 2009 20:40:42 +0000 (20:40 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Mon, 9 Feb 2009 20:40:42 +0000 (20:40 +0000)
commita91790a5b0b3c8967d5c42407bb500d298e06d7d
treea1c54b7fd945c05f436e2aec8ff9ba5a9d64a9d6
parent87ec0855c680689898f8f0097efa18c6cb088dfd
Merged revisions 69460,69467,69470 via svnmerge from
svn+ssh://pythondev/python/trunk

........
  r69460 | guilherme.polo | 2009-02-09 14:09:17 -0200 (Mon, 09 Feb 2009) | 1 line

  Turned setup_master public
........
  r69467 | guilherme.polo | 2009-02-09 17:21:21 -0200 (Mon, 09 Feb 2009) | 2 lines

  Some tests for Tkinter.Text.search
........
  r69470 | guilherme.polo | 2009-02-09 17:57:04 -0200 (Mon, 09 Feb 2009) | 1 line

  Checking for tk availability before continuing (basically the same that is done in test_ttk_guionly)
........
Lib/test/regrtest.py
Lib/test/test_tk.py [new file with mode: 0644]
Lib/tkinter/test/test_tkinter/__init__.py [new file with mode: 0644]
Lib/tkinter/test/test_tkinter/test_text.py [new file with mode: 0644]
Lib/tkinter/ttk.py