summaryrefslogtreecommitdiff
path: root/webtest/debugapp.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid raising encoding errors from debugappLaurence Rowe2014-12-191-1/+1
* add authorization propertyGael Pasgrimaud2014-04-161-1/+1
* Completely rewrite API documentationDomen Kožar2013-02-231-3/+5
* fix test for py3XGael Pasgrimaud2013-02-211-1/+4
* Test that non-empty wsgi.errors raises an AppErrorChristophe de Vienne2013-02-211-0/+4
* radioGael Pasgrimaud2013-01-281-2/+2
* add a clever formGael Pasgrimaud2013-01-281-11/+14
* allow to change formGael Pasgrimaud2013-01-281-53/+70
* we need string in headers, not unicode. expose waitress's tracebacks by defaultGael Pasgrimaud2012-12-191-0/+3
* docs refactoringGael Pasgrimaud2012-12-091-6/+6
* fixed #17. support unicode string as bodyGael Pasgrimaud2012-12-071-10/+7
* remove some ugly stuff by using future's literal and six. this mean we do no ...Gael Pasgrimaud2012-12-051-12/+20
* better py3 compatChris McDonough2011-09-221-1/+1
* pep8Gael Pasgrimaud2011-08-251-0/+1
* py3 compat. only 4 errors remainingGael Pasgrimaud2011-08-251-11/+9
* fix bug with latest webob version: can't read body without content_lengthGael Pasgrimaud2011-08-201-1/+4
* remove Paste dependencie. use debug_app instead of URLMapGael Pasgrimaud2011-08-091-1/+10
* only warn if a content-type is returned by 204/304 with no content-lengthGael Pasgrimaud2011-07-121-0/+8
* Fix a bunch of unicode errors with the testsIan Bicking2010-09-011-1/+1
* Add .head() method (from http://trac.pythonpaste.org/pythonpaste/ticket/371 -...Ian Bicking2010-09-011-0/+2
* woops, fix sorted for > 2.3pjenvey2008-01-171-1/+4
* use the 2.3 compatible sortedpjenvey2008-01-161-0/+1
* change queryvars to GETianb2007-10-031-3/+3
* rename method from webobianb2007-08-151-1/+1
* renameianb2007-08-091-0/+35