summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix test broken by the mergetests.pycon2011-runupSergey Schetinin2011-02-202-27/+27
* mergeSergey Schetinin2011-02-2020-199/+797
|\
| * Merging + deleting some lines that are unreachable (https://bitbucket.org/mar...Mariano Mara2011-02-193-4/+45
| |\
| | * Pulling mkl changesets 5531a94aa9dc and 1230a14a499dMariano Mara2011-02-1713-28/+677
| | |\
| | | * Merging latest changes from official repoMariano Mara2011-02-1513-28/+677
| | | |\
| * | | | replace some verbose testing code with assert_raises, remove some ok_(...)Sergey Schetinin2011-02-182-39/+24
| * | | | merge more html escaping tests from doctests to unittestsSergey Schetinin2011-02-182-57/+30
| * | | | fix uses of ok_(x==y) to use eq_(x, y)Sergey Schetinin2011-02-182-25/+12
| * | | | more cookie testsSergey Schetinin2011-02-182-35/+22
| * | | | edit cookie testsSergey Schetinin2011-02-183-10/+19
| * | | | explain the handling of $key=xx in cookiesSergey Schetinin2011-02-182-8/+7
| * | | | fix some testsSergey Schetinin2011-02-183-20/+24
| * | | | convert multidict doctest into nose-based unittestSergey Schetinin2011-02-183-108/+80
| * | | | mergeSergey Schetinin2011-02-1816-71/+712
| |\ \ \ \
| | * | | | convert html_escape doctest into nose-based unittestSergey Schetinin2011-02-183-37/+36
| | | |_|/ | | |/| |
| | * | | webob.request.add_environ_POST coveredMariano Mara2011-02-091-2/+19
| | * | | Pulling webob official repo new code plus adding coverage for new method seri...Mariano Mara2011-02-094-15/+25
| | |\ \ \
| | * | | | Added coverage for BaseRequest.blank and environ_from_urlMariano Mara2011-02-091-1/+48
| | * | | | Merging updates from offical trunk + deleting a no longer valid test due to t...Mariano Mara2011-02-065-99/+166
| | |\ \ \ \
| | * | | | | Two extra checks for from_file: 1 missing check aheadMariano Mara2011-01-291-1/+8
| | * | | | | Continue working with from_file method, still work in progressMariano Mara2011-01-281-5/+18
| | * | | | | merge from upstreamDanny Navarro2011-01-275-23/+30
| | |\ \ \ \ \
| | * | | | | | Added repr test and first test for from_file method (still some parts missing)Mariano Mara2011-01-271-0/+14
| | * | | | | | Now we really have 100% coverage for copy_bodyMariano Mara2011-01-271-5/+9
| | * | | | | | added tests for BaseRequest.copy_body and BaseRequest.make_body_seekableMariano Mara2011-01-261-1/+26
| | * | | | | | MergingMariano Mara2011-01-252-1/+5
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merging with latest modifications from Danny NavarroMariano Mara2011-01-212-18/+26
| | | |\ \ \ \ \ \
| | | * | | | | | | Ignoring modifications related to bug#2 (https://bitbucket.org/marplatense/we...Mariano Mara2011-01-212-1/+5
| | * | | | | | | | test setting headerlist with list like object and object with itemsDanny Navarro2011-01-231-0/+11
| | * | | | | | | | test set status with unicode string and non str typeDanny Navarro2011-01-231-0/+6
| | * | | | | | | | delete conflicting line from upstream, undefined variableDanny Navarro2011-01-231-1/+0
| | * | | | | | | | merge from upstreamDanny Navarro2011-01-2312-26/+552
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | added test for bad headerDanny Navarro2011-01-201-0/+4
| | | * | | | | | | Removed unnecessary code to deal with leading spaces in headers whenDanny Navarro2011-01-202-5/+7
| | | * | | | | | | resp -> resDanny Navarro2011-01-201-5/+5
| | | * | | | | | | avoid clash with builtin searching for "input" in repos...Danny Navarro2011-01-201-2/+2
| | | * | | | | | | better rearrangementDanny Navarro2011-01-201-7/+7
| | | * | | | | | | consistent styleDanny Navarro2011-01-201-5/+4
| | | * | | | | | | test instantiation of Response with wrong keyDanny Navarro2011-01-191-0/+1
| | | * | | | | | | test unicode body with no charsetDanny Navarro2011-01-191-0/+2
| | | |/ / / / / /
| | | * | | | | | gardenDanny Navarro2011-01-171-6/+5
| | | * | | | | | arrange importsDanny Navarro2011-01-171-2/+4
| | | * | | | | | test response instantiation when content type in header listDanny Navarro2011-01-171-0/+15
| | | * | | | | | get rid of import *Danny Navarro2011-01-171-2/+1
| | | * | | | | | Merging webob latests changesMariano Mara2011-01-173-16/+24
| | | |\ \ \ \ \ \
| | | * | | | | | | Merging webob official changesMariano Mara2011-01-171-3/+8
| | | * | | | | | | test instantiation of response when request doesn't have environDanny Navarro2011-01-151-0/+3
| | | * | | | | | | gardenDanny Navarro2011-01-151-2/+2
| | | * | | | | | | test raising when body and app_iter is used with ResponseDanny Navarro2011-01-151-2/+2
| | | * | | | | | | stringIO for python2.7Danny Navarro2011-01-151-2/+5