Commit graph

755 commits

Author SHA1 Message Date
Romain Bignon
edc83df3a1 new API for the fillobj feature and severaaal fixes 2010-07-18 00:35:07 +02:00
Romain Bignon
fc4badf88e merge do_caps() and do_backends() into do() (optional keyword params 'backends' and 'caps') 2010-07-17 13:48:32 +02:00
Romain Bignon
5d33778986 don't iterate on strings 2010-07-17 13:13:44 +02:00
Romain Bignon
08700f4a31 new exception BrowserHTTPError, retry only when this one is raised
For example, on aum, the exception AdopteWait is derived from
BrowserUnavailable, which is normal. But when AdopteWait is raised, we
don't care about retry.

So only HTTP errors attempt to retry.
2010-07-15 23:47:01 +02:00
Romain Bignon
aea2cf0780 add the 'register' backend parameter 2010-07-15 23:37:54 +02:00
Romain Bignon
d383e0fadc update website changes 2010-07-15 23:37:41 +02:00
Romain Bignon
7df272cf7a decoding captcha 2010-07-15 22:08:41 +02:00
Romain Bignon
d64842a95f missing enumeration 2010-07-15 22:08:25 +02:00
Romain Bignon
dcdc84dced do not need history anymore 2010-07-15 22:02:52 +02:00
Romain Bignon
59169cd281 BaseBrowser.openurl uses the open_novisit() method 2010-07-15 22:02:23 +02:00
Christophe Benz
0733e35cd5 add --count option to console applications 2010-07-15 01:30:33 +02:00
Christophe Benz
239d19ec89 add missing import 2010-07-15 01:21:55 +02:00
Christophe Benz
3175883351 implement fillobj() browser method 2010-07-15 01:21:49 +02:00
Christophe Benz
90756cddc9 use to_unicode since ENCODING is None 2010-07-14 17:14:53 +02:00
Christophe Benz
08d2920e03 set ENCODING to None to autodetect charset 2010-07-14 17:14:53 +02:00
Christophe Benz
8e37f7227e add r in front of regexps 2010-07-14 17:14:53 +02:00
Christophe Benz
b4c672fa46 new select() helper 2010-07-14 17:14:53 +02:00
Christophe Benz
eb026b7c3c remove unnecessary constants 2010-07-14 17:14:53 +02:00
Christophe Benz
f55cdbc38b openurl param must be encoded 2010-07-14 17:14:53 +02:00
Christophe Benz
db810365c2 use timedelta for duration 2010-07-14 17:14:53 +02:00
Christophe Benz
12234bfb52 fix other properties setters in bank 2010-07-14 17:14:52 +02:00
Christophe Benz
94aadf7ccd oops 2010-07-14 17:14:52 +02:00
Christophe Benz
83d5af3572 fix returned values for iterators 2010-07-14 17:14:52 +02:00
Christophe Benz
51239167d3 use snake case for to_unicode 2010-07-14 17:14:52 +02:00
Christophe Benz
22cb3e1cbd return instead of yield set() 2010-07-14 17:14:52 +02:00
Christophe Benz
86aadbd1fa update fields 2010-07-14 17:14:52 +02:00
Romain Bignon
ba8d0921bb use mutex to lock scheduler 2010-07-14 17:11:19 +02:00
Romain Bignon
41317e5029 fix QtScheduler and use it instead of QTimer 2010-07-13 23:44:22 +02:00
Romain Bignon
9d4f02840b order contacts list by status 2010-07-13 19:52:47 +02:00
Romain Bignon
ca7d37e3cb renames 2010-07-13 18:47:31 +02:00
Romain Bignon
d319625288 display a notice in the status when the account is waiting 2010-07-13 18:41:22 +02:00
Romain Bignon
a315ee4dc1 ^C will now work correctly in prompts! 2010-07-13 15:10:03 +02:00
Romain Bignon
8f7e1e6872 pop timer from dict when it expires 2010-07-13 15:09:50 +02:00
Romain Bignon
893bd3e70b fix boobank 2010-07-13 14:49:01 +02:00
Romain Bignon
e2f9bdb054 s/weboob.backends/weboob.backend_instances/ 2010-07-13 01:10:23 +02:00
Romain Bignon
b11f22e71a correctly use 'dating.storage' as storage file 2010-07-13 00:43:33 +02:00
Romain Bignon
fdd90a5f11 missing import 2010-07-13 00:37:35 +02:00
Romain Bignon
cfffade6a5 fix unicode issues (python2.6 is crappy) 2010-07-13 00:30:15 +02:00
Romain Bignon
e1939b7e4a fix when backtrace contains some unicode chars (and because python sucks) 2010-07-13 00:10:13 +02:00
Romain Bignon
6ccc3c0dff last message on top (and send box on top too) 2010-07-12 23:55:22 +02:00
Romain Bignon
2377824691 strings are unmutable objects 2010-07-12 23:53:37 +02:00
Romain Bignon
0435cd7411 comments 2010-07-12 23:53:37 +02:00
Romain Bignon
69a342b5c2 soft dependencie to qboobmsg 2010-07-12 23:53:37 +02:00
Romain Bignon
cd5085f564 moved firefox_cookies into weboob.tools.browser 2010-07-12 23:53:37 +02:00
Romain Bignon
0deef319f0 pyflakes fixes 2010-07-12 23:53:36 +02:00
Romain Bignon
358a06367d use QtDo to fetch the accounts status 2010-07-12 23:53:36 +02:00
Romain Bignon
6edfcfd574 correctly delete the QtDo process when finished 2010-07-12 23:46:43 +02:00
Christophe Benz
c20ee8f99f forgot rename 2010-07-12 23:36:14 +02:00
Christophe Benz
ce8c424f12 do not check for backend names, it can be instance names 2010-07-12 23:36:08 +02:00
Christophe Benz
60fdb86eef add backward compatibility for _type 2010-07-12 19:38:02 +02:00