- 02 Ock, 2016 4 kayıt (commit)
-
-
R David Murray yazdı
This restores backward compatibility lost in the fix for #21075, and is better duck typing. Patch by Akira Li.
-
Senthil Kumaran yazdı
Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
-
Senthil Kumaran yazdı
-
Gregory P. Smith yazdı
Davis reviewing code.
-
- 01 Ock, 2016 13 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Zachary Ware yazdı
Reported by Anatoly Techtonik on docs@
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 30 Ara, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Simplified testing for null characters in __name__ setter.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 29 Ara, 2015 3 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by John Walker.
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
-
- 28 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
independedly from the type of the wrapped object (by returning the original object unchanged).
-
- 27 Ara, 2015 4 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Alejandro Santos for the bug report and Anish Shah for the patch.
-
Brett Cannon yazdı
Thanks to Chris Wilcox for the initial patch.
-
Serhiy Storchaka yazdı
This patch is manually crafted and contains changes that couldn't be handled automatically.
-
Serhiy Storchaka yazdı
The patch is automatically generated, it replaces the code that uses Py_CLEAR.
-
- 26 Ara, 2015 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 25 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
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 Ara, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
macro Py_SETREF.
-
R David Murray yazdı
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 Ara, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
os.fwalk() parameter names.
-
Serhiy Storchaka yazdı
Original patch by Samson Lee.
-
Serhiy Storchaka yazdı
-
- 21 Ara, 2015 3 kayıt (commit)
-
-
Zachary Ware yazdı
-
Serhiy Storchaka yazdı
-
Larry Hastings yazdı
-