- 27 Ara, 2015 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
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 yazdı
This patch is manually crafted and contains changes that couldn't be handled automatically.
-
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.
-
Serhiy Storchaka yazdı
The patch is automatically generated, it replaces the code that uses Py_CLEAR.
-
- 26 Ara, 2015 5 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 25 Ara, 2015 4 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.
-
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.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 24 Ara, 2015 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
macro Py_SETREF.
-
Serhiy Storchaka yazdı
macro Py_SETREF.
-
R David Murray yazdı
-
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 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
os.fwalk() parameter names.
-
Serhiy Storchaka yazdı
os.fwalk() parameter names.
-
Serhiy Storchaka yazdı
Original patch by Samson Lee.
-
Serhiy Storchaka yazdı
Original patch by Samson Lee.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 21 Ara, 2015 10 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Iterating elements Element.iter() is now 40% faster, iterating text Element.itertext() is now up to 2.5 times faster.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 20 Ara, 2015 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Added tests for dict views iterators.
-
Serhiy Storchaka yazdı
Added tests for dict views iterators.
-