summaryrefslogtreecommitdiff
path: root/cherrypy/process/win32.py
Commit message (Collapse)AuthorAgeFilesLines
* Reduced log level for non-error events in win32.pyRobin Chow2019-02-141-2/+2
|
* Correct the loglevel to INFO for sucessful case jvisu2019-01-031-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 settersSviatoslav Sydorenko2018-05-261-1/+1
|
* Upgrade @property decorator syntaxSviatoslav Sydorenko2018-05-261-2/+3
|
* Regarding E305, honor the style guide rather than suppressing errors.Jason R. Coombs2017-10-291-1/+2
|
* PEP8fy codebase: eliminated F821 flake8 errorSviatoslav Sydorenko2017-03-121-0/+1
| | | | | | | Also fix usage of undeclared variables inroduces in commits: * 9913ddbc3 * c4b693e11 * d3c9807ba
* PEP8fy codebase: eliminated E305 flake8 errorSviatoslav Sydorenko2017-03-111-1/+1
|
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-6/+6
| | | | pre-commit run double-quote-string-fixer --all-files
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-1/+7
| | | | | --HG-- branch : autopep8
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-23/+23
| | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'`
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+174
|
* Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunkRobert Brewer2011-02-251-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 Brewer2009-06-091-2/+1
|
* trunk: A bunch more alignments between trunk and python3 syntax.Robert Brewer2009-06-021-1/+1
|
* Brought trunk up to par with the encoding changes from the python3 branch.Robert Brewer2009-06-011-1/+1
|
* Bus.wait may now take a list or tuple for the 'state' arg, to wait on any of ↵Robert Brewer2008-09-271-5/+11
| | | | multiple states.
* Doc tweaks.Robert Brewer2008-07-031-2/+1
|
* Moved all bus plugins onto the engine object itself, and fixed a couple bus ↵Robert Brewer2008-06-241-0/+4
| | | | details along the way.
* Audit of logging:Robert Brewer2008-04-051-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 Brewer2008-03-161-9/+9
|
* Renamed restsrv -> process. Boring but practical.Robert Brewer2008-03-161-0/+166