Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix release steps in Makefile | Marcel Hellkamp | 2019-12-01 | 1 | -3/+2 |
| | |||||
* | Be more consistent about supporting Python 3.4 to 3.7 | Sebastian Pipping | 2019-07-10 | 1 | -4/+0 |
| | |||||
* | Normalized test and build setup | Marcel Hellkamp | 2018-10-25 | 1 | -34/+48 |
| | |||||
* | Change coverage call in Makefile to use the python module and not the binary. | Marcel Hellkamp | 2016-09-25 | 1 | -5/+5 |
| | |||||
* | Coverage did not report ... now it does | Oz N Tiram | 2016-09-02 | 1 | -2/+1 |
| | | | | This makes the make command a bit more explicit | ||||
* | Remove another reference to Python 2.6 | Oz N Tiram | 2016-08-28 | 1 | -1/+0 |
| | |||||
* | Remove Python 2.6 from Makefile | Oz N Tiram | 2016-08-26 | 1 | -5/+2 |
| | |||||
* | Remove 2.5 and 3.1 things | cassiobotaro | 2015-12-21 | 1 | -10/+2 |
| | |||||
* | Translation tweaks | Marcel Hellkamp | 2015-12-19 | 1 | -10/+1 |
| | |||||
* | Using sphinx-intl for *.po generation. | Marcel Hellkamp | 2015-12-13 | 1 | -3/+4 |
| | |||||
* | Tests cleanup so tehy run in PyCharm. | Marcel Hellkamp | 2015-11-28 | 1 | -0/+10 |
| | |||||
* | Add make command for running tests on py35 | Steven Loria | 2015-11-14 | 1 | -0/+3 |
| | |||||
* | Fixed doc translation workflow. | Marcel Hellkamp | 2015-03-24 | 1 | -1/+1 |
| | | | | | | | | | The update.sh script is useful as long as sphinx-intl is not part of debian. The makefile had an shell string bug. '$var' != "$var" Sphinx doctrees should not be part of the git repository. And there was a print left in docs/conf.py as well as an import error. Importing the correct version of bottle (and not the system installed one) is important to get the correct docstrings for the API documentation. | ||||
* | added comments on make docs | Thiago Avelino | 2015-01-22 | 1 | -0/+3 |
| | |||||
* | upgrade make docs for all languages | Thiago Avelino | 2015-01-22 | 1 | -1/+5 |
| | |||||
* | Fixed wheel distribution support | Marcel Hellkamp | 2014-10-02 | 1 | -1/+1 |
| | |||||
* | Added python 3.4 to tests | Marcel Hellkamp | 2014-04-29 | 1 | -1/+4 |
| | |||||
* | Removed sphinx templates and files. | Marcel Hellkamp | 2013-05-30 | 1 | -1/+1 |
| | | | | | To build the docs as seen on bottlepy.org, use the bottlepy.org git repository. | ||||
* | Added 'make coverage' | Marcel Hellkamp | 2013-05-22 | 1 | -1/+9 |
| | |||||
* | Speed up make clean | Marcel Hellkamp | 2013-05-21 | 1 | -2/+2 |
| | |||||
* | Added __pycache__ to make clean | Marcel Hellkamp | 2013-05-21 | 1 | -0/+1 |
| | |||||
* | Fixed release rule in Makefile and added test_33 | Marcel Hellkamp | 2012-10-17 | 1 | -3/+6 |
| | |||||
* | Makefile: A release always pushes to public repository now. | Marcel Hellkamp | 2012-10-11 | 1 | -1/+5 |
| | |||||
* | Fixing release target in Makefile. | Marcel Hellkamp | 2011-12-23 | 1 | -2/+3 |
| | |||||
* | Removed 2to3 code and documentation. | Marcel Hellkamp | 2011-11-25 | 1 | -18/+4 |
| | | | | Started to port the test cases. | ||||
* | Fixed Makefile target: release | Marcel Hellkamp | 2011-11-15 | 1 | -1/+2 |
| | |||||
* | Added "make release" because I am lazy ;) | Marcel Hellkamp | 2011-06-24 | 1 | -12/+6 |
| | |||||
* | fix: 'make clean' should not prompt. | Marcel Hellkamp | 2011-04-23 | 1 | -1/+1 |
| | |||||
* | Makefile now uses full path to testcases. | Marcel Hellkamp | 2011-04-07 | 1 | -3/+5 |
| | |||||
* | docs: Moved files from "apidoc" to "docs" to make readthedocs.org happy. | Marcel Hellkamp | 2011-03-19 | 1 | -1/+1 |
| | |||||
* | Typ in MANIFEST.in and small addition to Makefile (clean). | Marcel Hellkamp | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Updated makefiles. All output is now in build/... including sphinx-builds, ↵ | Marcel Hellkamp | 2011-01-24 | 1 | -9/+45 |
| | | | | 2to3 and others. | ||||
* | Fixed `make docs`. HTML output is moved to build/docs. | David Buxton | 2010-07-20 | 1 | -3/+3 |
| | |||||
* | Added 'docs' command to makefile. | Marcel Hellkamp | 2010-07-09 | 1 | -1/+7 |
| | |||||
* | Added makefile | Marcel Hellkamp | 2010-07-05 | 1 | -0/+21 |