index
:
delta/python-packages/webob.git
1.1-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
bugfix/Response_app_iter
bugfix/cgi_FieldStorage
bugfix/exc_json_response
bugfix/exc_performance
bugfix/modify_post
bugfix/nonbytes-samesite
bugfix/set_cookie_datetime
cleanup/remove_fakecgibody
cleanup/testing
docs/cleanup
feature.cookie-bug-for-bug
feature.decoding
feature.make-cookie
feature.pathinfogeddon
feature.pylons10compat
feature/Accept.best_client_match
feature/default_body_encoding
fix-linkcheck
fix.136
fix.cookie_handling
fix.wsgify-middleware-docs
fix/bodies_on_everything
fix/charset_handling
fixup/PATH_SAFE
ianb-decorator-experiment
immutable-cache-control
main
master
ng
perf/response
pr/203
sergey-1.2-py2-only
stevepiercy-patch-1
tests.pycon2011
tests.pycon2011-runup
webob-ng
github.com: Pylons/webob.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
webob
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge from head
tests.pycon2011
Chris McDonough
2011-03-20
9
-151
/
+322
|
\
|
*
pep 8; 79 chars
Chris McDonough
2011-03-19
1
-7
/
+14
|
*
pep8, 79 chars
Chris McDonough
2011-03-19
1
-9
/
+16
|
*
remove voodoo __getattr__ guard and remove fixmes from __setattr__ and __dela...
Chris McDonough
2011-03-18
1
-8
/
+0
|
*
reduce dependencies to sane set; dont bother trying to test paste monkeypatching
Chris McDonough
2011-03-17
1
-1
/
+1
|
*
Automated merge with ssh://bitbucket.org/chrism/webob-py3k
Reed O'Brien
2011-03-17
1
-15
/
+15
|
|
\
|
|
*
whitespace facism
Reed O'Brien
2011-03-17
1
-15
/
+15
|
*
|
79 char line limit
Chris McDonough
2011-03-17
1
-36
/
+72
|
|
/
|
*
98% overage for webob.exc:
Tres Seaver
2011-03-16
1
-1
/
+1
|
*
Coverage for webob.datetime_utils.
Tres Seaver
2011-03-16
1
-2
/
+8
|
*
dont break on python 2.4
Chris McDonough
2011-03-16
1
-1
/
+3
|
*
cover BaseRequest.str_GET plus a (formerly) missing FakeCGIBody/FieldStorage ...
Kai Groner
2011-03-15
1
-1
/
+1
|
*
Added two tests for exc, one doesn't work yet
Patricio Paez
2011-03-15
1
-1
/
+1
|
*
exiting merge hell hopefully
Whit Morriss
2011-03-15
1
-10
/
+34
|
*
since 'args' is itself a tuple, it will blow up as a %r substitution unless
Rob Miller
2011-03-14
1
-1
/
+1
|
*
add coverage for edge cases previously covered by doctests for body get and set
Chris McDonough
2011-03-14
1
-1
/
+1
|
*
Fix exposing object pointers in docstring output.
Tres Seaver
2011-03-14
1
-2
/
+3
|
*
Remove dead code.
Tres Seaver
2011-03-14
1
-4
/
+1
|
*
Wrap long lines.
Tres Seaver
2011-03-14
1
-45
/
+92
|
*
merge
Casey Duncan
2011-03-14
1
-10
/
+37
|
|
\
|
|
*
Import cleanups.
Tres Seaver
2011-03-14
1
-10
/
+37
|
*
|
Ignore coverage for conditional imports
Casey Duncan
2011-03-14
1
-2
/
+2
|
|
/
|
*
whitespace
Rob Miller
2011-03-14
1
-4
/
+4
|
*
Automated merge with ssh://bitbucket.org/chrism/webob-py3k
Reed O'Brien
2011-03-14
1
-7
/
+32
|
|
\
|
|
*
one import per line, remove unused imports
Chris McDonough
2011-03-14
1
-7
/
+32
|
*
|
remove unused import
Reed O'Brien
2011-03-14
1
-1
/
+1
|
*
|
Add encoding statement to file
Reed O'Brien
2011-03-14
1
-0
/
+2
|
|
/
|
*
some Request() coverage
Daniel Holth
2011-03-13
1
-2
/
+2
|
*
remove unused imports
Alexandre Conrad
2011-03-13
1
-2
/
+2
|
*
pep8
Alexandre Conrad
2011-03-13
1
-2
/
+2
*
|
restore python 2.4 compatibility
Sergey Schetinin
2011-03-14
1
-2
/
+4
|
/
*
update docstrings
Sergey Schetinin
2011-03-12
1
-2
/
+7
*
* add Request.from_string
Sergey Schetinin
2011-03-12
1
-8
/
+14
*
- correct Request.as_string to use CRLF
Jon Nelson
2011-03-12
1
-7
/
+20
*
* revert body_file semantics to 1.0.1 and earlier
Sergey Schetinin
2011-03-10
1
-6
/
+16
*
revert the change that was making accesses to body_file seek the stream. side...
Sergey Schetinin
2011-03-10
1
-4
/
+4
*
* avoid making body seekable when accessing req.POST (the input stream is pre...
Sergey Schetinin
2011-03-10
1
-2
/
+6
*
make sure Request.get_response(app) seeks input body to start, if possible
Sergey Schetinin
2011-03-10
1
-0
/
+2
*
Make sure that req.url and related properties do not unnecessarily escape ":"...
Daniel Nouri
2011-03-07
1
-3
/
+7
*
the cgi bug from r563 (474607292508) was in fact a Chrome and _encode_multipa...
Sergey Schetinin
2011-02-22
2
-12
/
+5
*
fix cgi.FieldStorage 'multipart/form-data' parsing (the field names are not u...
Sergey Schetinin
2011-02-21
1
-3
/
+10
*
refactor req.str_POST a bit
Sergey Schetinin
2011-02-20
1
-13
/
+5
*
document the fact that req.body_file seeks the input stream
Sergey Schetinin
2011-02-20
1
-3
/
+3
*
* refactor from_file implementations a bit
Sergey Schetinin
2011-02-20
2
-43
/
+29
*
add warning when client code uses MultiDict.update() and seemingly expects .e...
Sergey Schetinin
2011-02-20
1
-6
/
+15
*
Add a lot of tests.
Sergey Schetinin
2011-02-20
4
-25
/
+11
*
fix setting request body to FakeCGIBody to work with the updated body_file lo...
Sergey Schetinin
2011-02-19
1
-8
/
+4
*
refactor req.copy_get()
Sergey Schetinin
2011-02-19
1
-6
/
+1
*
* instead of detecting if env['wsgi.input'].seek works, assume it does not un...
Sergey Schetinin
2011-02-19
1
-43
/
+37
*
only issue a env['wsgi.input'].read(-1) when CONTENT_LENGTH is missing or ''
Sergey Schetinin
2011-02-17
1
-1
/
+1
[next]