summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* dep: greenlet>=1.0 removing unused clear_sys_exc_info stubSergey Shepelev2023-03-271-1/+1
* add GitHub URL for PyPiAndrii Oriekhov2022-03-021-0/+3
* greendns: compatibility with dnspython v2Felix Yan2021-09-011-1/+1
* Add classifiers for py38 and py39Tim Burke2021-05-121-0/+2
* Only install monotonic on python2 (#583)Jon Schlueter2020-10-221-1/+1
* pin dnspython <2.0.0Peter Eacmen2020-07-311-1/+1
* drop Python 3.4 supportdrop-34Sergey Shepelev2020-07-061-2/+0
* Fix for Python 3.7 (#506)Marcel Plch2018-09-281-0/+1
* Drop support for Python3.3Sergey Shepelev2018-05-191-1/+0
* Drop support for Python2.6 and python-epoll packageSergey Shepelev2018-05-191-1/+0
* external dependencies for six, monotonic, dnspythonnat-goodspeed2018-05-101-0/+3
* Add Python 3.6Hugo2018-03-091-0/+1
* Avoid dependency on enum-compatJames Page2017-12-031-1/+1
* Explicit environ flag for importing eventlet.__version__ without ignoring imp...Sergey Shepelev2016-12-121-12/+17
* Provide green http without undesired side effectsJakub Stasiak2016-07-081-0/+1
* setup: tests.{isolated,manual} polluted top-level packagesSergey Shepelev2015-03-281-1/+1
* setup: Python3 classifiersSergey Shepelev2015-02-241-0/+2
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...Sergey Shepelev2013-12-031-2/+0
* Rename README{,.rst} for Github render; Thanks to Thomas Grainger and Tobias ...Sergey Shepelev2013-09-051-1/+1
* setup: greenlet is actually required, remove --without-greenlet option, remov...Sergey Shepelev2013-01-241-10/+3
* setup: PEP-8Sergey Shepelev2013-01-231-20/+19
* I can spellRyan Williams2011-06-071-4/+4
* 0.9.16 brandingv0.9.16Ryan Williams2011-06-071-0/+4
* Finally removed pesky _main_wrapper function in greenthread thanks to Ambroff...Ryan Williams2010-08-191-1/+1
* Realised that mock is only one file and is extremely useful so included it as...Ben Ford2010-05-051-1/+1
* Added websocket. This has 100% test coverage but has introduced a testing dep...Ben Ford2010-05-051-0/+1
* Refactored spawn_plot to not use the with-statement, so we can install the de...Ryan Williams2010-04-171-1/+1
* Updated README, updated version to dev, included README as long_description.Ryan Williams2010-03-161-6/+7
* Changed description slightlyRyan Williams2010-02-211-1/+1
* Setting zip_safe so install is less noisy.Ryan Williams2010-02-211-0/+1
* Moved GreenSSLObject into eventlet.green.socket, cleaned up imports slightly,...Ryan Williams2009-11-241-2/+1
* Finished off testing docs, put in nosewrapper script because it's a pain to g...Ryan Williams2009-09-161-0/+1
* Added command line flags for disabling dependencies on pyopenssl or greenlet.Ryan Williams2009-08-181-1/+9
* Updated setup.py to include dependencies and also to include Windows in the c...Ryan Williams2009-08-171-2/+4
* set version to 0.8.10; add eventlet.__version__ attributeDenis Bilenko2009-04-131-1/+2
* changed version number in setup.py from 0.9pre to 0.8.9Denis Bilenko2009-03-011-1/+1
* fix setup.py not to install greentest as a package system-wideDenis Bilenko2009-02-111-1/+1
* removed PyOpenSSL and greenlet from dependencies in setup.pyDenis Bilenko2008-11-071-1/+0
* 0.8 is out, on to 0.9predonovan2008-10-131-1/+1
* Prepare for 0.8donovan2008-10-131-1/+1
* 0.8predonovan2008-07-291-1/+1
* prepare for 0.7donovan2008-07-291-1/+1
* Fix socket_recv to return '' instead of raising socket.error(errno.ECONNRESET...donovan2008-07-161-1/+1
* Fix a major memory leak when using the libevent or libev hubs. Timers were no...donovan2008-07-141-1/+1
* Add a NEWS file and an example of using the wsgi server along with a link to ...donovan2008-07-071-1/+1
* Add a patch from the grugq to allow binding to a specific interface in api.co...donovan2008-06-301-1/+1
* Prepare for 0.6 releasedonovan2008-06-261-1/+1
* Fix for some SwitchingToDeadGreenlet or TypeError: '_socketobject' object is ...donovan2008-06-251-1/+1
* Add patch to squelch exceptions properly when running with libevent. Thanks, ...donovan2008-06-241-1/+1
* bump to 0.5.3donovan2008-06-241-1/+1