index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
process
/
plugins.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect copying of module names @ autoreload
Sviatoslav Sydorenko
2018-09-30
1
-1
/
+4
*
Copy modules before iteration in autoreloader
Sviatoslav Sydorenko
2018-09-28
1
-1
/
+1
*
Remove references to threading._* in Python 3.2 and earlier.
Jason R. Coombs
2018-09-04
1
-2
/
+2
*
Remove reliance on six
Jason R. Coombs
2018-09-02
1
-2
/
+1
*
Don't attempt to make None absolute. Fixes #1697.
Jason R. Coombs
2018-05-28
1
-1
/
+1
*
Extract module to file mapping as _file_for_module classmethod.
Jason R. Coombs
2018-05-28
1
-19
/
+32
*
Use filter instead of if/continue block.
Jason R. Coombs
2018-05-28
1
-3
/
+4
*
Fix property setters
Sviatoslav Sydorenko
2018-05-26
1
-3
/
+3
*
Upgrade @property decorator syntax
Sviatoslav Sydorenko
2018-05-26
1
-16
/
+16
*
Rewrite generation of file list for tracking
Sviatoslav Sydorenko
2017-12-23
1
-11
/
+14
*
Single quotes
Jason R. Coombs
2017-11-10
1
-1
/
+1
*
Prefer loops to copy paste
Jason R. Coombs
2017-11-10
1
-22
/
+13
*
Harmonize technique
Jason R. Coombs
2017-11-10
1
-6
/
+4
*
Consolidate error message rendering
Jason R. Coombs
2017-11-10
1
-8
/
+8
*
Extract static method for daemonization for testing #1659.
Jason R. Coombs
2017-11-10
1
-8
/
+15
*
Feed the hobgoblins (delint).
Jason R. Coombs
2017-10-27
1
-2
/
+3
*
Spelling fixes
Ville Skyttä
2017-07-10
1
-1
/
+1
*
Use six to resolve _thread module
Jason R. Coombs
2017-07-09
1
-3
/
+5
*
PEP8fy codebase: eliminated E303 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-2
/
+0
*
PEP8fy codebase: eliminated E129 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-5
/
+4
*
Don't chdir when running as a daemon
Sviatoslav Sydorenko
2017-01-11
1
-1
/
+0
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-34
/
+34
*
Fix BackgroundTask initializer's super() call
Sviatoslav Sydorenko
2016-09-08
1
-1
/
+1
*
Remove Py<2.6 compat Thread.daemon crutches
Sviatoslav Sydorenko
2016-09-08
1
-5
/
+5
*
Use the preferred name text_or_bytes to avoid conflation with 'basestring' wh...
Jason R. Coombs
2016-07-24
1
-4
/
+4
*
Add additional validation to determine if the process is running as a daemon ...
Joel Rivera
2016-03-10
1
-4
/
+27
*
Simply get set from builtins
Jason R. Coombs
2015-12-19
1
-2
/
+2
*
Merge with cherrypy-3.2.x (3.2.5)
Jason R. Coombs
2014-02-23
1
-1
/
+1
|
\
|
*
Iterate over copy of sys.modules.items() to avoid RuntimeError in AutoReloade...
Jason R. Coombs
2014-02-18
1
-1
/
+1
*
|
More PEP8 work.
Gustavo Picon
2014-01-12
1
-14
/
+24
*
|
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-13
/
+30
*
|
Add an ending new line to the pid file of the PIDFile plugin,
Joel Rivera
2013-09-11
1
-1
/
+1
*
|
Fix a bunch of links in the documentaton.
Joel Rivera
2013-03-19
1
-1
/
+1
*
|
Remove changes I would have expected to have been removed in the merge.
Jason R. Coombs
2012-12-12
1
-5
/
+1
*
|
Merge with 3.2.x
Jason R. Coombs
2012-12-12
1
-5
/
+5
|
\
\
|
|
/
|
*
Fix syntax for Python 2.3
Jason R. Coombs
2012-12-12
1
-2
/
+1
|
*
Extract Thread.daemon property compatibility into _cpcompat. Now BackgroundTa...
Jason R. Coombs
2012-12-12
1
-10
/
+7
|
*
Fixes for python2
Rene Peinthor
2012-12-12
1
-1
/
+4
|
*
Python3.3 doesn't use setdaemon for initializing the daemon var anymore
Rene Peinthor
2012-12-11
1
-4
/
+5
*
|
Fixes for python2
Rene Peinthor
2012-12-12
1
-1
/
+4
*
|
Python3.3 doesn't use setdaemon for initializing the daemon var anymore
Rene Peinthor
2012-12-11
1
-4
/
+5
*
|
Updated doc string in DropPrivileges class to reflect the new URL for the art...
Chris Beelby
2012-11-21
1
-1
/
+1
|
/
*
Override constructor in Perpetual to allow 'bus' parameter to be given.
Jason R. Coombs
2012-11-07
1
-3
/
+10
*
Timer class was renamed from _Timer to Timer in Python 3.3. This change adds ...
Jason R. Coombs
2012-10-07
1
-2
/
+2
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-89
/
+89
*
Fix for #1070 (BackgroundTask refers to un-set "bus" member)
Robert Brewer
2011-07-04
1
-5
/
+7
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+681
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-681
/
+0
*
Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.
Robert Brewer
2011-02-24
1
-19
/
+13
*
Fix for #1041 (Possible Security Issue: DropPrivileges Plugin Doesn't Remove ...
Robert Brewer
2011-02-21
1
-0
/
+1
[next]