- 09 Şub, 2018 1 kayıt (commit)
-
-
Alan D Moore yazdı
-
- 01 Şub, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
It was deprecated in 3.6.
-
- 14 Ara, 2017 1 kayıt (commit)
-
-
Mike yazdı
* Fix multiple typos in code comments * Add spacing in comments (test_logging.py, test_math.py) * Fix spaces at the beginning of comments in test_logging.py
-
- 24 Eyl, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Defer removing old behavior to 3.8. Document new feature of selection_set() and friends.
-
- 31 Tem, 2017 1 kayıt (commit)
-
-
csabella yazdı
between instances of OptionMenu.
-
- 30 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
by representing the scale as float value internally in Tk. tkinter.IntVar now works if float value is set to underlying Tk variable.
-
- 19 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and selection_toggle() of ttk.TreeView now allow to pass multiple items as multiple arguments instead of passing them as a tuple. Deprecated undocumented ability of calling the selection() method with arguments.
-
- 14 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
containing spaces.
-
- 24 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 17 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 09 Mar, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Added few missed tests for configure options.
-
- 06 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Tkinter's getdouble() now supports any numbers (in particular int).
-
- 23 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 22 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 07 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 06 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
First letter no longer is stripped from the "status" key in the result of Treeview.heading().
-
- 24 Agu, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
window is created for every test class. Fixed Tkinter images copying operations in NoDefaultRoot mode. Tcl command names generated for "after" callbacks now contains a name of original function.
-
- 02 Haz, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
bbox(), curselection() and get().
-
- 01 Haz, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 28 May, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 13 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 10 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 07 Ock, 2014 1 kayıt (commit)
-
-
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.
-
- 21 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 16 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 02 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 22 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 19 Mar, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 15 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
strings with whitespaces, backslashes or unbalanced braces.
-
- 20 Şub, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.
-
- 28 Haz, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
on Mac OS X. (Patch by Ronald Oussoren)
-
- 29 May, 2011 2 kayıt (commit)
- 16 Mar, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 19 Ara, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 09 Eki, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85018 | antoine.pitrou | 2010-09-26 18:36:33 +0200 (dim., 26 sept. 2010) | 4 lines Issue #8445: try to fix some buildbot failures on test_ttk_guionly. Patch by Guilherme. ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r74473 | guilherme.polo | 2009-08-16 16:44:14 +0200 (dim., 16 août 2009) | 13 lines Merged revisions 74471-74472 via svnmerge from svn+ssh://pythondev/python/trunk ........ r74471 | guilherme.polo | 2009-08-16 11:34:26 -0300 (Sun, 16 Aug 2009) | 1 line Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6. ........ r74472 | guilherme.polo | 2009-08-16 11:38:57 -0300 (Sun, 16 Aug 2009) | 1 line Wrong place for issue #6244. ........ ................ r79974 | benjamin.peterson | 2010-04-12 00:04:51 +0200 (lun., 12 avril 2010) | 13 lines Merged revisions 79903,79907 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79903 | martin.v.loewis | 2010-04-08 04:47:40 -0500 (Thu, 08 Apr 2010) | 2 lines Issue #8344: Fix test_ttk bug on FreeBSD. ........ r79907 | martin.v.loewis | 2010-04-08 12:38:32 -0500 (Thu, 08 Apr 2010) | 2 lines Issue #8204: Fix test_ttk notebook test by forcing focus. ........ ................
-
- 26 Eyl, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Guilherme.
-
- 11 Nis, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79903 | martin.v.loewis | 2010-04-08 04:47:40 -0500 (Thu, 08 Apr 2010) | 2 lines Issue #8344: Fix test_ttk bug on FreeBSD. ........ r79907 | martin.v.loewis | 2010-04-08 12:38:32 -0500 (Thu, 08 Apr 2010) | 2 lines Issue #8204: Fix test_ttk notebook test by forcing focus. ........
-