- 08 Ock, 2013 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 06 Ock, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 05 Ock, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 04 Ock, 2013 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
Benjamin Peterson yazdı
-
- 03 Ock, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Giampaolo Rodola yazdı
-
- 02 Ock, 2013 9 kayıt (commit)
-
-
Nadeem Vawda yazdı
Patch by Martin Packman.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch from Tom Tromey.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Eli Bendersky yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
- 01 Ock, 2013 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Ned Deily yazdı
-
Richard Oudkerk yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 31 Ara, 2012 2 kayıt (commit)
-
-
Ned Deily yazdı
-
Giampaolo Rodola yazdı
-
- 30 Ara, 2012 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 29 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Serhiy Storchaka yazdı
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
-
- 28 Ara, 2012 5 kayıt (commit)
-
-
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ı
-
Chris Jerdonek yazdı
-
- 27 Ara, 2012 6 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka 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.
-