summaryrefslogtreecommitdiff
path: root/bottle.py
Commit message (Expand)AuthorAgeFilesLines
* Version bumb to 0.8.3 (bugfix release)0.8.3Marcel Hellkamp2010-08-261-1/+1
* fix: (issue #90) Reloading server dies on slow hardware.Marcel Hellkamp2010-08-111-1/+1
* Version bumb to 0.8.2 (bugfix release)0.8.2Marcel Hellkamp2010-07-291-1/+1
* fix: This solves issue #87 (FileCheckerThread seems to fail on eggs)Marcel Hellkamp2010-07-291-1/+1
* 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-191-1/+3
* fix: Added backward compatibility and deprecation warnings to some of the API...Marcel Hellkamp2010-07-191-2/+21
* Fixed some documentation spelling, punctuation and typos.David Buxton2010-07-191-16/+16
* Version bumb to 0.8.1 (new release)0.8.1Marcel Hellkamp2010-07-151-1/+1
* Last documentation fixes.Marcel Hellkamp2010-07-151-2/+3
* Code cleanup.Marcel Hellkamp2010-07-151-36/+29
* Bugfix: If the reloading observer process got killed, the child process survi...Marcel Hellkamp2010-07-131-49/+89
* fix: Issue #77 - Templates should return strings as documented, not list of s...Marcel Hellkamp2010-06-301-1/+1
* Version bump to 0.8.rc10.8.rc1Marcel Hellkamp2010-06-261-1/+1
* Merge remote branch 'origin/405router'Marcel Hellkamp2010-06-261-80/+100
|\
| * Refactored the method-awareness from the Router-class into the Bottle-class. ...Marcel Hellkamp2010-06-251-162/+100
| * implemented 404/405 with optimized routingAlex Popescu2010-06-221-15/+97
* | fix: In stpl, there was a chance that text blocks were split into single char...Marcel Hellkamp2010-06-251-1/+1
* | bugfix: SimpleTemplate no supports some python multi-line statementsMarcel Hellkamp2010-06-251-7/+15
* | bugfix: SimpleTemplate now detects python comments correctlyMarcel Hellkamp2010-06-251-4/+15
|/
* fix: A fallback for 'wsgi.file_wrapper' MUST have a close() method that invok...Marcel Hellkamp2010-06-191-3/+18
* fix: Return wsgi.file_wrapper wrapped files directly to the wsgi server.Marcel Hellkamp2010-06-191-2/+2
* Silence WSGIRefServer on run(quiet=True).Marcel Hellkamp2010-06-181-2/+6
* fix: Calling run(quiet=True) broke some of the server adapters.Marcel Hellkamp2010-06-181-4/+4
* WhitespaceMarcel Hellkamp2010-06-131-6/+6
* new: Support for tuples as return value.Marcel Hellkamp2010-06-131-1/+2
* fix: 304 responses must not return entity headers (rfc2616 10.3.5).Marcel Hellkamp2010-06-131-1/+12
* Removed a redundant test for wsgi.file_wrapper in Bottle._cast() and added so...Marcel Hellkamp2010-06-131-3/+3
* fix: Changed HTTP status code for send_file() calls that fail because of root...Marcel Hellkamp2010-06-131-2/+2
* Changed run and fixed bottle reloader, so child process exits,Johannes Schönberger2010-06-031-3/+13
* bugfix: HeaderDict.get() was case sensitive.Marcel Hellkamp2010-06-021-0/+1
* fix: Be quiet if a CGI-like server adapter is usedMarcel Hellkamp2010-05-201-2/+6
* bugfix: (3.x only) Multipart parser code (Request.POST) replaced '\r' and '\r...Marcel Hellkamp2010-05-171-1/+3
* bugfix: '%try:' was not recognised by stpl.Marcel Hellkamp2010-05-171-27/+31
* bugfix: Request.POST closed the Request.body file-buffer.Marcel Hellkamp2010-05-171-3/+7
* Added rocket wsgi server as requested in issue 63ckreutzer2010-05-171-1/+10
* Changed version number to 0.8dev to avoid further confusion. Trunk ist NOT st...Marcel Hellkamp2010-05-171-1/+1
* make jinja2 environment available for configurationAndre Wobst2010-05-171-3/+5
* fix for python3Andre Wobst2010-05-171-1/+1
* Added support for eventlet wsgi serverckreutzer2010-04-201-0/+7
* Completing the dict api for Request().Marcel Hellkamp2010-04-201-8/+5
* bugfix: Removed any code that requires __doc__ to be a string. See #61Marcel Hellkamp2010-04-201-7/+6
* Removed unused parameter Bottle(path) and added config parameter.Marcel Hellkamp2010-04-201-2/+2
* Added some style to the default error page.Marcel Hellkamp2010-04-141-4/+6
* bufgix: One-Line dedent block statements caused a compile error in stpl.Marcel Hellkamp2010-04-141-2/+4
* Merge branch 'fromsgala'Marcel Hellkamp2010-04-141-12/+17
|\
| * I think "safe" (noun) is meant instead of "save" (verb)Santiago Gala2010-04-141-3/+3
| * Document that @view can be short circuited by return typeSantiago Gala2010-04-141-2/+8
| * Use "return static_file" in the example, instead of send_fileSantiago Gala2010-04-141-2/+1
| * Typo thread-save->thread-safeSantiago Gala2010-04-141-1/+1