summaryrefslogtreecommitdiff
path: root/paste/lint.py
Commit message (Collapse)AuthorAgeFilesLines
* Port paste.lint to Python 3Victor Stinner2015-04-211-6/+6
| | | | | * Expect bytes, not Unicode * Fix ErrorWrapper on Python 3: write() parameter must be bytes
* Strip trailing spacesVictor Stinner2015-04-211-5/+5
|
* Python 3: Replace "type(obj) is types.DictType" with "isinstance(obj, dict)"Cyril Roelandt2014-03-181-7/+6
|
* Python 3: Add __next__() alias to next() methodCyril Roelandt2014-03-181-0/+2
|
* Python 3: Replace iterator.next() with six.next(iterator)Cyril Roelandt2014-03-181-1/+2
|
* Python 3: Replace "dict.has_key(key)" with "key in dict"Cyril Roelandt2014-03-181-1/+1
|
* Allow 201 with Content-typeianb2008-11-161-1/+1
|
* Don't give an error when a 201 response has a Content-Typeianb2007-10-101-1/+2
|
* readline takes an optional length argpjenvey2007-07-191-2/+2
|
* 201 Created does not expect a response bodyianb2007-01-181-1/+1
|
* convert old-style classes to new-style classespjenvey2007-01-051-5/+5
|
* Add docstring for all the entry pointsianb2006-10-201-0/+2
|
* Some docstring fixes, and a link fix; exception fix in paste.lint0.9.8.1ianb2006-09-051-1/+1
|
* Updated copyright headerianb2006-05-241-0/+2
|
* Added notes on what is testedianb2006-03-301-0/+103
|
* Slightly better assertion messageianb2006-02-281-1/+1
|
* Added a bunch of module docstrings so the module index looks nicer; also ↵ianb2005-12-301-0/+3
| | | | marked deprecated modules so they don't show up in the module index that Pudge creates
* - off by one in lint.pycce2005-12-301-1/+1
|
* Separate paste.deploy entry point for lint from its main functionianb2005-12-291-4/+8
|
* tighter check: exc_info must be None if not givenianb2005-12-291-1/+1
|
* Added check for properly-formatted statusianb2005-12-291-0/+5
|
* Added checks that HTTP_CONTENT_TYPE/LENGTH are not in the environment, and a ↵ianb2005-12-291-5/+26
| | | | warning if QUERY_STRING isn't in the environment, and made unknown REQUEST_METHODs a warning instead of an error
* Fix the test for start_response being called; it only has to be called ↵ianb2005-12-151-6/+10
| | | | before the iterator returns its first value
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ianb2005-12-131-9/+11
| | | | with trunk
* Fixes suggested by pyflakesianb2005-09-211-1/+1
|
* Added license comment to all substantive filesianb2005-08-311-0/+3
|
* paste.deployified lintianb2005-08-221-1/+1
|
* Added documentationianb2005-05-221-6/+13
|
* Make sure status codes are 3 charsianb2005-05-201-1/+4
|
* A bunch of pylint-inspired changes; all minor code cleanupianb2005-05-171-50/+67
|
* Renamed package itselfianb2005-04-221-0/+259