| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix grantip on Python 3 | Victor Stinner | 2015-04-22 | 1 | -1/+1 |
| * | Port paste.auth to Python 3 | Victor Stinner | 2015-04-21 | 2 | -11/+35 |
| * | Strip trailing spaces | Victor Stinner | 2015-04-21 | 5 | -15/+15 |
| * | Python 3: fix more submodules | Victor Stinner | 2014-03-19 | 1 | -4/+4 |
| * | Python 3: Add b prefix to literal binary strings | Cyril Roelandt | 2014-03-18 | 1 | -1/+1 |
| * | Python 3: Replace "dict.has_key(key)" with "key in dict" | Cyril Roelandt | 2014-03-18 | 1 | -1/+1 |
| * | Python 3: Replace basestring with six.string_types | Cyril Roelandt | 2014-03-18 | 3 | -5/+7 |
| * | Python 3: don't use tuples in function prototype | Cyril Roelandt | 2014-03-18 | 1 | -1/+1 |
| * | Python 3: Replace "except Exception, exc" with "except Exception as exc:" | Cyril Roelandt | 2014-03-18 | 1 | -1/+1 |
| * | Python 3: use new names of standard library modules | Cyril Roelandt | 2014-03-18 | 3 | -7/+11 |
| * | allow strings and lists to be used in cookie tokens | Kristian Kvilekval | 2012-10-12 | 10 | -0/+2043 |
