summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
2.0.3Close branch 2.0.3Marc Abramowitz9 years
BB-4Make utility function private: _get_headersMarc Abramowitz10 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 Abramowitz10 years
eliminate_cgi_parse_qsl_2Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_sqlMarc Abramowitz10 years
fix-has_keyreplace ``has_key`` method to ``in`` operator #9aodag10 years
gzip_work_with_generatorMake gzip work with app that is generatorMarc Abramowitz9 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?ok7 years
py3kPython 3: use compatible print syntax in example textNils Philippsen10 years
pytestSwitch from nose to pytestMarc Abramowitz9 years
python3_wsgilib_add_close_nextMake add_close.next() leverage add_close.__next__()Marc Abramowitz9 years
require_sixsetup.py: Require sixMarc Abramowitz10 years
stringioImport StringIO so it can be used.matt12 years
test_wsgirequest_charset_use_UTF-8_instead_of_iso-8859-1test_wsgirequest_charset: Use UTF-8 instead of iso-8859-1Marc Abramowitz10 years
tox_add_py35tox.ini: Add py35 to envlistMarc Abramowitz9 years
tox_add_pypyEnable testing with pypyMarc Abramowitz9 years
tox_coveragetox.ini: Measure test coverageMarc Abramowitz9 years