summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch. The PR has already been merged.amosshapira/tutorial-3-replaced-password-by-generate-1446115482410Joel Rivera2016-02-200-0/+0
* Tutorial 3: replaced "/password" by "/generate", I think that's what it was m...Amos Shapira2015-10-291-1/+1
* Make sure that we are exposing the list `socket_errors_to_ignore` fromJoel Rivera2015-10-242-2/+4
* Merged in rajaramsrn/cherrypy (pull request #104)Joel Rivera2015-10-245-89/+195
|\
| * Merged in mopsfelder/cherrypy (pull request #103)Joel Rivera2015-10-241-84/+84
| |\
| | * docs/basics.rst: Update validate_password() to take 3 argumentsMurilo Opsfelder Araujo2015-09-211-1/+1
| | * 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 parametersJohn Vandenberg2015-10-201-2/+2
| | |/
| * | Fix the unix socket support in cherrypy. It was crashing when the ServerPortJoel Rivera2015-10-241-1/+2
| * | 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 r...Joel Rivera2015-10-241-2/+3
| |/
* | Fix for constant SSL socket connection error:Rajaram Soundararajan2015-09-261-1/+1
|/
* Fix typo in profiler docsDavide Ceretti2015-09-011-1/+1
* wsgiserver HTTPRequest read_request_line: update error messageNyiro Gergo2015-07-243-3/+3
* wsgiserver HTTPRequest read_request_line: check path is not NoneNyiro Gergo2015-07-223-2/+22
* 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
|\
| * 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
|\
| * Merged in alecz20/cherrypy/alecz20/basicsrst-edited-online-with-bitbucket--14...Sylvain Hellegouarch2015-01-270-0/+0
| |\
| * | 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