Romain Bignon
53f88a3d7c
update hash of soge enterprise certificate
2015-07-12 19:49:33 +02:00
Romain Bignon
fb8be410f4
soge: switch rdate/date and little fixes
2015-03-30 16:27:40 +02:00
Vincent Paredes
c25942ac26
credit card is no longer in coming
2015-03-30 15:57:12 +02:00
Romain Bignon
ccc516211c
update certificate hashes
2015-02-12 15:49:17 +01:00
Romain Bignon
0d9f2cfc6c
update upstream certificate hash
2015-01-08 11:38:11 +01:00
Baptiste Delpey
a2ad52d736
fix for #11374 : page parsing for saving accounts
2014-12-15 16:17:22 +01:00
Romain Bignon
6039792d1d
correctly detect when the website is unavailable
2014-12-14 16:58:00 +01:00
Florent
feb1405813
bump to 1.1
2014-10-17 14:10:38 +02:00
Laurent Bachelier
55d37401bc
societegenerale: PIL is a global requirement
...
And no other module or component has an ImportError message for PIL.
It is also outdated, as users might install pillow instead.
2014-10-11 11:50:38 +02:00
Laurent Bachelier
21e8f82fd7
pep8: Use "X not in Y" instead of "not X in Y"
...
flake8 --select E713, semi-manual fixing
2014-10-11 01:27:24 +02:00
Laurent Bachelier
e783f2c821
Remove tuple method parameters
...
They can be found through autopep8 (W690) or python-modernize.
Variables manually renamed.
This is because Python 3 does not support tuple unpacking:
http://legacy.python.org/dev/peps/pep-3113/
2014-10-10 23:41:44 +02:00
Romain Bignon
d61e15cf84
rename things related to browsers
...
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions
Also, the new tree for browser2 is:
weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Romain Bignon
be7d49312d
add check to prevent prints in weboob modules
2014-10-06 17:22:37 +02:00
Laurent Bachelier
74a4ef6723
Use the print function everywhere
...
python modernize.py --no-six -f libmodernize.fixes.fix_print -w
With manual fixes as the import was put always on top.
2014-10-06 17:00:17 +02:00
Florent
0088013ae1
Rename BaseBrowser to Browser
2014-09-26 10:18:12 +02:00
Florent
444d36eee8
Rename BasePage to Page
2014-09-26 10:18:12 +02:00
Florent
5a1d83b567
Rename BaseModule to Module and Module to LoadedModule
2014-09-26 10:18:12 +02:00
Florent
f3aeddffbc
Rename backend.py to module.py
2014-09-26 10:18:12 +02:00
Florent
9370b2fae7
s/Backend/Module
2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c
s/BACKEND/MODULE/
2014-09-26 10:18:11 +02:00
Florent
8559af3d6a
s/BaseBackend/BaseModule
2014-09-26 10:18:11 +02:00
Laurent Bachelier
3da02fde24
Remove useless __all__ in modules
...
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.
The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Florent
432f97e95c
bump to 1.0
2014-09-03 17:14:10 +02:00
Romain Bignon
e025fb0b20
rename ICap to Cap ( closes #1424 )
2014-07-05 17:33:44 +02:00
Romain Bignon
a9a4fbc1a2
certificate updated ( closes #1414 )
2014-06-25 10:15:11 +02:00
Romain Bignon
f0e66f1ecd
fix certificate change
2014-06-19 12:11:22 +02:00
Florent
9ca0bbae6a
bump to 0.j
2014-05-19 22:45:35 +02:00
Romain Bignon
e234ccfbb1
oops: remove spaces in account IDs
2014-05-19 20:16:36 +02:00
Romain Bignon
0349e85360
display card as accounts ( closes #1362 )
2014-05-17 16:44:32 +02:00
Romain Bignon
cd5498440e
oups typo
2014-02-16 21:38:12 +01:00
Romain Bignon
8fdbf330dd
improvements on transaction and account types detection
2014-02-16 21:04:46 +01:00
Florent
a82f57512c
bump to 0.i
2014-01-08 23:40:16 +01:00
Romain Bignon
c1f8c08196
better description and field labels for french banks
2013-12-14 18:22:31 +01:00
Romain Bignon
4784cb59c5
support new authentication system
2013-11-23 12:07:12 +01:00
Florent Fourcot
0443855602
browser.encoding is None
2013-10-30 15:14:14 +01:00
Florent
75521d1198
Fix conversion warning
...
closes #1304
2013-10-28 16:19:39 +01:00
Romain Bignon
a6ea08d6ce
oups: removed _coming attribute from Transaction
2013-09-07 22:14:13 +02:00
Romain Bignon
09444f5f43
add transaction patterns
2013-09-06 14:20:11 +02:00
Romain Bignon
dd33dbc418
fix parsing of cards with undefined payment date
2013-09-06 14:20:11 +02:00
Laurent Bachelier
bfe3ac6bcd
Remove comments on deleted code
...
They were still there because the code was automatically removed.
2013-08-03 22:15:30 +02:00
Florent
9b022b2ebe
bump to 0.h
2013-08-03 14:31:13 +02:00
Laurent Bachelier
5cbebe0117
Use new vdate in modules instead of _val
2013-07-30 10:58:22 +02:00
Romain Bignon
ca1417d5c7
sgpe: skip empty lines
2013-07-28 22:54:30 +02:00
Romain Bignon
482a7c3c6c
sgpe: fix crash when there isn't any card
2013-07-28 21:30:33 +02:00
Romain Bignon
0ab9da2fc6
sgpe: support credit cards
2013-07-28 20:45:12 +02:00
Romain Bignon
2f7e1305c4
sgpe: request to 'select' the right number of columns
2013-07-28 16:00:07 +02:00
Romain Bignon
ba3704993a
sgpe: fix crash on history
...
CapBaseObject.id is always a string.
2013-07-28 15:37:42 +02:00
Romain Bignon
adba87ddcb
sgpe: fix login (bad indent)
2013-07-28 15:31:00 +02:00
Laurent Bachelier
a6ad7e83ff
Use newer form of catching exceptions
...
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Romain Bignon
c0740e695d
remove useless import of with_statement (we do not support anymore python2.5)
...
refs #806
2013-07-27 14:38:18 +02:00