summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Closed branch mercurial-removemercurial-removeGustavo Picon2014-01-110-0/+0
|
* Remove references to Subeversion in the documentationPuercoPop2013-03-181-60/+14
| | | | Replaced the with the Mercurial equivalent when pertinent
* Fix for #1220 (requestline not properly splitted when request line ↵Robert Brewer2013-03-173-2/+8
| | | | (including r"\r\n") are exactly 256 bytes long).
* 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
| | | | | | | | | | | | | | | | A better fix is in cherrypy-3.2.x (2a8d3af391c4)
| | | * Backed out changeset: 4edcd4130108Jason R. Coombs2012-12-261-1/+1
| | | | | | | | | | | | | | | | A better fix is in cherrypy-3.2.x (1648a97b022e)
| | | * Backed out changeset: aad21552bfbbJason R. Coombs2012-12-261-2/+15
| | | | | | | | | | | | | | | | A prettier fix is now in cherrypy-3.2.x
| | | * 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
| | | | | | | | | | | | | | | | | | | | Tested on python 2.3 and python 2.6
| | | * | Python3.3 doesn't use setdaemon for initializing the daemon var anymoreRene Peinthor2012-12-111-4/+5
| | | | | | | | | | | | | | | | | | | | So BackgroundTask would always use the current threads daemon mode on py3.3
| * | | | 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
| | | | | | | | | | | | | | | | | | | | Python 2.3.
| * | | | 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 ↵Jason R. Coombs2012-12-261-0/+3
| | | | | | | | | | | | | | | | are elided from otherwise blank lines in the source.
| * | | 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. ↵Jason R. Coombs2012-12-263-19/+1539
| | | | | | | | | | | | | | | | Fixes #1196.
| * | | 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 ↵Jason R. Coombs2012-12-261-1/+1
| | | | | | | | | | | | | | | | cherrypy.test.test_request_obj:RequestObjectTests.test_encoded_headers when the header value was unicode.
| * | | Fixed failure on Python 2 in ↵Jason R. Coombs2012-12-261-2/+2
| | | | | | | | | | | | | | | | cherrypy.test.test_json:JsonTest.test_json_input when the error message had unicode in it.
| * | | 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 ↵Jason R. Coombs2012-12-122-10/+18
| | | | | | | | | | | | BackgroundTask behaves like a Python 2.6+ Thread (w.r.t. the daemon property) even on Python 2.3+.
| * | Fixes for python2Rene Peinthor2012-12-121-1/+4
| | | | | | | | | | | | Tested on python 2.3 and python 2.6
| * | Python3.3 doesn't use setdaemon for initializing the daemon var anymoreRene Peinthor2012-12-111-4/+5
| | | | | | | | | | | | So BackgroundTask would always use the current threads daemon mode on py3.3
| * | Add classifiers to designate which versions of CherryPy are supported. ↵Jason R. Coombs2012-12-121-0/+5
| | | | | | | | | | | | _cpcompat indicates that CherryPy 2.3 is still supported (though _test_decorators doesn't run on 2.3).
* | | 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
| | | | | | | | | | | | | | | | https://bitbucket.org/cherrypy/cherrypy/issue/XYZ
* | | | 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 ↵Chris Beelby2012-11-251-1/+1
| | | | | | | | | | | | | | | | root of the application.
* | | | Removed double negatives to make statement clearer.Chris Beelby2012-11-251-2/+2
| | | | | | | | | | | | | | | | The example call to quickstart specified a script_name of '/' which it should not.
* | | | 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 ↵Chris Beelby2012-11-212-2/+2
| | | | | | | | | | | | | | | | | | article that was previously linked to. Also updated the example usage of the class to reflect the actual use of the class.
* | | 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
| | | | | | | | | | | | not '1' since the URL is parsed as a string
* | | Merge fix from 3.2.xJason R. Coombs2012-11-072-4/+11
|\ \ \ | | |/ | |/|
| * | Correct docstring, unintentionally borkedJason R. Coombs2012-11-071-1/+1
| | |