summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closed branch mercurial-removemercurial-removeGustavo Picon2014-01-110-0/+0
* Remove references to Subeversion in the documentationPuercoPop2013-03-181-60/+14
* Fix for #1220 (requestline not properly splitted when request line (including...Robert Brewer2013-03-173-2/+8
* Merged in chris.beelby/cherrypy (pull request #18: Small Fixes)Jason R. Coombs2012-12-3113-38/+1616
|\
| * Merge 3.2.3Jason R. Coombs2012-12-2626-770/+789
| |\
| | * Merge with 3.2.xJason R. Coombs2012-12-2626-770/+789
| | |\
| | | * Backed out changeset: d6db81278553Jason R. Coombs2012-12-262-9/+6
| | | * Backed out changeset: 4edcd4130108Jason R. Coombs2012-12-261-1/+1
| | | * Backed out changeset: aad21552bfbbJason R. Coombs2012-12-261-2/+15
| | | * Remove changes I would have expected to have been removed in the merge.Jason R. Coombs2012-12-121-5/+1
| | | * Merge with 3.2.xJason R. Coombs2012-12-123-5/+21
| | | |\
| | | * | Fixes for python2Rene Peinthor2012-12-121-1/+4
| | | * | Python3.3 doesn't use setdaemon for initializing the daemon var anymoreRene Peinthor2012-12-111-4/+5
| * | | | Added tag 3.2.3 for changeset c9d13db2b433Jason R. Coombs2012-12-260-0/+0
| * | | | Bumped to 3.2.3 in preparation for next release.3.2.3Jason R. Coombs2012-12-265-6/+6
| * | | | Restore pid-in-file behavior for daemonized processesJason R. Coombs2012-12-261-0/+23
| * | | | Grab set from sets module for Python 2.3Jason R. Coombs2012-12-261-0/+5
| * | | | Fixed several more syntax errors on Python 2.3. The module no compiles under ...Jason R. Coombs2012-12-261-15/+16
| * | | | Restore Python 2.3 compatibility in import syntaxJason R. Coombs2012-12-261-4/+4
| |/ / /
| * | | Patch test so that it still matches the expected output, even when spaces are...Jason R. Coombs2012-12-261-0/+3
| * | | Use subprocess to manage the process and pid. Fixes #1198.Jason R. Coombs2012-12-261-21/+4
| * | | Adding subprocess module from Python 2.7.3 and use that in the test helper. F...Jason R. Coombs2012-12-263-19/+1539
| * | | Use subprocess module (if available). Works around #1196 on Python 2.4+.Jason R. Coombs2012-12-262-4/+26
| * | | Move import to the topJason R. Coombs2012-12-261-5/+1
| * | | Removed unnecessary indentJason R. Coombs2012-12-261-2/+1
| * | | Fixed failure on Python 2 in cherrypy.test.test_request_obj:RequestObjectTest...Jason R. Coombs2012-12-261-1/+1
| * | | Fixed failure on Python 2 in cherrypy.test.test_json:JsonTest.test_json_input...Jason R. Coombs2012-12-261-2/+2
| * | | Resaved with excess whitespace removedJason R. Coombs2012-12-261-61/+61
| | |/ | |/|
| * | Fix syntax for Python 2.3Jason R. Coombs2012-12-121-2/+1
| * | Extract Thread.daemon property compatibility into _cpcompat. Now BackgroundTa...Jason R. Coombs2012-12-122-10/+18
| * | Fixes for python2Rene Peinthor2012-12-121-1/+4
| * | Python3.3 doesn't use setdaemon for initializing the daemon var anymoreRene Peinthor2012-12-111-4/+5
| * | Add classifiers to designate which versions of CherryPy are supported. _cpcom...Jason R. Coombs2012-12-121-0/+5
* | | Function was documented twiceChris Beelby2012-12-151-2/+0
* | | merging in changes from main cherrypy repoChris Beelby2012-12-0619-44/+44
|\ \ \ | | |/ | |/|
| * | Merged in MichielOvertoom/cherrypyfixticketurls2 (pull request #11)Jason R. Coombs2012-12-0519-44/+44
| |\ \
| | * | Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-2119-44/+44
* | | | Updated test case to reflect new default parameter spellingChris Beelby2012-11-291-1/+1
* | | | Added aliases back in, but with deprecation warning.Chris Beelby2012-11-271-1/+23
* | | | Update documentation to remove reference to old configuration alias.Chris Beelby2012-11-261-1/+1
* | | | Removed unneeded aliases for engine configuration values.Chris Beelby2012-11-261-18/+5
* | | | Update another example which incorrectly used script_name of "/" for the root...Chris Beelby2012-11-251-1/+1
* | | | Removed double negatives to make statement clearer.Chris Beelby2012-11-251-2/+2
* | | | Supplying a default of None to the dict.get() method is redundantChris Beelby2012-11-231-1/+1
|/ / /
* | | Updated doc string in DropPrivileges class to reflect the new URL for the art...Chris Beelby2012-11-212-2/+2
* | | Corrected typo in documentationChris Beelby2012-11-191-1/+1
* | | Update example call to match example URLChris Beelby2012-11-131-1/+1
* | | The month parameter in the call to the blog function would actually be '01', ...Chris Beelby2012-11-131-1/+1
* | | Merge fix from 3.2.xJason R. Coombs2012-11-072-4/+11
|\ \ \ | | |/ | |/|
| * | Correct docstring, unintentionally borkedJason R. Coombs2012-11-071-1/+1