Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduced log level for non-error events in win32.py | Robin Chow | 2019-02-14 | 1 | -2/+2 |
| | |||||
* | Correct the loglevel to INFO for sucessful case | jvisu | 2019-01-03 | 1 | -2/+2 |
| | | | | This fix is done to correct the loglevel. The loglevel is set to ERROR for successful case also. Updated to INFO level. For more details check url https://github.com/cherrypy/cherrypy/issues/1762 | ||||
* | Fix property setters | Sviatoslav Sydorenko | 2018-05-26 | 1 | -1/+1 |
| | |||||
* | Upgrade @property decorator syntax | Sviatoslav Sydorenko | 2018-05-26 | 1 | -2/+3 |
| | |||||
* | Regarding E305, honor the style guide rather than suppressing errors. | Jason R. Coombs | 2017-10-29 | 1 | -1/+2 |
| | |||||
* | PEP8fy codebase: eliminated F821 flake8 error | Sviatoslav Sydorenko | 2017-03-12 | 1 | -0/+1 |
| | | | | | | | Also fix usage of undeclared variables inroduces in commits: * 9913ddbc3 * c4b693e11 * d3c9807ba | ||||
* | PEP8fy codebase: eliminated E305 flake8 error | Sviatoslav Sydorenko | 2017-03-11 | 1 | -1/+1 |
| | |||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -6/+6 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -1/+7 |
| | | | | | --HG-- branch : autopep8 | ||||
* | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -23/+23 |
| | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` | ||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+174 |
| | |||||
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunk | Robert Brewer | 2011-02-25 | 1 | -174/+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. | ||||
* | More syncs with python3. | Robert Brewer | 2009-06-09 | 1 | -2/+1 |
| | |||||
* | trunk: A bunch more alignments between trunk and python3 syntax. | Robert Brewer | 2009-06-02 | 1 | -1/+1 |
| | |||||
* | Brought trunk up to par with the encoding changes from the python3 branch. | Robert Brewer | 2009-06-01 | 1 | -1/+1 |
| | |||||
* | Bus.wait may now take a list or tuple for the 'state' arg, to wait on any of ↵ | Robert Brewer | 2008-09-27 | 1 | -5/+11 |
| | | | | multiple states. | ||||
* | Doc tweaks. | Robert Brewer | 2008-07-03 | 1 | -2/+1 |
| | |||||
* | Moved all bus plugins onto the engine object itself, and fixed a couple bus ↵ | Robert Brewer | 2008-06-24 | 1 | -0/+4 |
| | | | | details along the way. | ||||
* | Audit of logging: | Robert Brewer | 2008-04-05 | 1 | -2/+2 |
| | | | | | | | | | 1. cherrypy.log now defaults to INFO. 2. Bus.log now takes a 'level=INFO' arg. 3. 'log' channel subscribers now must accept a 'level' arg. 4. Some bus plugin messages upgraded to WARN or ERROR. 5. Some CP core messages upgraded to ERROR. 6. log.screen move to stderr polished. See #747. | ||||
* | Renamed restsrv -> process in all referrers. | Robert Brewer | 2008-03-16 | 1 | -9/+9 |
| | |||||
* | Renamed restsrv -> process. Boring but practical. | Robert Brewer | 2008-03-16 | 1 | -0/+166 |