Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python 3: use new names of standard library modules | Cyril Roelandt | 2014-03-18 | 1 | -4/+4 |
| | | | | Use "try/except ImportError" to try Python 2 and Python 3 names. | ||||
* | A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ | ianb | 2006-10-20 | 1 | -1/+1 |
| | | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up. | ||||
* | moving httpserver from util sub-package up a level | cce | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | - cleaned up documentation for paste.auth.cookie | cce | 2005-12-31 | 1 | -7/+12 |
| | | | | | | | | - cleaned up documentation for paste.auth.form - cleaned up documentation for paste.auth.basic - converted InternalServerError into its own class (httpexceptions) - converted BadRequest into its own class (httpexceptions) - a few minor cleanups | ||||
* | added stuff for HTTP/1.1 compliance to httpserver | cce | 2005-12-15 | 1 | -3/+3 |
| | |||||
* | migrating tests to use util.httpserver rather than util.baseserver | cce | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ | ianb | 2005-12-13 | 1 | -0/+94 |
with trunk |