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