summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Solving float_filter bug and testing it.Iuri de Silvio2011-12-141-0/+9
* fix: Workaround for bug in functools.update_wrapper() (fixes #223 #224)Marcel Hellkamp2011-11-221-0/+9
* fix #250: The command-line interface now calls gevent.monkey.patch_all() if t...Marcel Hellkamp2011-11-152-20/+23
* Code cleanup and some tests.Marcel Hellkamp2011-11-111-11/+35
* New route syntax /object/<id:int> and support for route wildcard filters.Marcel Hellkamp2011-11-081-3/+21
* Fix: Request.set_cookie() now accepts expire=datetime/int and max_age=timedel...Marcel Hellkamp2011-10-271-6/+26
* Added three new functions to the SimpleTemplate default namespace:Marcel Hellkamp2011-10-111-0/+15
* Improved Bottle.mount()Marcel Hellkamp2011-10-012-50/+64
* FormsDict now de- or recodes values on attribute access and returns unicode.Marcel Hellkamp2011-09-301-0/+31
* fix: Request.json too restrictive. (fix #226)Marcel Hellkamp2011-09-251-1/+1
* Improved ConfigDict:Marcel Hellkamp2011-09-251-11/+21
* Fix: ConfigDict now raises AttributeError if you try to overwrite a dict method.Marcel Hellkamp2011-09-191-0/+59
* Add **kwargs to SimpleTemplate.prepare to fix upstream #203.Iuri de Silvio2011-09-021-0/+4
* Fix: #201 "Max recursion depth exceeded" on len(WSGIHeaderDict({}))Marcel Hellkamp2011-09-021-0/+3
* Add tests for HTTP/1.0 redirect default code and custom codeSean M. Collins2011-09-011-0/+7
* Removed Bottle.serve flag.Marcel Hellkamp2011-08-301-15/+7
* More compact code in redirect() and new tests for the HTTP/1.0 special case.Marcel Hellkamp2011-08-292-6/+8
* Removed BOM (utf-8 marker) from two test files. The BOM broke 2to3 somehow.Marcel Hellkamp2011-08-172-2/+2
* fix: GAE dev server crash on windows. (fix #183)Marcel Hellkamp2011-07-191-1/+8
* Ensure JSONPlugin returns content-type text/html if JSON serialization failsAnton I. Sipos2011-07-171-0/+12
* BaseRequest now supports a dict-like item access API to read, write andMarcel Hellkamp2011-06-211-0/+47
* Lots of tests and slightly more robust BaseResponse.set_status method.Marcel Hellkamp2011-06-141-92/+201
* Fixed some Python 3 issues.Marcel Hellkamp2011-06-101-4/+4
* Due to popular demand: Added BaseRequest.json property.Marcel Hellkamp2011-06-101-1/+41
* Added 'remote_route' and 'remote_addr' properties to BaseRequest.Marcel Hellkamp2011-06-101-3/+37
* Splitted Request into [Base/Local]Request. Same with Response.Marcel Hellkamp2011-06-062-0/+46
* Added a helpful error message (ImportError) to json_dumps if no json libraryMarcel Hellkamp2011-06-031-4/+4
* Reverted parts of 937328 and fixed MultiDict for py3k.Marcel Hellkamp2011-06-031-0/+2
* Fix: AttributeError in is_ajax (fix #162)akolechkin2011-05-231-0/+10
* Removed most of the deprecated APIs.Marcel Hellkamp2011-05-144-30/+10
* fix: MakoTemplate now returns a string (instead of a list with only one strin...Marcel Hellkamp2011-05-142-7/+6
* Some more URL reconstruction tests.Marcel Hellkamp2011-05-141-11/+21
* fix: "SERVER_NAME is substituted for '127.0.0.1' for relative redirects" issu...Marcel Hellkamp2011-05-131-3/+2
* Speed up servertest for unresponsive servers.Marcel Hellkamp2011-05-121-7/+7
* tests: Speed up server tests.Marcel Hellkamp2011-04-284-32/+52
* Whitespace...Marcel Hellkamp2011-04-281-3/+2
* Added tests for bottle.ext import hooks.Marcel Hellkamp2011-04-281-0/+38
* fix: Plugins are now disabled for sub application. See #149Marcel Hellkamp2011-04-231-0/+28
* Added Request.urlparts property and lots of redirect() tests.Marcel Hellkamp2011-04-202-5/+90
* fix: "Some headers not in request.headers dict." # 130Marcel Hellkamp2011-04-171-0/+9
* fix: "UnicodeEncodeError in default 404-page with non-ascii URLs." #145Marcel Hellkamp2011-04-131-1/+11
* fix: request.POST for Python 3.2Marcel Hellkamp2011-04-071-2/+3
* fix: Syntax error in test cases for python 2.5Sean M. Collins2011-04-071-2/+2
* Added install/uninstall module-level shortcuts + tests.Marcel Hellkamp2011-04-071-0/+20
* Fix building query string in routes, with testsAlexey Borzenkov2011-03-211-0/+2
* docs: Moved files from "apidoc" to "docs" to make readthedocs.org happy.Marcel Hellkamp2011-03-191-2/+2
* Added HooksPlugin to replace the old hooks-feature.Marcel Hellkamp2011-02-241-16/+3
* Added JSONPlugin to implement the autojson feature.Marcel Hellkamp2011-02-241-3/+3
* 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