weboob-devel/weboob/browser
Laurent Bachelier dd1173e2f2 filters: JSON Dict improvements
- Allow the selector to already be a list
- Allow having None as a valid value (JSON "null")
- Handle lists in addition to dicts
- Try to guess whether the selector element is intented to be an int or a str
  based on the structure available (list means int)
2015-03-02 15:48:38 +01:00
..
filters filters: JSON Dict improvements 2015-03-02 15:48:38 +01:00
tests browser tests: More Pythonic names 2014-10-19 00:28:44 +02:00
__init__.py rename things related to browsers 2014-10-07 00:30:07 +02:00
browsers.py save and load state of browser into storage 2015-02-21 17:49:20 +01:00
cookies.py rename things related to browsers 2014-10-07 00:30:07 +02:00
elements.py fix pyflakes issues 2014-12-07 16:27:27 +01:00
exceptions.py rename things related to browsers 2014-10-07 00:30:07 +02:00
pages.py browser: Add an absurl method to Page 2015-03-02 15:48:37 +01:00
profiles.py add an IPhone profile 2015-01-03 12:48:50 +01:00
sessions.py pep8 blank lines fixes 2014-10-10 23:41:44 +02:00
url.py browser: Fix crash when using HEAD on a page-matching URL 2015-03-02 15:48:38 +01:00