summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 3.5.03.5.0Chris Dent2020-10-122-1/+9
* Add testing support for Python 3.8Chris Dent2020-10-122-3/+3
* Wsgi.errors is text (#62)Dave Brondsema2020-10-127-13/+5
* Fix AuthBasicAuthenticator base64 decoding to work on py3 (#61)Dave Brondsema2020-10-121-1/+3
* release 3.4.63.4.6Chris Dent2020-09-252-1/+8
* Add an explicit dependency on setuptools for pkg_resources (#60)Michał Górny2020-09-251-1/+4
* release 3.4.53.4.5Chris Dent2020-09-242-1/+8
* Remove deprecated imports (#59)jhance2020-09-241-10/+1
* Release 3.4.43.4.4Chris Dent2020-09-092-1/+8
* New version of setuptools uses `html` module from standart library (#58)Tomáš Hrnčiar2020-09-091-1/+1
* release 3.4.33.4.3Chris Dent2020-07-222-1/+8
* Patching auth ticket to be python3 compatible (#56)TilmanSchaefer2020-07-221-7/+7
* release 3.4.23.4.2Chris Dent2020-07-142-1/+8
* Py3-compat middleware.py's make_table's item sort (#55)Amit Markel2020-07-141-2/+1
* release 3.4.13.4.1Chris Dent2020-06-042-1/+6
* Make next handling in wsgilib more py3-compatible (#53)jhance2020-06-031-4/+4
* update PEP333 link in README (#52)TinUnkai2020-03-161-1/+1
* release 3.4.03.4.0Chris Dent2020-02-122-1/+8
* add ipv6 support by setting address family (#50)Lekinho2020-02-122-2/+87
* release 3.3.03.3.0Chris Dent2020-01-282-1/+7
* add six to check for python 2 or 3 specific implementation (#48)Thomas Cross2020-01-281-2/+4
* Remove pytest-runner integration (#47)Colin Watson2020-01-272-3/+0
* relese 3.2.73.2.7Chris Dent2020-01-262-1/+6
* 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-262-20/+150
* Release 3.2.63.2.6Chris Dent2020-01-132-1/+7
* Make gzip middleware stop producing a spurious response body on HEAD requests...Jason Madden2020-01-133-4/+27
* release 3.2.53.2.5Chris Dent2020-01-091-1/+1
* python3 compatibility issues: list + keys concatenation, bool check (#42)Vitaly Haritonsky2020-01-091-1/+4
* release 3.2.43.2.4Chris Dent2020-01-052-1/+10
* Fix deprecation warnings (#41)Xtreak2020-01-052-7/+14
* release 3.2.33.2.3Chris Dent2019-11-252-1/+6
* socket write expect bytes instead of str (#38)blidce2019-11-251-1/+1
* release 3.2.23.2.2Chris Dent2019-10-142-1/+6
* Avoid some reference cycles through tracebacks. (#36)Benjamin Peterson2019-10-141-5/+3
* Release 3.2.1Chris Dent2019-10-142-1/+6
* LimitedLengthFile: Handle io.UnsupportedOperation from socket.tell(). (#35)Benjamin Peterson2019-09-092-3/+27
* Simplify parse_formvars. (#34)Benjamin Peterson2019-09-061-40/+29
* release 3.2.03.2.0Chris Dent2019-09-052-1/+11
* TestApp: Make unicode urls always work. (#33)Benjamin Peterson2019-09-042-0/+8
* Make LimitedLengthFile file return empty bytes rather than empty string when ...Benjamin Peterson2019-09-042-2/+10
* Avoid copying FieldStorage if possible. (#30)Benjamin Peterson2019-08-292-10/+15
* release 3.1.1Chris Dent2019-08-252-1/+6
* Modify TestApp.encode_multipart to handle bytes filenames and params. (#29)3.1.1Benjamin Peterson2019-08-253-16/+36
* release 3.1.03.1.0Chris Dent2019-07-242-1/+7
* Fix WSGIResponse.__call__ on Python 3. (#27)Benjamin Peterson2019-07-242-2/+19
* Get MutableMapping from collections.abc on Python 3. (#26)Benjamin Peterson2019-07-243-3/+3
* release 3.0.83.0.8Chris Dent2019-03-072-1/+6
* Fix quoting of bytestrings. (#23)Jelmer Vernooij2019-03-072-1/+6
* Release 3.0.73.0.7Chris Dent2019-02-282-1/+6