summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Moved the additional @route() keyword arguments to a separate dictionaryMarcel Hellkamp2011-02-211-2/+2
* new: Immplemented Bottle.install(), Bottle.uninstall() and Bottle.close() and...Marcel Hellkamp2011-02-181-0/+205
* Added basic plugins support.Marcel Hellkamp2011-02-182-4/+11
* Moved REQUEST_METHOD handling into the router and fixed Issue #109 for named ...Marcel Hellkamp2011-01-202-55/+51
* Added a cached_property decorator. This will be extremely helpful to speed upMarcel Hellkamp2010-12-291-3/+3
* Add bjoern (jonashaag/bjoern) server adapterJonas Haag2010-12-251-0/+2
* fix: "Digits cannot be used in route parameter names" (#108)Marcel Hellkamp2010-12-141-0/+8
* WSGIHeaderDict API is now finite:Marcel Hellkamp2010-11-121-23/+11
* Added tests for WSGIHeaderDict.Marcel Hellkamp2010-11-122-5/+49
* Response.delete_cookie() called Response.set_cookie() with wrong parameters. ...Marcel Hellkamp2010-11-101-1/+22
* Improved server test cases.Marcel Hellkamp2010-09-132-16/+29
* fix: "Template args not passed from view() to template() properly " (issue #97)Marcel Hellkamp2010-09-133-4/+36
* fix: Response.set_cookie() with a secret should always create a secure cookie.Marcel Hellkamp2010-09-021-5/+31
* fix: Disallowed argument names with template() and SimpleTemplate.Ian Davis2010-08-221-0/+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: Bug in unused test helper method.Marcel Hellkamp2010-08-051-1/+2
* fix: Small bug in test suite.Marcel Hellkamp2010-07-261-1/+2
* Merge branch 'plugins'Marcel Hellkamp2010-07-262-12/+33
|\
| * 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-0513-16/+188
* fix: Issue #77 - Templates should return strings as documented, not list of s...Marcel Hellkamp2010-06-301-58/+58
* Removed config parameter from Request and Response. Both are never used.Marcel Hellkamp2010-06-273-24/+24
* Merge remote branch 'origin/405router'Marcel Hellkamp2010-06-262-7/+11
|\
| * Refactored the method-awareness from the Router-class into the Bottle-class. ...Marcel Hellkamp2010-06-251-38/+20
| * implemented 404/405 with optimized routingAlex Popescu2010-06-222-15/+37
* | bugfix: SimpleTemplate no supports some python multi-line statementsMarcel Hellkamp2010-06-251-0/+32
* | bugfix: SimpleTemplate now detects python comments correctlyMarcel Hellkamp2010-06-251-0/+5
* | fix: A small bug in the test toolbox which rendered the assertInBody() tests ...Marcel Hellkamp2010-06-221-3/+3
|/
* new: Support for tuples as return value.Marcel Hellkamp2010-06-131-0/+4
* fix: 304 responses must not return entity headers (rfc2616 10.3.5).Marcel Hellkamp2010-06-132-3/+18
* Removed a redundant test for wsgi.file_wrapper in Bottle._cast() and added so...Marcel Hellkamp2010-06-133-3/+20
* fix: Changed HTTP status code for send_file() calls that fail because of root...Marcel Hellkamp2010-06-131-2/+2
* bugfix: HeaderDict.get() was case sensitive.Marcel Hellkamp2010-06-021-0/+10
* fix: Test-tools: Content-Length header should represent number of bytes, not ...Marcel Hellkamp2010-05-171-1/+1
* bugfix: Request.POST closed the Request.body file-buffer.Marcel Hellkamp2010-05-171-2/+14
* python 3 feedparser is broken badly, here comes an example; sorry, I don't ha...Andre Wobst2010-05-171-2/+2
* Completing the dict api for Request().Marcel Hellkamp2010-04-201-4/+4
* Test for __iter__ was wrongSantiago Gala2010-04-201-1/+2
* Test __delitem__, __iter__, __len__ in request as dictSantiago Gala2010-04-201-0/+7
* Testsuite now searches for bottle.py in the parent directoryMarcel Hellkamp2010-04-201-1/+5
* bufgix: One-Line dedent block statements caused a compile error in stpl.Marcel Hellkamp2010-04-141-0/+9
* Removed the BaseTemplate(settings={}) keyword argument. Now all unrecognized ...Marcel Hellkamp2010-04-123-31/+22
* Moved the Bottle object reference from Request.app and Response.app attribute...Marcel Hellkamp2010-04-121-3/+2
* Refactored Request.path_shift into a reusable module function.Marcel Hellkamp2010-04-121-12/+12
* Made test.testall.suite importable.Marcel Hellkamp2010-04-081-9/+13
* fix: I don't know if this is a real-world problem but this fixes the bug #52....Marcel Hellkamp2010-04-061-1/+14
* bugfix: This solves #49 (parentheses in routes were not handled correctly) an...Marcel Hellkamp2010-04-031-0/+12
* Tentative test for SimpleTemplateSantiago Gala2010-03-141-1/+20