summaryrefslogtreecommitdiff
path: root/paste/util/looper.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix loop_pos.__repr__() of paste.util.looperVictor Stinner2015-04-221-1/+1
| | | | Use self.pos instead of an unknown pos variable.
* Port looper_iter to Python 3Victor Stinner2015-04-221-1/+2
|
* Strip trailing spacesVictor Stinner2015-04-211-3/+3
|
* Python 3: fix more submodulesVictor Stinner2014-03-191-2/+2
| | | | | * print syntax * replace "except Exception, exc:" with "except Exception as exc:"
* Python 3: Use six types for stringsCyril Roelandt2014-03-181-1/+4
| | | | | * Replace (str, unicode) with (six.binary_type, six.text_type) * Replace basestring with (six.binary_type, six.text_type)
* Fix up docstrings for reST validityianb2007-02-011-2/+5
|
* Fix up looperianb2007-02-011-8/+50
|
* Added a looper object, to make template looping easierianb2007-01-311-0/+107