summaryrefslogtreecommitdiff
path: root/tests/test__refcount.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-13/+13
|
* python3 compatibilitySergey Shepelev2014-04-231-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 checkSergey Shepelev2014-04-231-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 functionSergey Shepelev2014-04-231-9/+10
|
* pypy compatibilityJakub Stasiak2014-04-151-0/+1
|
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-3/+3
|
* module eventlet.common moved to eventlet.supportamajorek2010-03-091-1/+1
|
* py3k - corrections for deprecation warnings reported by python2.6 -3.amajorek2010-03-091-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.amajorek2010-02-281-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 Williams2010-02-131-8/+8
| | | | with something innocuous by an exception in the hub.
* Removed copyright headers from individual files, added LICENSE and AUTHORS ↵Ryan Williams2009-10-031-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 Williams2009-10-011-8/+6
| | | | how to avoid doing that in the future.
* Renamed greentest to tests to be more standard.Ryan Williams2009-07-241-0/+107