- 29 Dec, 2015 6 commits
-
-
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
-
- 24 Dec, 2015 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
macro Py_SETREF.
-
Serhiy Storchaka authored
macro Py_SETREF.
-
R David Murray authored
-
R David Murray authored
Patch includes contributions by Isobel Hooper, incorporating suggestions from Paul Winkler. Reviewed by Martin Panter. In addition to accepting the corrections for the RFC compliance wording, I went through and corrected all the argument and return types, and made the pattern of how the arguments and return types are documented consistent. So, this patch also addresses #20782, though I had forgotten about that issue and its patch.
-
- 22 Dec, 2015 1 commit
-
-
Serhiy Storchaka authored
os.fwalk() parameter names.
-