Christophe Benz
|
0c82c3bd4c
|
oops, bad arguments in user message
|
2010-05-14 19:08:57 +02:00 |
|
Christophe Benz
|
fbc142981b
|
display available backends to user if none was found
|
2010-05-14 19:02:09 +02:00 |
|
Christophe Benz
|
eb2c25758d
|
return loaded backends / modules
|
2010-05-14 19:01:16 +02:00 |
|
Christophe Benz
|
cdc58a0afc
|
use error instead of debug for import error
|
2010-05-14 17:43:53 +02:00 |
|
Christophe Benz
|
5098c4c9d2
|
except CallErrors from ConsoleApplication
|
2010-05-14 17:33:57 +02:00 |
|
Christophe Benz
|
8316971aba
|
use logging instead of stderr
|
2010-05-14 17:33:57 +02:00 |
|
Romain Bignon
|
0dbf00f7ac
|
new method BaseBrowser.buildurl()
|
2010-05-12 11:05:45 +02:00 |
|
Christophe Benz
|
27242e80ba
|
fix imports
|
2010-05-11 17:07:23 +02:00 |
|
Christophe Benz
|
e0eddf0299
|
beautify code
|
2010-05-11 16:55:58 +02:00 |
|
Christophe Benz
|
40d5cc3e0e
|
change Results API
|
2010-05-11 16:55:55 +02:00 |
|
Christophe Benz
|
eb9118133b
|
fix for not Results-API compliant frontends
|
2010-05-11 15:07:17 +02:00 |
|
Christophe Benz
|
73ffa6c6f1
|
Results API
|
2010-05-05 19:03:38 +02:00 |
|
Romain Bignon
|
fbf639993b
|
misc
|
2010-05-01 14:41:09 +02:00 |
|
Romain Bignon
|
c77acdbef4
|
new getBacktrace() function
|
2010-04-30 18:09:01 +02:00 |
|
Romain Bignon
|
1103e7f79b
|
sometimes sys.stdin.encoding is None
|
2010-04-30 14:02:59 +02:00 |
|
Romain Bignon
|
926a25b992
|
Merge branch 'threads'
Conflicts:
weboob/frontends/videoob/application.py
|
2010-04-29 11:10:19 +02:00 |
|
Christophe Benz
|
85060b4c3b
|
unused imports
|
2010-04-28 14:54:28 +02:00 |
|
Romain Bignon
|
7c502ca236
|
use Weboob.do insteal of deprecated iter_backends in some frontends
|
2010-04-27 01:37:26 +02:00 |
|
Romain Bignon
|
2650c32b24
|
lock on Browser (snif)
|
2010-04-27 01:14:22 +02:00 |
|
Romain Bignon
|
680e149a41
|
command 'help'
|
2010-04-26 20:09:58 +02:00 |
|
Christophe Benz
|
bfc2258669
|
decode sys.argv
|
2010-04-26 19:22:24 +02:00 |
|
Romain Bignon
|
31433c1610
|
inherit the Scheduler class' threads based event loop
|
2010-04-26 18:12:53 +02:00 |
|
Romain Bignon
|
1795d16112
|
use threading.Timer instead of the sched module
|
2010-04-26 18:12:23 +02:00 |
|
Laurent Bachelier
|
eedb2a7b55
|
Proper wording
|
2010-04-24 17:11:24 +02:00 |
|
Romain Bignon
|
3b0db70c64
|
do not call the deprecated attribute Exception.message
|
2010-04-24 17:07:55 +02:00 |
|
Christophe Benz
|
66a460bb60
|
oops missing method
|
2010-04-23 14:53:21 +02:00 |
|
Christophe Benz
|
9fe6bc976f
|
simplify bash completion
|
2010-04-23 01:12:45 +02:00 |
|
Christophe Benz
|
a311ba455f
|
add bash completion
|
2010-04-22 17:15:55 +02:00 |
|
Romain Bignon
|
0a79360975
|
display error message for each methods to change page
|
2010-04-22 17:12:55 +02:00 |
|
Christophe Benz
|
b3a71d513e
|
remove help command, prefer --help
|
2010-04-22 17:12:55 +02:00 |
|
Christophe Benz
|
f17324361c
|
simplify option parsing
|
2010-04-22 17:12:55 +02:00 |
|
Romain Bignon
|
e7c3ee60b8
|
I'm not a robot, so disable the check of permissions in robots.txt.
|
2010-04-22 15:14:29 +02:00 |
|
Christophe Benz
|
66bf668ebe
|
put debug only on error
|
2010-04-22 15:14:28 +02:00 |
|
Christophe Benz
|
952d99adaa
|
debug message on opening url
|
2010-04-22 15:14:28 +02:00 |
|
Romain Bignon
|
0ad2893d96
|
oops
|
2010-04-21 14:04:42 +02:00 |
|
Romain Bignon
|
71e104595a
|
Merge branch 'master' of ssh+git://git.symlink.me/var/git/pub/cbenz/weboob
Conflicts:
weboob/tools/application/console.py
|
2010-04-21 00:23:11 +02:00 |
|
Romain Bignon
|
40a118283f
|
display available commands in ConsoleApplication's --help
|
2010-04-21 00:15:37 +02:00 |
|
Romain Bignon
|
ccf4303cc0
|
new attributes and code improvement
|
2010-04-20 23:58:51 +02:00 |
|
Roger Philibert
|
3c75656825
|
fix bug with multiple arguments for command
|
2010-04-20 23:55:23 +02:00 |
|
Roger Philibert
|
e7e0d9cc59
|
nice display if formatter could not be loaded
|
2010-04-20 23:54:58 +02:00 |
|
Roger Philibert
|
e8be6f7794
|
improve text formatter
|
2010-04-20 23:54:27 +02:00 |
|
Romain Bignon
|
758281effb
|
--backends is used on every frontends
|
2010-04-20 23:27:33 +02:00 |
|
Christophe Benz
|
3d1a63df78
|
formatters rewrite
|
2010-04-20 21:34:35 +02:00 |
|
Romain Bignon
|
77044dd4be
|
fix typo
|
2010-04-20 21:11:14 +02:00 |
|
Christophe Benz
|
c50e0df10c
|
oops
|
2010-04-20 19:09:18 +02:00 |
|
Romain Bignon
|
f93aebd4dd
|
missing \n
|
2010-04-20 19:06:12 +02:00 |
|
Christophe Benz
|
183f16eeed
|
code clean/enhance
|
2010-04-20 18:59:51 +02:00 |
|
Christophe Benz
|
7a86ddfbb6
|
move enabled backends option to BaseApplication
|
2010-04-20 18:59:51 +02:00 |
|
Christophe Benz
|
560a129083
|
introduce output formatters for console applications
|
2010-04-20 18:59:51 +02:00 |
|
Christophe Benz
|
d0f4ad7021
|
allow to configure option parser in callback
|
2010-04-20 03:05:13 +02:00 |
|