<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/eventlet.git, branch 671-openssl-tsafe</title>
<subtitle>github.com: eventlet/eventlet.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/'/>
<entry>
<title>pyopenssl tsafe module was deprecated and removed in v20.0.0</title>
<updated>2020-12-01T22:14:27+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2020-12-01T22:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=be0d520c9bc9e3b3959f84d80c65e418e6081887'/>
<id>be0d520c9bc9e3b3959f84d80c65e418e6081887</id>
<content type='text'>
https://github.com/eventlet/eventlet/issues/671
https://github.com/pyca/pyopenssl/pull/913
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/eventlet/eventlet/issues/671
https://github.com/pyca/pyopenssl/pull/913
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate CPython 2.7 and 3.4 support</title>
<updated>2020-11-04T18:56:57+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2020-11-04T10:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=a745d62a932d7776fb9431a6fa74171c41d23450'/>
<id>a745d62a932d7776fb9431a6fa74171c41d23450</id>
<content type='text'>
This will allow us to remove some code and better spend the available
resources. Both 2.7 and 3.4 are EOL.

Closes GH-623.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow us to remove some code and better spend the available
resources. Both 2.7 and 3.4 are EOL.

Closes GH-623.
</pre>
</div>
</content>
</entry>
<entry>
<title>py39: Add _at_fork_reinit method to Semaphores</title>
<updated>2020-11-03T07:48:13+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2020-11-03T00:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=087ba743c7af8a40ac1e4e2ec89409eee3b4233e'/>
<id>087ba743c7af8a40ac1e4e2ec89409eee3b4233e</id>
<content type='text'>
CPython expects to be able to call such a method on RLocks, Conditions,
and Events in threading; since we may monkey-patch threading to use
Semaphores as locks, they need the method, too.

Addresses #646
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CPython expects to be able to call such a method on RLocks, Conditions,
and Events in threading; since we may monkey-patch threading to use
Semaphores as locks, they need the method, too.

Addresses #646
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.29.1 release</title>
<updated>2020-10-22T07:16:51+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2020-10-22T07:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=9d731373e2325588a33229b425100ad538eed766'/>
<id>9d731373e2325588a33229b425100ad538eed766</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patcher: [py27] recursion error in pytest/python2.7 installing register_at_fork</title>
<updated>2020-10-22T06:30:23+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2020-10-21T07:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=7a8c83d3202e2a0053b4a4a9336a97eca3b7a46a'/>
<id>7a8c83d3202e2a0053b4a4a9336a97eca3b7a46a</id>
<content type='text'>
https://github.com/eventlet/eventlet/issues/660
https://github.com/getsentry/sentry-python/pull/880

Could not reproduce problem without pytest, so normal production code was probably safe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/eventlet/eventlet/issues/660
https://github.com/getsentry/sentry-python/pull/880

Could not reproduce problem without pytest, so normal production code was probably safe.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Improve ECONNREFUSED checks</title>
<updated>2020-10-22T02:46:47+00:00</updated>
<author>
<name>Ivan A. Melnikov</name>
<email>iv@altlinux.org</email>
</author>
<published>2019-05-03T07:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=6a64cea657d6639600254bdb6014799de3e5755f'/>
<id>6a64cea657d6639600254bdb6014799de3e5755f</id>
<content type='text'>
Only the value for the current platform should be considered
valid here, so this check uses the constant from `errno`
module as expected output, instead of hardcoded ints.

Also, this fixes build on MIPS, where ECONNREFUSED is defined
as 146.

Signed-off-by: Ivan A. Melnikov &lt;iv@altlinux.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only the value for the current platform should be considered
valid here, so this check uses the constant from `errno`
module as expected output, instead of hardcoded ints.

Also, this fixes build on MIPS, where ECONNREFUSED is defined
as 146.

Signed-off-by: Ivan A. Melnikov &lt;iv@altlinux.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>patcher: monkey_patch(builtins=True) failed on py3 because `file` class is gone (#545)</title>
<updated>2020-10-22T01:56:12+00:00</updated>
<author>
<name>秋葉</name>
<email>ambiguous404@gmail.com</email>
</author>
<published>2020-10-22T01:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=089a1a73e6af6ca8f7f3627f04843add023b86ce'/>
<id>089a1a73e6af6ca8f7f3627f04843add023b86ce</id>
<content type='text'>
https://github.com/eventlet/eventlet/issues/541
https://github.com/eventlet/eventlet/pull/545
https://docs.python.org/release/3.0/whatsnew/3.0.html#builtins</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/eventlet/eventlet/issues/541
https://github.com/eventlet/eventlet/pull/545
https://docs.python.org/release/3.0/whatsnew/3.0.html#builtins</pre>
</div>
</content>
</entry>
<entry>
<title>don't crash on PyPy 7.0.0 https://github.com/eventlet/eventlet/pull/547</title>
<updated>2020-10-22T01:50:30+00:00</updated>
<author>
<name>Antonio Cuni</name>
<email>anto.cuni@gmail.com</email>
</author>
<published>2020-10-22T01:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=2f5052671d5365323dc5e0b1f2b5a20686741829'/>
<id>2f5052671d5365323dc5e0b1f2b5a20686741829</id>
<content type='text'>
PyPy 7.0.0 uses 'py3-style' rlocks, i.e. they are implemented natively instead of being in pure-python.

Fixes the code in the sense that at least doesn't crash on PyPy, but it still suffers of https://github.com/eventlet/eventlet/issue/546 as python3.6 does.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyPy 7.0.0 uses 'py3-style' rlocks, i.e. they are implemented natively instead of being in pure-python.

Fixes the code in the sense that at least doesn't crash on PyPy, but it still suffers of https://github.com/eventlet/eventlet/issue/546 as python3.6 does.</pre>
</div>
</content>
</entry>
<entry>
<title>Only install monotonic on python2 (#583)</title>
<updated>2020-10-22T01:42:41+00:00</updated>
<author>
<name>Jon Schlueter</name>
<email>jon.schlueter@gmail.com</email>
</author>
<published>2020-10-22T01:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=e918595a8ffc241a851ff270a6279d6a9c1797b7'/>
<id>e918595a8ffc241a851ff270a6279d6a9c1797b7</id>
<content type='text'>
Only install monotonic on python&lt;3.5

Co-authored-by: Sergey Shepelev &lt;temotor@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only install monotonic on python&lt;3.5

Co-authored-by: Sergey Shepelev &lt;temotor@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>v0.29.0 release</title>
<updated>2020-10-20T01:58:09+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2020-10-20T01:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=7b1aa58d77550caabba3ca2e0b1bb79626c83d9c'/>
<id>7b1aa58d77550caabba3ca2e0b1bb79626c83d9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
