- 29 Ara, 2012 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 28 Ara, 2012 12 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
-
Raymond Hettinger yazdı
The code isn't exactly equivalent because a classmethod would only make sense inside a chain class, and it would need "cls" as a first argument, and it would need to return an instance of "chain" rather than a generator. The updated example drops the @classmethod decorator so that it can be used standalone: list(from_iterable(['abc', 'def'])) This should be communicate what from_iterable does.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
Ezio Melotti yazdı
-
- 27 Ara, 2012 27 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Ezio Melotti yazdı
-
Serhiy Storchaka yazdı
-
Chris Jerdonek yazdı
This patch also provides a simple way to share tests going forward between test_int and test_long.
-
Brian Curtin yazdı
When converting REG_DWORD registry values into Python, the conversion needs to be made from an *unsigned* long (k instead of i) to match the DWORD type.
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
When converting REG_DWORD registry values into Python ints, the conversion needs to be made from an *unsigned* long to match the DWORD type.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Patch by Roger Serwy.
-
Serhiy Storchaka yazdı
Patch by Roger Serwy.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Brian Curtin yazdı
This fixes a ValueError seen in winreg.SetValueEx when passed long winreg.REG_DWORD values that should be supported by the underlying API.
-
Brian Curtin yazdı
-
Brian Curtin yazdı
This fixes an OverflowError seen in winreg.SetValueEx when passed winreg.REG_DWORD values that should be supported by the underlying API.
-
Hynek Schlawack yazdı
Mostly about symlinks and str/unicode behavior. Patch by Serhiy Storchaka.
-
Hynek Schlawack yazdı
Fixes handling of leading dots. Patch by Serhiy Storchaka.
-
Hynek Schlawack yazdı
Fixes handling of leading dots. Patch by Serhiy Storchaka.
-