summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | Fix best_match() and desired_matches() on py3Victor Stinner2015-04-211-2/+2
| * | | Convert files from file format DOS to UNIXVictor Stinner2015-04-214-2835/+2835
| * | | Strip trailing spacesVictor Stinner2015-04-2152-225/+225
| |/ /
* | | Fix bad reference to iterator variableMatthew Robben2015-01-161-1/+1
|/ /
* | Python 3: fix more submodulesVictor Stinner2014-03-1917-56/+55
* | Python 3: fix paste.httpserverVictor Stinner2014-03-191-25/+27
* | update more urlsVictor Stinner2014-03-181-2/+2
* | Update WebOb and PEP 333 URLsVictor Stinner2014-03-181-7/+7
* | Update URL of external projectsVictor Stinner2014-03-182-8/+9
* | Fix typo in the URL of the issue trackerVictor Stinner2014-03-181-1/+1
* | Update news.txtVictor Stinner2014-03-181-0/+6
* | setup.py: paste now supports Python 3 ;-)Victor Stinner2014-03-181-0/+1
* | URLMap: add missing abstract __len__ and __iter__ methodsVictor Stinner2014-03-181-0/+7
* | Copy the dictionary of global variables to be able to iterate over it andVictor Stinner2014-03-182-3/+4
* | Python 3: convert dict.keys() result to list to get the first itemCyril Roelandt2014-03-181-2/+2
* | Python 3: load xrange from six.movesCyril Roelandt2014-03-181-1/+2
* | Python 3: Add six dependency in setup.pyCyril Roelandt2014-03-181-0/+1
* | Python 3: Replace types.ClassType with six.class_typesCyril Roelandt2014-03-181-2/+2
* | Python 3: Replace <> operator with != operatorCyril Roelandt2014-03-182-4/+4
* | Python 3: Replace string functions with str methodsCyril Roelandt2014-03-181-13/+13