Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port url module to Python 3 | Victor Stinner | 2015-04-22 | 1 | -6/+11 |
* | Strip trailing spaces | Victor Stinner | 2015-04-21 | 1 | -8/+8 |
* | Python 3: use new names of standard library modules | Cyril Roelandt | 2014-03-18 | 1 | -6/+4 |
* | Added a setvars method, to complement setvar/var | ianb | 2006-07-11 | 1 | -0/+9 |
* | Handle non-strings (like ints) passed in | ianb | 2005-12-19 | 1 | -1/+1 |
* | Move things to using request module instead of wsgilib | ianb | 2005-12-14 | 1 | -3/+3 |
* | If there are nested dictionaries in a URL variable, use variable_encode to de... | ianb | 2005-11-17 | 1 | -8/+20 |
* | Fix module loadingtests/conftest.py | ianb | 2005-11-15 | 1 | -9/+127 |
* | Added license comment to all substantive files | ianb | 2005-08-31 | 1 | -0/+3 |
* | Avoid empty paths | ianb | 2005-07-25 | 1 | -1/+1 |
* | Oops, it's confirm() not prompt() | ianb | 2005-07-21 | 1 | -4/+4 |
* | Fixed some js_repr usage; added class for buttons | ianb | 2005-07-21 | 1 | -5/+59 |
* | Added new module for constructing URLs | ianb | 2005-07-21 | 1 | -0/+279 |