Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strip trailing spaces | Victor Stinner | 2015-04-21 | 1 | -1/+1 |
* | Python 3: Replace basestring with six.string_types | Cyril Roelandt | 2014-03-18 | 1 | -1/+2 |
* | Make paste.debug.prints work with appengine, which replaces stdout on every r... | ianb | 2008-07-31 | 1 | -3/+11 |
* | Removed Paste Deploy dependencies in many places | ianb | 2006-08-19 | 1 | -2/+6 |
* | Avoid a weird upstream traceback in certain failure situations | ianb | 2006-07-11 | 1 | -1/+1 |
* | some improvements to controlling where the output of paste.debug.prints goes | ianb | 2006-05-26 | 1 | -6/+6 |
* | Added a way of overriding where the prints get outputed to | ianb | 2006-05-26 | 1 | -3/+19 |
* | Added some more hooks for capturing output | ianb | 2006-02-22 | 1 | -5/+12 |
* | Allow printdebug to be suppressed dynamically | ianb | 2006-01-26 | 1 | -3/+8 |
* | Added docstrings to some modules | ianb | 2006-01-04 | 1 | -0/+4 |
* | Remove deprecated calls to wsgilib | ianb | 2005-12-21 | 1 | -2/+3 |
* | Moved paste.printdebug to paste.debug.prints | ianb | 2005-12-18 | 1 | -0/+103 |