<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git, branch 3.2.4</title>
<subtitle>github.com: cdent/paste.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/'/>
<entry>
<title>release 3.2.4</title>
<updated>2020-01-05T14:01:35+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2020-01-05T14:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=e48732cd002d0a30b7382909f20cc45aa1616e53'/>
<id>e48732cd002d0a30b7382909f20cc45aa1616e53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deprecation warnings (#41)</title>
<updated>2020-01-05T13:55:21+00:00</updated>
<author>
<name>Xtreak</name>
<email>tir.karthi@gmail.com</email>
</author>
<published>2020-01-05T13:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=7b06a520ba24bec27ae242db92c4ceea22173420'/>
<id>7b06a520ba24bec27ae242db92c4ceea22173420</id>
<content type='text'>
* Use is_alive instead of isAlive for Python 3.9 compatibility.

* Use encodebytes instead of deprecated encodestring.

* Fix Python 2 and 3 compatibility for base64.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use is_alive instead of isAlive for Python 3.9 compatibility.

* Use encodebytes instead of deprecated encodestring.

* Fix Python 2 and 3 compatibility for base64.
</pre>
</div>
</content>
</entry>
<entry>
<title>release 3.2.3</title>
<updated>2019-11-25T21:05:58+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2019-11-25T21:05:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=104d8ad3f89462dab32c37d0fbdf3c728ffd3223'/>
<id>104d8ad3f89462dab32c37d0fbdf3c728ffd3223</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>socket write expect bytes instead of str (#38)</title>
<updated>2019-11-25T21:03:32+00:00</updated>
<author>
<name>blidce</name>
<email>benhong_li@yahoo.com</email>
</author>
<published>2019-11-25T21:03:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=eff33e19a0ec402379a150b3fdcc099e9f666c02'/>
<id>eff33e19a0ec402379a150b3fdcc099e9f666c02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release 3.2.2</title>
<updated>2019-10-14T09:50:55+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2019-10-14T09:50:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=6d7526982e00fc49634503123fbb8f7a95a678a4'/>
<id>6d7526982e00fc49634503123fbb8f7a95a678a4</id>
<content type='text'>
* Avoid some reference cycles through tracebacks in httpserver.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Avoid some reference cycles through tracebacks in httpserver.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid some reference cycles through tracebacks. (#36)</title>
<updated>2019-10-14T09:49:29+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2019-10-14T09:46:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=80d4e022687e8bc3408296d8b27d2c13d1527872'/>
<id>80d4e022687e8bc3408296d8b27d2c13d1527872</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 3.2.1</title>
<updated>2019-10-14T09:49:29+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2019-10-14T09:48:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=bb7f21ae437afeddb991cdb5e653c0127e86073f'/>
<id>bb7f21ae437afeddb991cdb5e653c0127e86073f</id>
<content type='text'>
* Handle io.UnsupportedOperation from socket.tell()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Handle io.UnsupportedOperation from socket.tell()
</pre>
</div>
</content>
</entry>
<entry>
<title>LimitedLengthFile: Handle io.UnsupportedOperation from socket.tell(). (#35)</title>
<updated>2019-09-09T07:50:58+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2019-09-09T07:50:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=7e2f7e78697a0a9126cdbc69bbea699c00b7c121'/>
<id>7e2f7e78697a0a9126cdbc69bbea699c00b7c121</id>
<content type='text'>
On Python 3, socket.makefile() returns an object with a tell() method, but one that always raises io.UnsupportedOperation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Python 3, socket.makefile() returns an object with a tell() method, but one that always raises io.UnsupportedOperation.</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify parse_formvars. (#34)</title>
<updated>2019-09-06T12:56:51+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2019-09-06T12:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=3a1642dce3a9a5b3f7805ab9f7a4792a494a8db7'/>
<id>3a1642dce3a9a5b3f7805ab9f7a4792a494a8db7</id>
<content type='text'>
If we don't want to parse the request body with cgi, we can just not use cgi rather than building a fake request.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we don't want to parse the request body with cgi, we can just not use cgi rather than building a fake request.</pre>
</div>
</content>
</entry>
<entry>
<title>release 3.2.0</title>
<updated>2019-09-05T10:27:50+00:00</updated>
<author>
<name>Chris Dent</name>
<email>chris.dent@gmail.com</email>
</author>
<published>2019-09-05T10:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=f05aa29f7eedf675e46438bed00ffaf7d432213a'/>
<id>f05aa29f7eedf675e46438bed00ffaf7d432213a</id>
<content type='text'>
* Ensure unicode URLs work in TestApp.
* Make LimitedLengthFile file return empty bytes.
* Protect against accidental close in FieldStorage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Ensure unicode URLs work in TestApp.
* Make LimitedLengthFile file return empty bytes.
* Protect against accidental close in FieldStorage.
</pre>
</div>
</content>
</entry>
</feed>
