- 01 Ock, 2013 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 31 Ara, 2012 10 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Giampaolo Rodola yazdı
-
Giampaolo Rodola yazdı
-
Łukasz Langa yazdı
-
Serhiy Storchaka yazdı
Issue #16824: Fix a failure guard in the never reached in the normal test execution code in test_pep380.
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
- 30 Ara, 2012 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Eli Bendersky yazdı
because it evaluates its condition before pyET is even set by test_main. Therefore, the check it moved to "runtime".
-
Eli Bendersky yazdı
it properly to avoid problems with test-run-order dependencies.
-
- 29 Ara, 2012 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Matthew Barnett.
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Serhiy Storchaka yazdı
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
-
Serhiy Storchaka yazdı
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
-
Serhiy Storchaka yazdı
other threads.
-
Serhiy Storchaka yazdı
-
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 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Serhiy Storchaka yazdı
-