summaryrefslogtreecommitdiff
path: root/cherrypy
Commit message (Expand)AuthorAgeFilesLines
* Fix #1298 for CPython 2.7 with the builtin ssl module and pyOpenSSL 0.14. How...Lawouach2014-12-071-2/+2
* Bumped to 3.6.1 in preparation for next release.Jason R. Coombs2014-09-143-3/+3
* Bumped to 3.6.0 in preparation for next release.3.6.0Jason R. Coombs2014-09-143-3/+3
* Merged in shroom/cherrypy (pull request #50)Jason R. Coombs2014-09-13108-2020/+3764
|\
| * Merged in coady/cherrypy (pull request #71)Jason R. Coombs2014-09-1320-103/+499
| |\
| | * 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-134-3/+5
| | | |\ \
| | | * | | 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-114-3/+5
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | * | | 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-10108-2075/+3917
| | |\ \ \ \
| | | * | | | 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-273-3/+3
| | | * | | | Bumped to 3.5.0 in preparation for next release.3.5.0Jason R. Coombs2014-06-273-3/+3
| | | * | | | 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-273-3/+3
| | | * | | | | Bumped to 3.4.0 in preparation for next release.3.4.0Jason R. Coombs2014-06-273-3/+3
| | | |/ / / /
| | | * | | | Remove trailing whitespaceAndrew Cox2014-05-171-4/+4
| | | * | | | Add note to _cplogging.py as per issue #1282Andrew Cox2014-05-171-0/+7
| | | * | | | Merged cherrypy/cherrypy into defaultAllan Crooks2014-05-064-6/+227
| | | |\ \ \ \
| | | | * | | | When explicitly closing an iterator while performing post-request tidyup, onl...Allan Crooks2014-05-061-2/+12
| | | | * | | | Fixed SyntaxError which somehow slipped under the radar...Allan Crooks2014-05-061-1/+1
| | | | * | | | Fixed tests which were misbehaving under Python 3.Allan Crooks2014-05-061-3/+9
| | | | * | | | Added missing test module which deals with iterator responses.Allan Crooks2014-05-041-0/+175
| | | | * | | | Explicitly close response iterators when finished with them; this should help...Allan Crooks2014-05-043-6/+36
| | | * | | | | Remove unicode literal to avoid syntax error in python3.2Mike Gilbert2014-05-031-1/+1
| | | |/ / / /
| | * | | | | do not attempt a call to NoneBoyan Alexandrov2013-06-061-1/+3
| | * | | | | prevent Type error when calling None in _checkBasicResponseBoyan Alexandrov2013-06-061-1/+1
| * | | | | | Test keyword-only syntax in dispatchers.Aric Coady2014-05-061-0/+15
| * | | | | | Support keyword-only arguments in dispatchers. Fixes #1077.Aric Coady2014-04-271-2/+8
| | |/ / / / | |/| | | |
| * | | | | Modify test_file_stream so that it tolerates more socket buffering than was p...Allan Crooks2014-04-161-12/+32
| * | | | | Bumped to 3.3.0 in preparation for next release.3.3.0Jason R. Coombs2014-04-163-3/+3
| * | | | | Fix for recent commits which were causing a number of tests to fail in Python 3.Allan Crooks2014-04-163-5/+42
| * | | | | Merge with default - also fixing conflict in test file when merged.Allan Crooks2014-04-169-48/+69
| |\ \ \ \ \
| | * | | | | Although already fixed, use the submitted regular expression to simplify code...Allan Crooks2014-04-161-34/+2
| | * | | | | Update test_states so some tests can run in isolation without requiring side-...Allan Crooks2014-04-161-0/+10
| | * | | | | Merged cherrypy/cherrypy into defaultAllan Crooks2014-04-153-13/+28
| | |\ \ \ \ \
| | * | | | | | Fix tests which were still broken after the fix for #1139 was introduced.Allan Crooks2014-04-151-5/+5