index
:
delta/python-packages/webtest.git
docs-cleanup
form_charset
github-actions
issue-templates-contributing
main
master
pytest
six
stevepiercy-patch-1
github.com: Pylons/webtest.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
webtest
/
lint.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo fix
Andy Garfield
2021-07-28
1
-1
/
+1
*
Dropped support for Python 2.7 and 3.5
David Smith
2020-11-07
1
-22
/
+15
*
Fix bad variable name in check_header
kotofos
2019-10-09
1
-1
/
+1
*
Use truth test instead of length == 0
postmasters
2019-04-10
1
-1
/
+1
*
raise AssertionError on close
John Carter
2019-01-19
1
-2
/
+2
*
Converted lint check_* functions to raise AssertionError instead of assert
John Carter
2019-01-19
1
-79
/
+147
*
Fix deprecation warnings for ``collections`` to use ``collections.abc``
Steve Piercy
2018-11-26
1
-2
/
+3
*
avoid UnicodeDecodeError in linter with py2; fixed #186
Gael Pasgrimaud
2017-10-21
1
-4
/
+7
*
Improved linting for http headers
Brendan McCollam
2017-05-02
1
-24
/
+23
*
pep8 everywhere
Gael Pasgrimaud
2014-04-16
1
-12
/
+18
*
fix 71
Domen Kožar
2013-08-16
1
-0
/
+3
*
Treat strings in the WSGI environment as native strings (i.e. different thing...
Wolfgang Schnerring
2013-03-18
1
-3
/
+7
*
merge conflict
Gael Pasgrimaud
2013-02-22
1
-2
/
+2
|
\
|
*
more coverage for webtest/lint.py
Mathieu Agopian
2013-02-22
1
-2
/
+2
*
|
Deletion of unused and useless PartialIteratorWrapper
Arthur Vuillard
2013-02-22
1
-10
/
+0
|
/
*
Test webtest.lint.check_environ and webtest.lint.IteratorWrapper and a little...
Arthur Vuillard
2013-02-22
1
-3
/
+0
*
Coverage and cleanup of check_headers
Arthur Vuillard
2013-02-22
1
-17
/
+18
*
Deletion of unused function make_middleware
Arthur Vuillard
2013-02-22
1
-8
/
+1
*
pep8
Gael Pasgrimaud
2013-02-21
1
-2
/
+3
*
remove one line to cover
Gael Pasgrimaud
2013-02-21
1
-14
/
+7
*
Merge branch 'master' of github.com:cdevienne/webtest
Gael Pasgrimaud
2013-02-21
1
-2
/
+4
|
\
|
*
In PEP3333 wsgi.errors should accept unicode strings
Christophe de Vienne
2013-02-21
1
-2
/
+4
*
|
merge conflicts
Gael Pasgrimaud
2013-02-21
1
-12
/
+11
|
\
\
|
*
|
Refactor status check (and improve coverage of this function)
Arthur Vuillard
2013-02-21
1
-12
/
+11
|
|
/
*
|
garden
Domen Kožar
2013-02-21
1
-2
/
+4
|
/
*
we have to check status as a str, not bytes
Gael Pasgrimaud
2012-12-07
1
-4
/
+5
*
merge back lint/lint3. removed to_string and join_bytes from everywhere
Gael Pasgrimaud
2012-12-06
1
-28
/
+66
*
remove some ugly stuff by using future's literal and six. this mean we do no ...
Gael Pasgrimaud
2012-12-05
1
-1
/
+0
*
fix #39
Gael Pasgrimaud
2012-05-06
1
-2
/
+6
*
fixed #37 lint doesn't allow Content-Length: 0 without Content-Type
Gael Pasgrimaud
2012-05-04
1
-1
/
+1
*
Never catch NameError during iteration
Gael Pasgrimaud
2012-01-25
1
-4
/
+2
*
pep8
Gael Pasgrimaud
2011-08-25
1
-6
/
+25
*
use real type so py3 wont complain
Gael Pasgrimaud
2011-08-25
1
-7
/
+6
*
more python3 support
Gael Pasgrimaud
2011-08-23
1
-3
/
+8
*
use compat module
Gael Pasgrimaud
2011-08-10
1
-1
/
+1
*
typo
Gael Pasgrimaud
2011-07-12
1
-1
/
+1
*
only warn if a content-type is returned by 204/304 with no content-length
Gael Pasgrimaud
2011-07-12
1
-2
/
+12
*
Fix a bunch of unicode errors with the tests
Ian Bicking
2010-09-01
1
-5
/
+8
*
bring in paste.lint for wsgiref. fixes its InputWrapper lacking support for
pjenvey
2008-02-27
1
-0
/
+436