| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix pyflakes warnings | Victor Stinner | 2015-04-22 | 1 | -2/+0 |
| | | | | | | | * Remove unused variables * Remove unused imports * Remove dead code | ||||
| * | Fix some Python 3 issues in util.template | Victor Stinner | 2015-04-22 | 1 | -4/+4 |
| | | |||||
| * | Strip trailing spaces | Victor Stinner | 2015-04-21 | 1 | -6/+6 |
| | | |||||
| * | Python 3: fix more submodules | Victor Stinner | 2014-03-19 | 1 | -4/+4 |
| | | | | | | * print syntax * replace "except Exception, exc:" with "except Exception as exc:" | ||||
| * | Python 3: Use six types for strings | Cyril Roelandt | 2014-03-18 | 1 | -8/+8 |
| | | | | | | * Replace (str, unicode) with (six.binary_type, six.text_type) * Replace basestring with (six.binary_type, six.text_type) | ||||
| * | Python 3: use six.reraise() to re-raise an exception with the traceback | Cyril Roelandt | 2014-03-18 | 1 | -3/+4 |
| | | |||||
| * | Python 3: use new names of standard library modules | Cyril Roelandt | 2014-03-18 | 1 | -2/+2 |
| | | | | | Use "try/except ImportError" to try Python 2 and Python 3 names. | ||||
| * | Make comments work | ianb | 2007-06-13 | 1 | -0/+5 |
| | | |||||
| * | Added {{default}} directive to paste.util.template | ianb | 2007-06-13 | 1 | -0/+30 |
| | | |||||
| * | in template: Added a function that can be used with Paste Script; fixed an ↵ | ianb | 2007-03-06 | 1 | -1/+9 |
| | | | | | issue when you raise Exception() | ||||
| * | Make paste.util.template trim whitespace around statements on their own line | ianb | 2007-03-06 | 1 | -4/+55 |
| | | |||||
| * | Added a command-line form of the template to fill static files | ianb | 2007-02-15 | 1 | -0/+75 |
| | | |||||
| * | make sure missing attribute raise an AttributeError in bunches, not KeyError | ianb | 2007-02-05 | 1 | -1/+4 |
| | | |||||
| * | Fix up docstrings for reST validity | ianb | 2007-02-01 | 1 | -1/+1 |
| | | |||||
| * | Add a bunch object, and add __traceback_hide__ locals to trim down exceptions | ianb | 2007-01-31 | 1 | -1/+40 |
| | | |||||
| * | Added an HTML-specific subclass | ianb | 2007-01-31 | 1 | -2/+76 |
| | | |||||
| * | Added a templating language | ianb | 2007-01-31 | 1 | -0/+473 |
