summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* No longer support mounted WSGI apps that return True or False (which is not a...feature-761-explicit-requestMarcel Hellkamp2015-06-141-2/+1
* Merge pull request #746 from j-e-d/patch-1Marcel Hellkamp2015-04-011-0/+1
|\
| * Add import os to app.wsgi exampleJuan E. D.2015-03-311-0/+1
* | Whitespace (using https://github.com/google/yapf)Marcel Hellkamp2015-04-011-342/+517
|/
* Merge pull request #744 from Bystroushaak/masterMarcel Hellkamp2015-03-241-1/+1
|\
| * Removed unnecessary `and func is not None` check.Bystroushaak2015-03-241-1/+1
|/
* Fixed doc translation workflow.Marcel Hellkamp2015-03-2421-5/+26
* Merge pull request #743 from avelino/travis_build_crashMarcel Hellkamp2015-03-241-0/+4
|\
| * send notification on crash build to IRC #bottlepyThiago Avelino2015-03-241-0/+4
|/
* Merge pull request #711 from avelino/doc_translateMarcel Hellkamp2015-03-24111-8056/+36755
|\
| * start translate docs index pt-BRThiago Avelino2015-01-231-23/+26
| * added comments on make docsThiago Avelino2015-01-221-0/+3
| * upgrade documentation development pageThiago Avelino2015-01-221-0/+1
| * upgrade make docs for all languagesThiago Avelino2015-01-222-20/+5
| * generate _locale pt_BR langueThiago Avelino2015-01-2231-0/+15832
| * generate template pot localeThiago Avelino2015-01-2233-0/+6775
| * update _locale zh_CNThiago Avelino2015-01-2242-8031/+14042
| * used transifex manager translate POThiago Avelino2015-01-221-0/+84
| * used sphinx InternationalizationThiago Avelino2015-01-221-5/+10
* | Merge branch 'atc--issue_727'Marcel Hellkamp2015-03-242-1/+44
|\ \
| * | Shortcut for requests without a wsgi.input (saves a ByteIO() instance per reg...Marcel Hellkamp2015-03-241-1/+5
| * | Fixes #727 use alternative BytesIO import for python 2.5Alex Collins2015-03-241-1/+6
| * | Fixes #727 use default BytesIO() if wsgi.input not presentAlex Collins2015-03-241-1/+1
| * | Issue #727 demonstrate "oo" routing and test to break wsgi.input lookup in en...Alex Collins2015-03-241-0/+34
|/ /
* | Merge pull request #716 from mengzhuo/add_aiohttpMarcel Hellkamp2015-03-243-0/+33
|\ \
| * | add travis requirements of aiohttpMeng Zhuo2015-02-101-0/+1
| * | add aiohttp supportMeng Zhuo2015-02-102-0/+32
| |/
* | Merge pull request #729 from avelino/fix_tutorial_app_newurlMarcel Hellkamp2015-03-241-15/+14
|\ \
| * \ Merge github.com:bottlepy/bottle into fix_tutorial_app_newurlThiago Avelino2015-03-248-13/+51
| |\ \ | |/ / |/| |
* | | Merge pull request #741 from colons/masterMarcel Hellkamp2015-03-244-8/+8
|\ \ \
| * | | Don't berate users about their lack of domain-specific knowledge.Iain Dawson2015-03-234-8/+8
* | | | Merge pull request #740 from Bystroushaak/masterMarcel Hellkamp2015-03-242-1/+32
|\ \ \ \
| * | | | Added fix of the failing test (0d4b53522fd907c2ace7e69333a5cbaa2ea316c6).Bystroushaak2015-03-231-1/+12
| * | | | Added failing test of the decorator with parameters modyfing kwargs.Bystroushaak2015-03-231-0/+20
| |/ / /
* | | | Merge pull request #736 from mstetson/defer-subprocess-importMarcel Hellkamp2015-03-241-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | only import subprocess if it's neededMicah Stetson2015-03-171-1/+2
|/ / /
* | | Merge pull request #721 from jenmontes/patch-1Marcel Hellkamp2015-03-131-1/+7
|\ \ \
| * | | Added another recipe for removing trailing slashesJen Montes2015-02-181-1/+7
| | |/ | |/|
* | | Merge pull request #728 from thefourtheye/patch-1Marcel Hellkamp2015-03-131-1/+1
|\ \ \
| * | | Updated four to fivethefourtheye2015-03-091-1/+1
| |/ /
* | | Merge pull request #734 from kickes/masterMarcel Hellkamp2015-03-131-1/+1
|\ \ \ | |/ / |/| |
| * | Updated link to Google App Engine in Readme.rstKevin Ickes2015-03-121-1/+1
|/ /
| * update all routes syntax to bottle 0.10+Thiago Avelino2015-03-091-6/+6
| * fix url on route /edit/<no:int> tutorial_appThiago Avelino2015-03-091-7/+7
| * remove validate function on ToDo list tutorialThiago Avelino2015-01-111-2/+1
|/
* WhitespaceMarcel Hellkamp2015-01-011-8/+8
* Merge branch 'eric-wieser-stpl-less-slicing'Marcel Hellkamp2015-01-011-14/+16
|\
| * Use the `pos` argument of re.search.Eric Wieser2014-12-301-9/+12
| * Remove repeated slicing when finding python markersEric Wieser2014-12-301-5/+4
|/
* Merge pull request #690 from eric-wieser/stpl-comprehensionsMarcel Hellkamp2014-12-292-21/+66
|\