summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* New benchmarks runnerSergey Shepelev2018-08-271-0/+79
| | | | | | | | | | | | | Output compatibe with golang.org/x/tools/cmd/benchcmp which allows easy automated performance comparison. Usage: - git checkout -b newbranch - change code - bin/bench-compare -python ./venv-27 - bin/bench-compare -python ./venv-36 - copy benchmark results - git commit, include benchmark results
* website: link to PyPI project page w/o version; reflect current state of ↵Sergey Shepelev2018-07-281-12/+0
| | | | installation and development
* external dependencies for six, monotonic, dnspythonnat-goodspeed2018-05-102-22/+0
|
* support: upgrade bundled dnspython to 1.16.0 (22e9de1d7957e)dns-427Sergey Shepelev2017-07-251-2/+3
| | | | https://github.com/eventlet/eventlet/issues/427
* update monotonic 1.3 5c0322dc559bf961f7e111d97cd3ed9ab5c1a73bmonotonic-13Sergey Shepelev2017-04-121-1/+1
| | | | https://github.com/eventlet/eventlet/issues/403
* hubs: use monotonic clock by default (bundled package); Thanks to Roman ↵Sergey Shepelev2017-02-161-0/+8
| | | | | | | | | | Podoliaka and Victor Stinner eventlet/support/monotonic.py is copied by curl from specific version on Github. Change and run bin/pull-monotonic script to update to newer version. https://github.com/eventlet/eventlet/pull/388 https://github.com/eventlet/eventlet/pull/303
* v0.20.1 releasev0.20.1Sergey Shepelev2017-01-031-2/+2
|
* release: use twine for PyPI uploadSergey Shepelev2016-12-121-7/+9
|
* Explicit environ flag for importing eventlet.__version__ without ignoring ↵Sergey Shepelev2016-12-121-2/+2
| | | | | | | | | | | import errors Allows to read package version without installing dependencies. ``` import eventlet print(eventlet.__version__) # ok eventlet.sleep() # error ```
* Upgrade bundled dnspython to fix DNS resolutionJakub Stasiak2016-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | The version introduced in commit [1] ([2]) has a major bug - "The DNS resolver doesn't return any records and under some circumstances throws KeyError exceptions from within dnspython" [3]. dnspython commit [4] fixes it so let's update to the latest development version. Simple script to reproduce: import eventlet eventlet.monkey_patch(all=True) import socket print(socket.gethostbyname('google.co.uk')) Before this change it'd raise an exception, after - it produces a result. [1] 52b09becacd23f384cf69ae37d70c893c43e3b13 [2] https://github.com/rthalley/dnspython/commit/188aa701a6826c607da0624e31a8c4618d0a8017 [3] https://github.com/rthalley/dnspython/issues/206 [4] https://github.com/rthalley/dnspython/commit/292995db18f16a528471250fab5cb25082b7d193
* bundle dnspython in support/; resolving is always greenSergey Shepelev2016-08-241-0/+13
| | | | | Fixes installation issue when older dnspython is present in system packages https://github.com/eventlet/eventlet/pull/341
* release script: doc build was breaking pypi uploadSergey Shepelev2016-05-241-0/+1
|
* v0.18.3 releaseSergey Shepelev2016-02-132-10/+10
|
* build: automate release commitSergey Shepelev2016-02-112-14/+125
|
* build-website: leave gitignore aloneSergey Shepelev2015-04-091-1/+1
|
* v0.17.3 releasev0.17.3Sergey Shepelev2015-04-091-4/+4
|
* bin: scripts for developersSergey Shepelev2015-04-052-0/+124