summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed test setup for 0.12 branch.Marcel Hellkamp2015-10-242-11/+11
* Prevent syntax errors when line-wrapping comprehensionsEric Wieser2015-10-241-0/+12
* Fix #720 : Allow unicode keys in ConfigDict.Michael Wayne Goodman2015-07-241-0/+13
* don't fail when request content type is application/json but the body is emptyBrett2014-05-241-0/+8
* fix #616: Json content-type not restrictive enoughMarcel Hellkamp2014-04-251-0/+9
* fix #595: If expressions broken in STPL after upgradingMarcel Hellkamp2014-03-061-0/+6
* Fix #588: `ConfigDict` namespaces break route optionsMarcel Hellkamp2014-02-191-67/+81
* Travis (or sh in this regard) is very picky..Marcel Hellkamp2014-02-081-1/+1
* Added travis configurationMarcel Hellkamp2014-02-071-0/+16
* fix 582: Unnecessary lowercasing in FileUpload.filenameMarcel Hellkamp2014-02-061-2/+6
* fix #581: Mounted applications are shadowed by other routes.Marcel Hellkamp2014-02-051-0/+10
* fix 575: typing error in html_quote util funcionMarcel Hellkamp2014-02-041-1/+4
* fix #564: Unicode in file uploads names.Marcel Hellkamp2013-12-042-11/+11
* fix #371: Support utf-8 URLs with Python 3.xMarcel Hellkamp2013-11-292-7/+14
* Added (basic) support for Transfer-Encoding:chunked requests.Marcel Hellkamp2013-11-011-0/+34
* Removed the ``BaseRequest.MAX_PARAMS`` limit.Marcel Hellkamp2013-10-181-21/+0
* Fixed build script for python 2.5Marcel Hellkamp2013-09-021-2/+0
* Fixed some minor stpl bugs and improved documentation.Marcel Hellkamp2013-08-261-0/+2
* Changed #528 a bit and added documentation. The charset option now affects al...Marcel Hellkamp2013-08-251-1/+5
* Delete duplicated assertEqualtimguo2013-07-171-1/+0
* Fixed server testsMarcel Hellkamp2013-07-162-1/+2
* Merged the new ConfDict and the old ConfigDict into one class.Marcel Hellkamp2013-07-162-8/+16
* Fix: Syntax error in templates if an {{x}} was found at the very beginning of...Marcel Hellkamp2013-07-041-0/+4
* Config documentation and some more public ConfDict APIs.Marcel Hellkamp2013-07-031-2/+2
* Fixed auto-generated routes and the string representation of Route objects.Marcel Hellkamp2013-07-011-4/+4
* Added Bottle::conf (as a replacement for Bottle::config)Marcel Hellkamp2013-06-261-0/+38
* Fixed python 2.5 bug in tests.Marcel Hellkamp2013-06-211-2/+7
* Fix #513: End keyword not recognized if followed by a windows line break.Marcel Hellkamp2013-06-211-0/+7
* Fixed python3 tuple() < map() bugMarcel Hellkamp2013-06-171-4/+4
* Fixed more-than-99-groups-in-regexp-patterns bug.Marcel Hellkamp2013-06-171-0/+5
* Added tests for some corner casesMarcel Hellkamp2013-06-171-3/+21
* Improved api() decorator for tests.Marcel Hellkamp2013-06-171-6/+12
* Added a new api decorator for test cases.Marcel Hellkamp2013-06-172-0/+14
* Added utilities to Route to get or inspect the original and decorator unwrapp...Marcel Hellkamp2013-06-171-0/+29
* Merge branch 'master' of github.com:defnull/bottleMarcel Hellkamp2013-06-051-2/+10
|\
| * More testsMarcel Hellkamp2013-06-041-2/+5
| * Added BaseResponse::expires tests.Marcel Hellkamp2013-06-041-1/+6
* | Preserve Cookies and other headers set on bottle.response on redirect()Marcel Hellkamp2013-06-051-0/+12
|/
* Added missing test fileMarcel Hellkamp2013-05-301-0/+62
* Fixed some unit tests, added to coveragestpl3Marcel Hellkamp2013-05-301-1/+5
* Added 'make coverage'Marcel Hellkamp2013-05-224-35/+30
* Fixed unittest deprecation warningMarcel Hellkamp2013-05-211-2/+2
* fixed some test for nosetest compatibilityMarcel Hellkamp2013-05-212-30/+30
* Merge branch 'master' into stpl3Marcel Hellkamp2013-05-2114-29/+108
|\
| * Removed unused importsfatiherikli2013-04-219-15/+4
| * Fixed some pep8 warningsfatiherikli2013-04-213-5/+11
| * Fixed wrong named classfatiherikli2013-04-211-1/+1
| * Router cleanup.Marcel Hellkamp2013-03-261-0/+1
| * Removing template_opts parameter from template plugin (deprecated since 0.9)Marcel Hellkamp2013-03-221-1/+1
| * Added BaseRequest.url_args propertyMarcel Hellkamp2013-02-171-1/+8