| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -13/+13 |
| | | |||||
| * | python3 compatibility | Sergey Shepelev | 2014-04-23 | 1 | -7/+8 |
| | | | | | | | | - dict.items().pop() in proc - str/bytes in backdoor, api_test, ssl_test, test__refcount - import httplib from six - PEP-8 fixes | ||||
| * | PEP-8 fixes, tox runs pep8 check | Sergey Shepelev | 2014-04-23 | 1 | -4/+8 |
| | | | | | | For now, pep8 check is only run for some files known to be clean, we should clean the rest and enable pep8 check for all files then. | ||||
| * | python3 compatibility: print function | Sergey Shepelev | 2014-04-23 | 1 | -9/+10 |
| | | |||||
| * | pypy compatibility | Jakub Stasiak | 2014-04-15 | 1 | -0/+1 |
| | | |||||
| * | python3 compat: print() function syntax | Sergey Shepelev | 2013-12-03 | 1 | -3/+3 |
| | | |||||
| * | module eventlet.common moved to eventlet.support | amajorek | 2010-03-09 | 1 | -1/+1 |
| | | |||||
| * | py3k - corrections for deprecation warnings reported by python2.6 -3. | amajorek | 2010-03-09 | 1 | -2/+2 |
| | | | | | | | | - integer division - repr instead of ` Added __hash__ to speedy Proxy funtions - 3.x requires __hash__ if __eq__ is defined. Found problem with comparing two proxy objects. | ||||
| * | Added clear_sysy_exc_info to eventlet.common. | amajorek | 2010-02-28 | 1 | -1/+2 |
| | | | | | Portable clearing of last exception information - No-op in 3.x and ys.exc_clear in 2.x | ||||
| * | Fixed fragile test that used to rely on exc_info being incidentally replaced ↵ | Ryan Williams | 2010-02-13 | 1 | -8/+8 |
| | | | | | with something innocuous by an exception in the hub. | ||||
| * | 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. | ||||
| * | Changed some tests that hardcoded the port to not do so, added some docs on ↵ | Ryan Williams | 2009-10-01 | 1 | -8/+6 |
| | | | | | how to avoid doing that in the future. | ||||
| * | Renamed greentest to tests to be more standard. | Ryan Williams | 2009-07-24 | 1 | -0/+107 |
