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