summaryrefslogtreecommitdiff
path: root/tests/env_test.py
Commit message (Expand)AuthorAgeFilesLines
* test_import_patched_defaults bended to play with pyopenssl>=16.1.0Sergey Shepelev2016-12-311-2/+2
* little clean upSergey Shepelev2016-02-121-104/+36
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-101-0/+1
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-3/+2
* PEP-8 fixes, tox runs pep8 checkSergey Shepelev2014-04-231-0/+2
* python3 compatibility: print functionSergey Shepelev2014-04-231-5/+4
* python3 compat fixesVictor Sergeyev2014-03-281-1/+1
* 2.4 compatibility.Ryan Williams2011-01-231-1/+1
* Clearer behavior in the case of zero-size tpools.Ryan Williams2010-11-061-0/+19
* Fixed env_test stomping on os.environBen Ford2010-10-121-8/+18
* Cleaned up tpool-related tests a bit.Ryan Williams2010-09-291-4/+7
* Greenlet affinity for tpool threads. This means that if you make multiple tp...Ryan Williams2010-09-281-5/+6
* Adding assertion checking for negative pool size in tpool, per discussion wit...Ryan Williams2010-09-121-0/+21
* Sleeping in env_test for longer because thread startup is so very expensive o...Ryan Williams2010-07-251-1/+1
* Your machine is so slow, your mom could count up to 0.04 before it could.Ryan Williams2010-06-101-1/+1
* Skip skip skip pyevent.Ryan Williams2010-06-101-1/+3
* Race condition fix in patcher, added a bit more sleep to the env test so slow...Ryan Williams2010-06-101-2/+4
* Documented the environment variables (thereby fixing #15). Improved the impl...Ryan Williams2010-06-101-0/+55