1. 15 Ock, 2014 1 kayıt (commit)
  2. 14 Ock, 2014 6 kayıt (commit)
  3. 13 Ock, 2014 4 kayıt (commit)
  4. 12 Ock, 2014 2 kayıt (commit)
  5. 11 Ock, 2014 1 kayıt (commit)
  6. 10 Ock, 2014 5 kayıt (commit)
  7. 09 Ock, 2014 4 kayıt (commit)
  8. 08 Ock, 2014 2 kayıt (commit)
  9. 07 Ock, 2014 2 kayıt (commit)
    • Serhiy Storchaka's avatar
      Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. · 9be238d3
      Serhiy Storchaka yazdı
      * Misc.image_names(), Misc.image_types(), Wm.wm_colormapwindows(), and
        LabelFrame.panes() now always return a tuple.
      * Fixed _stringify() for non-ASCII strings.
      * Fixed error of comparing str and int in tt.LabeledScale._adjust().
      * ttk.Notebook.index() now always returns int.
      * ttk.Notebook.tabs() now always returns a tuple.
      * ttk.Entry.bbox() now always returns a tuple of ints.
      * ttk.Entry.validate() now always correctly works.
      * ttk.Combobox.current() now always returns int.
      * ttk.Panedwindow.sashpos() now always returns int.
      * ttk.Treeview.bbox() now always returns a tuple of ints.
      * ttk.Treeview.get_children() now always returns a tuple.
      * ttk.Treeview.exists() now always correctly works.
      * ttk.Treeview.index() now always returns int.
      * ttk.Treeview.tag_has() now always returns 0 or 1.
      * And numerous other errors in methods which returns a tuple, list or dict.
      * Fixed ttk tests for wantobjects is False.
      9be238d3
    • Gregory P. Smith's avatar
      Should fix the issue19081 fix on Windows. Don't let the previous · ad3e7255
      Gregory P. Smith yazdı
      posix module ImportError cause the nt module import to fail.
      ad3e7255
  10. 06 Ock, 2014 3 kayıt (commit)
  11. 05 Ock, 2014 2 kayıt (commit)
  12. 03 Ock, 2014 2 kayıt (commit)
  13. 02 Ock, 2014 1 kayıt (commit)
  14. 01 Ock, 2014 2 kayıt (commit)
  15. 28 Ara, 2013 3 kayıt (commit)