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
/
test
/
modpy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move imports to the header
Jason R. Coombs
2017-10-06
1
-2
/
+1
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-14
/
+14
*
Fix E402 in test/modpy
Sviatoslav Sydorenko
2016-09-08
1
-1
/
+2
*
Fix flake8 error: F401 '<mod>' imported but unused
Sviatoslav Sydorenko
2016-08-24
1
-1
/
+0
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-3
/
+5
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-10
/
+10
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+163
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-163
/
+0
*
Removed test.py etc.
Robert Brewer
2010-04-27
1
-2
/
+2
*
Merged the 'gateways' branch into trunk.
Robert Brewer
2009-10-03
1
-5
/
+4
*
Removed py3print.
Robert Brewer
2009-06-14
1
-1
/
+1
*
trunk - adding a py3util module that will normalize as many differences betwe...
Lakin Wecker
2009-06-01
1
-1
/
+1
*
New CRLF test, plus some test suite fixes.
Robert Brewer
2009-02-05
1
-0
/
+3
*
Rework of test suite to start the engine once per module, and only for module...
Robert Brewer
2009-01-29
1
-65
/
+31
*
Silenced some cpmodpy errors due to not using WSGI.
Robert Brewer
2008-11-08
1
-0
/
+2
*
Silenced some long-known test disparities when using Apache as the server in ...
Robert Brewer
2008-11-08
1
-0
/
+5
*
Trunk fix for #752 (Return cherrypy.server to a single-server model):
Robert Brewer
2007-11-11
1
-1
/
+2
*
A couple more modpy test fixes.
Robert Brewer
2007-06-24
1
-4
/
+26
*
modpy wasn't using the "test_suite" environment.
Robert Brewer
2007-06-24
1
-3
/
+6
*
New pywebd module. Trunk is now "3.1alpha".
Robert Brewer
2007-03-05
1
-1
/
+1
*
The modpy tests were not returning an exit code.
Robert Brewer
2006-12-28
1
-1
/
+7
*
Fix for #481 (buildbot quiet mode). Use {{{test.py --dumb}}} to suppress the ...
Robert Brewer
2006-10-04
1
-0
/
+1
*
SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py --ss...
Robert Brewer
2006-09-10
1
-0
/
+1
*
mod_python improvements:
Robert Brewer
2006-09-03
1
-0
/
+6
*
Fix for #535 (Apache re-processes Range headers). _cpmodpy now uses a new "ig...
Robert Brewer
2006-09-02
1
-1
/
+1
*
Typos in test/modpy.py imports.
Robert Brewer
2006-09-02
1
-2
/
+2
*
Overhaul of config system:
Robert Brewer
2006-08-24
1
-1
/
+1
*
Made all imports absolute "just in case" for Python 2.5.
Robert Brewer
2006-08-24
1
-2
/
+2
*
WSGI improvements from Christian's cp3-wsgi-remix branch:
Robert Brewer
2006-08-17
1
-1
/
+1
*
First inclusion of jamwt's mpcp into CP distro as _cpmodpy.py. Some tests fai...
Robert Brewer
2006-06-20
1
-15
/
+33
*
test/modpy fixes and docs.
Robert Brewer
2006-06-19
1
-8
/
+24
*
Moved the following config keys out of the "server." namespace (so that "serv...
Robert Brewer
2006-05-07
1
-2
/
+2
*
Separated cherrypy.server (HTTP) from cherrypy.engine (app):
Robert Brewer
2006-05-04
1
-1
/
+1
*
modpy test helper updated to use "wsgi.application" option (to match latest m...
Robert Brewer
2006-03-31
1
-1
/
+1
*
Initial fix for #498 (Test suite assumes same process for client and server)....
Robert Brewer
2006-03-26
1
-0
/
+114