<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/eventlet.git/bin, branch codecov</title>
<subtitle>github.com: eventlet/eventlet.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/'/>
<entry>
<title>New benchmarks runner</title>
<updated>2018-08-27T13:52:50+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2018-08-26T15:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=90c398387442654dc1f9392ba0e4a2296875334b'/>
<id>90c398387442654dc1f9392ba0e4a2296875334b</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>website: link to PyPI project page w/o version; reflect current state of installation and development</title>
<updated>2018-07-27T20:51:00+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2018-07-25T08:24:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=5b783450696569cea8d44d500ad95eca0c317976'/>
<id>5b783450696569cea8d44d500ad95eca0c317976</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>external dependencies for six, monotonic, dnspython</title>
<updated>2018-05-10T17:33:32+00:00</updated>
<author>
<name>nat-goodspeed</name>
<email>nat@lindenlab.com</email>
</author>
<published>2018-05-10T17:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=53b63c66f0d9a7d6ba9182a207529ebd949e95f3'/>
<id>53b63c66f0d9a7d6ba9182a207529ebd949e95f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support: upgrade bundled dnspython to 1.16.0 (22e9de1d7957e)</title>
<updated>2017-07-25T11:46:14+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2017-07-25T09:40:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=9e8c431fe387f37669d8a42f3bb70e4077dea571'/>
<id>9e8c431fe387f37669d8a42f3bb70e4077dea571</id>
<content type='text'>
https://github.com/eventlet/eventlet/issues/427
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/eventlet/eventlet/issues/427
</pre>
</div>
</content>
</entry>
<entry>
<title>update monotonic 1.3 5c0322dc559bf961f7e111d97cd3ed9ab5c1a73b</title>
<updated>2017-04-11T21:53:15+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2017-04-11T21:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=1a9b17c0f4e996490d6601b0c9896222c49bb4a1'/>
<id>1a9b17c0f4e996490d6601b0c9896222c49bb4a1</id>
<content type='text'>
https://github.com/eventlet/eventlet/issues/403
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/eventlet/eventlet/issues/403
</pre>
</div>
</content>
</entry>
<entry>
<title>hubs: use monotonic clock by default (bundled package); Thanks to Roman Podoliaka and Victor Stinner</title>
<updated>2017-02-16T09:46:24+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2017-02-15T18:14:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=f92b49f77e073dad40a71858ef9149b543e07d67'/>
<id>f92b49f77e073dad40a71858ef9149b543e07d67</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.20.1 release</title>
<updated>2017-01-03T01:11:45+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2017-01-03T01:11:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=de6d5e3b7a9f92ca0f0d2756582627f8c8a61ebc'/>
<id>de6d5e3b7a9f92ca0f0d2756582627f8c8a61ebc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release: use twine for PyPI upload</title>
<updated>2016-12-11T22:48:39+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2016-12-11T22:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=351093573e278e88db128acf1d6b03370631c140'/>
<id>351093573e278e88db128acf1d6b03370631c140</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicit environ flag for importing eventlet.__version__ without ignoring import errors</title>
<updated>2016-12-11T22:48:39+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2016-12-11T22:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=ca26b02d610fac762c852f7d730a474366c73ea8'/>
<id>ca26b02d610fac762c852f7d730a474366c73ea8</id>
<content type='text'>
Allows to read package version without installing dependencies.
```
import eventlet
print(eventlet.__version__)  # ok
eventlet.sleep()  # error
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows to read package version without installing dependencies.
```
import eventlet
print(eventlet.__version__)  # ok
eventlet.sleep()  # error
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade bundled dnspython to fix DNS resolution</title>
<updated>2016-09-27T10:44:11+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub.stasiak@smarkets.com</email>
</author>
<published>2016-09-27T10:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=9a13405598d25c76a5f9c44c8b8e584c41ec4c4f'/>
<id>9a13405598d25c76a5f9c44c8b8e584c41ec4c4f</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
