Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix for #639 (Missing "cherrypy.wsgiserver" in setup.py). | Robert Brewer | 2007-01-11 | 1 | -1/+2 | |
| | ||||||
* | Fix for #636 (Move wsgiserver.py into a subdirectory for cleaner ↵ | Robert Brewer | 2007-01-07 | 1 | -2/+2 | |
| | | | | svn:externals links). Reinstated wsgiserver as a subpackage. Also set version to 3.0.1alpha. | |||||
* | Preparing for the 3.0.0 release. | Christian Wyglendowski | 2006-12-21 | 1 | -4/+4 | |
| | ||||||
* | Should fix #441 | Sylvain Hellegouarch | 2006-12-11 | 1 | -1/+0 | |
| | ||||||
* | Updated version numbers in preparation for 3.0RC1 release.cherrypy-3.0.0RC1 | Christian Wyglendowski | 2006-11-27 | 1 | -1/+1 | |
| | ||||||
* | Download URL uses the new download repository | Sylvain Hellegouarch | 2006-10-27 | 1 | -1/+1 | |
| | ||||||
* | Version number changes in preparation for the CP 3.0.0beta2 release.cherrypy-3.0.0beta2 | Christian Wyglendowski | 2006-09-27 | 1 | -1/+1 | |
| | ||||||
* | Changing version to 3.0.0beta.cherrypy-3.0.0beta | Robert Brewer | 2006-09-04 | 1 | -6/+8 | |
| | ||||||
* | Fix for #513 and #515 (setup.py updates). | Robert Brewer | 2006-05-02 | 1 | -46/+5 | |
| | ||||||
* | added test/static/dirback.jpg to distrocherrypy-2.2.0 | Remi Delon | 2006-04-03 | 1 | -1/+2 | |
| | ||||||
* | Preparing for 2.2.0-final release | Remi Delon | 2006-04-03 | 1 | -3/+3 | |
| | ||||||
* | Preparing for 2.2.0rc1 release | Remi Delon | 2006-03-06 | 1 | -47/+46 | |
| | ||||||
* | Don't disable sessions automatically if static_filter is enabled ... Some ↵ | Remi Delon | 2006-02-08 | 1 | -1/+2 | |
| | | | | people may want to use session_authenticate_filter for serving static content so they need sessions in that case ... Note that in the most common case (ie: not needing sessions for serving static content), the session data won't be loaded/saved due to the new lazy session data handling (see [940]), so there won't be any speed penalty | |||||
* | Changing "2.2.0-beta" into "2.2.0beta" | Remi Delon | 2006-01-13 | 1 | -1/+1 | |
| | ||||||
* | added cherrypy.filters to the created packages | Sylvain Hellegouarch | 2005-11-10 | 1 | -1/+1 | |
| | ||||||
* | Bumping trunk version to 2.2.0-beta | Remi Delon | 2005-11-10 | 1 | -1/+1 | |
| | ||||||
* | Preparing for 2.1.0 release | Remi Delon | 2005-10-21 | 1 | -1/+1 | |
| | ||||||
* | Changed pdf file namecherrypy-2.1.0-rc2 | Remi Delon | 2005-10-07 | 1 | -1/+1 | |
| | ||||||
* | Preparing for 2.1-rc2 release | Remi Delon | 2005-10-06 | 1 | -4/+4 | |
| | ||||||
* | Fix for #316 (old sessionfilter package conflict). | Christian Wyglendowski | 2005-09-24 | 1 | -7/+51 | |
| | ||||||
* | Preparing for 2.1.0-rc1 release | Remi Delon | 2005-09-15 | 1 | -1/+1 | |
| | ||||||
* | fixed ticket:303 | Michael Robinson | 2005-09-15 | 1 | -1/+1 | |
| | ||||||
* | implimented changes needed to re-close ticket:288 | Michael Robinson | 2005-09-14 | 1 | -0/+2 | |
| | ||||||
* | No eggs for CP-2.1 ... Maybe for 2.2 | Remi Delon | 2005-09-14 | 1 | -4/+2 | |
| | ||||||
* | g o t e g g s ? ? ? | Peter Hunt | 2005-09-07 | 1 | -1/+4 | |
| | ||||||
* | Fixed ticket #253 (change download_url) in PyPi | Remi Delon | 2005-09-05 | 1 | -1/+1 | |
| | ||||||
* | Removed deleted sessionfilter sub-package. | John P. Speno | 2005-09-01 | 1 | -2/+1 | |
| | ||||||
* | Added "has space.html" to setup.py (thanks, dowski). | Robert Brewer | 2005-08-20 | 1 | -1/+2 | |
| | ||||||
* | applied patch from dowski to address issue #74 | John P. Speno | 2005-07-21 | 1 | -25/+79 | |
| | | | | | setup.py exits if used with wrong version of python formatting changes to eliminating long lines | |||||
* | Changing version numbers and ChangeLog for 2.1.0-beta release | Remi Delon | 2005-07-11 | 1 | -1/+1 | |
| | ||||||
* | Oops on the version string, and newline fixes yet again. | Robert Brewer | 2005-06-14 | 1 | -1/+1 | |
| | ||||||
* | Changed to Status::Stable | Sylvain Hellegouarch | 2005-06-11 | 1 | -1/+1 | |
| | ||||||
* | updated setup.py, changelog | Michael Robinson | 2005-06-11 | 1 | -1/+1 | |
| | ||||||
* | Final tweaks for 2.0.0-final releasecherrypy-2.0.0 | Remi Delon | 2005-04-25 | 1 | -4/+1 | |
| | ||||||
* | (no commit message) | Remi Delon | 2005-04-25 | 1 | -1/+1 | |
| | ||||||
* | it's a shot at solving #74. Carlos will test if this works. | Remco Boerma | 2005-02-12 | 1 | -1/+4 | |
| | ||||||
* | Ported Form.cpy module from CP1 to CP2 | Remi Delon | 2005-01-06 | 1 | -1/+1 | |
| | ||||||
* | Don't copy tutorial/ and test/ into lib when installing CherryPy | Remi Delon | 2005-01-06 | 1 | -1/+1 | |
| | ||||||
* | small fixes for new cpg.response.body iterable type; getting ready for ↵ | Remi Delon | 2004-12-29 | 1 | -1/+1 | |
| | | | | 2.0.0b release | |||||
* | Renamed "unittest" to "test" | Remi Delon | 2004-11-23 | 1 | -1/+1 | |
| | ||||||
* | (no commit message) | Remi Delon | 2004-11-20 | 1 | -0/+28 | |