summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The faster built-in threading.local container is now used instead of ContextL...contextlocalMarcel Hellkamp2010-08-111-24/+25
* fix: Removed redundant GeventServer class definition.Marcel Hellkamp2010-08-111-9/+0
* Merge branch 'master' into contextlocalMarcel Hellkamp2010-08-1139-380/+1518
|\
| * Refactoring (pyflakes helped a lot).Marcel Hellkamp2010-08-091-17/+17
| * Workaround for fapws3's broken APIJonas Haag2010-08-091-4/+7
| * docs: Some additions.Marcel Hellkamp2010-08-062-6/+7
| * docs: Typos and clarifications.Marcel Hellkamp2010-08-051-5/+5
| * new: Lots of new parameters for the route decorator. See API docs for details...Marcel Hellkamp2010-08-052-48/+190
| * new: tonat() converts anything to native strings.Marcel Hellkamp2010-08-051-15/+19
| * docs: Changed style of code examples within API descriptions.Marcel Hellkamp2010-08-052-5/+12
| * Added a warning: Auto-reloading does not work with Fapws3.Marcel Hellkamp2010-08-051-1/+4
| * fix: (issue #85) fapws3 segfaults if port is an integerMarcel Hellkamp2010-08-051-1/+2
| * fix: Bug in unused test helper method.Marcel Hellkamp2010-08-051-1/+2
| * fix: Old versions of 2to3 don't like one-line except blocks.Marcel Hellkamp2010-08-051-4/+8
| * new: load_app() function to load applications based on a target string.Marcel Hellkamp2010-08-052-8/+50
| * docs: Reddit has a bug when it comes to picking the right thumbnail image. Re...Marcel Hellkamp2010-08-031-1/+1
| * docs: Added image_src linkk to template (for reddit)Marcel Hellkamp2010-08-032-0/+1
| * docs: New documentation style. Hope you like it :)Marcel Hellkamp2010-08-016-65/+169
| * docs: Added special sidebar to documentation index page.Marcel Hellkamp2010-07-304-3/+46
| * Added release documentation for 0.8.2Marcel Hellkamp2010-07-291-0/+9
| * fix: This solves issue #87 (FileCheckerThread seems to fail on eggs)Marcel Hellkamp2010-07-291-1/+1
| * typoMarcel Hellkamp2010-07-261-1/+1
| * fix: Small bug in test suite.Marcel Hellkamp2010-07-261-1/+2
| * Merge branch 'plugins'Marcel Hellkamp2010-07-267-23/+348
| |\
| | * Added a way to disable hooks for a specific route. See issue #84Marcel Hellkamp2010-07-262-20/+51
| | * Fixed hook addDamien Degois2010-07-211-1/+1
| | * More documentation on the new plugin API.Marcel Hellkamp2010-07-091-59/+142
| | * Added Bottle.add_hook() and Bottle.remove_hook() methods.Marcel Hellkamp2010-07-091-7/+17
| | * Some words on writing reusable plugins and more examples.Marcel Hellkamp2010-07-091-16/+55
| | * First draft for a plugin development guideMarcel Hellkamp2010-07-091-0/+127
| | * The new hook-API allows a plugin to register functions that are then called atMarcel Hellkamp2010-07-083-8/+35
| * | Updated READMEMarcel Hellkamp2010-07-261-5/+6
| * | The router now defers the route compilation up to the point where the routerMarcel Hellkamp2010-07-261-3/+12
| * | Fixed spelling of "recipes", other typos in docs.David Buxton2010-07-212-10/+10
| * | Fixed `make docs`. HTML output is moved to build/docs.David Buxton2010-07-201-3/+3
| * | fix: mount() was mis-labeled as wrapping Bottle.get_url().Marcel Hellkamp2010-07-191-1/+1
| * | fix: (Issue #83) Bottle.get_url() does not return correct path when SCRIPT_NA...Marcel Hellkamp2010-07-192-4/+12
| * | fix: Added backward compatibility and deprecation warnings to some of the API...Marcel Hellkamp2010-07-192-4/+25
| * | Documentation fixes ported from 0.8.1.Marcel Hellkamp2010-07-185-17/+127
| * | fix: See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586316Marcel Hellkamp2010-07-181-1/+1
| * | Fixed some documentation spelling, punctuation and typos.David Buxton2010-07-177-121/+121
| * | Merge branch 'reloader-dev'Marcel Hellkamp2010-07-151-56/+89
| |\ \
| | * | Code cleanup.Marcel Hellkamp2010-07-151-36/+29
| | * | Bugfix: If the reloading observer process got killed, the child process survi...Marcel Hellkamp2010-07-151-49/+89
| |/ /
| * | Added 'docs' command to makefile.Marcel Hellkamp2010-07-091-1/+7
| |/
| * Added missing GeventServerMarcel Hellkamp2010-07-051-0/+11
| * Added makefileMarcel Hellkamp2010-07-051-0/+21
| * Fixed GunicornAdapter (gunicorn 0.8) and added server_names dict.Marcel Hellkamp2010-07-051-3/+22
| * Added tests for server adapters and run() routine.Marcel Hellkamp2010-07-0516-17/+226
* | Merge branch 'master' into contextlocalMarcel Hellkamp2010-07-042-59/+59
|\ \ | |/