summaryrefslogtreecommitdiff
path: root/tests/isolated
Commit message (Expand)AuthorAgeFilesLines
* chore: CI upgrades, pycodestyle fix 2 empty lines after class/defSergey Shepelev2023-01-182-0/+2
* ssl: GreenSSLContext minimum_version and maximum_version settersBob Haddleton2021-09-291-0/+12
* greendns: compatibility with dnspython v2Felix Yan2021-09-011-1/+2
* patcher: built-in open() did not accept kwargs683-open-kwargsSergey Shepelev2021-01-291-0/+10
* patcher: monkey_patch(builtins=True) failed on py3 because `file` class is go...秋葉2020-10-221-0/+14
* Clean up threading book-keeping at fork when monkey-patchedTim Burke2020-08-281-0/+59
* Fix #508: Py37 Deadlock ThreadPoolExecutor (#598)Gorka Eguileor2020-05-151-0/+18
* [bug] reimport submodule as well in patcher.inject (#540)Junyi2019-01-234-0/+27
* Fix for Python 3.7 (#506)Marcel Plch2018-09-281-2/+3
* IMPORTANT: late import in `use_hub()` + thread race caused using epolls even ...Sergey Shepelev2018-09-122-0/+41
* support.greendns: ImportError when dns.rdtypes was imported before eventletJaume Marhuenda2018-05-141-0/+8
* external dependencies for six, monotonic, dnspythonnat-goodspeed2018-05-104-4/+4
* green.threading: current_thread() did not see new monkey-patched threads; Tha...147-jakeSergey Shepelev2018-04-151-0/+25
* tpool: exception in tpool-ed call leaked memory via backtraceJesse2018-03-111-0/+43
* support: upgrade bundled dnspython to 1.16.0 (22e9de1d7957e)dns-427Sergey Shepelev2017-07-251-1/+1
* green.subprocess: keep CalledProcessError identity; Thanks to Linbing@githubSergey Shepelev2017-07-021-0/+14
* patcher: set locked RLocks' owner only when patching existing locksQuan Tian2017-05-101-0/+25
* ssl: RecursionError on Python3.6+; Thanks to justdoit0823@github and Gevent d...Sergey Shepelev2017-04-041-0/+16
* tests: socket_resolve_green was giving false failsSergey Shepelev2017-01-181-15/+20
* tests cleanup, CI with Python 3.6Sergey Shepelev2017-01-052-0/+91
* test_import_patched_defaults bended to play with pyopenssl>=16.1.0Sergey Shepelev2016-12-311-10/+13
* tests: patcher_import_patched_defaults was failing in presence of pyopenssl p...Sergey Shepelev2016-12-221-0/+15
* bundle dnspython in support/; resolving is always greenSergey Shepelev2016-08-242-6/+46
* tpool: isolate internal socket from default timeout; Thanks to Alex Villacís...Sergey Shepelev2016-08-101-0/+15
* Provide green http without undesired side effectsJakub Stasiak2016-07-082-0/+16
* greenio: only trampoline when we blockDavid Szotten2016-07-011-0/+43
* Remove select.poll and improve subprocessJakub Stasiak2016-05-202-4/+10
* patcher: patch existing threading locks; Thanks to Alexis LeeAlexis Lee2016-04-183-0/+98
* little clean upSergey Shepelev2016-02-1212-32/+72
* wsgi: Fix handling partial writes on Python 3partial-write-fix-2Jakub Stasiak2016-02-091-0/+1
* patcher: certain order of import subprocess and monkey_patch breaks .communic...issue-290Sergey Shepelev2016-01-242-1/+16
* green selectors: Override DefaultSelector as wellJakub Stasiak2016-01-111-0/+3
* green select: Make sure devpoll method is removedJakub Stasiak2016-01-111-1/+1
* green selectors: Remove non-green selectorsJakub Stasiak2016-01-111-0/+12
* green select: Delete unpatched methodsJakub Stasiak2016-01-071-0/+15
* Fix HTTPServer.serve_forever blocking whole processJakub Stasiak2016-01-061-0/+28
* Temporarily revert build breaker.Sergey Shepelev2015-11-231-28/+0
* Fix HTTPServer.serve_forever blocking whole processJakub Stasiak2015-11-221-0/+28
* Issue #223: Fix threading monkey-patching on py3.4Victor Stinner2015-04-091-0/+23
* Fix threading.Condition with monkey-patchingVictor Stinner2015-04-051-0/+23
* greenio: fix fd double close; Thanks to Antonio CuniSergey Shepelev2015-03-311-0/+22
* greendns: fix (remove) dns.name importSergey Shepelev2015-02-251-0/+16
* tests/isolated for tests sandboxed in separate python processSergey Shepelev2015-02-254-0/+235