| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | more test coverage | Sergey Schetinin | 2011-09-24 | 1 | -2/+0 |
| * | | mirror some deprecation changes from sergey-1.2-py2-only branch | Sergey Schetinin | 2011-09-24 | 1 | -2/+9 |
| * | | make cookies module all-bytes internally | Sergey Schetinin | 2011-09-24 | 1 | -1/+1 |
| * | | fix tests on windows; improve GET parsing; simpler cookie escaping | Sergey Schetinin | 2011-09-23 | 1 | -5/+3 |
| * | | deprecate as_string and from_string | Chris McDonough | 2011-09-22 | 1 | -2/+15 |
| * | | use paren-imports | Chris McDonough | 2011-09-22 | 1 | -43/+62 |
| * | | in-the-wild code (webtest) depends on being able to call get_response with ca... | Chris McDonough | 2011-09-22 | 1 | -6/+9 |
| * | | improve from_file tests and implementation | Chris McDonough | 2011-09-22 | 1 | -24/+21 |
| * | | repair docstrings | Chris McDonough | 2011-09-22 | 1 | -2/+7 |
| * | | sort imports and more direct imports | Chris McDonough | 2011-09-22 | 1 | -11/+11 |
| * | | use direct imports, kill dead imports | Chris McDonough | 2011-09-20 | 1 | -9/+8 |
| * | | make all test_request tests pass under py 3.2 | Chris McDonough | 2011-09-20 | 1 | -4/+7 |
| * | | b -> bytes_ | Chris McDonough | 2011-09-20 | 1 | -53/+71 |
| * | | fix the FakeCGIBody / _encode_multipart that lost some of the code during rew... | Sergey Schetinin | 2011-09-19 | 1 | -6/+16 |
| * | | fix unresolved conflicts | Sergey Schetinin | 2011-09-19 | 1 | -1/+3 |
| * | | Merge commit 'bce343c65d61d2b0ff67b86fa7cee0f59f3bd288' into chrism-py3-alt-m... | Sergey Schetinin | 2011-09-19 | 1 | -94/+40 |
| |\ \
| |/ |
|
| | * | reimplement FakeCGIBody as an io.RawIOBase subclass | Sergey Schetinin | 2011-09-18 | 1 | -58/+21 |
| | * | reimplement LimitedLengthFile as an io.RawIOBase subclass; improve test resul... | Sergey Schetinin | 2011-09-18 | 1 | -36/+21 |
| * | | Merge commit '250a1f802668378c69a751194aba19899b456f25' into chrism-py3-alt-m... | Sergey Schetinin | 2011-09-19 | 1 | -14/+11 |
| |\ \
| |/ |
|
| | * | StringIO -> BytesIO | Sergey Schetinin | 2011-09-18 | 1 | -14/+11 |
| * | | Merge branch '1.1-branch' into chrism-py3-alt-merge2 | Sergey Schetinin | 2011-09-19 | 1 | -6/+7 |
| |\ \
| |/ |
|
| | * | do not set resp.request in req.get_response(app), warn when passing request t... | Sergey Schetinin | 2011-09-17 | 1 | -2/+4 |
| | * | do seeks on raw body_file | Sergey Schetinin | 2011-09-17 | 1 | -3/+2 |
| | * | fix LimitedLengthFile.readline incorrectly detecting disconnect when hinted | Sergey Schetinin | 2011-09-17 | 1 | -1/+1 |
| * | | try to make cookies work on both python 2 and python 3 | Chris McDonough | 2011-09-17 | 1 | -2/+1 |
| * | | use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict;... | Chris McDonough | 2011-09-16 | 1 | -48/+74 |
| * | | work on items/keys/values, better conversions, syntax errors | Chris McDonough | 2011-09-15 | 1 | -5/+6 |
| * | | work towards creating and using 'compat' module and removing syntax errors wh... | Chris McDonough | 2011-09-15 | 1 | -15/+19 |
| * | | do the least amount of work possible to get rid of str_-prefixed methods; alw... | Chris McDonough | 2011-09-15 | 1 | -140/+86 |
| |/ |
|
| * | refactor _encode_multipart to use stringio instead of list of strings | Sergey Schetinin | 2011-09-07 | 1 | -15/+18 |
| * | * add AcceptCharset and AcceptLanguage subclasses instead of branching in Acc... | Sergey Schetinin | 2011-09-07 | 1 | -3/+3 |
| * | bring back to 100% test coverage | Sergey Schetinin | 2011-08-18 | 1 | -2/+1 |
| * | mark statements lacking coverage | Sergey Schetinin | 2011-08-07 | 1 | -1/+2 |
| * | fix disconnection detection for more cases in .readline(); improve test coverage | Sergey Schetinin | 2011-08-07 | 1 | -10/+1 |
| * | When the client disconnects while sending request body, most servers just start | Sergey Schetinin | 2011-08-07 | 1 | -14/+99 |
| * | make req.copy_body() not trust content-length as much + tests | Sergey Schetinin | 2011-08-04 | 1 | -2/+6 |
| * | syntax typos | Sergey Schetinin | 2011-07-31 | 1 | -2/+3 |
| * | change req.decode_param_maes default to True, warn about future deprecation | Sergey Schetinin | 2011-07-31 | 1 | -1/+11 |
| * | edit depreaction message | Sergey Schetinin | 2011-07-30 | 1 | -1/+2 |
| * | mark req.str_* for deprecation in 1.2 | Sergey Schetinin | 2011-07-30 | 1 | -5/+29 |
| * | fix tests (sort POST dict in _encode_multipart) | Sergey Schetinin | 2011-07-30 | 1 | -0/+1 |
| * | make _encode_multiparts generate boundary if necessary | Sergey Schetinin | 2011-07-30 | 1 | -14/+24 |
| * | Merged in riffm/webob (pull request #3) | Sergey Schetinin | 2011-07-30 | 1 | -45/+25 |
| |\ |
|
| | * | * make sure that for methods like GET and DELETE, which usually don't have a ... | Sergey Schetinin | 2011-07-30 | 1 | -3/+3 |
| | * | Remove restrictions on request methods that are allowed to have a body. | Ian Bicking | 2011-07-28 | 1 | -8/+5 |
| | * | default for req.method is 'GET' now (mostly for tests, REQUEST_METHOD should ... | Sergey Schetinin | 2011-07-09 | 1 | -1/+1 |
| | * | * add warn_deprecation(...) mechanism that centralizes the deprecation warnin... | Sergey Schetinin | 2011-07-08 | 1 | -18/+10 |
| | * | fix docs, adjust tests for docstrings | Sergey Schetinin | 2011-07-07 | 1 | -6/+6 |
| | * | rename FIXME -> TODO, remove some, update some | Sergey Schetinin | 2011-06-30 | 1 | -2/+1 |
| | * | remove FakeCGIBody.seek hack (no longer necessary) | Sergey Schetinin | 2011-06-30 | 1 | -10/+2 |