index
:
delta/python-packages/paste.git
2.0.3
BB-4
double_slash_at_start_of_path_fix
eliminate_cgi_parse_qsl
eliminate_cgi_parse_qsl_2
fix-has_key
gzip_work_with_generator
mainline-refactor
master
py37
py3k
pytest
python3_wsgilib_add_close_next
require_six
stringio
test_wsgirequest_charset_use_UTF-8_instead_of_iso-8859-1
tox_add_py35
tox_add_pypy
tox_coverage
bitbucket.org: Obsolete (use python-packages/paste-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paste
/
request.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixing parse_formvars to permit missing QUERY_STRING, which
cce
2006-09-03
1
-1
/
+1
*
Updated form var caching so that the REQUEST_METHOD is not part of the cache ...
bbangert
2006-08-21
1
-1
/
+1
*
renamed the multidict class to MultiDict
pjenvey
2006-07-25
1
-6
/
+6
*
o request.parse_formvars changes:
pjenvey
2006-07-24
1
-41
/
+22
*
Keep wsgi.input from being eaten when the cgi module is looking for POST vari...
ianb
2006-07-20
1
-1
/
+15
*
Changed usage of MultiDict to util.multidict
ianb
2006-07-19
1
-30
/
+3
*
made MultiDict iterable
pjenvey
2006-06-20
1
-2
/
+2
*
Added copyright header to a bunch of files
ianb
2006-06-13
1
-0
/
+2
*
fix for non-form POSTs, putting all the variables in __body__
ianb
2006-05-07
1
-15
/
+24
*
Moved WSGIRequest from request -> wsgiwrappers. Created WSGIResponse object i...
bbangert
2006-03-19
1
-126
/
+1
*
Fixed bug with WSGIRequest params
bbangert
2006-03-19
1
-2
/
+2
*
Added a get_cookie_headers function; added a dictionary-like object that dyna...
ianb
2006-03-13
1
-34
/
+84
*
Fixed WSGIRequest not parsing right, updating unit tests for WSGIRequest
bbangert
2006-03-13
1
-18
/
+10
*
Fixed headers property
bbangert
2006-03-09
1
-4
/
+3
*
Added body, headers prototype
bbangert
2006-03-09
1
-3
/
+9
*
Added cookies and urlvars to WSGIRequest
bbangert
2006-03-09
1
-5
/
+10
*
Updated to be a bit more simple since only retrieving was needed
bbangert
2006-03-09
1
-82
/
+65
*
- removing trailing spaces
cce
2006-03-09
1
-47
/
+51
*
Using textwrap to remove indentation from doc strings for properties
bbangert
2006-03-09
1
-26
/
+31
*
Fixed properties for WSGIRequest, added multidict. Caution, still needs to be...
bbangert
2006-03-09
1
-24
/
+44
*
Should now be handling form/get args properly
bbangert
2006-03-09
1
-13
/
+31
*
Fixed improper name of WSGIRequest object
bbangert
2006-03-08
1
-2
/
+2
*
Fixed doc style to conform to PEP8/257. Added WSGIRequest object, added parse...
bbangert
2006-03-08
1
-6
/
+181
*
Added a method to resolve a relative URI in the context of a WSGI request (ur...
ianb
2006-01-27
1
-1
/
+15
*
Added a request.parse_headers() function for incoming requests environment ma...
ianb
2006-01-22
1
-0
/
+19
*
A bunch of little import cleanups noted from pyflakes
ianb
2005-12-18
1
-1
/
+1
*
Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...
ianb
2005-12-13
1
-0
/
+214