Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Collapse 'if True' blocks. | Jason R. Coombs | 2018-09-02 | 1 | -21/+20 |
| | |||||
* | Remove reliance on six | Jason R. Coombs | 2018-09-02 | 1 | -27/+3 |
| | |||||
* | Fix property setters | Sviatoslav Sydorenko | 2018-05-26 | 1 | -4/+4 |
| | |||||
* | Upgrade @property decorator syntax | Sviatoslav Sydorenko | 2018-05-26 | 1 | -27/+31 |
| | |||||
* | Use bytes literals where appropriatev14.0.0 | Jason R. Coombs | 2018-02-04 | 1 | -2/+1 |
| | |||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2017-10-27 | 1 | -6/+12 |
| | |||||
* | Extend req w/ lazily evald on rend unique_id prop | Sviatoslav Sydorenko | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Make time_z lazily evaluated for logging | Sviatoslav Sydorenko | 2017-10-20 | 1 | -7/+8 |
| | |||||
* | fixed string | spagno | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | fixed request.uuid | spagno | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Fixed uuidv4 generation | spagno | 2017-10-20 | 1 | -14/+1 |
| | |||||
* | Added required blankline | spagno | 2017-10-20 | 1 | -0/+2 |
| | |||||
* | Trying new method | spagno | 2017-10-20 | 1 | -37/+10 |
| | |||||
* | uuid lazy property | spagno | 2017-10-20 | 1 | -1/+39 |
| | |||||
* | fixed unnecessary spaces | spagno | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | fixed newline | spagno | 2017-10-20 | 1 | -0/+1 |
| | |||||
* | New uuid calc | spagno | 2017-10-20 | 1 | -3/+1 |
| | |||||
* | Restored newline | spagno | 2017-10-20 | 1 | -0/+1 |
| | |||||
* | Removed unnecessary newline | spagno | 2017-10-20 | 1 | -1/+0 |
| | |||||
* | Fixed staticmethod | spagno | 2017-10-20 | 1 | -2/+2 |
| | |||||
* | Added newline | spagno | 2017-10-20 | 1 | -0/+1 |
| | |||||
* | Now time_z is a staticmethod | spagno | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Fixed test on windows | Andrea Spagnolo | 2017-10-20 | 1 | -3/+4 |
| | |||||
* | Fix atoms char | spagno | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Fix double quoted strings - fixed | spagno | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Added uuidv4 and now() in RFC3339 UTC Format | spagno | 2017-10-20 | 1 | -4/+11 |
| | |||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -24/+24 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | Fix E402 in _cplogging | Sviatoslav Sydorenko | 2016-09-08 | 1 | -3/+5 |
| | |||||
* | Rely on six for Python 3 differentiation | Jason R. Coombs | 2016-06-05 | 1 | -10/+11 |
| | |||||
* | Remove old format of serialising stacktrace in favour of new API | Alex Latchford | 2015-05-11 | 1 | -1/+0 |
| | |||||
* | Include exc_info when calling logger | Alex Latchford | 2015-03-31 | 1 | -1/+4 |
| | |||||
* | Merged in MichielOvertoom/cherrypycustomlogging (pull request #38) | Jason R. Coombs | 2014-09-13 | 1 | -0/+1 |
|\ | | | | | | | Custom logging: hostname and testcase | ||||
| * | Custom logging: hostname | Michiel Overtoom | 2013-03-30 | 1 | -0/+1 |
| | | |||||
* | | Remove trailing whitespace | Andrew Cox | 2014-05-17 | 1 | -4/+4 |
| | | | | | | | | | | --HG-- branch : issue1282 | ||||
* | | Add note to _cplogging.py as per issue #1282 | Andrew Cox | 2014-05-17 | 1 | -0/+7 |
| | | | | | | | | | | --HG-- branch : issue1282 | ||||
* | | More PEP8 work. | Gustavo Picon | 2014-01-12 | 1 | -5/+8 |
| | | |||||
* | | More pep8 cleanups | Gustavo Picon | 2014-01-12 | 1 | -1/+1 |
| | | |||||
* | | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -12/+20 |
|/ | | | | | --HG-- branch : autopep8 | ||||
* | Fix a bunch of links in the documentaton. | Joel Rivera | 2013-03-19 | 1 | -3/+3 |
| | | | | | | | Some of them has been updated to the new location and others just reformated to rst. Update copyright. | ||||
* | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -49/+49 |
| | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` | ||||
* | Fixed #1091 (log.screen = False has no effect in Python 3.2 when no log ↵ | Robert Brewer | 2011-10-15 | 1 | -1/+19 |
| | | | | files are specified) | ||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+422 |
| | |||||
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunk | Robert Brewer | 2011-02-25 | 1 | -393/+0 |
| | | | | goes in the py2 folder, and we can use a single setup.py to install either, depending on the version of Python that runs setup.py install. | ||||
* | Some backports (mostly whitespace, really) from the python3 branch. | Robert Brewer | 2010-12-27 | 1 | -0/+1 |
| | |||||
* | Even more doc work. | Robert Brewer | 2010-06-05 | 1 | -14/+152 |
| | |||||
* | Docstring improvements | Robert Brewer | 2010-02-24 | 1 | -0/+4 |
| | |||||
* | Some cross ports from the python3 branch, including two test fixes. | Robert Brewer | 2009-06-24 | 1 | -2/+3 |
| | |||||
* | All internals now use cherrypy.serving.request/response instead of ↵ | Robert Brewer | 2009-06-22 | 1 | -7/+7 |
| | | | | request/response for a speed boost. | ||||
* | Use new response.output_status for access log. | Robert Brewer | 2009-06-14 | 1 | -1/+5 |
| | |||||
* | as per a conversation with fumanchu - it seems that the error log is meant ↵ | Lakin Wecker | 2009-05-18 | 1 | -2/+2 |
| | | | | for application specific messages as well as errors. (strange, but apparently true). I should have read the comment on the error method. |