Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix log marker in test logging | Sviatoslav Sydorenko | 2018-09-06 | 1 | -2/+4 |
| | |||||
* | Remove reliance on six | Jason R. Coombs | 2018-09-02 | 1 | -5/+3 |
| | |||||
* | Use bytes literals where appropriatev14.0.0 | Jason R. Coombs | 2018-02-04 | 1 | -1/+1 |
| | |||||
* | Remove exemption for extra long lines. Updated code to conform with standard ↵ | Jason R. Coombs | 2017-10-28 | 1 | -1/+4 |
| | | | | 79 character limitation. Fixes #1652. | ||||
* | Improve UUID assertion in logging tests | Sviatoslav Sydorenko | 2017-10-20 | 1 | -5/+8 |
| | |||||
* | Add missing import to logtest helper | Sviatoslav Sydorenko | 2017-10-20 | 1 | -0/+1 |
| | |||||
* | Fixed typo | spagno | 2017-10-20 | 1 | -2/+2 |
| | |||||
* | Fixed test on windows | Andrea Spagnolo | 2017-10-20 | 1 | -0/+22 |
| | |||||
* | Removed bad implemented tests | spagno | 2017-10-20 | 1 | -22/+0 |
| | |||||
* | Fixed UUIDv4 test | spagno | 2017-10-20 | 1 | -1/+0 |
| | |||||
* | Fixed Flake8 | spagno | 2017-10-20 | 1 | -2/+1 |
| | |||||
* | Added tests | spagno | 2017-10-20 | 1 | -1/+24 |
| | |||||
* | PEP8fy codebase: eliminated E713 flake8 error | Sviatoslav Sydorenko | 2017-03-11 | 1 | -1/+1 |
| | |||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -23/+23 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | Use the preferred name text_or_bytes to avoid conflation with 'basestring' ↵ | Jason R. Coombs | 2016-07-24 | 1 | -2/+2 |
| | | | | which has no equivalent on Python 3. | ||||
* | Replaced 'unicodestr' with 'six.text_type' | Jason R. Coombs | 2016-06-05 | 1 | -5/+6 |
| | |||||
* | More PEP8 work. | Gustavo Picon | 2014-01-12 | 1 | -4/+10 |
| | |||||
* | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -6/+11 |
| | | | | | --HG-- branch : autopep8 | ||||
* | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -22/+22 |
| | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` | ||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+188 |
| | |||||
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunk | Robert Brewer | 2011-02-25 | 1 | -181/+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. | ||||
* | Removed py3print. | Robert Brewer | 2009-06-14 | 1 | -10/+12 |
| | |||||
* | trunk - adding a py3util module that will normalize as many differences ↵ | Lakin Wecker | 2009-06-01 | 1 | -11/+11 |
| | | | | between this branch and the python3 branch as it can. First it includes a py3print call who's signature matches that of print in python3. Also removed a few byte strings of the form b'' | ||||
* | trunk - adding test_auth_basic and test_auth_digest into the normal test ↵ | Lakin Wecker | 2009-06-01 | 1 | -0/+2 |
| | | | | runs. Also fixing those tests for the new content-type header. Finally, flushing stdout in logtest and webtest. | ||||
* | Fix for #824 (_cplogging.LogManager.access method not handling unicode in ↵ | Robert Brewer | 2008-06-22 | 1 | -0/+177 |
login names properly). While I was at it, I made the access log template configurable, moved the log tests from test_core into test_logging, and added a new logtest module. |