2020-06-08 15:03:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-paste: updated to 3.4.1 3.4.1 Fix next in iterators in wsgilib.py. |
2020-04-07 12:36:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-paste: updated to 3.4.0 3.4.0 Allow binding IPv6 address when starting a server. 3.3.0 Use six.BytesIO when reading wsgi.input. Remove use of pytest-runner. 3.2.7 Python 3 updates for use of StringIO and auth_tkt.py. |
2020-01-14 17:07:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-paste: updated to 3.2.6 3.2.6: * Correctly handle HEAD requests (to send empty body) when gzip encoding requested. 3.2.4 * 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. |
2019-12-03 18:27:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-paste: updated to 3.2.3 3.2.3 * Correct ``100 Continue`` in Python 3 |
2019-10-16 12:14:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-paste: updated to 3.2.2 3.2.2 * Avoid some reference cycles through tracebacks in httpserver.py 3.2.1 * Handle io.UnsupportedOperation from socket.tell() 3.2.0 * Ensure unicode URLs work in TestApp. * Make LimitedLengthFile file return empty bytes. * Protect against accidental close in FieldStorage. 3.1.1 * TestApp.encode_multipart handles bytes filenames and params. 3.1.0 * Allow anything that can read() for a file-like response, not just a ``file`` instance. |
2019-03-10 14:54:40 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-paste: updated to 3.0.8 3.0.8: * Fix quoting of bytestrings |
2019-03-01 09:50:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-paste: updated to 3.0.7 3.0.7: * Send bytestrings when writing chunks from paste/httpserver.py. |
2019-01-07 18:14:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-paste: update to 3.0.9 3.0.6 * Revert the changes in the 3.0.5, which introduced unexpected errors in paste/httpserver.py when using SSL. |
2018-11-29 19:39:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-paste: updated to 3.0.5 3.0.5: * Quiet a deprecation warning in OpenSSL. |
2018-11-05 19:07:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-paste: updated to 3.0.4 3.0.4 * Python 3 fix for deleting items from a dict. |