summaryrefslogtreecommitdiff
path: root/bottle.py
Commit message (Expand)AuthorAgeFilesLines
* Actually bumping version number...Marcel Hellkamp2011-12-231-1/+1
* Fixed a bug in HTTPError.__repr__. The repr() builtin breaks for non-ascii0.9.8Marcel Hellkamp2011-12-221-1/+1
* fix #267: Possible XSS vulnerability on internal server errors.Marcel Hellkamp2011-12-221-5/+7
* fix: Python 3.x only bug in SimpleTemplate. Templates with an encoding other ...0.9.7Marcel Hellkamp2011-11-151-2/+2
* fix: Workaround for a bug in some versions of lib2to3 (fix #175)Marcel Hellkamp2011-07-271-1/+6
* Version bump (bugfix).0.9.6Marcel Hellkamp2011-07-191-1/+1
* fix: GAE dev server crash on windows. (fix #183)Marcel Hellkamp2011-07-191-1/+1
* Version bump (bugfix release).0.9.5Marcel Hellkamp2011-06-271-1/+1
* fix: Added a workaround for missing PATH_INFO in CGI environments. This fixes...Marcel Hellkamp2011-06-271-1/+4
* Fix: "DeprecationWarning when using mount.". This fixes #173Marcel Hellkamp2011-06-211-2/+2
* Version bumb (bugfix)0.9.4Marcel Hellkamp2011-06-161-1/+1
* Fix for cherrypy hanging on shutdown. This should fix #14 and #171.Marcel Hellkamp2011-06-161-2/+4
* Version bumb (bugfix)0.9.3Marcel Hellkamp2011-06-051-1/+1
* Fix: AttributeError in is_ajax (fix #162)akolechkin2011-06-051-1/+1
* Removed debug print statement. (No effect under normal circumstances)Marcel Hellkamp2011-05-141-2/+0
* Version bump (bugfix)0.9.2Marcel Hellkamp2011-05-131-1/+1
* fix: "SERVER_NAME is substituted for '127.0.0.1' for relative redirects" issu...Marcel Hellkamp2011-05-131-9/+10
* Version bump to 0.90.9.1Marcel Hellkamp2011-05-121-1/+1
* Sync with master (mostly docs and plugins).Marcel Hellkamp2011-05-121-8/+4
* fix: Apply plugins immediately in debug mode. This helps a lot during plugin ...Marcel Hellkamp2011-05-021-1/+6
* Added a TemplatePlugin to replace the old route(template='...') behavior.Marcel Hellkamp2011-05-021-19/+48
* Version bumb to 0.9rc10.9rc1Marcel Hellkamp2011-04-281-1/+1
* Added a virtual package 'bottle.ext' that redirects imports to 'bottle_%s'.Marcel Hellkamp2011-04-281-1/+36
* fix: Plugins are now disabled for sub application. See #149Marcel Hellkamp2011-04-231-0/+1
* docs: Docstring typo.Marcel Hellkamp2011-04-201-1/+1
* Added Request.urlparts property and lots of redirect() tests.Marcel Hellkamp2011-04-201-29/+33
* fix: "Some headers not in request.headers dict." # 130Marcel Hellkamp2011-04-171-3/+11
* Code cleanup, mostly in static_file()Marcel Hellkamp2011-04-171-11/+11
* Added static_file() support for compressed files (Content-Encoding header).Marcel Hellkamp2011-04-171-10/+15
* fix: "UnicodeEncodeError in default 404-page with non-ascii URLs." #145Marcel Hellkamp2011-04-131-8/+8
* Bottle.mount() cleanup and documentation.Marcel Hellkamp2011-04-071-9/+18
* Added 'monkey' and 'fast' options to gevent server adapter.Marcel Hellkamp2011-04-071-4/+11
* fix: request.POST for Python 3.2Marcel Hellkamp2011-04-071-6/+7
* Added install/uninstall module-level shortcuts + tests.Marcel Hellkamp2011-04-071-1/+2
* mako: Added runtime exception handling for mako templates in debug mode.Marcel Hellkamp2011-03-251-1/+2
* Fix building query string in routes, with testsAlexey Borzenkov2011-03-211-2/+2
* Removed a small piece of unused code and two whitespace errors.Marcel Hellkamp2011-03-111-7/+1
* Merge branch 'master' into plugins2plugins2Marcel Hellkamp2011-03-111-9/+9
|\
| * doc: -bottle.paws.de +bottlepy.orgMarcel Hellkamp2011-03-111-1/+1
| * docs: Changed the wording 'secure cookie' in 'signed cookie' to better reflec...Marcel Hellkamp2011-03-021-7/+7
* | Replaced deprecated filter support with a temporary plugin.Marcel Hellkamp2011-02-241-12/+34
* | Added HooksPlugin to replace the old hooks-feature.Marcel Hellkamp2011-02-241-28/+54
* | Added an 'id' field to the route context dictionary.Marcel Hellkamp2011-02-241-6/+12
* | Added JSONPlugin to implement the autojson feature.Marcel Hellkamp2011-02-241-2/+26
* | Typos.Marcel Hellkamp2011-02-211-5/+3
* | Moved the additional @route() keyword arguments to a separate dictionaryMarcel Hellkamp2011-02-211-6/+5
* | Fix for ResetRoute path in Bottle._build_callback().Marcel Hellkamp2011-02-211-4/+4
* | Lots of whitespace.Marcel Hellkamp2011-02-181-40/+68
* | new: Immplemented Bottle.install(), Bottle.uninstall() and Bottle.close() and...Marcel Hellkamp2011-02-181-1/+36
* | Added basic plugins support.Marcel Hellkamp2011-02-181-66/+123
|/