- 09 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
consumption.
-
- 08 Ock, 2014 4 kayıt (commit)
-
-
R David Murray yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
error instead of returning -1.
-
Gregory P. Smith yazdı
is modified during the lifetime of the Python process after zipimport has already cached the zip's table of contents we detect this and recover rather than read bad data from the .zip (causing odd import errors).
-
- 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.
-
- 04 Ock, 2014 3 kayıt (commit)
-
-
Stefan Krah yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 02 Ock, 2014 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Claudiu Popa.
-
R David Murray yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
time.get_clock_info('monotonic').resolution == 0.015600099999999999 This is just a workaround pending a real resolution to #20101.
-
Victor Stinner yazdı
escapechar, quotechar)
-
Victor Stinner yazdı
Fix typo: "os" format => "Os"
-
- 01 Ock, 2014 3 kayıt (commit)
-
-
Ned Deily yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Patch by Vajrasky Kok.
-
- 31 Ara, 2013 2 kayıt (commit)
-
-
R David Murray yazdı
-
Zachary Ware yazdı
-
- 29 Ara, 2013 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 28 Ara, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.
-
- 27 Ara, 2013 1 kayıt (commit)
-
-
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).
-
- 26 Ara, 2013 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
disabled since 3.0 due to the changes in listcomp handling.
-
- 25 Ara, 2013 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
methods.
-
Serhiy Storchaka yazdı
-
- 24 Ara, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 23 Ara, 2013 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
the same result as in 2.x.
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
- 22 Ara, 2013 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-