summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
2.0.3Close branch 2.0.3Marc Abramowitz10 years
BB-4Make utility function private: _get_headersMarc Abramowitz11 years
double_slash_at_start_of_path_fixFixed parsing of URL paths starting with multiple slashes.Richard Mitchell13 years
eliminate_cgi_parse_qslReplace cgi.parse_qsl w/ six.moves.urllib.parse.parse_sqlMarc Abramowitz11 years
eliminate_cgi_parse_qsl_2Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_sqlMarc Abramowitz11 years
fix-has_keyreplace ``has_key`` method to ``in`` operator #9aodag11 years
gzip_work_with_generatorMake gzip work with app that is generatorMarc Abramowitz10 years
mainline-refactorChanged front page, with different entry points and documentationianb20 years
masterfix typoChris Dent7 years
py37Run tox with Python 3.6 and 3.7Miro Hron?ok8 years
py3kPython 3: use compatible print syntax in example textNils Philippsen10 years
pytestSwitch from nose to pytestMarc Abramowitz10 years
python3_wsgilib_add_close_nextMake add_close.next() leverage add_close.__next__()Marc Abramowitz10 years
require_sixsetup.py: Require sixMarc Abramowitz11 years
stringioImport StringIO so it can be used.matt13 years
test_wsgirequest_charset_use_UTF-8_instead_of_iso-8859-1test_wsgirequest_charset: Use UTF-8 instead of iso-8859-1Marc Abramowitz11 years
tox_add_py35tox.ini: Add py35 to envlistMarc Abramowitz10 years
tox_add_pypyEnable testing with pypyMarc Abramowitz10 years
tox_coveragetox.ini: Measure test coverageMarc Abramowitz10 years