- 03 Jan, 2016 2 commits
-
-
Senthil Kumaran authored
Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid values and meaning. Patch contributed by Andrew Scheller.
-
Senthil Kumaran authored
values and meaning. Patch contributed by Andrew Scheller.
-
- 02 Jan, 2016 4 commits
-
-
R David Murray authored
This restores backward compatibility lost in the fix for #21075, and is better duck typing. Patch by Akira Li.
-
Senthil Kumaran authored
Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
-
Senthil Kumaran authored
-
Gregory P. Smith authored
Davis reviewing code.
-
- 01 Jan, 2016 13 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Zachary Ware authored
Reported by Anatoly Techtonik on docs@
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 30 Dec, 2015 3 commits
-
-
Serhiy Storchaka authored
Simplified testing for null characters in __name__ setter.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 29 Dec, 2015 3 commits
-
-
Berker Peksag authored
Patch by John Walker.
-
Benjamin Peterson authored
-
Brett Cannon authored
-
- 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 1 commit
-
-
Zachary Ware authored
-