summaryrefslogtreecommitdiff
path: root/cherrypy/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-661/+0
* Version string is defined in only two places now - in the package metadata an...Jason R. Coombs2016-04-301-1/+10
* Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-301-1/+1
* Bumped to 5.1.0 in preparation for next release.5.1.0Jason R. Coombs2016-03-101-1/+1
* Bumped to 5.0.2 in preparation for next release.Jason R. Coombs2016-02-051-1/+1
* Bumped to 5.0.1 in preparation for next release.Jason R. Coombs2016-02-041-1/+1
* Bumped to 5.0.0 in preparation for next release.5.0.0Jason R. Coombs2016-02-041-1/+1
* Bumped to 4.0.1 in preparation for next release.Jason R. Coombs2015-12-191-1/+1
* Bumped to 4.0.0 in preparation for next release.4.0.0Jason R. Coombs2015-12-191-1/+1
* Simply get set from builtinsJason R. Coombs2015-12-191-1/+1
* Bumped to 3.8.3 in preparation for next release.Jason R. Coombs2015-12-171-1/+1
* Bumped to 3.8.2 in preparation for next release.Gustavo Picon2015-12-021-1/+1
* Bumped to 3.8.1 in preparation for next release.Jason R. Coombs2015-06-261-1/+1
* Bumped to 3.8.0 in preparation for next release.3.8.0Jason R. Coombs2015-06-261-1/+1
* Bumped to 3.7.1 in preparation for next release.Jason R. Coombs2015-04-241-1/+1
* Bumped to 3.7.0 in preparation for next release.3.7.0Jason R. Coombs2015-04-241-1/+1
* Bumped to 3.6.1 in preparation for next release.Jason R. Coombs2014-09-141-1/+1
* Bumped to 3.6.0 in preparation for next release.3.6.0Jason R. Coombs2014-09-141-1/+1
* Bumped to 3.5.1 in preparation for next release.Jason R. Coombs2014-06-271-1/+1
* Bumped to 3.5.0 in preparation for next release.3.5.0Jason R. Coombs2014-06-271-1/+1
* Bumped to 3.4.1 in preparation for next release.Jason R. Coombs2014-06-271-1/+1
* Bumped to 3.4.0 in preparation for next release.3.4.0Jason R. Coombs2014-06-271-1/+1
* Bumped to 3.3.0 in preparation for next release.3.3.0Jason R. Coombs2014-04-161-1/+1
* Merge with 3.2.xJason R. Coombs2014-04-121-18/+33
|\
| * Merge with cherrypy-3.2.x (3.2.5)Jason R. Coombs2014-02-231-18/+33
| |\
| | * More PEP8 work.Gustavo Picon2014-01-121-2/+4
| | * Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-14/+28
| | * Merge with cherrypy-3.2.xJason R. Coombs2013-03-271-1/+1
| | |\
| | * \ Merge with 3.2.xJason R. Coombs2013-03-271-3/+2
| | |\ \
| | | * | Fix a bunch of links in the documentaton.Joel Rivera2013-03-191-2/+1
| | | * | Merge 3.2.3Jason R. Coombs2012-12-261-2/+2
| | | |\ \
| | | | * | Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-211-1/+1
| | | | * | Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-70/+70
| | | | * | fixed bus spec linkSylvain Hellegouarch2012-02-231-1/+1
* | | | | | Bumped to 3.2.6 in preparation for next release.3.2.6Jason R. Coombs2014-04-121-1/+1
|/ / / / /
* | | | | Bumped to 3.2.5 in preparation for next release.3.2.5Jason R. Coombs2014-02-231-1/+1
| |_|_|/ |/| | |
* | | | Bumped to 3.2.4 in preparation for next release.3.2.4Jason R. Coombs2013-03-271-1/+1
|/ / /
* | | Wrap the console/signal handler in a single plugin that can be easily used ou...Eric Larson2012-12-171-5/+18
|/ /
* | Bumped to 3.2.3 in preparation for next release.3.2.3Jason R. Coombs2012-12-261-1/+1
* | Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-70/+70
|/
* Bumping version to 3.2.2Robert Brewer2011-10-181-1/+1
* More version numbers bumped. Some sync between wsgiserver2 and 3.Robert Brewer2011-07-061-1/+1
* Fix for #1063 (cherrypy.url() recurses infinitely when cherrypy.request.app.r...Robert Brewer2011-07-041-1/+1
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+624
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-620/+0
* Bumping verison number in trunkRobert Brewer2011-02-251-1/+1
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-8/+5
* Some backports (mostly whitespace, really) from the python3 branch.Robert Brewer2010-12-271-38/+38
* Merged in changes from python3: r2710 r2711 r2714 r2718 r2719 r2720 r2721 . ...shadowman1312010-11-171-0/+133