summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing inactive branchsteve9000/fix-put-request-it-wasnt-submitting-the-1418205560793Joel Rivera2016-02-200-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
| | | * | | | | Bumped to 3.4.0 in preparation for next release.3.4.0Jason R. Coombs2014-06-274-4/+4
| | | * | | | | Removing Makefile and make bat files. Just use setup.py build_sphinx or invok...Jason R. Coombs2014-06-272-202/+0
| | | * | | | | Move util scripts to docsJason R. Coombs2014-06-272-0/+0
| | | * | | | | Move docs to docs/Jason R. Coombs2014-06-2725-4/+3
| | | * | | | | Remove ez_setup.py.Jason R. Coombs2014-06-271-134/+0
| | | * | | | | Move 'docs' to 'man'. In Python projects, 'docs' typically are for Sphinx docs.Jason R. Coombs2014-06-271-0/+0
| | | * | | | | Use jaraco.packaging.release, used by setuptools, keyring, and a number of ot...Jason R. Coombs2014-06-272-118/+32
| | | * | | | | Normalize indentationJason R. Coombs2014-06-271-4/+6
| | | |/ / / /
| | | * | | | Fix pull request #82Lawouach2014-05-291-2/+9
| | | * | | | Merged in Lawouach/cherrypy-documentation (pull request #72)Lawouach2014-05-24102-5413/+5023
| | | |\ \ \ \