summaryrefslogtreecommitdiff
path: root/paste/util/threadedprint.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix paste.util.threadedprint.uninstall()Victor Stinner2015-04-221-2/+2
| | | | | Rename duplicated uninstall() function to uninstall_stdin() and fix typo in variable name (_oldstin => _oldstdin).
* Strip trailing spacesVictor Stinner2015-04-211-1/+1
|
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-0/+250