1. 04 Nis, 2015 1 kayıt (commit)
  2. 14 Eyl, 2014 1 kayıt (commit)
  3. 06 Eyl, 2014 1 kayıt (commit)
  4. 24 Agu, 2014 1 kayıt (commit)
  5. 17 Agu, 2014 1 kayıt (commit)
  6. 31 Tem, 2014 1 kayıt (commit)
  7. 30 Tem, 2014 1 kayıt (commit)
  8. 25 Tem, 2014 1 kayıt (commit)
  9. 23 Tem, 2014 2 kayıt (commit)
  10. 02 Haz, 2014 2 kayıt (commit)
  11. 04 Nis, 2014 1 kayıt (commit)
  12. 20 Mar, 2014 1 kayıt (commit)
  13. 19 Şub, 2014 1 kayıt (commit)
  14. 11 Ock, 2014 1 kayıt (commit)
  15. 07 Ock, 2014 1 kayıt (commit)
    • Serhiy Storchaka's avatar
      Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. · a21acb5d
      Serhiy Storchaka yazdı
      * Misc.image_names(), Misc.image_types(), Wm.wm_colormapwindows(), and
        LabelFrame.panes() now always return a tuple.
      * 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.
      a21acb5d
  16. 26 Ara, 2013 1 kayıt (commit)
  17. 25 Ara, 2013 1 kayıt (commit)
  18. 03 Kas, 2013 2 kayıt (commit)
  19. 14 Eyl, 2013 2 kayıt (commit)
  20. 22 Agu, 2013 1 kayıt (commit)
  21. 11 Mar, 2013 1 kayıt (commit)
  22. 15 Ock, 2013 1 kayıt (commit)
  23. 01 Ock, 2013 1 kayıt (commit)
  24. 18 Ara, 2012 1 kayıt (commit)
  25. 09 Ara, 2012 3 kayıt (commit)
  26. 03 Ara, 2012 1 kayıt (commit)
  27. 04 Eki, 2012 1 kayıt (commit)
  28. 16 May, 2012 1 kayıt (commit)
    • Ned Deily's avatar
      Issue #14777: In an X11 windowing environment, tkinter may return · 4d377d98
      Ned Deily yazdı
      undecoded UTF-8 bytes as a string when accessing the Tk clipboard.
      Modify clipboad_get() to first request type UTF8_STRING when no
      specific type is requested in an X11 windowing environment, falling
      back to the current default type STRING if that fails.
      Original patch by Thomas Kluyver.
      4d377d98
  29. 31 Mar, 2012 1 kayıt (commit)
  30. 21 Mar, 2012 1 kayıt (commit)
  31. 13 Mar, 2012 2 kayıt (commit)
  32. 04 Kas, 2011 1 kayıt (commit)
  33. 28 Eki, 2011 1 kayıt (commit)