Commit graph

53 commits

Author SHA1 Message Date
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Romain Bignon
e434bb90e2 all browser2 modules may import exceptions from weboob.tools.exceptions 2014-05-17 14:27:56 +02:00
Romain Bignon
47d8d5f7bc secret isn't optional anymore 2014-04-29 22:00:12 +02:00
Romain Bignon
f4e5317a0f remove useless method 2014-04-28 18:54:27 +02:00
Romain Bignon
2c81d337eb fix login 2014-04-28 18:46:29 +02:00
Romain Bignon
558b94e9b9 fix coding style and login errors handling 2014-04-14 16:42:39 +02:00
Vincent Paredes
2766983a33 hsbc to browser2! 2014-04-14 16:42:39 +02: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
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +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
Romain Bignon
88338edaeb certificate has changed 2013-06-08 17:55:49 +02:00
Romain Bignon
1d460568f5 update module to support last website update 2013-04-08 08:05:42 +02:00
Romain Bignon
24db616746 fix pages handler 2013-04-06 11:28:15 +02:00
Romain Bignon
44261ca6f7 add missing file 2013-04-06 10:57:07 +02:00
Romain Bignon
ec78d5cd69 sometimes hsbc fails, so retry if it happens 2013-04-06 10:36:28 +02:00
Romain Bignon
ad7c2c535b support international accounts 2013-04-05 19:05:13 +02:00
Florent
9484099a1d bump to 0.g 2013-03-26 18:31:12 +01:00
Laurent Bachelier
7094931c92 Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines

autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .

Diff quickly checked.
2013-03-16 00:54:55 +01:00
Romain Bignon
a4edbb82b9 fix typo: if there isn't any card, it didn't return any transactions 2013-02-20 14:08:51 +01:00
Romain Bignon
5b9c359487 do not support other kind of account histories than CPT 2013-02-10 17:12:23 +01:00
Romain Bignon
9aaf775b0f we don't like licking asses 2013-02-08 17:00:47 +01:00
Romain Bignon
a2fcc209f1 support deferred cards 2013-02-08 14:17:08 +01:00
Florent
bf3132e8c0 bump to 0.f 2013-01-25 17:23:49 +01:00
Romain Bignon
76da084ec1 on error during login, raise exception 2013-01-14 17:32:20 +01:00
Romain Bignon
3dfd475605 fix parsing of accounts 2013-01-01 20:58:28 +01:00
Romain Bignon
d91dad2b2b support currencies 2012-12-06 13:21:13 +01:00
Romain Bignon
e9b27dd073 Revert "there are no coming operations with HSBC"
This reverts commit 8b95206d51.
2012-11-29 11:06:25 +01:00
Romain Bignon
4a1e4b5afa bump to 0.e 2012-10-28 20:39:49 +01:00
Laurent Bachelier
3a66728392 Fix crashes with unicode characters in maintainer name
Change every mention of MAINTAINER to avoid future issues.
2012-10-24 13:29:30 +02:00
Romain Bignon
8b95206d51 there are no coming operations with HSBC 2012-10-10 17:20:08 +02:00
Romain Bignon
dde19633d3 set CERTHASH const on most bank modules and others 2012-09-01 13:38:08 +02:00
Romain Bignon
4b877f530f update regexps 2012-08-24 17:06:22 +02:00
Romain Bignon
d814326d2f fix parsing of accounts and history 2012-08-07 18:00:29 +02:00
Romain Bignon
9d3d8eb1a1 support history of coming transactions 2012-06-07 15:30:19 +02:00
Romain Bignon
681c97440d fix duplicate IDs of accounts 2012-05-07 10:11:50 +02:00
Romain Bignon
2f8072e89e bump to 0.d 2012-05-04 21:17:46 +02:00
Romain Bignon
67ba5b42c0 display accounts without history 2012-04-29 22:26:07 +02:00
Romain Bignon
91c0dd5c82 remove double spaces from hsbc raw labels 2012-04-01 11:27:51 +02:00
Romain Bignon
b157e92d5b use decimal.Decimal instead of float to store amounts of money 2012-03-29 16:31:18 +02:00
Romain Bignon
2675510f32 add a class FrenchTransaction to factorize common parsing of french banks 2012-03-22 16:33:05 +01:00
Romain Bignon
8e391d0b88 bump to 0.c 2012-03-14 22:09:24 +01:00
Laurent Bachelier
062f2c4c3e Fix Python 2.5 support
And fix some PEP8 style issues (mostly about spaces) while I was there.

refs #806
2012-03-13 12:36:02 +01:00
Romain Bignon
35688f58c9 Account.link_id becomes a private attribute 2012-03-10 09:03:26 +01:00
Romain Bignon
94f7941a84 fix parsing DAB transactions 2012-03-09 13:09:26 +01:00
Romain Bignon
0cf736f10d display only real accounts 2012-03-06 19:57:04 +01:00
Romain Bignon
76040343bc raise BrowserHTTPError when the website is unavailable 2012-03-03 19:57:33 +01:00
Xavier G
23dd14e1f9 CrAgr: Transaction objects are now created using datetime.date (closes #800) 2012-02-26 21:11:32 +01:00
Romain Bignon
be14595308 apply changes to ICapBank API 2012-02-26 18:30:40 +01:00
Laurent Bachelier
0fa7060b68 Better descriptions for modules 2012-02-11 00:46:48 +01:00