- 23 Mar, 2019 1 commit
-
-
Jason Madden authored
Avoid a memory leak when wrapping an io.BufferedWriter around a socket.
-
- 22 Mar, 2019 8 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Implement the fix in Cython so we don't lose any speed (we actually benchmark a bit faster). Fixes #1318 and fixes #1319
-
Jason Madden authored
Patch the 'thread' module provided by 'future' if it's already imported
-
Jason Madden authored
-
Jason Madden authored
-
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 5 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
-