- 22 Mar, 2019 2 commits
-
-
Jason Madden authored
Patch the 'thread' module provided by 'future' if it's already imported, which is likely because pkg_resources imports it if installed. Also some more cleanup from removing py3.4 support.
-
Jason Madden authored
-
- 21 Mar, 2019 15 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
-
Jason Madden authored
Took some tweaking of connection params --- did something change in OS X? And PyPy's GC has apparently changed the way it deals with sockets, we're better off being fully explicit about lifetime.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fixes #1354. Fixes #1357
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
- Remove 3.4 - Update to latest 3.x series - Update to PyPy 7 Tests are not passing locally yet.
-
- 01 Mar, 2019 2 commits
-
-
Jason Madden authored
Fix a typo in doc/intro.rst
-
Felix Yan authored
-
- 09 Jan, 2019 3 commits
-
-
Jason Madden authored
Remove unused
-
Jason Madden authored
-
junnplus authored
-
- 08 Jan, 2019 2 commits
-
-
Jason Madden authored
Remove useless variable
-
junnplus authored
-
- 04 Jan, 2019 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 01 Dec, 2018 2 commits
-
-
Jason Madden authored
Upgrade libuv to 1.24.0
-
Jason Madden authored
-
- 30 Nov, 2018 8 commits
-
-
Jason Madden authored
More tweaks for test__fileobject.py on 3.7
-
Jason Madden authored
Deterministically close GreenFileDescriptorIO backing FileObjectPosix if the (libuv) event loop watchers produce an error. Especially on Python 3.7, the C-level garbage collection could kick in and close the underlying fileno at an inopportune time, killing an unrelated file, even though there were no Python-level references alive (apparently).
-
Jason Madden authored
-
Jason Madden authored
Cast OSError raised by os.lseek into IOError
-
Jason Madden authored
-
Jason Madden authored
This cleans up the skips needed.
-
Jason Madden authored
Don't introduce a reference cycle with the traceback. In the test, don't use sys.stdout as a non-seekable stream; putting it into non-blocking mode messes up the console. Instead create a pipe for this purpose. Simplify test cases by splitting FOPosix and FOThread.
-
Ricardo Kirkner authored
-
- 29 Nov, 2018 4 commits
-
-
Jason Madden authored
Make ThreadPool.join respect the loop.min_sleep_time value.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Setting the size was already doing so. By not using the hardcoded value, this prevents a UserWarning from the libuv backend. Also rename the attribute to and implement it for all loops. Add this to the ILoop interface, and test that all loop implementations correctly implement it with zope.interface.verify.verifyObject. Fixes #1321.
-