summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix: "Some headers not in request.headers dict." # 130Marcel Hellkamp2011-04-172-3/+20
* 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
* docs: Added "Installation" section.Marcel Hellkamp2011-04-151-12/+45
* fix: "UnicodeEncodeError in default 404-page with non-ascii URLs." #145Marcel Hellkamp2011-04-132-9/+19
* docs: Improved wording (thanks Sean)Sean M. Collins2011-04-111-8/+8
* docs: Primer to Asynchronous Applications (for real this time)Marcel Hellkamp2011-04-111-0/+73
* docs: Primer to Asynchronous ApplicationsMarcel Hellkamp2011-04-112-2/+17
* docs: Changelog for 0.9Marcel Hellkamp2011-04-081-21/+22
* Bottle.mount() cleanup and documentation.Marcel Hellkamp2011-04-071-9/+18
* Added a recipe for keep-alive requestsAdam R. Smith2011-04-071-0/+23
* Added 'monkey' and 'fast' options to gevent server adapter.Marcel Hellkamp2011-04-071-4/+11
* Makefile now uses full path to testcases.Marcel Hellkamp2011-04-071-3/+5
* fix: request.POST for Python 3.2Marcel Hellkamp2011-04-072-8/+10
* 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-072-1/+22
* Fix quiet to quiteSean M. Collins2011-03-301-1/+1
* docs: Forgot to disable developer mode...Marcel Hellkamp2011-03-281-1/+0
* docs: Added disqus.com comments (currently optional).Marcel Hellkamp2011-03-281-1/+19
* 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-212-2/+4
* docs: Moved files from "apidoc" to "docs" to make readthedocs.org happy.Marcel Hellkamp2011-03-1933-18/+19
* docs: Typos and small config change (locales).Marcel Hellkamp2011-03-142-8/+9
* docs: Added a 'Plugin' chapter to the tutorial and rearranged the site struct...Marcel Hellkamp2011-03-114-23/+152
* docs: Removed obsolete document.Marcel Hellkamp2011-03-111-247/+0
* Removed a small piece of unused code and two whitespace errors.Marcel Hellkamp2011-03-111-7/+1
* Merge branch 'plugins2'Marcel Hellkamp2011-03-118-155/+758
|\
| * Merge branch 'master' into plugins2plugins2Marcel Hellkamp2011-03-1110-155/+292
| |\ | |/ |/|
* | doc: -bottle.paws.de +bottlepy.orgMarcel Hellkamp2011-03-118-14/+15
* | docs: New color theme (inspired by http://readthedocs.org/)Marcel Hellkamp2011-03-031-10/+26
* | docs: Even more awesome jQuery scrollbar navigation :)Marcel Hellkamp2011-03-021-41/+127
* | docs: Changed the wording 'secure cookie' in 'signed cookie' to better reflec...Marcel Hellkamp2011-03-022-21/+16
* | doc: Some details on app deployment.Marcel Hellkamp2011-02-251-69/+70
* | doc: Added a section about cookies to the tutorial.Marcel Hellkamp2011-02-251-2/+40
* | Merge branch 'master' of https://github.com/mineo/bottle into mineo-masterMarcel Hellkamp2011-02-181-1/+1
|\ \
| * | Fix a typo in the tutorialWieland Hoffmann2011-02-061-1/+1
| | * 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-242-44/+57
| | * Added an 'id' field to the route context dictionary.Marcel Hellkamp2011-02-242-6/+13
| | * Added JSONPlugin to implement the autojson feature.Marcel Hellkamp2011-02-242-5/+29
| | * More typos (thanks david)Marcel Hellkamp2011-02-221-3/+3
| | * Typos.Marcel Hellkamp2011-02-211-5/+3
| | * Some typos.Marcel Hellkamp2011-02-211-5/+3
| | * docs: The Plugin Development Guide got an example and a narrative explanation...Marcel Hellkamp2011-02-211-10/+137
| | * Added first draft for a plugin development guide.Marcel Hellkamp2011-02-212-0/+83
| | * Moved the additional @route() keyword arguments to a separate dictionaryMarcel Hellkamp2011-02-212-8/+7
| | * 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-182-1/+241
| | * Added basic plugins support.Marcel Hellkamp2011-02-183-70/+134
| |/ |/|