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
/
benchmark.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize in a function so it's not invoked on import
Jason R. Coombs
2018-05-11
1
-22
/
+28
*
Remove reference to timeout_monitor, removed
Jason R. Coombs
2018-05-11
1
-1
/
+0
*
Use bytes literals where appropriate
v14.0.0
Jason R. Coombs
2018-02-04
1
-6
/
+5
*
Feed the hobgoblins (delint).
Jason R. Coombs
2017-10-27
1
-2
/
+2
*
Remove unused variable and enumeration.
Jason R. Coombs
2017-07-10
1
-1
/
+1
*
PEP8fy codebase: eliminated F822 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-1
/
+1
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-57
/
+57
*
Fix E402 in test/benchmark
Sviatoslav Sydorenko
2016-09-08
1
-2
/
+2
*
Fix flake8 error: F401 '<mod>' imported but unused
Sviatoslav Sydorenko
2016-08-24
1
-1
/
+0
*
Remove the deperecated backward compatibility for legacy config keys in the e...
Jason R. Coombs
2016-07-24
1
-1
/
+1
*
Use expose decorator throughout the codebase.
Jason R. Coombs
2016-06-05
1
-3
/
+3
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-16
/
+18
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-15
/
+26
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-31
/
+31
*
Use an arbitrary high port (54583) instead of a common lower port (8080) for ...
Joseph Tate
2011-09-23
1
-6
/
+6
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+409
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-409
/
+0
*
Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.
Robert Brewer
2011-02-24
1
-20
/
+21
*
trunk sync with python3
Robert Brewer
2011-02-23
1
-2
/
+2
*
Some cross ports from the python3 branch, including two test fixes.
Robert Brewer
2009-06-24
1
-3
/
+7
*
Removed py3print.
Robert Brewer
2009-06-14
1
-18
/
+18
*
trunk - adding a py3util module that will normalize as many differences betwe...
Lakin Wecker
2009-06-01
1
-20
/
+20
*
trunk - cosmetic change bringing this file more inline with the python3 version
Lakin Wecker
2009-05-31
1
-1
/
+1
*
trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...
Lakin Wecker
2009-05-31
1
-2
/
+2
*
Print PID in test suite.
Robert Brewer
2008-03-07
1
-0
/
+2
*
Repaired benchmark.py from some bus changes.
Robert Brewer
2008-02-29
1
-2
/
+1
*
Fix for #756 (Deprecate server.quickstart):
Robert Brewer
2008-01-12
1
-1
/
+0
*
Fix for #751 (logging: Python file objects are not thread-safe). Whew. Finall...
Robert Brewer
2007-11-14
1
-1
/
+1
*
Marking 3.1beta.
Robert Brewer
2007-10-28
1
-1
/
+1
*
Finished porting [1711] to trunk.
Robert Brewer
2007-09-27
1
-2
/
+0
*
Use explicit IPv4 127.0.0.1 instead of localhost in benchmark.
Robert Brewer
2007-09-27
1
-5
/
+5
*
New pywebd module. Trunk is now "3.1alpha".
Robert Brewer
2007-03-05
1
-2
/
+2
*
Fix for #636 (Move wsgiserver.py into a subdirectory for cleaner svn:external...
Robert Brewer
2007-01-07
1
-1
/
+1
*
Benchmark now prints traceback on error in read_process.
Robert Brewer
2006-12-28
1
-2
/
+7
*
A couple more speed tweaks.
Robert Brewer
2006-12-23
1
-4
/
+5
*
wsgiserver: replaced rfc822.Message + parse_headers method with a single read...
Robert Brewer
2006-12-23
1
-1
/
+3
*
wsgiserver: Moved 'bind' inner func out to method so subclasses can override ...
Robert Brewer
2006-12-23
1
-0
/
+1
*
Benchmark:
Robert Brewer
2006-12-23
1
-4
/
+41
*
Changing version to 3.0.0beta.
cherrypy-3.0.0beta
Robert Brewer
2006-09-04
1
-1
/
+1
*
API and docstring cleanups:
Robert Brewer
2006-08-26
1
-1
/
+1
*
More (final?) config overhaul work:
Robert Brewer
2006-08-25
1
-5
/
+5
*
Overhaul of config system:
Robert Brewer
2006-08-24
1
-3
/
+2
*
More tests for persistent connections, including pipelining.
Robert Brewer
2006-08-20
1
-1
/
+1
*
Moved some Apache control code from benchmark to _cpmodpy, where it can be mo...
Robert Brewer
2006-08-18
1
-71
/
+26
*
WSGI improvements from Christian's cp3-wsgi-remix branch:
Robert Brewer
2006-08-17
1
-1
/
+1
*
Replaced request.remote_addr, remote_port, and remote_host with a single "rem...
Robert Brewer
2006-08-07
1
-1
/
+1
*
WSGI-related changes:
Robert Brewer
2006-08-07
1
-1
/
+1
*
Changed server.start to server.quickstart, and server.start_all to server.start.
Robert Brewer
2006-08-05
1
-1
/
+1
*
benchmark still needed socket-error suppression.
Robert Brewer
2006-07-10
1
-0
/
+7
*
Updated benchmark to work with new _cpmodpy module.
Robert Brewer
2006-06-20
1
-29
/
+39
[next]