| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix pyflakes warnings in tests | Victor Stinner | 2015-04-22 | 1 | -7/+0 |
| | | | | | | * Remove unused imports * Remove unused variables | ||||
| * | Port paste.auth to Python 3 | Victor Stinner | 2015-04-21 | 1 | -1/+5 |
| | | | | | | | * md5() and hmac expects bytes: on Python 3, encode text to utf-8 * Don't compare None with int * HTTP body must be bytes | ||||
| * | Strip trailing spaces | Victor Stinner | 2015-04-21 | 1 | -1/+1 |
| | | |||||
| * | Python 3: load xrange from six.moves | Cyril Roelandt | 2014-03-18 | 1 | -1/+2 |
| | | |||||
| * | Python 3: use new names of standard library modules | Cyril Roelandt | 2014-03-18 | 1 | -2/+8 |
| | | | | | Use "try/except ImportError" to try Python 2 and Python 3 names. | ||||
| * | Moved all the internal uses of wsgilib to their correct forms now | ianb | 2005-12-18 | 1 | -1/+2 |
| | | |||||
| * | Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ | ianb | 2005-12-13 | 1 | -0/+41 |
| with trunk | |||||
