summaryrefslogtreecommitdiff
path: root/webob/compat.py
Commit message (Expand)AuthorAgeFilesLines
* FieldStorage.read_multi needs fixup until Python bug 27777 is closedbugfix/cgi_FieldStorageBert JW Regeer2016-11-181-9/+7
* Add workaround for Python bug 27777Bert JW Regeer2016-11-171-52/+72
* Include a patch from CPython's bug tracker to fix cgi.FieldStorage on 3.xDonald Stufft2015-04-041-0/+63
* fix compat.long on py2Sergey Schetinin2012-05-211-0/+1
* unused imports, long lineChris McDonough2012-01-261-2/+0
* fix https://github.com/Pylons/webob/issues/18 (non-ascii form POST, then pars...Sergey Schetinin2011-12-261-1/+2
* test coverage; transcode fixes; remove multidict_from_bodyfileSergey Schetinin2011-09-251-43/+0
* Merge branch 'sergey-1.2-py2-only' into 1.2-mergeSergey Schetinin2011-09-251-16/+16
|\
* | remove exec_, change reraise to take single argumentSergey Schetinin2011-09-251-26/+6
* | remove print_ from compatSergey Schetinin2011-09-251-48/+0
* | binary_type -> bytesSergey Schetinin2011-09-251-3/+1
* | remove text_to_wsgiSergey Schetinin2011-09-251-7/+0
* | use undeprecated escapeChris McDonough2011-09-241-0/+4
* | fix url_unquote on py3 (should be real url -> bytes -> unquote -> latin-1 text)Sergey Schetinin2011-09-241-1/+1
* | implement url_unquote as a wrapper around compat.unquote on py3Sergey Schetinin2011-09-241-3/+5
* | work on test coverageSergey Schetinin2011-09-241-3/+1
* | typoSergey Schetinin2011-09-231-1/+1
* | fix tests on windows; improve GET parsing; simpler cookie escapingSergey Schetinin2011-09-231-31/+41
* | sort imports and more direct importsChris McDonough2011-09-221-2/+2
* | no need for two separate functions for upath_propertyChris McDonough2011-09-211-2/+2
* | md5 doesnt need a compat importChris McDonough2011-09-211-5/+0
* | do the import outside of the functionChris McDonough2011-09-211-2/+2
* | bw compat: decode filename and fieldname when processing a FieldStorage itemChris McDonough2011-09-211-1/+7
* | 100% datetime_utils coverageChris McDonough2011-09-211-0/+11
* | trim compat down to only necessary components; more direct imports; 100% test...Chris McDonough2011-09-211-30/+15
* | use direct imports, kill dead importsChris McDonough2011-09-201-7/+5
* | make all test_request tests pass under py 3.2Chris McDonough2011-09-201-7/+7
* | atrocious straddling codeChris McDonough2011-09-201-0/+4
* | b -> bytes_Chris McDonough2011-09-201-17/+18
* | try to make cookies work on both python 2 and python 3Chris McDonough2011-09-171-32/+21
* | use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict;...Chris McDonough2011-09-161-0/+70
* | made all response tests pass except cookie-related onesChris McDonough2011-09-161-1/+21
* | work on items/keys/values, better conversions, syntax errorsChris McDonough2011-09-151-0/+13
* | work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-0/+145
|/
* * merge headersdict and datastruct modules into new module webob.headersSergey Schetinin2010-08-111-23/+0
* compatibility module (forgot to commit?)Ian Bicking2008-05-291-0/+23