- 07 Ock, 2014 14 kayıt (commit)
-
-
Larry Hastings yazdı
to improve readability.
-
Larry Hastings yazdı
collides with a C keyword, it no longer exposes that rename to PyArg_Parse.
-
Larry Hastings yazdı
format unit.
-
Larry Hastings yazdı
default values. inspect.Signature correspondingly supports them in __text_signature__ fields for builtins.
-
R David Murray yazdı
Also add one missing versionadded.
-
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.
-
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.
-
Brett Cannon yazdı
source-compatibility instead of 2to3.
-
Victor Stinner yazdı
the error message.
-
Eric Snow yazdı
-
Eric Snow yazdı
-
Eric Snow yazdı
-
Eric Snow yazdı
-
Guido van Rossum yazdı
-
- 06 Ock, 2014 6 kayıt (commit)
-
-
R David Murray yazdı
Also add a missing word to gc entry, and delete a now-obsolete doc note in the weakref __callback__ docs. (Opened an issue for rewriting the section that compares finalizers and __del__ method.)
-
R David Murray yazdı
Also fleshed out the entry on struct.iter_unpack.
-
Larry Hastings yazdı
now more accurate.
-
Larry Hastings yazdı
initialized with a default value.
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 05 Ock, 2014 12 kayıt (commit)
-
-
Raymond Hettinger yazdı
Also, provide a minor hint to the compiler on how to group the xors.
-
Ethan Furman yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Eric Snow yazdı
-
R David Murray yazdı
-
Eric Snow yazdı
The test is failing on one of the stable FreeBSD buildbots. It seems unlikely that the gc module would not be available, so switching to _imp may not fix the problem.
-
R David Murray yazdı
I was confused by the text saying that read_events "iterated", since it actually returns an iterator (that's what a generator does) that the caller must then iterate. So I tidied up the language. I'm not sure what the sentence "Events provided in a previous call to read_events() will not be yielded again." is trying to convey, so I didn't try to fix that. Also fixed a couple more news items.
-
Eric Snow yazdı
Also add missing tests to test_pydoc.
-
R David Murray yazdı
Also update news entry for SMTPException; when I changed it from IOError to OSError I forgot to update the news item.
-
- 04 Ock, 2014 8 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
And more news entry clarifications.
-
R David Murray yazdı
Also clarify some NEWS entries.
-
Stefan Krah yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
R David Murray yazdı
-
Eric Snow yazdı
-