summaryrefslogtreecommitdiff
path: root/paste/auth/cas.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-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 ↵ianb2006-10-201-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 levelcce2006-01-091-1/+1
|
* - cleaned up documentation for paste.auth.cookiecce2005-12-311-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 httpservercce2005-12-151-3/+3
|
* migrating tests to use util.httpserver rather than util.baseservercce2005-12-141-1/+1
|
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ianb2005-12-131-0/+94
with trunk