summaryrefslogtreecommitdiff
path: root/bottle.py
Commit message (Expand)AuthorAgeFilesLines
* Release of 0.11.7 (Security fix)0.11.7Marcel Hellkamp2014-04-251-1/+1
* fix #616: Json content-type not restrictive enoughMarcel Hellkamp2014-04-251-1/+2
* Fix: run() disabling debug mode.Marcel Hellkamp2013-07-041-2/+2
* Release of 0.11.6 (bugfix)0.11.6Marcel Hellkamp2013-02-011-1/+1
* Fix #446 (also #438): Wrong subapp response body handling and lost Content-Ty...Marcel Hellkamp2013-02-011-3/+6
* Release of 0.11.50.11.5Marcel Hellkamp2013-01-211-1/+1
* fix #438: "Some cookies are lost when using mount()"Marcel Hellkamp2013-01-211-5/+5
* Update HTTPResponse call when mounting appsIuri de Silvio2012-12-051-1/+1
* Release of 0.11.40.11.4Marcel Hellkamp2012-11-211-1/+1
* Fix #405: Templates are not cached properly.Marcel Hellkamp2012-11-211-1/+1
* Release of 0.11.30.11.3Marcel Hellkamp2012-10-171-1/+1
* fix #386: Response cookies cleared after redirect()Marcel Hellkamp2012-10-171-1/+4
* fix #389: Bottle still raises DeprecationWarning in bottle.redirect() and Rou...Marcel Hellkamp2012-10-171-3/+2
* Fix #387: Template lookup found files in workdir, even if TEMPLATE_PATH did n...Marcel Hellkamp2012-10-171-4/+12
* Release of 0.11.2 (bugfix)0.11.2Marcel Hellkamp2012-10-101-1/+1
* fix #383: Bottle raises DeprecationWarning - internalMarcel Hellkamp2012-10-101-15/+15
* Release of 0.11.10.11.1Marcel Hellkamp2012-10-091-1/+1
* Mostly typos in docsMarcel Hellkamp2012-10-091-3/+3
* Merge pull request #381 from fredj/plugin-apply-argsMarcel Hellkamp2012-10-041-2/+2
|\
| * plugin.apply: rename context to routeFrederic Junod2012-09-241-2/+2
* | Fix #382 "Test failures with Python 3"Marcel Hellkamp2012-10-041-3/+4
|/
* Fix bottle.ext namespacing when importing as bottle (regression in fix for #334)Angus Gratton2012-09-201-1/+1
* Avoid __main__.ext namespaceIuri de Silvio2012-09-191-1/+1
* Removed unused parameter docs from GeventServerbaserock/morphMarcel Hellkamp2012-08-301-1/+0
* Raise RuntimeError when using gevent without monkey-patches.Marcel Hellkamp2012-08-301-4/+5
* Some micro-optimisations.Marcel Hellkamp2012-08-301-26/+22
* Fix: Bottle no longer changes the Content-Length response header if it was se...Marcel Hellkamp2012-08-301-4/+4
* Replaced HTTPResponse and HTTPError with subclasses of BaseResponse.Marcel Hellkamp2012-08-301-36/+36
* Whitespace and typosMarcel Hellkamp2012-08-301-6/+5
* Fix: Template cache now depends on the ID of the lookup path list.Marcel Hellkamp2012-07-201-9/+10
* Fix: cgi.FieldStorage had a misleading implementation of __nonzero__ and retu...Marcel Hellkamp2012-07-201-1/+6
* Respect HTTP_X_FORWARDED_PROTO (if present) so we don't break HTTPS when redi...Sam Kline2012-07-081-1/+1
* fix: The ResourceManager now behaves as documented.Marcel Hellkamp2012-07-021-11/+12
* fix: Fixes unicode problems with request.query and request.forms (fix #342 fi...Marcel Hellkamp2012-06-261-4/+28
* docs: Unicode issues with form values.Marcel Hellkamp2012-06-261-6/+5
* fix: Unicode errors with Python 3.2+ POST parameters. (fix #344, fix #349)Marcel Hellkamp2012-06-251-4/+7
* Update masterВиталий2012-06-241-1/+1
* fix: Accessing the uninitialized request/response objects now yields a useful...Marcel Hellkamp2012-06-041-4/+10
* fix: Removed limit from all traceback.format_exc() calls to display full trac...Marcel Hellkamp2012-05-301-3/+3
* api: Bottle.mount() not adds 'mountpoint' meta-data to the created routes to ...Marcel Hellkamp2012-05-291-10/+14
* docs: Changelog and cleanupMarcel Hellkamp2012-05-291-7/+6
* Update bottle.pyMatty G2012-05-141-1/+1
* Fix: IOError with mod_wsgiMarcel Hellkamp2012-05-141-2/+7
* BUGFIX: avoid cryptic TypeError when pickling FormsDict objects.Ian Davis2012-05-101-0/+3
* some basic documentation fixesGeorge Cox2012-04-221-4/+4
* Removed 'filemask' feature from ResourceManager.Marcel Hellkamp2012-04-191-51/+41
* remove printlyxint2012-04-061-1/+0
* (#307) If 'gevent' and quite=True, suppress outputlyxint2012-04-061-1/+3
* Changed the __setattr__ and __getattr__ behavior of Request instances.Marcel Hellkamp2012-04-041-18/+25
* Added a way to extend BaseRequest on a per-request basis via the bottle.reque...Marcel Hellkamp2012-04-041-0/+10