summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_refleaks.py
Commit message (Expand)AuthorAgeFilesLines
* Use six for http importsJason R. Coombs2017-07-091-1/+3
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-3/+3
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-5/+2
* Skip failing test on macOS. Ref #1474.Jason R. Coombs2016-08-211-0/+3
* Construct threads in a list comprehensionJason R. Coombs2016-08-211-4/+7
* ntob or not ntob; that is the question.Jason R. Coombs2016-08-211-2/+2
* Use a simple counter rather than appending booleans to a list and counting them.Jason R. Coombs2016-08-211-3/+5
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-1/+1
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-1/+1
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-7/+7
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+59
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-119/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+2
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-2/+2
* trunk sync with python3Robert Brewer2011-02-231-1/+1
* Removed test.py etc.Robert Brewer2010-04-271-6/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-62/+63
* A couple syncs with python3.Robert Brewer2009-10-171-3/+3
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-2/+0
* Whew. Fixed the whole test suite to properly handle the --host arg.Robert Brewer2008-11-081-1/+1
* Fixed test_refleaks for some platforms (also for use with the --client comman...Robert Brewer2008-06-301-6/+6
* Improved test_refleaks so it fails on errors in threads.Robert Brewer2008-04-031-8/+17
* Fixed setup.py for the restsrv -> process change, plus fixed a couple svn props.Robert Brewer2008-03-181-15/+15
* test_refleaks really shouldn't share its http conn across threads.Robert Brewer2008-03-171-2/+13
* Oops. [1711] rolled it back.Robert Brewer2007-10-281-16/+0
* Forward port to trunk of 3.0.x [1709]. Added code to print unreachable object...Robert Brewer2007-10-281-3/+19
* Porting some of [1711] to trunk.Robert Brewer2007-09-271-19/+48
* Copied [1711] to trunk.Robert Brewer2007-09-271-0/+76