- 28 Dec, 2015 1 commit
-
-
Serhiy Storchaka authored
independedly from the type of the wrapped object (by returning the original object unchanged).
-
- 27 Dec, 2015 4 commits
-
-
Brett Cannon authored
Thanks to Alejandro Santos for the bug report and Anish Shah for the patch.
-
Brett Cannon authored
Thanks to Chris Wilcox for the initial patch.
-
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.
-
- 26 Dec, 2015 2 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 25 Dec, 2015 1 commit
-
-
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.
-
- 24 Dec, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
macro Py_SETREF.
-
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 3 commits
-
-
Serhiy Storchaka authored
os.fwalk() parameter names.
-
Serhiy Storchaka authored
Original patch by Samson Lee.
-
Serhiy Storchaka authored
-
- 21 Dec, 2015 5 commits
-
-
Zachary Ware authored
-
Serhiy Storchaka authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 20 Dec, 2015 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Added tests for dict views iterators.
-
Serhiy Storchaka authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 19 Dec, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
This allows sys.getsize() to work correctly with their subclasses with __slots__ defined.
-
- 18 Dec, 2015 7 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
to ASCII replacements. Original patch by Chris Angelico.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Added test for return code for the last RegQueryValueExW.
-
- 17 Dec, 2015 6 commits
-
-
Yury Selivanov authored
Initial patch by SilentGhost
-
Martin Panter authored
-
Martin Panter authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-