summaryrefslogtreecommitdiff
path: root/webtest/compat.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining references to ordereddict packageCorey Wright2017-02-011-5/+0
* Small fix to `TestApp.set_cookie`Theron Luhn2014-07-281-2/+2
* Fix a minor misunderstanding.Theron Luhn2014-06-041-2/+11
* Tidied up set_cookie.Theron Luhn2014-06-041-0/+69
* add some pragma no cover for the compat moduleGael Pasgrimaud2013-02-221-3/+3
* merge conflictsGael Pasgrimaud2013-02-211-20/+7
|\
| * Import directly from six when possible instead of compat.py so we can clean i...Christophe de Vienne2013-02-211-18/+8
| * Use ordereddict from pypi for python < 2.7Christophe de Vienne2013-02-211-1/+1
| * Cleanup: Remove a useless try/except.Christophe de Vienne2013-02-211-4/+1
* | Use cookielib.CookieJar, welcome to 2008.Domen Kožar2013-02-211-8/+0
|/
* Make TestApp.cookies smarter.Julian Berman2013-02-111-0/+6
* moar sixGael Pasgrimaud2012-12-061-38/+8
* merge back lint/lint3. removed to_string and join_bytes from everywhereGael Pasgrimaud2012-12-061-6/+0
* remove some ugly stuff by using future's literal and six. this mean we do no ...Gael Pasgrimaud2012-12-051-62/+34
* decode all HTML entitiesPatrick Strawderman2012-11-181-0/+2
* add casperjs contextmanagerGael Pasgrimaud2012-09-031-0/+16
* use OrderedDict if availableGael Pasgrimaud2012-02-221-0/+5
* Never catch NameError during iterationGael Pasgrimaud2012-01-251-0/+7
* add *_json methodsGael Pasgrimaud2011-10-291-0/+12
* improve print_stderr. conf.py now read version from setup.py1.3.2Gael Pasgrimaud2011-10-191-1/+7
* Improve selenium api1.3Gael Pasgrimaud2011-08-271-2/+2
* pep8Gael Pasgrimaud2011-08-251-0/+1
* py3 compat. only 4 errors remainingGael Pasgrimaud2011-08-251-5/+29
* more python3 supportGael Pasgrimaud2011-08-231-10/+18
* add compat module to handle py3k some compatGael Pasgrimaud2011-08-101-0/+39