- 23 Dec, 2016 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 16 Dec, 2016 1 commit
-
-
Jason Madden authored
-
- 13 Dec, 2016 3 commits
-
-
Jason Madden authored
Future perfect release date
-
Arcadiy Ivanov authored
-
Jason Madden authored
* Resolve the DNS test differences. Also document some of the known ways that c-ares is different as a result of these test fixes. Fixes #774. * spurious assert statement. * disable the ipv6 dual stack test even without ares, it has the same issue on travis ci. must have a different resolver configuration than I do. * more dns tweaks for travis * One small failure on travis.
-
- 12 Dec, 2016 2 commits
-
-
Jason Madden authored
Fix typo: silented --> silenced
-
Jeff Widman authored
-
- 10 Dec, 2016 1 commit
-
-
Jason Madden authored
Disable python 3 coverage on landscape, that may be what's keeping our builds from running there [skip appveyor]
-
- 09 Dec, 2016 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 08 Dec, 2016 5 commits
-
-
Jason Madden authored
Issue 904 fixes
-
Jason Madden authored
-
Jason Madden authored
Don't define them on 2.7.8. Add a changelog entry. Fixes #904
-
Arcadiy Ivanov authored
fixes #901
-
Jason Madden authored
-
- 28 Nov, 2016 10 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Update travis python
-
Jason Madden authored
Update libev to 4.23
-
Jason Madden authored
[skip appveyor]
-
Jason Madden authored
Note that the previous 3.6 beta has been removed. [skip appveyor]
-
Jason Madden authored
-
- 27 Oct, 2016 9 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fixes #222. Rather than provide a messy monkey-patch on top of `fcntl`, it's simpler just to mention this attribute, which seems to be stable, and has at least one reported use of working. [skip ci]
-
- 26 Oct, 2016 5 commits
-
-
Jason Madden authored
This time, I saw a bunch of errors like this, which maybe suggest something is leaking between tests, but I don't know what: =================================================== ERROR: test_quit (__main__.Test) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\projects\gevent\src\greentest\greentest.py", line 289, in wrap_restore_handle_error return method(self, *args, **kwargs) File "C:\projects\gevent\src\greentest\greentest.py", line 278, in wrap_error_fatal return method(self, *args, **kwargs) File "C:\projects\gevent\src\greentest\greentest.py", line 161, in wrap_timeout return method(self, *args, **kwargs) File "test__backdoor.py", line 75, in test_quit conn = self._create_connection() File "test__backdoor.py", line 46, in _create_connection conn.connect(('127.0.0.1', self._server.server_port)) File "C:\Python34-x64\lib\site-packages\gevent\_socket3.py", line 291, in connect r = getaddrinfo(address[0], address[1], self.family) File "C:\Python34-x64\lib\site-packages\gevent\_socketcommon.py", line 272, in getaddrinfo return get_hub().resolver.getaddrinfo(host, port, family, socktype, proto, flags) File "C:\Python34-x64\lib\site-packages\gevent\resolver_thread.py", line 65, in getaddrinfo return self.pool.apply(_socket.getaddrinfo, args, kwargs) File "C:\Python34-x64\lib\site-packages\gevent\pool.py", line 326, in apply return self.spawn(func, *args, **kwds).get() File "C:\Python34-x64\lib\site-packages\gevent\event.py", line 382, in get self._wait_core(timeout, ()) File "C:\Python34-x64\lib\site-packages\gevent\event.py", line 106, in _wait_core result = self.hub.switch() File "C:\projects\gevent\src\greentest\greentest.py", line 468, in switch return _original_Hub.switch(self, *args) File "C:\Python34-x64\lib\site-packages\gevent\hub.py", line 630, in switch return RawGreenlet.switch(self) OSError: [Errno 9] File descriptor was closed in another greenlet ---------------------------------------------------------------------- Ran 6 tests in 10.319s
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-