summaryrefslogtreecommitdiff
path: root/test/test_wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in HTTPError.__repr__. The repr() builtin breaks for non-ascii0.9.8Marcel Hellkamp2011-12-221-0/+5
* Added Request.urlparts property and lots of redirect() tests.Marcel Hellkamp2011-04-201-2/+2
* fix: "UnicodeEncodeError in default 404-page with non-ascii URLs." #145Marcel Hellkamp2011-04-131-1/+11
* Added install/uninstall module-level shortcuts + tests.Marcel Hellkamp2011-04-071-0/+20
* Added HooksPlugin to replace the old hooks-feature.Marcel Hellkamp2011-02-241-16/+3
* Moved REQUEST_METHOD handling into the router and fixed Issue #109 for named ...Marcel Hellkamp2011-01-201-19/+13
* Added tests for WSGIHeaderDict.Marcel Hellkamp2010-11-121-2/+2
* Removed a print statement from tests.Marcel Hellkamp2010-08-111-1/+0
* new: Lots of new parameters for the route decorator. See API docs for details...Marcel Hellkamp2010-08-051-20/+136
* fix: Small bug in test suite.Marcel Hellkamp2010-07-261-1/+2
* Merge branch 'plugins'Marcel Hellkamp2010-07-261-10/+28
|\
| * Added a way to disable hooks for a specific route. See issue #84Marcel Hellkamp2010-07-261-10/+28
* | fix: (Issue #83) Bottle.get_url() does not return correct path when SCRIPT_NA...Marcel Hellkamp2010-07-191-3/+9
|/
* Added tests for server adapters and run() routine.Marcel Hellkamp2010-07-051-1/+1
* implemented 404/405 with optimized routingAlex Popescu2010-06-221-3/+3
* fix: 304 responses must not return entity headers (rfc2616 10.3.5).Marcel Hellkamp2010-06-131-2/+14
* Removed a redundant test for wsgi.file_wrapper in Bottle._cast() and added so...Marcel Hellkamp2010-06-131-0/+12
* Added missing unit testMarcel Hellkamp2010-03-111-0/+10
* Removed support for @default. Use @error(404) instead.Marcel Hellkamp2010-03-101-14/+0
* Implemented Bottle.mount(app, script_path) to mount other bottle-apps to a sp...Marcel Hellkamp2010-03-101-0/+25
* Renamed Response.header and HTTPResponse.header to *.headers.Marcel Hellkamp2010-03-081-2/+2
* Improved test tools, moved some tests and added some output casting tests inMarcel Hellkamp2010-03-071-47/+2
* Added tests for generator callbacksMarcel Hellkamp2010-03-011-0/+14
* Removed the HTTP layer from unittests and found/corrected some bugs.Marcel Hellkamp2010-03-011-6/+4
* Auto routesMarcel Hellkamp2010-02-181-0/+13
* Some more unittest coverage and a comparable Router()Marcel Hellkamp2010-02-091-0/+14
* Simplified Bottle.routes and implemented bottle.url()Marcel Hellkamp2010-02-091-1/+7
* Improved test_wsgi and test frameworkMarcel Hellkamp2010-02-051-51/+67
* Another 5% code coverage, some real and many cosmetic changes. Read more...Marcel Hellkamp2010-01-251-5/+3
* Made tests work better with 2to3Marcel Hellkamp2009-12-151-18/+18
* Optimized test setup and minor changesMarcel Hellkamp2009-12-081-4/+0
* 2to3 bug in test files.Marcel Hellkamp2009-10-271-93/+29
* Updated commentMarcel Hellkamp2009-10-161-1/+1
* Added more unit tests and pushed test coverage to 85%. Reloader and some serv...Marcel Hellkamp2009-10-161-2/+107
* Refactored output casting to a separate method. Added support for unicode lists.Marcel Hellkamp2009-10-161-6/+9
* Default encoding for unicode is now utf8. Use response.charset='iso-8859-15' ...Marcel Hellkamp2009-10-151-6/+10
* Skipping some tests on missing wsgi_intercept module.Marcel Hellkamp2009-10-071-4/+5
* Unicode now is automatically encoded. Use response.content_type='...; charset...Marcel Hellkamp2009-10-061-0/+8
* More tests and less bugs. Security fix in send_file()Marcel Hellkamp2009-10-061-50/+111
* Added tests for json and fixed missing headers in python3.0Marcel Hellkamp2009-08-111-1/+8
* Even more unit tests...Marcel Hellkamp2009-07-301-0/+2
* Version bump and more unit tests.0.5.6Marcel Hellkamp2009-07-301-0/+62