summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test Python 3.12 (#78)HEADmasterHugo van Kemenade2023-05-012-1/+3
* Release 3.5.33.5.3Chris Dent2023-04-302-1/+7
* Augment use of imp with importlib.util (#76)Chris Dent2023-04-301-10/+25
* Add github actions tests (#77)Chris Dent2023-04-305-32/+52
* Add project URLs to PyPI listing (#71)Tomo2022-08-241-0/+5
* release 3.5.23.5.2Chris Dent2022-08-182-1/+8
* Fix py3 compatibility in paste.wsgilib.catch_errors (#70)Colin Watson2022-08-181-1/+1
* Release 3.5.13.5.1Chris Dent2022-06-223-2/+10
* Replace deprecated threading aliases (#69)Hugo van Kemenade2022-06-223-19/+19
* 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