summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* Augment use of imp with importlib.util (#76)Chris Dent2023-04-301-10/+25
* Fix py3 compatibility in paste.wsgilib.catch_errors (#70)Colin Watson2022-08-181-1/+1
* Replace deprecated threading aliases (#69)Hugo van Kemenade2022-06-223-19/+19
* Wsgi.errors is text (#62)Dave Brondsema2020-10-126-11/+4
* Fix AuthBasicAuthenticator base64 decoding to work on py3 (#61)Dave Brondsema2020-10-121-1/+3
* Remove deprecated imports (#59)jhance2020-09-241-10/+1
* Patching auth ticket to be python3 compatible (#56)TilmanSchaefer2020-07-221-7/+7
* Py3-compat middleware.py's make_table's item sort (#55)Amit Markel2020-07-141-2/+1
* Make next handling in wsgilib more py3-compatible (#53)jhance2020-06-031-4/+4
* add ipv6 support by setting address family (#50)Lekinho2020-02-121-1/+27
* add six to check for python 2 or 3 specific implementation (#48)Thomas Cross2020-01-281-2/+4
* StringIO imports differently in python 3 - use six for compatibility (#46)Thomas Cross2020-01-261-1/+1
* Update auth_tkt.py for python3 compatibility (#45)marzetas2020-01-261-20/+30
* Make gzip middleware stop producing a spurious response body on HEAD requests...Jason Madden2020-01-132-2/+17
* python3 compatibility issues: list + keys concatenation, bool check (#42)Vitaly Haritonsky2020-01-091-1/+4
* Fix deprecation warnings (#41)Xtreak2020-01-052-7/+14
* socket write expect bytes instead of str (#38)blidce2019-11-251-1/+1
* Avoid some reference cycles through tracebacks. (#36)Benjamin Peterson2019-10-141-5/+3
* LimitedLengthFile: Handle io.UnsupportedOperation from socket.tell(). (#35)Benjamin Peterson2019-09-091-3/+6
* Simplify parse_formvars. (#34)Benjamin Peterson2019-09-061-40/+29
* TestApp: Make unicode urls always work. (#33)Benjamin Peterson2019-09-041-0/+1
* Make LimitedLengthFile file return empty bytes rather than empty string when ...Benjamin Peterson2019-09-041-1/+1
* Avoid copying FieldStorage if possible. (#30)Benjamin Peterson2019-08-291-5/+7
* Modify TestApp.encode_multipart to handle bytes filenames and params. (#29)3.1.1Benjamin Peterson2019-08-251-15/+7
* Fix WSGIResponse.__call__ on Python 3. (#27)Benjamin Peterson2019-07-241-2/+2
* Get MutableMapping from collections.abc on Python 3. (#26)Benjamin Peterson2019-07-243-3/+3
* Fix quoting of bytestrings. (#23)Jelmer Vernooij2019-03-071-1/+4
* Write bytestrings when calling wsgi_write_chunk (#22)Chris Dent2019-02-281-2/+2
* Revert "Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16)"Chris Dent2019-01-071-3/+3
* Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16)Stephan Richter2018-11-291-3/+3
* Don't delete dict item while iterating over same dict (#14)3.0.4Marius van den Beek2018-11-051-1/+1
* paste.fixture: fix form offset handling (#12)Daniel Hahler2018-10-311-6/+2
* py3 fixes for form handling in paste.fixture (#8)Daniel Hahler2018-10-302-10/+19
* Pytest fixes (#9)Daniel Hahler2018-10-301-11/+11
* Remove use of futureChris Dent2018-10-246-5/+30
* Make iterators Python3-compatibleZane Bitter2018-10-232-0/+4
* Don't raise StopIteration inside a generatorZane Bitter2018-10-232-3/+2
* Fix up testing after switch to pytestChris Dent2018-10-236-24/+24
* Merged in onovy/paste (pull request #36)Chris Dent2018-10-231-1/+1
|\
| * Use correct variable when building message for exceptionOnd?ej Nov?2016-03-101-1/+1
| * Make add_close.next() leverage add_close.__next__()python3_wsgilib_add_close_nextMarc Abramowitz2016-03-081-1/+1
| * Uncomment/cleanup paste.wsgilib.app_close.__next__Marc Abramowitz2016-03-071-2/+2
| * Merge default to python3_wsgilib_add_close_nextMarc Abramowitz2016-03-071-0/+4
| |\
| | * paste.wsgilib.add_close: Add __next__ methodMarc Abramowitz2016-03-071-0/+4
| | * Don't display invalid error message when socket in useMarc Abramowitz2015-05-111-2/+4
| | * Merged in aodag/paste-py3/fix-has_key (pull request #25)Marc Abramowitz2015-05-112-2/+2
| | |\
| | | * replace ``has_key`` method to ``in`` operator #9fix-has_keyaodag2015-05-022-2/+2
| | | * Fix Python 3 issue in paste/fixture.pyMarc Abramowitz2015-04-301-1/+1
| | | * Make utility function private: _get_headersBB-4Marc Abramowitz2015-04-301-4/+9
| | | * Make get_headers default to Python 3; fallback to Python 2Marc Abramowitz2015-04-301-4/+4