| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: Improve ECONNREFUSED checks | Ivan A. Melnikov | 2020-10-22 | 1 | -4/+5 |
| | | | | | | | | | | | | Only the value for the current platform should be considered valid here, so this check uses the constant from `errno` module as expected output, instead of hardcoded ints. Also, this fixes build on MIPS, where ECONNREFUSED is defined as 146. Signed-off-by: Ivan A. Melnikov <iv@altlinux.org> | ||||
| * | tests cleanup, CI with Python 3.6 | Sergey Shepelev | 2017-01-05 | 1 | -1/+1 |
| | | |||||
| * | tests: clean out unittest.main() | Sergey Shepelev | 2016-06-01 | 1 | -4/+0 |
| | | |||||
| * | green.socket: create_connection() was wrapping all exceptions in ↵ | Sergey Shepelev | 2015-02-13 | 1 | -0/+10 |
| | | | | | | | | socket.error; Thanks to Donagh McCabe Now raise socket.error unchanged, wrap everything else. https://bitbucket.org/eventlet/eventlet/issue/168/create_connection-incorrectly-raises | ||||
| * | Remove most of the deprecated code | Jakub Stasiak | 2014-10-10 | 1 | -1/+0 |
| | | | | | Closes GH #144 | ||||
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -4/+5 |
| | | |||||
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 1 | -2/+2 |
| | | | | | | | | First step to Python 3 compatibility "2to3 -w -f except ." See [1] [1] http://docs.python.org/2/library/2to3.html#fixers | ||||
| * | try/except/finally is a 2.5 feature | Ryan Williams | 2010-02-26 | 1 | -6/+7 |
| | | |||||
| * | test for eventlet issue #38 and fix | jmalicki | 2010-02-21 | 1 | -0/+31 |
| | | |||||
| * | Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ↵ | Ryan Williams | 2009-12-17 | 1 | -7/+2 |
| | | | | | the direction of better factoring and fewer circular-ish dependencies. | ||||
| * | Something started listening on port 81, and this test started failing. ↵ | Ryan Williams | 2009-12-11 | 1 | -1/+8 |
| | | | | | Changed so that it selects a port in a more foolproof manner. | ||||
| * | Buncha tiny windows-specific fixes. | Ryan Williams | 2009-12-07 | 1 | -1/+2 |
| | | |||||
| * | Removed copyright headers from individual files, added LICENSE and AUTHORS ↵ | Ryan Williams | 2009-10-03 | 1 | -21/+0 |
| | | | | | files to give credit instead. Linked authors list into documentation. | ||||
| * | Renamed greentest to tests to be more standard. | Ryan Williams | 2009-07-24 | 1 | -0/+42 |
