summaryrefslogtreecommitdiff
path: root/tests/parse_results.py
Commit message (Collapse)AuthorAgeFilesLines
* Reformat with autopep8Jakub Stasiak2014-10-111-1/+2
|
* PEP-8 fixesSergey Shepelev2014-08-271-9/+12
|
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-3/+3
|
* py3k - corrections for deprecation warnings reported by python2.6 -3.amajorek2010-03-091-1/+1
| | | | | | | - 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.
* Deprecating eventlet.processes, hopefully fixing executable bit on all these ↵Ryan Williams2010-02-211-0/+0
| | | | dang files.
* Removed copyright headers from individual files, added LICENSE and AUTHORS ↵Ryan Williams2009-10-031-22/+0
| | | | files to give credit instead. Linked authors list into documentation.
* Fixed broken saranwrap test by exposing the importerror to the parent ↵Ryan Williams2009-08-071-1/+4
| | | | process; a better overall design. Fixed some mistakes in the poll module. Slightly loosened sqlite3 dependency so pysqlite2 is a substitute.
* Full duplex for select hub. tcp_server has to be changed because we no ↵Ryan Williams2009-08-021-0/+0
| | | | longer raise EPIPE into waiting coroutines when closing a socket. api_test was correspondingly changed so it still worked. TestCloseSocketWhilePolling was removed because it was testing no-longer-existing behavior. add_descriptor is gone, replaced by add_reader and add_writer.
* Renamed greentest to tests to be more standard.Ryan Williams2009-07-241-0/+127