summaryrefslogtreecommitdiff
path: root/cherrypy
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | Rename unused variable to something codacy recognizes as a non-variable.Jason R. Coombs2017-10-281-1/+1
| | | | |
| | | * | Remove class property and rely entirely on instance property. Move docstring ↵Jason R. Coombs2017-10-281-3/+1
| | | | | | | | | | | | | | | | | | | | to property.
| | | * | Store the status exactly once on the HTTPRedirect. Status can no longer be ↵Jason R. Coombs2017-07-261-1/+5
| | | | | | | | | | | | | | | | | | | | set after the initial construction.
| | * | | Set self.status immediately.Jason R. Coombs2017-07-261-4/+7
| | | | |
| | * | | Use chained comparison.Jason R. Coombs2017-07-121-1/+1
| | | | |
| | * | | Expose the 'default status' returned by an HTTPRedirect as ↵Jason R. Coombs2017-07-121-15/+17
| | |/ / | | | | | | | | | | | | HTTPRedirect.default_status class property.
| * | | Remove unused importJason R. Coombs2017-10-251-1/+0
| | | |
| * | | Update test_signal_handler_unsubscribe to not hard-code the number of lines ↵Jason R. Coombs2017-10-251-3/+5
| | | | | | | | | | | | | | | | back in the log that the message appears.
| * | | Remove unused importJason R. Coombs2017-10-251-1/+0
| | | |
| * | | Remove request timeout support. Fixes #1625.Jason R. Coombs2017-10-253-94/+2
| | | |
* | | | For now inline the implementation until it can be linked. Ref #1673.Jason R. Coombs2017-12-171-3/+62
| | | |
* | | | Use jaraco.collections for code re-use on CaseInsensitiveDict. Fixes #1231.Jason R. Coombs2017-10-282-49/+11
| |_|/ |/| |
* | | Remove long-deprecated legacy 'has_any' methods on mappings.Jason R. Coombs2017-10-284-24/+2
| | |
* | | Only disable QA for E501Jason R. Coombs2017-10-281-1/+1
| | |
* | | Don't fail to remove a non-existent file. Fixes #1540.Jason R. Coombs2017-10-281-3/+3
| | |
* | | Honor E731 linter warningJason R. Coombs2017-10-287-14/+33
| | |
* | | Remove exemption for extra long lines. Updated code to conform with standard ↵Jason R. Coombs2017-10-2819-47/+116
| | | | | | | | | | | | 79 character limitation. Fixes #1652.
* | | Update commentsJason R. Coombs2017-10-281-3/+4
| | |
* | | Use short-circuits and reindent to allow the single-line invocation of ↵Jason R. Coombs2017-10-281-9/+10
| | | | | | | | | | | | portend.occupied, required by older Pythons.
* | | Trap BaseException in _cpwsgi.AppResponse. Fixes weird interacting test ↵Jason R. Coombs2017-10-281-1/+1
| | | | | | | | | | | | failure in test_3_Deadlocks (but only when other test_states tests run first).
* | | Feed the hobgoblins (delint).Jason R. Coombs2017-10-272-7/+9
| | |
* | | Feed the hobgoblins (delint).Jason R. Coombs2017-10-2711-23/+46
| | |
* | | Feed the hobgoblins (delint).Jason R. Coombs2017-10-2713-31/+58
| | |
* | | Fix flake8 complaint regarding stupid var nameSviatoslav Sydorenko2017-10-271-3/+3
|/ /
* | Upgrade pre-commit hooksAnthony Sottile2017-10-212-2/+2
| |
* | Make cherrypy._cptree PEP257-compliantSviatoslav Sydorenko2017-10-211-2/+5
| |
* | Make cherrypy._cpchecker PEP257-compliantSviatoslav Sydorenko2017-10-211-6/+4
| |
* | Make cherrypy._cpwsgi_server PEP257-compliantSviatoslav Sydorenko2017-10-211-3/+6
| |
* | Make cherrypy._cpnative_server PEP257-compliantSviatoslav Sydorenko2017-10-211-1/+4
| |
* | Make cherrypy._cpconfig PEP257-compliantSviatoslav Sydorenko2017-10-211-5/+2
| |
* | Make cherrypy._cpserver PEP257-compliantSviatoslav Sydorenko2017-10-211-3/+5
| |
* | Make cherrypy.scaffold.__init__ PEP257-compliantSviatoslav Sydorenko2017-10-211-0/+4
| |
* | Make cherrypy.lib.__init__ PEP257-compliantSviatoslav Sydorenko2017-10-211-9/+20
| |
* | Make cherrypy._helper PEP257-compliantSviatoslav Sydorenko2017-10-211-9/+8
| |
* | Make cherrypy.__init__ PEP257-compliantSviatoslav Sydorenko2017-10-211-12/+10
| |
* | Make cherrypy.daemon PEP257-compliantSviatoslav Sydorenko2017-10-211-0/+1
| |
* | Make cherrypy.__main__ PEP257-compliantSviatoslav Sydorenko2017-10-211-2/+2
| |
* | Mock timez log test to be more preciseSviatoslav Sydorenko2017-10-201-3/+8
| |
* | Restore original access log custom format testSviatoslav Sydorenko2017-10-201-1/+1
| |
* | Add test for Request.unique_id per-req propertySviatoslav Sydorenko2017-10-201-0/+18
| |
* | Improve UUID assertion in logging testsSviatoslav Sydorenko2017-10-201-5/+8
| |
* | Use mock.patch for all logging testsSviatoslav Sydorenko2017-10-201-18/+12
| |
* | Fix docstring in test to be PEP257-compliantSviatoslav Sydorenko2017-10-201-2/+1
| |
* | Use proper @mock.patch for log_format substitutionSviatoslav Sydorenko2017-10-201-10/+5
| |
* | Fix UUID4 testSviatoslav Sydorenko2017-10-201-5/+0
| |
* | Fix LazyUUID4 string rendering methodSviatoslav Sydorenko2017-10-201-1/+1
| |
* | Add missing import to logtest helperSviatoslav Sydorenko2017-10-201-0/+1
| |
* | Cleanup bogus testsSviatoslav Sydorenko2017-10-201-35/+4
| |
* | Restore accidentally removed line separationSviatoslav Sydorenko2017-10-201-0/+1
| |
* | Drop bogus _cprequest.Response._uuid propertySviatoslav Sydorenko2017-10-201-1/+0
| |