summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing 2.x branch.cherrypy-2.xJason R. Coombs2014-04-160-0/+0
* prevent hangs in test suite when a test failed with Python 2.7 (patch by Mart...fs2010-08-221-4/+4
* Python 2.7 compatibility for test suite: httplib no longer converts values to...fs2010-08-221-1/+1
* Added handling of invalid cookie names by responding with 400 Bad Request (#8...fs2010-08-222-1/+9
* fix CherryPy regression with Python 2.5+: Always use \n as separator for cook...fs2010-08-221-1/+1
* merge r1766 into 2.3.x branchfs2010-04-021-0/+7
* remove DeprecationWarnings on Python 2.6+ by importing hashlib first (instead...fs2010-04-022-5/+11
* Make the test suite compatible with Python 2.6: cls must be the first paramet...fs2010-04-022-2/+2
* bump the version number to 2.3.1 to make sure this won't be forgottenfs2010-04-023-4/+4
* Fix a small issue in r2019 so we explicitly state we want to split by spaces ...nick1252008-07-091-1/+1
* Added a unit test, fixed an issue in the core unittest with ipv6-enabled syst...nick1252008-07-092-4/+22
* Backport of [1514], [1515]. See #821, #441.Robert Brewer2008-06-083-2/+12
* Fix for #818 (No content type).Robert Brewer2008-05-251-1/+1
* Fix for #778 (CherryPy 2.3.0 breaks on Python2.3).Robert Brewer2008-01-281-1/+1
* Woops - missed a version# in setup.py. Also expanded to n.n.n version number...Christian Wyglendowski2008-01-143-4/+4
* Version number bump in the 2.x branch for impending release (2.3).cherrypy-2.3.0Christian Wyglendowski2008-01-143-3/+3
* Backported SimpleCookie test fix for Python 2.5 from changeset:1272mschurter2008-01-131-9/+21
* Fix to wsgi parsing of the URI "*".Robert Brewer2008-01-131-1/+3
* test_config fix.Robert Brewer2008-01-131-1/+0
* 2.x fix for #744 (Malicious cookies may allow access to files outside the ses...Robert Brewer2007-10-271-0/+2
* 2.x branch fix for #677 (_cpwsgi requestLine: PATH_INFO SCRIPT_NAME).Robert Brewer2007-06-171-1/+9
* New test for session_filter.on_create_session.Robert Brewer2007-02-061-1/+14
* Removing print statementSylvain Hellegouarch2006-12-291-1/+0
* Backport fix to get rid of thread_data. This may need to be documented for ap...Sylvain Hellegouarch2006-12-291-4/+1
* Backport to 2.2 of #525Sylvain Hellegouarch2006-12-292-6/+65
* 2.x backport of fixes in [1388] and [1530] (safer WSGI and request close). S...Christian Wyglendowski2006-12-296-44/+90
* 2.x backport of [1239] (more secure session key). See #567.Christian Wyglendowski2006-12-281-3/+12
* cachefilter tweak.Christian Wyglendowski2006-12-281-1/+1
* Backport of [1187] to 2.x branch. (Age header in cached responses). See #567.Christian Wyglendowski2006-12-282-12/+39
* Copied recent changes from trunk to _cpwsgiserver3.Robert Brewer2006-12-281-147/+309
* 2.x backport of [1538] and [1549] (Fix for leading CRLF in request).Robert Brewer2006-12-281-0/+10
* 2.x backport of [1533] (Fixed serious buglet in SizeCheckWrapper which allowe...Robert Brewer2006-12-282-8/+9
* Skip a couple tests if server is not HTTP/1.1.Robert Brewer2006-12-281-3/+9
* 2.x backport of RFC-2047 header encoding/decoding (see [1166] et al).Robert Brewer2006-12-284-8/+60
* 2.x backports: [1389] Fix for #481 (buildbot quiet mode). Use test.py --dumb ...Robert Brewer2006-12-283-20/+51
* 2.x backport of [1220] (Fix for #438 (autoreload.py: Server fails to start if...Robert Brewer2006-12-281-8/+28
* Updated versions to 2.2.2rc2. Also updated setup.py download link from SF to ...Robert Brewer2006-12-113-4/+4
* 2.x backport of [1479] (Fix for thread locals on Jython; see http://groups.go...Robert Brewer2006-12-111-1/+1
* 2.x fix for #609 (Support for IronPython 1.0).Robert Brewer2006-12-111-1/+7
* 2.x backport of [1443] (use response.time for cache expiration).Robert Brewer2006-12-111-1/+1
* 2.x backport of [1330] (new cptools.referer) and [1422] (new cptools.accept(m...Robert Brewer2006-12-113-0/+235
* 2.x fix for #587 (Test failure in wsgiapp on Python 2.5).Robert Brewer2006-12-111-3/+4
* 2.x partial backport of [1406] (Fix for #588 (CherryPyWSGIServer sends Connec...Robert Brewer2006-12-111-2/+7
* Added the WSGI server from CP 3 to the distro. Enable it via the config optio...Robert Brewer2006-12-114-10/+915
* 2.x backport of [1402]; fix for #577 (GzipFilter doesn't force an update of t...Robert Brewer2006-12-116-0/+18
* 2.x backport of [1401] (Inline isdir to save a call to os.stat.)Robert Brewer2006-12-111-1/+3
* 2.x backport of [1382] (Fixed bug in encode; shouldn't attempt encode on any ...Robert Brewer2006-12-111-3/+7
* 2.x backport of [1369]; new Request.is_index attribute is None until set to T...Robert Brewer2006-12-111-0/+6
* 2.x backport of [1045], [1312] (added CallFunc, NoneType, UnarySub, UnaryAdd ...Robert Brewer2006-12-111-0/+13
* 2.x backport of [1266] (Touch-up to test suite help; closes #333 (run test su...Robert Brewer2006-12-111-4/+5