summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * docs/basics.rst: Update validate_password() to take 3 argumentsMurilo Opsfelder Araujo2015-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change updates the sample validate_password() function since it actually receives 3 arguments when called, i.e. realm, username and password. Without this change, the following exception is raised: TypeError: validate_password() takes exactly 2 arguments (3 given)
| | * docs/basics.rst: Cleanup trailing whitespacesMurilo Opsfelder Araujo2015-09-211-83/+83
| | |
| * | Merged in jayvdb/cherrypy/subprocess-py26-win32-fix (pull request #106)Joel Rivera2015-10-241-2/+2
| |\ \ | | | | | | | | | | | | Python 2.6 str.format does not support unindexed parameters
| | * | Python 2.6 str.format does not support unindexed parametersJohn Vandenberg2015-10-201-2/+2
| | |/ | | | | | | | | | The code using Python 2.7+ only code was used on Windows only.
| * | Fix the unix socket support in cherrypy. It was crashing when the ServerPortJoel Rivera2015-10-241-1/+2
| | | | | | | | | | | | | | | | | | | | | was an empty string, which is the case when we are using the option `server.socket_file` for the unix socket support. Fixes issue #1011.
| * | Add a basic test case for the unix socket support in cherrypy.Joel Rivera2015-10-241-0/+104
| | |
| * | Update test_logging to match the changes on the error log format after pull ↵Joel Rivera2015-10-241-2/+3
| |/ | | | | | | request #96
* | Fix for constant SSL socket connection error:Rajaram Soundararajan2015-09-261-1/+1
|/ | | | | if is_reader and errnum in wsgiserver.socket_errors_to_ignore: AttributeError: 'module' object has no attribute 'socket_errors_to_ignore'
* Fix typo in profiler docsDavide Ceretti2015-09-011-1/+1
|
* wsgiserver HTTPRequest read_request_line: update error messageNyiro Gergo2015-07-243-3/+3
| | | | No valid -> Invalid
* wsgiserver HTTPRequest read_request_line: check path is not NoneNyiro Gergo2015-07-223-2/+22
| | | | | | | The parse_request_uri method handles the uri as authority if it doesn't contain "://" or start with "/". The path will be set to None in this case, but its type was not tested. read_request_line got an extra check for the type of the path.
* fetch a row from the result not the connectionLawouach2015-07-191-2/+2
|
* fixes the session being generated again and again in this tutorialLawouach2015-07-191-0/+13
|
* added React.js to the tutorialLawouach2015-07-191-1/+222
|
* fixed linkLawouach2015-07-191-1/+1
|
* refLawouach2015-07-191-0/+2
|
* a little word aboutd restful in the tutorialLawouach2015-07-191-0/+15
|
* clarified how to use CherryPy with the logging moduleLawouach2015-07-191-8/+118
|
* the right date this timeLawouach2015-07-191-1/+1
|
* updated copyright dateLawouach2015-07-191-1/+1
|
* Bumped to 3.8.1 in preparation for next release.Jason R. Coombs2015-06-264-4/+4
|
* Added tag 3.8.0 for changeset 222f6f086e9aJason R. Coombs2015-06-260-0/+0
|
* Bumped to 3.8.0 in preparation for next release.3.8.0Jason R. Coombs2015-06-264-4/+4
|
* Update changelogJason R. Coombs2015-06-261-0/+7
|
* Merged in alexlatchford/cherrypy (pull request #96)Joseph Tate2015-05-121-2/+4
|\ | | | | | | Include exc_info when calling logger
| * Remove old format of serialising stacktrace in favour of new APIAlex Latchford2015-05-111-1/+0
| |
| * Include exc_info when calling loggerAlex Latchford2015-03-311-1/+4
| |
* | Bumped to 3.7.1 in preparation for next release.Jason R. Coombs2015-04-244-4/+4
| |
* | Added tag 3.7.0 for changeset 4aa828891193Jason R. Coombs2015-04-240-0/+0
| |
* | Bumped to 3.7.0 in preparation for next release.3.7.0Jason R. Coombs2015-04-244-4/+4
| |
* | Update changelogJason R. Coombs2015-04-241-0/+10
| |
* | Allow cherrypy daemon to be launched with python -m cherrypyJason R. Coombs2015-04-241-0/+4
| |
* | Move daemon code to daemon module and invoke from cherryd scriptJason R. Coombs2015-04-242-109/+111
| |
* | Extract function for main body.Jason R. Coombs2015-04-241-1/+4
|/
* Improved wording about returned errorColin Svingen2015-03-191-2/+2
|
* Added details on specifying an index file.Colin Svingen2015-03-191-0/+19
|
* fixed #1361Lawouach2015-03-121-1/+1
|
* Backed out changeset: b7c4318a1fb9 Ref #1360Jason R. Coombs2015-03-101-7/+0
|
* Add test capturing failure. Ref #1360Jason R. Coombs2015-03-101-0/+7
|
* Remove unused importJason R. Coombs2015-03-101-2/+0
|
* Merged in nryoung/cherrypy (pull request #90)Sylvain Hellegouarch2015-02-235-9/+19
|\ | | | | | | Fix several typos and grammar mistakes in the docs.
| * Merged in ↵Sylvain Hellegouarch2015-01-270-0/+0
| |\ | | | | | | | | | | | | | | | alecz20/cherrypy/alecz20/basicsrst-edited-online-with-bitbucket--1422336197217 (pull request #92) basics.rst edited online with Bitbucket : fixed typo in favicon sample code
| * | basics.rst edited online with Bitbucket : fixed typo in favicon sample codeUnknown Name2015-01-271-1/+1
| |/
| * Fixed test_conn importing httplib, failing in Python3Gustavo Picon2015-01-261-2/+1
| |
| * Removing useless comparisonGustavo Picon2015-01-241-1/+1
| |
| * Monkeypatch the test sorter to always run test_gc last in each suite.Gustavo Picon2015-01-241-4/+15
| | | | | | | | The previous method introduced in 12f77856280c doesn't work with the unittest subclassed test suites cherrypy uses.
| * Updated licensing dateSylvain Hellegouarch2015-01-131-1/+1
| |
| * Merged in ↵Sylvain Hellegouarch2015-01-061-1/+1
| |\ | | | | | | | | | | | | | | | yoochan/cherrypy/yoochan/serverspy-edited-online-with-bitbucket-d-1420541114999 (pull request #91) servers.py edited online with Bitbucket (doctring of ServerAdapter corrected for proper formating of code)
| | * servers.py edited online with Bitbucket (doctring of ServerAdapter corrected ↵yoochan2015-01-061-1/+1
| |/ | | | | | | for proper formating of code)
* | Fix several typos and grammar mistakes in the docs.Nic Young2014-12-292-6/+6
|/