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
/
compat.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
FieldStorage.read_multi needs fixup until Python bug 27777 is closed
bugfix/cgi_FieldStorage
Bert JW Regeer
2016-11-18
1
-9
/
+7
*
Add workaround for Python bug 27777
Bert JW Regeer
2016-11-17
1
-52
/
+72
*
Include a patch from CPython's bug tracker to fix cgi.FieldStorage on 3.x
Donald Stufft
2015-04-04
1
-0
/
+63
*
fix compat.long on py2
Sergey Schetinin
2012-05-21
1
-0
/
+1
*
unused imports, long line
Chris McDonough
2012-01-26
1
-2
/
+0
*
fix https://github.com/Pylons/webob/issues/18 (non-ascii form POST, then pars...
Sergey Schetinin
2011-12-26
1
-1
/
+2
*
test coverage; transcode fixes; remove multidict_from_bodyfile
Sergey Schetinin
2011-09-25
1
-43
/
+0
*
Merge branch 'sergey-1.2-py2-only' into 1.2-merge
Sergey Schetinin
2011-09-25
1
-16
/
+16
|
\
*
|
remove exec_, change reraise to take single argument
Sergey Schetinin
2011-09-25
1
-26
/
+6
*
|
remove print_ from compat
Sergey Schetinin
2011-09-25
1
-48
/
+0
*
|
binary_type -> bytes
Sergey Schetinin
2011-09-25
1
-3
/
+1
*
|
remove text_to_wsgi
Sergey Schetinin
2011-09-25
1
-7
/
+0
*
|
use undeprecated escape
Chris McDonough
2011-09-24
1
-0
/
+4
*
|
fix url_unquote on py3 (should be real url -> bytes -> unquote -> latin-1 text)
Sergey Schetinin
2011-09-24
1
-1
/
+1
*
|
implement url_unquote as a wrapper around compat.unquote on py3
Sergey Schetinin
2011-09-24
1
-3
/
+5
*
|
work on test coverage
Sergey Schetinin
2011-09-24
1
-3
/
+1
*
|
typo
Sergey Schetinin
2011-09-23
1
-1
/
+1
*
|
fix tests on windows; improve GET parsing; simpler cookie escaping
Sergey Schetinin
2011-09-23
1
-31
/
+41
*
|
sort imports and more direct imports
Chris McDonough
2011-09-22
1
-2
/
+2
*
|
no need for two separate functions for upath_property
Chris McDonough
2011-09-21
1
-2
/
+2
*
|
md5 doesnt need a compat import
Chris McDonough
2011-09-21
1
-5
/
+0
*
|
do the import outside of the function
Chris McDonough
2011-09-21
1
-2
/
+2
*
|
bw compat: decode filename and fieldname when processing a FieldStorage item
Chris McDonough
2011-09-21
1
-1
/
+7
*
|
100% datetime_utils coverage
Chris McDonough
2011-09-21
1
-0
/
+11
*
|
trim compat down to only necessary components; more direct imports; 100% test...
Chris McDonough
2011-09-21
1
-30
/
+15
*
|
use direct imports, kill dead imports
Chris McDonough
2011-09-20
1
-7
/
+5
*
|
make all test_request tests pass under py 3.2
Chris McDonough
2011-09-20
1
-7
/
+7
*
|
atrocious straddling code
Chris McDonough
2011-09-20
1
-0
/
+4
*
|
b -> bytes_
Chris McDonough
2011-09-20
1
-17
/
+18
*
|
try to make cookies work on both python 2 and python 3
Chris McDonough
2011-09-17
1
-32
/
+21
*
|
use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict;...
Chris McDonough
2011-09-16
1
-0
/
+70
*
|
made all response tests pass except cookie-related ones
Chris McDonough
2011-09-16
1
-1
/
+21
*
|
work on items/keys/values, better conversions, syntax errors
Chris McDonough
2011-09-15
1
-0
/
+13
*
|
work towards creating and using 'compat' module and removing syntax errors wh...
Chris McDonough
2011-09-15
1
-0
/
+145
|
/
*
* merge headersdict and datastruct modules into new module webob.headers
Sergey Schetinin
2010-08-11
1
-23
/
+0
*
compatibility module (forgot to commit?)
Ian Bicking
2008-05-29
1
-0
/
+23