Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bumped to 3.4.1 in preparation for next release. | Jason R. Coombs | 2014-06-27 | 1 | -1/+1 | |
| | ||||||
* | Bumped to 3.4.0 in preparation for next release.3.4.0 | Jason R. Coombs | 2014-06-27 | 1 | -1/+1 | |
| | ||||||
* | Use jaraco.packaging.release, used by setuptools, keyring, and a number of ↵ | Jason R. Coombs | 2014-06-27 | 1 | -15/+16 | |
| | | | | other packages. | |||||
* | Bumped to 3.3.0 in preparation for next release.3.3.0 | Jason R. Coombs | 2014-04-16 | 1 | -1/+1 | |
| | ||||||
* | Bump version | Joseph Tate | 2014-03-06 | 1 | -1/+1 | |
| | ||||||
* | Merge with cherrypy-3.2.x (3.2.5) | Jason R. Coombs | 2014-02-23 | 1 | -1/+1 | |
|\ | ||||||
| * | Bumped to 3.2.5 in preparation for next release.3.2.5 | Jason R. Coombs | 2014-02-23 | 1 | -1/+1 | |
| | | | | | | | | | | --HG-- branch : cherrypy-3.2.x | |||||
* | | Follow up on #1244 (see 93c8c2c1783d9ca2a34c93a433c31ca03abaffba) | Lawouach | 2014-02-07 | 1 | -6/+1 | |
| | | ||||||
* | | Rather than trying to workaround which symbol can or cannot be imported, I ↵ | Lawouach | 2014-02-06 | 1 | -1/+6 | |
| | | | | | | | | thought it'd be better to simply import the module in the helper since it's only used there. I also prevent it to be distributed with Python 2.7 as it doesn't need to | |||||
* | | PEP8ify setup.py | Gustavo Picon | 2014-01-12 | 1 | -16/+20 | |
| | | ||||||
* | | use the licensing trove | Sylvain Hellegouarch | 2013-11-11 | 1 | -0/+1 | |
| | | ||||||
* | | might as well as this one | Sylvain Hellegouarch | 2013-11-11 | 1 | -0/+1 | |
| | | ||||||
* | | specifying supported implementations | Sylvain Hellegouarch | 2013-11-11 | 1 | -0/+4 | |
| | | ||||||
* | | clarifying Python 3.x support | Sylvain Hellegouarch | 2013-11-11 | 1 | -0/+1 | |
|/ | ||||||
* | Bumped to 3.2.4 in preparation for next release.3.2.4 | Jason R. Coombs | 2013-03-27 | 1 | -1/+1 | |
| | | | | | --HG-- branch : cherrypy-3.2.x | |||||
* | Remove download URL from the metadata. Subsequent releases will use PyPI as ↵ | Jason R. Coombs | 2013-03-27 | 1 | -2/+0 | |
| | | | | | | | the authoritative store. --HG-- branch : cherrypy-3.2.x | |||||
* | Remove unused variable | Jason R. Coombs | 2013-03-27 | 1 | -1/+1 | |
| | | | | | --HG-- branch : cherrypy-3.2.x | |||||
* | Exclude _cpcompat_subprocess when building on Python 3; Fixes #1204 | Jason R. Coombs | 2013-01-20 | 1 | -2/+3 | |
| | | | | | --HG-- branch : cherrypy-3.2.x | |||||
* | Remove unused import | Jason R. Coombs | 2013-01-20 | 1 | -1/+0 | |
| | | | | | --HG-- branch : cherrypy-3.2.x | |||||
* | Bumped to 3.2.3 in preparation for next release.3.2.3 | Jason R. Coombs | 2012-12-26 | 1 | -2/+2 | |
| | | | | | --HG-- branch : cherrypy-3.2.x | |||||
* | Add classifiers to designate which versions of CherryPy are supported. ↵ | Jason R. Coombs | 2012-12-12 | 1 | -0/+5 | |
| | | | | | | | _cpcompat indicates that CherryPy 2.3 is still supported (though _test_decorators doesn't run on 2.3). --HG-- branch : cherrypy-3.2.x | |||||
* | Bumping version to 3.2.2 | Robert Brewer | 2011-10-18 | 1 | -2/+2 | |
| | ||||||
* | Fixed #1093 (setup.py doesn't work for python < 2.5) | Robert Brewer | 2011-10-13 | 1 | -3/+4 | |
| | ||||||
* | Fixed wininst bug again. | Robert Brewer | 2011-07-06 | 1 | -18/+5 | |
| | ||||||
* | Using a subclass of build_py to filter out unwanted modules based on Python ↵ | jaraco | 2011-07-05 | 1 | -9/+23 | |
| | | | | version | |||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -9/+10 | |
| | ||||||
* | Bumping version for post 3.2 release | jaraco | 2011-04-30 | 1 | -1/+1 | |
| | ||||||
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunk | Robert Brewer | 2011-02-25 | 1 | -4/+14 | |
| | | | | goes in the py2 folder, and we can use a single setup.py to install either, depending on the version of Python that runs setup.py install. | |||||
* | Last touchup to setup.py for 3.2 final releasecherrypy-3.2.0 | Robert Brewer | 2011-02-25 | 1 | -2/+7 | |
| | ||||||
* | Bumping verison number in trunk | Robert Brewer | 2011-02-25 | 1 | -1/+1 | |
| | ||||||
* | trunk sync with python3 | Robert Brewer | 2011-02-23 | 1 | -2/+2 | |
| | ||||||
* | Updating to 3.2rc1cherrypy-3.2.0rc1 | Robert Brewer | 2009-10-17 | 1 | -1/+1 | |
| | ||||||
* | Marking 3.2.0 beta for Python 2.x.cherrypy-3.2.0beta | Robert Brewer | 2009-08-29 | 1 | -2/+2 | |
| | ||||||
* | Fixed up setup.py to be properly alpha, and to include setuptools. See ↵ | Robert Brewer | 2009-08-03 | 1 | -4/+8 | |
| | | | | http://groups.google.com/group/cherrypy-users/browse_thread/thread/229c9dde90f1cebe | |||||
* | Implemented workaround for #882 - bdist_wininst doesn't install tutorial ↵ | jaraco | 2009-03-31 | 1 | -0/+18 | |
| | | | | (and other data files) where expected | |||||
* | Bumped the version numbers in trunk so that they are greater than the latest ↵ | Christian Wyglendowski | 2009-01-28 | 1 | -1/+1 | |
| | | | | release (3.1.1) | |||||
* | Fix #885. cherryd is now available as a command line script | Sylvain Hellegouarch | 2009-01-04 | 1 | -0/+1 | |
| | ||||||
* | Missing scaffold package in setup.py. | Robert Brewer | 2008-07-01 | 1 | -0/+1 | |
| | ||||||
* | Marking CP 3.1.0 final.cherrypy-3.1.0 | Robert Brewer | 2008-06-30 | 1 | -3/+3 | |
| | ||||||
* | Updating version to 3.1rc1. | Robert Brewer | 2008-05-17 | 1 | -2/+2 | |
| | ||||||
* | Oops. Buglet in setup.py. | Robert Brewer | 2008-03-27 | 1 | -1/+1 | |
| | ||||||
* | Fixed setup.py for the restsrv -> process change, plus fixed a couple svn props. | Robert Brewer | 2008-03-18 | 1 | -13/+19 | |
| | ||||||
* | Version number bump in preparation for 3.1.0beta3.cherrypy-3.1.0beta3 | Christian Wyglendowski | 2008-01-13 | 1 | -2/+2 | |
| | ||||||
* | Bah. Forgot to commit setup.py.cherrypy-3.1.0beta | Robert Brewer | 2007-10-29 | 1 | -3/+3 | |
| | ||||||
* | Marking 3.1beta. | Robert Brewer | 2007-10-28 | 1 | -1/+1 | |
| | ||||||
* | More setup changes. | Robert Brewer | 2007-04-16 | 1 | -1/+1 | |
| | ||||||
* | setup.py was missing some files. | Robert Brewer | 2007-04-16 | 1 | -6/+11 | |
| | ||||||
* | setup updated for restsrv. | Robert Brewer | 2007-03-14 | 1 | -1/+1 | |
| | ||||||
* | Added pywebd | Sylvain Hellegouarch | 2007-03-07 | 1 | -1/+1 | |
| | ||||||
* | Changed version numbers in preparation for 3.0.1 release.cherrypy-3.0.1 | Christian Wyglendowski | 2007-02-20 | 1 | -1/+1 | |
| |