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
/
helper.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
In _join_daemon, don't use os.wait(). Instead, use waitpid, harmonizing the U...
Jason R. Coombs
2018-09-09
1
-17
/
+3
*
Remove reliance on six
Jason R. Coombs
2018-09-02
1
-3
/
+2
*
Use bytes literals where appropriate
v14.0.0
Jason R. Coombs
2018-02-04
1
-1
/
+1
*
Use cheroot 5.9 for webtest module.
Jason R. Coombs
2017-11-16
1
-1
/
+2
*
Regarding E305, honor the style guide rather than suppressing errors.
Jason R. Coombs
2017-10-29
1
-1
/
+3
*
Honor E731 linter warning
Jason R. Coombs
2017-10-28
1
-1
/
+2
*
Mark docstrings with slash escaping as raw str (PR #1610 by @scop)
Ville Skyttä
2017-07-10
1
-1
/
+1
*
Remove Python 2.6 compatibility behavior.
Jason R. Coombs
2017-07-08
1
-1
/
+1
*
Replace iteritems with six usage.
Jason R. Coombs
2017-07-08
1
-2
/
+3
*
Eliminate nose-testconfig completely
Sviatoslav Sydorenko
2017-04-23
1
-31
/
+8
*
Eliminate nose from test.helper
Sviatoslav Sydorenko
2017-04-23
1
-3
/
+3
*
PEP8fy codebase: eliminated E305 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-1
/
+1
*
Rely on portend for port checks. Fixes #1332.
Jason R. Coombs
2017-01-19
1
-2
/
+3
*
Convert cherryd script into console_script
Sviatoslav Sydorenko
2017-01-10
1
-1
/
+20
*
Rely on backports.unittest_mock (and its pytest plugin) to supply mock.
Jason R. Coombs
2016-12-26
1
-5
/
+0
*
Make mock module be always accessed through helper
Sviatoslav Sydorenko
2016-11-26
1
-0
/
+5
*
Fix E265: block comment should start with '# '
Sviatoslav Sydorenko
2016-09-19
1
-2
/
+1
*
Drop deprecated cherrypy._cpcompat_subprocess
Sviatoslav Sydorenko
2016-09-17
1
-6
/
+1
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-34
/
+34
*
Fix E402 in test/helper
Sviatoslav Sydorenko
2016-09-08
1
-8
/
+7
*
Drop conquer option from cherrypy.test.helper
Sviatoslav Sydorenko
2016-08-31
1
-10
/
+0
*
Ensure conf is text before writing it.
Jason R. Coombs
2016-08-21
1
-1
/
+2
*
Use io module to write text to a file
Jason R. Coombs
2016-08-21
1
-3
/
+3
*
Use decorators where appropriate.
Jason R. Coombs
2016-08-03
1
-3
/
+3
*
Use the preferred name text_or_bytes to avoid conflation with 'basestring' wh...
Jason R. Coombs
2016-07-24
1
-3
/
+3
*
Indicate that test fails intermittently. If nose had an 'xfail' like pytest, ...
Jason R. Coombs
2016-05-10
1
-1
/
+4
*
Put main test in body at top level.
Jason R. Coombs
2016-05-10
1
-3
/
+5
*
Add new argument to openURL for the testsuite to be able to
Joel Rivera
2016-03-03
1
-3
/
+9
*
Removing useless comparison
Gustavo Picon
2015-01-24
1
-1
/
+1
*
Monkeypatch the test sorter to always run test_gc last in each suite.
Gustavo Picon
2015-01-24
1
-4
/
+15
*
Fix for recent commits which were causing a number of tests to fail in Python 3.
Allan Crooks
2014-04-16
1
-4
/
+5
*
Rather than trying to workaround which symbol can or cannot be imported, I th...
Lawouach
2014-02-06
1
-1
/
+6
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-8
/
+13
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-13
/
+32
*
Restore pid-in-file behavior for daemonized processes
Jason R. Coombs
2012-12-26
1
-0
/
+23
*
Use subprocess to manage the process and pid. Fixes #1198.
Jason R. Coombs
2012-12-26
1
-21
/
+4
*
Adding subprocess module from Python 2.7.3 and use that in the test helper. F...
Jason R. Coombs
2012-12-26
1
-3
/
+3
*
Use subprocess module (if available). Works around #1196 on Python 2.4+.
Jason R. Coombs
2012-12-26
1
-4
/
+8
*
Re-saved with excess whitespace removed. Removed unused import.
Jason R. Coombs
2012-03-22
1
-35
/
+35
*
A couple of Python 2.3 fixes
cherrypy-3.2.2
Robert Brewer
2011-10-18
1
-2
/
+3
*
Fixed #1087 (PEP-3333 compliance: Unicode response headers). Also some touch-...
Robert Brewer
2011-10-13
1
-0
/
+2
*
Use an arbitrary high port (54583) instead of a common lower port (8080) for ...
Joseph Tate
2011-09-23
1
-1
/
+1
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+491
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-476
/
+0
*
trunk: sync with python3
Robert Brewer
2011-02-25
1
-2
/
+4
*
Compat fixes for Python 2.3
Robert Brewer
2011-02-24
1
-6
/
+5
*
Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.
Robert Brewer
2011-02-24
1
-6
/
+7
*
trunk sync with python3
Robert Brewer
2011-02-23
1
-3
/
+3
*
New test/modfastcgi.py (I couldn't get mod_fcgid working well with our test s...
Robert Brewer
2011-02-22
1
-10
/
+17
*
testAdditionalServers was causing test_states to hang because the former did ...
Robert Brewer
2011-02-21
1
-2
/
+2
[next]