summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing inactive branchalecz20/basicsrst-edited-online-with-bitbucket--1422336197217Joel Rivera2016-02-200-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
* Monkeypatch the test sorter to always run test_gc last in each suite.Gustavo Picon2015-01-241-4/+15
* Updated licensing dateSylvain Hellegouarch2015-01-131-1/+1
* Merged in yoochan/cherrypy/yoochan/serverspy-edited-online-with-bitbucket-d-1...Sylvain Hellegouarch2015-01-061-1/+1
|\
| * servers.py edited online with Bitbucket (doctring of ServerAdapter corrected ...yoochan2015-01-061-1/+1
|/
* Merged in cavallo71/cherrypy/fix.https.message (pull request #86)Joel Rivera2014-12-181-1/+2
|\
| * fix the output message to show the correct scheme with ssl enabled servercavallo712014-09-121-1/+2
* | Merged in steve9000/cherrypy/steve9000/fix-put-request-it-wasnt-submitting-th...Joel Rivera2014-12-180-0/+0
|\ \
* | | Fix PUT request - it wasn't submitting the input field, only a blank stringUnknown Name2014-12-101-1/+1
|/ /
* | Fix #1298 for CPython 2.7 with the builtin ssl module and pyOpenSSL 0.14. How...Lawouach2014-12-071-2/+2
* | Merged in kevvvvv/cherrypy/kevvvvv/fix-broken-links-1417898285265 (pull reque...Sylvain Hellegouarch2014-12-061-2/+2
|\ \
| * | Fix broken linkskevvvvv2014-12-061-2/+2
|/ /
* | Bumped to 3.6.1 in preparation for next release.Jason R. Coombs2014-09-144-4/+4
* | Added tag 3.6.0 for changeset c8088a7e7502Jason R. Coombs2014-09-140-0/+0
* | Bumped to 3.6.0 in preparation for next release.3.6.0Jason R. Coombs2014-09-144-4/+4
* | Update changelogJason R. Coombs2014-09-131-0/+1
* | Merged in shroom/cherrypy (pull request #50)Jason R. Coombs2014-09-13227-7728/+9137
|\ \
| * | small typomnjonge2014-07-251-1/+1
| * | Update changelogJason R. Coombs2014-09-131-0/+13
| * | Merged in coady/cherrypy (pull request #71)Jason R. Coombs2014-09-13135-5969/+5589
| |\ \
| | * | Reorganize imports to conform to conventionJason R. Coombs2014-09-131-9/+11
| | * | Remove unused importsJason R. Coombs2014-09-131-2/+0
| | * | Merged in MichielOvertoom/cherrypycustomlogging (pull request #38)Jason R. Coombs2014-09-132-0/+21
| | |\ \
| | | * | Custom logging: hostnameMichiel Overtoom2013-03-302-0/+21
| | * | | Extract message to perform debug messagesJason R. Coombs2014-09-131-23/+16
| | * | | Extract variable for nicer indentationJason R. Coombs2014-09-131-7/+8
| | * | | Merge with cherrypy-3.2.xJason R. Coombs2014-09-131-1/+2
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Merged in bazsi/cherrypy/fix-session-auth-login-screen (pull request #60)cherrypy-3.2.xJason R. Coombs2014-09-135-7/+9
| | | |\ \
| | | * | | cptools.SessionAuth: fix login_screen page handlerBalazs Scheidler2014-03-121-1/+2
| | * | | | Merge fix from 3.2.xJason R. Coombs2014-09-112-2/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merged in bazsi/cherrypy/cherrypy-3.2.x (pull request #59)Jason R. Coombs2014-09-115-7/+9
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | * | | HandlerWrapperTool: handle config arguments properlyBalazs Scheidler2014-03-122-2/+4
| | * | | | Adding documentation inferred from the implementationJason R. Coombs2014-09-101-0/+1
| | * | | | Factor out special case where encrypt is NoneJason R. Coombs2014-09-101-2/+2
| | * | | | Do comparison in a single placeJason R. Coombs2014-09-101-2/+3
| | * | | | Merged in BoyanAlexandrov/cherrypy (pull request #42)Jason R. Coombs2014-09-10225-7662/+9285
| | |\ \ \ \
| | | * | | | We can't generate a single wheel distribution for Python 2 and 3 because we c...Lawouach2014-08-181-3/+0
| | | * | | | Fixed test_queue_full in OS X.Gustavo Picon2014-08-151-0/+5
| | | * | | | Fixing HTTP range headers for negative length larger than content size.Philip Zeyliger2014-07-282-1/+14
| | | * | | | Bumped to 3.5.1 in preparation for next release.Jason R. Coombs2014-06-274-4/+4
| | | * | | | Added tag 3.5.0 for changeset fd745f2e7c44Jason R. Coombs2014-06-270-0/+0
| | | * | | | Bumped to 3.5.0 in preparation for next release.3.5.0Jason R. Coombs2014-06-274-4/+4
| | | * | | | Adding a changelog to capture high level changes.Jason R. Coombs2014-06-271-0/+19
| | | * | | | Merge fix for #1301 (reject connections when queue is full).Jason R. Coombs2014-06-275-54/+182
| | | |\ \ \ \
| | | | * | | | Reimplementation of code to allow bounded request queues - rejecting requests...Allan Crooks2014-06-145-54/+182
| | | * | | | | Bumped to 3.4.1 in preparation for next release.Jason R. Coombs2014-06-274-4/+4
| | | * | | | | Added tag 3.4.0 for changeset 08e6819ecabdJason R. Coombs2014-06-270-0/+0