- 09 Jan, 2014 2 commits
-
-
Serhiy Storchaka authored
consumption.
-
Serhiy Storchaka authored
consumption.
-
- 08 Jan, 2014 12 commits
-
-
R David Murray authored
And a news item rephrase.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
And more news item tweaks.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
exception on error instead of returning -1.
-
Victor Stinner authored
error instead of returning -1.
-
Eric Snow authored
This code was an artifact of issuing a DeprecationWarning for the lack of loader.exec_module(). However, we have deferred such warnings to later Python versions.
-
Gregory P. Smith authored
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).
-
Gregory P. Smith authored
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).
-
Guido van Rossum authored
-
- 07 Jan, 2014 18 commits
-
-
Larry Hastings authored
-
Zachary Ware authored
-
Brett Cannon authored
Now makes CPython build without warnings on OS X under Clang with -Wno-unused-value -Wno-empty-body -Qunused-arguments -Wno-deprecated-declarations. Thanks to David Watson for taking an initial stab at a solution.
-
Brett Cannon authored
old methods now provide implementations when PEP 451 APIs are present. This should help with backwards-compatibility with code which has not been updated to work with PEP 451.
-
Larry Hastings authored
to improve readability.
-
Larry Hastings authored
collides with a C keyword, it no longer exposes that rename to PyArg_Parse.
-
Larry Hastings authored
format unit.
-
Larry Hastings authored
default values. inspect.Signature correspondingly supports them in __text_signature__ fields for builtins.
-
R David Murray authored
Also add one missing versionadded.
-
Serhiy Storchaka authored
* 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 authored
* 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 authored
source-compatibility instead of 2to3.
-
Victor Stinner authored
the error message.
-
Eric Snow authored
-
Eric Snow authored
-
Eric Snow authored
-
Eric Snow authored
-
Guido van Rossum authored
-
- 06 Jan, 2014 6 commits
-
-
R David Murray authored
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 authored
Also fleshed out the entry on struct.iter_unpack.
-
Larry Hastings authored
now more accurate.
-
Larry Hastings authored
initialized with a default value.
-
Larry Hastings authored
-
Larry Hastings authored
-
- 05 Jan, 2014 2 commits
-
-
Raymond Hettinger authored
Also, provide a minor hint to the compiler on how to group the xors.
-
Ethan Furman authored
-