- 29 Dec, 2015 13 commits
-
-
Serhiy Storchaka authored
Decimals by 3 times. Unified error messages in float.as_integer_ratio(), Decimal.as_integer_ratio(), and Fraction constructors.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Zachary Ware authored
-
Brett Cannon authored
Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader. They were the only remaining implementations of load_module() not documented as deprecated.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
Saying that the functions were identical confused some users who were upset when the functions were no longer simply the same function under different names. Thanks to Anthony Sottile for the bug report and Swati Jaiswal for the initial patch.
-
Brett Cannon authored
Test inconsistently hangs.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
In OS X 10.11, the test fails consistently due to a platform change since 10.10. Thanks to Jeff Ramnani for the patch.
-
Stefan Krah authored
-
- 28 Dec, 2015 8 commits
-
-
Stefan Krah authored
to sort out its assumptions about the as_integer_ratio() interface.
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
Mark Dickinson.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
independedly from the type of the wrapped object (by returning the original object unchanged).
-
Serhiy Storchaka authored
independedly from the type of the wrapped object (by returning the original object unchanged).
-
Ezio Melotti authored
-
- 27 Dec, 2015 10 commits
-
-
Brett Cannon authored
the return values as well as test them. Thanks to Nicholas Chammas for the bug report and initial patch.
-
Brett Cannon authored
-
Brett Cannon authored
Thanks to Alejandro Santos for the bug report and Anish Shah for the patch.
-
Brett Cannon authored
-
Brett Cannon authored
Thanks to Chris Wilcox for the initial patch.
-
Serhiy Storchaka authored
Old code is correct, but with Py_SETREF and Py_CLEAR it can be cleaner. This patch doesn't fix bugs and hence there is no need to backport it.
-
Serhiy Storchaka authored
This patch is manually crafted and contains changes that couldn't be handled automatically.
-
Serhiy Storchaka authored
This patch is manually crafted and contains changes that couldn't be handled automatically.
-
Serhiy Storchaka authored
The patch is automatically generated, it replaces the code that uses Py_CLEAR.
-
Serhiy Storchaka authored
The patch is automatically generated, it replaces the code that uses Py_CLEAR.
-
- 26 Dec, 2015 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 25 Dec, 2015 4 commits
-
-
Serhiy Storchaka authored
subclasses of list or dict and haven't implemented any pickle-related methods (__reduce__, __reduce_ex__, __getnewargs__, __getnewargs_ex__, or __getstate__), can no longer be pickled. Including memoryview.
-
Serhiy Storchaka authored
subclasses of list or dict and haven't implemented any pickle-related methods (__reduce__, __reduce_ex__, __getnewargs__, __getnewargs_ex__, or __getstate__), can no longer be pickled. Including memoryview.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-