1. 12 Ock, 2014 1 kayıt (commit)
  2. 11 Ock, 2014 3 kayıt (commit)
  3. 10 Ock, 2014 4 kayıt (commit)
  4. 09 Ock, 2014 9 kayıt (commit)
  5. 08 Ock, 2014 4 kayıt (commit)
  6. 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
  7. 04 Ock, 2014 3 kayıt (commit)
  8. 02 Ock, 2014 7 kayıt (commit)
  9. 01 Ock, 2014 3 kayıt (commit)
  10. 31 Ara, 2013 2 kayıt (commit)
  11. 29 Ara, 2013 1 kayıt (commit)
  12. 28 Ara, 2013 1 kayıt (commit)
  13. 27 Ara, 2013 1 kayıt (commit)
    • R David Murray's avatar
      #18116: backport fix to 3.3 since real-world failure mode demonstrated. · ecff5e51
      R David Murray yazdı
      In issue 20074 it was pointed out that getpass would fail with a traceback if
      stdin was, for example /dev/null, which is a non-unlikely scenario.
      
      Also backported the tests from issue 17484 as modified by issue 18116.
      
      (What I really did was copy getpass.py and test_getpass.py from their
      state on tip as of 17bd04fbf3d3).
      ecff5e51