Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Update changelog. Ref #1615. | Jason R. Coombs | 2017-10-28 | 1 | -0/+9 | |
| | | | | | ||||||
| * | | | | Rename unused variable to something codacy recognizes as a non-variable. | Jason R. Coombs | 2017-10-28 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Remove class property and rely entirely on instance property. Move docstring ↵ | Jason R. Coombs | 2017-10-28 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | to property. | |||||
| * | | | | Store the status exactly once on the HTTPRedirect. Status can no longer be ↵ | Jason R. Coombs | 2017-07-26 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | set after the initial construction. | |||||
| | * | | | Set self.status immediately. | Jason R. Coombs | 2017-07-26 | 1 | -4/+7 | |
| | | | | | ||||||
| | * | | | Update changelog | Jason R. Coombs | 2017-07-12 | 1 | -0/+6 | |
| | | | | | ||||||
| | * | | | Use chained comparison. | Jason R. Coombs | 2017-07-12 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Expose the 'default status' returned by an HTTPRedirect as ↵ | Jason R. Coombs | 2017-07-12 | 2 | -15/+18 | |
| |/ / / | | | | | | | | | | | | | HTTPRedirect.default_status class property. | |||||
| | * | | Remove unused import | Jason R. Coombs | 2017-10-25 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | Update test_signal_handler_unsubscribe to not hard-code the number of lines ↵ | Jason R. Coombs | 2017-10-25 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | back in the log that the message appears. | |||||
| | * | | Remove unused import | Jason R. Coombs | 2017-10-25 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | Remove request timeout support. Fixes #1625. | Jason R. Coombs | 2017-10-25 | 4 | -94/+11 | |
| | | | | ||||||
| | | * | For now inline the implementation until it can be linked. Ref #1673. | Jason R. Coombs | 2017-12-17 | 2 | -4/+62 | |
| | | | | ||||||
| | | * | Use jaraco.collections for code re-use on CaseInsensitiveDict. Fixes #1231. | Jason R. Coombs | 2017-10-28 | 3 | -49/+12 | |
| |_|/ |/| | | ||||||
* | | | Remove long-deprecated legacy 'has_any' methods on mappings. | Jason R. Coombs | 2017-10-28 | 4 | -24/+2 | |
| | | | ||||||
* | | | Only disable QA for E501 | Jason R. Coombs | 2017-10-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Don't fail to remove a non-existent file. Fixes #1540. | Jason R. Coombs | 2017-10-28 | 2 | -3/+4 | |
| | | | ||||||
* | | | Honor E731 linter warning | Jason R. Coombs | 2017-10-28 | 8 | -15/+34 | |
| | | | ||||||
* | | | Add comment explaining why warning is ignored. | Jason R. Coombs | 2017-10-28 | 1 | -0/+1 | |
| | | | ||||||
* | | | Rename file to have a recognized extension for content type detection. | Jason R. Coombs | 2017-10-28 | 2 | -1/+1 | |
| | | | ||||||
* | | | Remove exemption for extra long lines. Updated code to conform with standard ↵ | Jason R. Coombs | 2017-10-28 | 21 | -54/+126 | |
| | | | | | | | | | | | | 79 character limitation. Fixes #1652. | |||||
* | | | Bare except clauses are no more | Jason R. Coombs | 2017-10-28 | 1 | -2/+1 | |
| | | | ||||||
* | | | Update comments | Jason R. Coombs | 2017-10-28 | 1 | -3/+4 | |
| | | | ||||||
* | | | Use short-circuits and reindent to allow the single-line invocation of ↵ | Jason R. Coombs | 2017-10-28 | 1 | -9/+10 | |
| | | | | | | | | | | | | portend.occupied, required by older Pythons. | |||||
* | | | Trap BaseException in _cpwsgi.AppResponse. Fixes weird interacting test ↵ | Jason R. Coombs | 2017-10-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | failure in test_3_Deadlocks (but only when other test_states tests run first). | |||||
* | | | Feed the hobgoblins (delint). | Jason R. Coombs | 2017-10-27 | 2 | -7/+9 | |
| | | | ||||||
* | | | Ignore W503 per https://github.com/PyCQA/pycodestyle/issues/498 | Jason R. Coombs | 2017-10-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Feed the hobgoblins (delint). | Jason R. Coombs | 2017-10-27 | 12 | -24/+47 | |
| | | | ||||||
* | | | Feed the hobgoblins (delint). | Jason R. Coombs | 2017-10-27 | 13 | -31/+58 | |
| | | | ||||||
* | | | Disable bare except flake8 check | Sviatoslav Sydorenko | 2017-10-27 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | Such exceptions are there for a while, we need to decide whether we this check is needed | |||||
* | | | Fix flake8 complaint regarding stupid var name | Sviatoslav Sydorenko | 2017-10-27 | 1 | -3/+3 | |
| | | | ||||||
* | | | Return accidentally missed tests/dist PEP257 ignor | Sviatoslav Sydorenko | 2017-10-27 | 1 | -0/+1 | |
| | | | ||||||
* | | | Make PEP257 exclude expression better readable | Sviatoslav Sydorenko | 2017-10-27 | 1 | -1/+16 | |
| |/ |/| | ||||||
* | | Migrate pre-commit config to new format | Sviatoslav Sydorenko | 2017-10-25 | 2 | -0/+2 | |
| | | ||||||
* | | Improve pre-commit hooks (PR #1649 by @asottile) | Sviatoslav Sydorenko | 2017-10-23 | 8 | -16/+17 | |
|\ \ | | | | | | | | | | | | | * Use alternate config file to avoid sed hack * Fix some of linter complaints * Upgrade linter versions | |||||
| * | | Use alternate config file to avoid sed hack | Anthony Sottile | 2017-10-21 | 2 | -2/+5 | |
| | | | ||||||
| * | | Upgrade pre-commit hooks | Anthony Sottile | 2017-10-21 | 6 | -14/+12 | |
|/ / | ||||||
* | | Include checks for PEP257-fixed modules | Sviatoslav Sydorenko | 2017-10-21 | 1 | -1/+1 | |
| | | ||||||
* | | Make cherrypy._cptree PEP257-compliant | Sviatoslav Sydorenko | 2017-10-21 | 1 | -2/+5 | |
| | | ||||||
* | | Make cherrypy._cpchecker PEP257-compliant | Sviatoslav Sydorenko | 2017-10-21 | 1 | -6/+4 | |
| | | ||||||
* | | Make cherrypy._cpwsgi_server PEP257-compliant | Sviatoslav Sydorenko | 2017-10-21 | 1 | -3/+6 | |
| | | ||||||
* | | Make cherrypy._cpnative_server PEP257-compliant | Sviatoslav Sydorenko | 2017-10-21 | 1 | -1/+4 | |
| | | ||||||
* | | Make cherrypy._cpconfig PEP257-compliant | Sviatoslav Sydorenko | 2017-10-21 | 1 | -5/+2 | |
| | | ||||||
* | | Make cherrypy._cpserver PEP257-compliant | Sviatoslav Sydorenko | 2017-10-21 | 1 | -3/+5 | |
| | | ||||||
* | | Make cherrypy.scaffold.__init__ PEP257-compliant | Sviatoslav Sydorenko | 2017-10-21 | 2 | -1/+5 | |
| | | ||||||
* | | Make cherrypy.lib.__init__ PEP257-compliant | Sviatoslav Sydorenko | 2017-10-21 | 2 | -10/+21 | |
| | | ||||||
* | | Make cherrypy._helper PEP257-compliant | Sviatoslav Sydorenko | 2017-10-21 | 2 | -10/+9 | |
| | | ||||||
* | | Make cherrypy.__init__ PEP257-compliant | Sviatoslav Sydorenko | 2017-10-21 | 2 | -13/+11 | |
| | | ||||||
* | | Make cherrypy.daemon PEP257-compliant | Sviatoslav Sydorenko | 2017-10-21 | 2 | -1/+2 | |
| | | ||||||
* | | Make cherrypy.__main__ PEP257-compliant | Sviatoslav Sydorenko | 2017-10-21 | 2 | -3/+3 | |
| | |