summaryrefslogtreecommitdiff
path: root/tests/patcher_test.py
Commit message (Expand)AuthorAgeFilesLines
* greenio: only trampoline when we blockDavid Szotten2016-07-011-0/+4
* Remove select.poll and improve subprocessJakub Stasiak2016-05-201-5/+5
* patcher: patch existing threading locks; Thanks to Alexis LeeAlexis Lee2016-04-181-0/+12
* little clean upSergey Shepelev2016-02-121-12/+14
* green select: Delete unpatched methodsJakub Stasiak2016-01-071-0/+4
* Fix HTTPServer.serve_forever blocking whole processJakub Stasiak2016-01-061-0/+4
* Temporarily revert build breaker.Sergey Shepelev2015-11-231-4/+0
* Fix HTTPServer.serve_forever blocking whole processJakub Stasiak2015-11-221-0/+4
* Issue #223: Fix threading monkey-patching on py3.4Victor Stinner2015-04-091-0/+4
* Fix threading.Condition with monkey-patchingVictor Stinner2015-04-051-0/+4
* tests/isolated for tests sandboxed in separate python processSergey Shepelev2015-02-251-12/+7
* Python 3 compat: Fix all Travis test failuresdevJakub Stasiak2015-02-131-5/+9
* Fix monkey_patch() on Python 3py3_importlibVictor Stinner2014-12-211-0/+5
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-101-6/+17
* PEP-8 fixesSergey Shepelev2014-08-271-1/+1
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-27/+27
* PEP-8 fixes, tox runs pep8 checkSergey Shepelev2014-04-231-24/+20
* python3 compatibility: print functionSergey Shepelev2014-04-231-40/+40
* python3 compat fixesVictor Sergeyev2014-03-281-4/+5
* tests: extract run_python() utility functionSergey Shepelev2013-07-091-12/+7
* tests: ProcessBase should call parent setUp/tearDown; Thanks to Paul OppenheimSergey Shepelev2013-07-091-12/+17
* tests: patcher_test: let Popen search for `true` in PATHSergey Shepelev2012-12-171-1/+1
* Add test for waitpid issueVishvananda Ishaya2012-11-081-0/+13
* Fix currentThread usage in the tests tooFloris Bruynooghe2012-09-061-7/+7
* Ensure threading._shutdown gets patched tooJohannes Erdfelt2012-03-181-0/+8
* Make GreenThread wrapper implement more of the Thread interfaceJohannes Erdfelt2012-03-021-0/+80
* Monkey patch threading.current_thread() as wellJohannes Erdfelt2012-02-291-0/+90
* Test for Soren's subprocess fix. Fixes #77Ryan Williams2011-02-151-0/+14
* Finally, eventlet.green.MySQLdb so we don't have to hassle with db_pool if we...Ryan Williams2010-10-071-0/+10
* Switching back to regular subprocess here.Ryan Williams2010-07-261-1/+1
* Tightened up original's dependency-checking code in patcher, importing eventl...Ryan Williams2010-07-231-1/+1
* Kill the tpool threads so that they don't whine on interpreter exit.Ryan Williams2010-06-111-0/+2
* Race condition fix in patcher, added a bit more sleep to the env test so slow...Ryan Williams2010-06-101-1/+1
* Documented the environment variables (thereby fixing #15). Improved the impl...Ryan Williams2010-06-101-4/+4
* Skip tpool tests with pyevent hub.Ryan Williams2010-06-071-1/+4
* Named tpool threads, fixed rare race condition where _reqq would be freed bef...Ryan Williams2010-06-021-16/+16
* Added _original_patch_function to fix up the case where tpool is trying to im...Ryan Williams2010-06-021-0/+47
* Small fix to make the assert work as intended.Ryan Williams2010-05-221-1/+1
* Updated green psycopg support, added a test for it (which hasn't been run bec...Ryan Williams2010-04-091-8/+16
* Added Daniele Varrazzo's green-psycopg2 patch. Untested in the case where th...Ryan Williams2010-04-081-5/+5
* Added main to testamajorek2010-03-301-1/+4
* Simplified monkey_patch interface by removing the need for the all keyword pa...Ryan Williams2010-03-271-43/+103
* More verbose asserts in the case of failure, for all those recalcitrant platf...Ryan Williams2010-02-191-26/+22
* Improved support for monkeypatching by eliminating race conditions in eventle...Ryan Williams2010-02-171-20/+67
* Tweaked the way monkey_patch works so that it'll work better if called after ...Ryan Williams2010-02-071-3/+2
* Added monkey_patch to patcher, as well as defaults to import_patched. With t...Ryan Williams2010-02-051-1/+43
* Fixed intermittent patcher_test failures -- it turns out that you don't want ...Ryan Williams2010-01-061-22/+16
* Fixed a bug where patcher was leaving crap in sys.modules, added a unit test ...Ryan Williams2009-12-311-0/+72