summaryrefslogtreecommitdiff
path: root/cherrypy/process/plugins.py
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect copying of module names @ autoreloadSviatoslav Sydorenko2018-09-301-1/+4
* Copy modules before iteration in autoreloaderSviatoslav Sydorenko2018-09-281-1/+1
* Remove references to threading._* in Python 3.2 and earlier.Jason R. Coombs2018-09-041-2/+2
* Remove reliance on sixJason R. Coombs2018-09-021-2/+1
* Don't attempt to make None absolute. Fixes #1697.Jason R. Coombs2018-05-281-1/+1
* Extract module to file mapping as _file_for_module classmethod.Jason R. Coombs2018-05-281-19/+32
* Use filter instead of if/continue block.Jason R. Coombs2018-05-281-3/+4
* Fix property settersSviatoslav Sydorenko2018-05-261-3/+3
* Upgrade @property decorator syntaxSviatoslav Sydorenko2018-05-261-16/+16
* Rewrite generation of file list for trackingSviatoslav Sydorenko2017-12-231-11/+14
* Single quotesJason R. Coombs2017-11-101-1/+1
* Prefer loops to copy pasteJason R. Coombs2017-11-101-22/+13
* Harmonize techniqueJason R. Coombs2017-11-101-6/+4
* Consolidate error message renderingJason R. Coombs2017-11-101-8/+8
* Extract static method for daemonization for testing #1659.Jason R. Coombs2017-11-101-8/+15
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-2/+3
* Spelling fixesVille Skyttä2017-07-101-1/+1
* Use six to resolve _thread moduleJason R. Coombs2017-07-091-3/+5
* PEP8fy codebase: eliminated E303 flake8 errorSviatoslav Sydorenko2017-03-111-2/+0
* PEP8fy codebase: eliminated E129 flake8 errorSviatoslav Sydorenko2017-03-111-5/+4
* Don't chdir when running as a daemonSviatoslav Sydorenko2017-01-111-1/+0
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-34/+34
* Fix BackgroundTask initializer's super() callSviatoslav Sydorenko2016-09-081-1/+1
* Remove Py<2.6 compat Thread.daemon crutchesSviatoslav Sydorenko2016-09-081-5/+5
* Use the preferred name text_or_bytes to avoid conflation with 'basestring' wh...Jason R. Coombs2016-07-241-4/+4
* Add additional validation to determine if the process is running as a daemon ...Joel Rivera2016-03-101-4/+27
* Simply get set from builtinsJason R. Coombs2015-12-191-2/+2
* Merge with cherrypy-3.2.x (3.2.5)Jason R. Coombs2014-02-231-1/+1
|\
| * Iterate over copy of sys.modules.items() to avoid RuntimeError in AutoReloade...Jason R. Coombs2014-02-181-1/+1
* | More PEP8 work.Gustavo Picon2014-01-121-14/+24
* | Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-13/+30
* | Add an ending new line to the pid file of the PIDFile plugin,Joel Rivera2013-09-111-1/+1
* | Fix a bunch of links in the documentaton.Joel Rivera2013-03-191-1/+1
* | Remove changes I would have expected to have been removed in the merge.Jason R. Coombs2012-12-121-5/+1
* | Merge with 3.2.xJason R. Coombs2012-12-121-5/+5
|\ \ | |/
| * Fix syntax for Python 2.3Jason R. Coombs2012-12-121-2/+1
| * Extract Thread.daemon property compatibility into _cpcompat. Now BackgroundTa...Jason R. Coombs2012-12-121-10/+7
| * Fixes for python2Rene Peinthor2012-12-121-1/+4
| * Python3.3 doesn't use setdaemon for initializing the daemon var anymoreRene Peinthor2012-12-111-4/+5
* | Fixes for python2Rene Peinthor2012-12-121-1/+4
* | Python3.3 doesn't use setdaemon for initializing the daemon var anymoreRene Peinthor2012-12-111-4/+5
* | Updated doc string in DropPrivileges class to reflect the new URL for the art...Chris Beelby2012-11-211-1/+1
|/
* Override constructor in Perpetual to allow 'bus' parameter to be given.Jason R. Coombs2012-11-071-3/+10
* Timer class was renamed from _Timer to Timer in Python 3.3. This change adds ...Jason R. Coombs2012-10-071-2/+2
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-89/+89
* Fix for #1070 (BackgroundTask refers to un-set "bus" member)Robert Brewer2011-07-041-5/+7
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+681
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-681/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-19/+13
* Fix for #1041 (Possible Security Issue: DropPrivileges Plugin Doesn't Remove ...Robert Brewer2011-02-211-0/+1