- 29 Dec, 2012 10 commits
-
-
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
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
other threads.
-
Serhiy Storchaka authored
other threads.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 28 Dec, 2012 17 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Serhiy Storchaka 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
This is the first step in refactoring regrtest to use argparse. The regrtest module's main() function still expects a getopt-style return value rather than an argparse.Namespace instance.
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 27 Dec, 2012 13 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Serhiy Storchaka authored
-
Chris Jerdonek authored
This patch also provides a simple way to share tests going forward between test_int and test_long.
-