- 06 Jan, 2016 4 commits
-
-
Guido van Rossum authored
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.4->3.5)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 04 Jan, 2016 2 commits
-
-
Senthil Kumaran authored
Issue24898 - Improve str.find documentation. Simplify str.find explaination as per Georg Brandl's suggestion.
-
Senthil Kumaran authored
Simplify str.find explaination as per Georg Brandl's suggestion.
-
- 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 1 commit
-
-
Serhiy Storchaka authored
-