Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unnecessary `list()` wrappers. In some places, I replaced ↵ | shimizukawa | 2014-05-25 | 1 | -6/+4 |
| | | | | `iterable.sort()` with `sorted(iterable)`. | ||||
* | wrap py3 iterators with list() for each places that expect a list object. ↵ | shimizukawa | 2014-04-30 | 1 | -5/+5 |
| | | | | refs #1350. | ||||
* | remove 'six' name except importing line. | shimizukawa | 2014-04-30 | 1 | -2/+2 |
| | |||||
* | use six privided functions/classes to support py2/py3 in one source. refs #1350. | shimizukawa | 2014-04-29 | 1 | -7/+3 |
| | |||||
* | consistency nits | Georg Brandl | 2014-01-22 | 1 | -1/+2 |
| | |||||
* | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -35/+30 |
| | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | ||||
* | Fixed long lines and trailing whitespaces. | Tuomas R?s?nen | 2009-05-05 | 1 | -11/+20 |
| | |||||
* | Fix a few stylistic nits. | gbrandl | 2009-04-13 | 1 | -55/+55 |
| | |||||
* | Add makefile target for easy test coverage checking. | Georg Brandl | 2009-02-22 | 1 | -0/+1163 |