summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * Get parse_querystring() function directly from the paste.request module,Victor Stinner2015-04-222-3/+3
| | | | | | * Fix paste.debug.fsdiff.Snapshot._ignore_file()Victor Stinner2015-04-221-7/+0
| | | | | | * setup.py: add python3 setup.py bdist_wheel uploadVictor Stinner2015-04-221-1/+2
| | | | | | * Added tag 2.0 for changeset c345eab09517Victor Stinner2015-04-220-0/+0
| | | | | | * Fix tag_build for the release 2.02.0Victor Stinner2015-04-222-1/+2
| | | | | | * Added tag 2.0 for changeset 158b2a06c8c1Victor Stinner2015-04-220-0/+0
| | | | | | * Prepare release 2.0Victor Stinner2015-04-222-15/+15
| | | | | | * Add tox.ini to run tests with tox on Python 2.6, 2.7 and 3.4Victor Stinner2015-04-215-1/+27
| | | | | | * Prepare release 1.7.6Victor Stinner2015-04-211-1/+7
| | | | | | * Fix test_exceptions on Python 3Victor Stinner2015-04-223-14/+15
| | | | | | * Fix fixture on Python 3Victor Stinner2015-04-221-23/+49
| | | | | | * Port paste.debug.debugapp to Python 3Victor Stinner2015-04-221-1/+1
| | | | | | * Remove UserDict24Victor Stinner2015-04-222-173/+2
| | | | | | * Remove subprocess24Victor Stinner2015-04-223-1160/+2
| | | | | | * Remove string24Victor Stinner2015-04-221-531/+0
| | | | | | * Fix some Python 3 issues in util.templateVictor Stinner2015-04-221-4/+4
| | | | | | * Port url module to Python 3Victor Stinner2015-04-221-6/+11
| | | | | | * Port util.dateinterval to Python 3Victor Stinner2015-04-221-1/+1
| | | | | | * Port looper_iter to Python 3Victor Stinner2015-04-221-1/+2
| | | | | | * Remove doctest24Victor Stinner2015-04-222-2666/+1
| | | | | | * Update test_fileapp according to changeset b3f56e5b43e8Victor Stinner2015-04-211-2/+2
| | | | | | * Fix fileapp on Python 3Victor Stinner2015-04-222-26/+37
| | | | | | * Fix grantip on Python 3Victor Stinner2015-04-222-9/+12
| | | | | | * Fix test_config on Python 3Victor Stinner2015-04-221-26/+48
| | | | | | * Port test_errordocument on Python 3Victor Stinner2015-04-222-9/+16
| | | | | | * Port util.ipv4 to Python 3Victor Stinner2015-04-221-5/+6
| | | | | | * Port intset to Python 3Victor Stinner2015-04-221-16/+20
| | | | | | * Fix cgitb_catcher on Python 3Victor Stinner2015-04-222-2/+9
| | | | | | * Port gzipper to Python 3Victor Stinner2015-04-222-8/+7
| | | | | | * Port errormiddleware to Python 3Victor Stinner2015-04-211-2/+10
| | | | | | * Fix html_unquote() on Python 3Victor Stinner2015-04-211-5/+11
| | | | | | * Fix httpheaders on Python 3Victor Stinner2015-04-211-13/+25
| | | | | | * Revert changeset 9f19797dffaa to fix test_registryVictor Stinner2015-04-211-11/+4
| | | | | | * Fix evalexception middleware on Python 3Victor Stinner2015-04-211-1/+6
| | | | | | * Fix test_cgiapp on Python 3Victor Stinner2015-04-215-20/+19
| | | | | | * Port cgiapp to Python 3Victor Stinner2015-04-211-14/+17
| | | | | | * Port wsgilib to Python 3Victor Stinner2015-04-211-10/+14
| | | | | | * Port paste.lint to Python 3Victor Stinner2015-04-211-6/+6
| | | | | | * Port multidict to Python 3Victor Stinner2015-04-212-49/+76
| | | | | | * Port recursive to Python 3Victor Stinner2015-04-212-6/+6
| | | | | | * Fix test_registry on Python 3Victor Stinner2015-04-211-9/+27
| | | | | | * Fix test_request_form on Python 3Victor Stinner2015-04-211-3/+3
| | | | | | * Port datetimeutil to Python 3Victor Stinner2015-04-211-9/+8
| | | | | | * Fix WSGIResponse on Python 3Victor Stinner2015-04-212-11/+13
| | | | | | * Fix request, session and urlmap tests on Python 3Victor Stinner2015-04-213-13/+25
| | | | | | * Port paste.auth to Python 3Victor Stinner2015-04-214-14/+46
| | | | | | * Fix urlparser tests on Python 3Victor Stinner2015-04-218-19/+30
| | | | | | * Fix HTTPException.make_body() on Python 3Victor Stinner2015-04-211-3/+4
| | | | | | * Fix paste.request on Python 3Victor Stinner2015-04-211-2/+5
| | | | | | * Port session to Python 3Victor Stinner2015-04-211-1/+4