Wed, 10 Jun 2009 15:10:21 +0200 | Benoit Boissinot | use new style classes | file | diff | annotate |
Tue, 09 Jun 2009 09:25:17 -0400 | timeless | Generally replace "file name" with "filename" in help and comments. | file | diff | annotate |
Tue, 26 May 2009 22:59:52 +0200 | Martin Geisler | replace "i in range(len(xs))" with "i, x in enumerate(xs)" | file | diff | annotate |