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
/
test.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed test.py etc.
Robert Brewer
2010-04-27
1
-180
/
+0
*
nose without nose-testconfig or with but not specified now works
Joseph Tate
2010-02-24
1
-4
/
+6
*
Convert the tests to use nose instead of our own runner. This strips out muc...
Joseph Tate
2010-02-24
1
-430
/
+53
*
Update covercp and test suite to use coverage 3.2. Should be faster. Note n...
Joseph Tate
2010-01-28
1
-10
/
+14
*
fixed Parser class path
Sylvain Hellegouarch
2009-11-20
1
-1
/
+1
*
sync with python3, including separation of InternalRedirect handling and Exce...
Robert Brewer
2009-10-05
1
-5
/
+5
*
Merged the 'gateways' branch into trunk.
Robert Brewer
2009-10-03
1
-99
/
+143
*
Fix for #930 (The tidy and nsgmls tools will fail for concurrent requests). R...
Robert Brewer
2009-08-11
1
-1
/
+0
*
Copied some tool debug code from python3
Robert Brewer
2009-08-02
1
-4
/
+4
*
The test suite was registering multiple engine signal handlers and loggers.
Robert Brewer
2009-08-02
1
-7
/
+7
*
Factored SSL out to separate modules.
Robert Brewer
2009-08-01
1
-0
/
+1
*
All internals now use cherrypy.serving.request/response instead of request/re...
Robert Brewer
2009-06-22
1
-1
/
+3
*
Removed py3print.
Robert Brewer
2009-06-14
1
-23
/
+23
*
More syncs with python3.
Robert Brewer
2009-06-09
1
-2
/
+2
*
trunk - adding a py3util module that will normalize as many differences betwe...
Lakin Wecker
2009-06-01
1
-25
/
+29
*
trunk - adding test_auth_basic and test_auth_digest into the normal test runs...
Lakin Wecker
2009-06-01
1
-0
/
+2
*
Updated test suite to new covercp.
Robert Brewer
2009-04-23
1
-2
/
+0
*
JSON input/output tools (#831)
alex.morega
2009-03-31
1
-0
/
+1
*
Fixed a buglet in test_states.
Robert Brewer
2009-03-09
1
-1
/
+2
*
cherrypy.test - fixing a buglet in r2145 where the unused parts were in the w...
Lakin Wecker
2009-03-04
1
-1
/
+6
*
Broke a bunch of test_core tests out into a new test_request_obj.py.
Robert Brewer
2009-02-20
1
-0
/
+1
*
Fixing broken teardown_server.
Robert Brewer
2009-02-10
1
-0
/
+3
*
New CRLF test, plus some test suite fixes.
Robert Brewer
2009-02-05
1
-8
/
+17
*
New test module for config in the "server.*" namespace.
Robert Brewer
2009-01-29
1
-0
/
+1
*
Rework of test suite to start the engine once per module, and only for module...
Robert Brewer
2009-01-29
1
-40
/
+96
*
More bus tests.
Robert Brewer
2009-01-12
1
-1
/
+0
*
About time we had a test_bus.py.
Robert Brewer
2009-01-10
1
-0
/
+1
*
Fix for #890 (multipart/* messages error on PageHandler.__call__).
Robert Brewer
2009-01-08
1
-1
/
+1
*
Silenced some cpmodpy errors due to not using WSGI.
Robert Brewer
2008-11-08
1
-0
/
+4
*
#869 - added the ability for dynamic dispatching by the controller to better ...
Lakin Wecker
2008-10-30
1
-0
/
+1
*
Almost fcgi support in tests.
Robert Brewer
2008-07-09
1
-0
/
+6
*
Removing test_conn from test.py since it needs different server config.
Robert Brewer
2008-06-30
1
-1
/
+1
*
Fix for #824 (_cplogging.LogManager.access method not handling unicode in log...
Robert Brewer
2008-06-22
1
-0
/
+1
*
Print PID in test suite.
Robert Brewer
2008-03-07
1
-0
/
+1
*
Moved test_http.py back into the test suite since it runs fast here.
Robert Brewer
2008-02-20
1
-0
/
+1
*
Forward port to trunk of 3.0.x [1716]. New support for mod_wsgi in the test s...
Robert Brewer
2007-10-28
1
-0
/
+7
*
No reason to exclude these tests.
Robert Brewer
2007-10-27
1
-0
/
+3
*
Made test.CommandLineParser shortopts/longopts into instance attributes for e...
Robert Brewer
2007-10-16
1
-4
/
+6
*
Test suite: prefer command-line args to base conf.
Robert Brewer
2007-10-09
1
-14
/
+14
*
Porting some of [1711] to trunk.
Robert Brewer
2007-09-27
1
-3
/
+4
*
Copied [1711] to trunk.
Robert Brewer
2007-09-27
1
-0
/
+3
*
No sense passing rfile if it's already required to be in wsgi.input.
Robert Brewer
2007-06-22
1
-1
/
+2
*
Fix for #648 (Flash 8 upload socket timeout). Optional safe_multipart tool in...
Robert Brewer
2007-06-22
1
-0
/
+1
*
Oops.
Robert Brewer
2007-03-05
1
-6
/
+4
*
New pywebd module. Trunk is now "3.1alpha".
Robert Brewer
2007-03-05
1
-6
/
+6
*
Changes to socket_host:
Robert Brewer
2006-12-12
1
-7
/
+15
*
pychecker and doc tweaks.
Robert Brewer
2006-12-02
1
-1
/
+1
*
Initial test_tidy, plus a bugfix in tidy.strict_xml and indent args.
Robert Brewer
2006-12-02
1
-0
/
+1
*
Renamed {{{_cpwsgiserver.py}}} to {{{wsgiserver.py}}}, to make it more clear ...
Robert Brewer
2006-11-30
1
-1
/
+1
*
Added an '-ssl' arg to test_states to help fix #606 (Problem timing out the p...
Robert Brewer
2006-11-27
1
-1
/
+1
[next]