Commit graph

154 commits

Author SHA1 Message Date
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
Christophe Benz
b81e681131 introduce ini config for frontends, by default 2010-04-19 19:10:36 +02:00
Romain Bignon
82c59cf612 pyflakes fixes 2010-04-17 11:34:07 +02:00
Romain Bignon
e88247e495 implement scheduler functions 2010-04-17 11:33:59 +02:00
Romain Bignon
c3f6618bc8 new QtApplication class 2010-04-17 11:20:48 +02:00
Romain Bignon
3f9083df27 documentation 2010-04-16 20:11:36 +02:00
Christophe Benz
f8e2016d59 get_parser returns class instead of object 2010-04-16 19:41:06 +02:00
Romain Bignon
384e3521c7 factorization 2010-04-16 18:44:55 +02:00
Christophe Benz
db11f16d49 beautify code 2010-04-16 18:11:52 +02:00
Christophe Benz
d16a44ffbd remove tostring() from Browser 2010-04-16 18:11:52 +02:00
Christophe Benz
cebcead318 add __all__ variable to many modules 2010-04-16 18:11:52 +02:00
Christophe Benz
8638024756 rename parser/parsers module, add get_parsers() with preference_order 2010-04-16 18:11:52 +02:00
Christophe Benz
54cc3b0a4a unused code, imports, or variables 2010-04-16 18:11:52 +02:00
Christophe Benz
42de7aa5a3 rename BasePage.loaded() to on_loaded() 2010-04-16 18:11:52 +02:00
Christophe Benz
2ca57c15a8 rename Browser to BaseBrowser 2010-04-16 18:11:52 +02:00
Christophe Benz
ed0e1989f8 use new style classes 2010-04-16 18:11:52 +02:00
Romain Bignon
15625b9fa7 Browser.home()'s default behavior is to go on PROTOCOL://DOMAIN 2010-04-16 17:18:40 +02:00
Romain Bignon
be642f00e9 works when there are default arguments 2010-04-16 17:13:25 +02:00
Romain Bignon
3703adb44e use LxmlHtmlParser as default parser 2010-04-16 14:06:28 +02:00
Romain Bignon
a1f3452c62 import parsers only if library used is available 2010-04-15 12:47:14 +02:00
Christophe Benz
fb711746b3 add function name to logs 2010-04-14 18:14:46 +02:00
Romain Bignon
e77865064b reset NoHistory() as default history class (to save memory) 2010-04-14 11:32:37 +02:00
Romain Bignon
ff87ba2348 fix parser when api is not 'etree' 2010-04-14 10:25:18 +02:00
Romain Bignon
3ebdea9faf several fixes 2010-04-14 09:49:10 +02:00
Romain Bignon
66ba8f89c1 fix syntax error 2010-04-14 09:10:42 +02:00
Romain Bignon
18e88ae244 revert test on commands arguments 2010-04-14 00:45:32 +02:00
Romain Bignon
9c828733ab Merge branch 'master' of ssh+git://git.symlink.me/var/git/pub/juke/weboob 2010-04-14 00:44:55 +02:00
Juke
ac5049ae07 remove arg_parse error when len(args) > nb_args 2010-04-13 18:26:25 +02:00
Christophe Benz
57e233cf3b change Browser API to specify parser instance 2010-04-13 16:48:12 +02:00
Christophe Benz
41ef766e48 add html5lib parser 2010-04-13 16:46:13 +02:00