Romain Bignon
8798312e04
force UTF-8 encoding with the standard mechanism
2015-08-03 08:50:24 +02:00
Romain Bignon
5fe3409f18
fix parsing of bills urls
2015-08-02 19:38:36 +02:00
Romain Bignon
23f86ff116
correctly handle wrong credentials
2015-07-25 19:08:43 +02:00
Laurent Bachelier
88df613a53
Fix English: "childs" into "children"
...
refs #1675
2014-11-22 16:36:03 +01:00
Florent
feb1405813
bump to 1.1
2014-10-17 14:10:38 +02:00
Laurent Bachelier
c79dcc22df
Remove nbsp in comments and documentation
2014-10-12 02:30:45 +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
Florent
9949bbf919
Move exceptions to weboob.core.exceptions
2014-10-02 11:04:14 +02:00
Florent
a019819f9d
Move browser2 from weboob/tools/b2 to weboob/browser2
2014-10-02 11:01:34 +02:00
Florent
54a1bc4809
Remove * imports in filters
2014-09-29 22:31:54 +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
Florent
a434f33a61
Set replace_dots everywhere
...
The goal is to change the default value in CleanDecimal
2014-08-21 10:21:53 +02:00
Laurent Bachelier
0f90d6e9dd
Some English fixes
...
"informations" is incorrect; try to use a better word, or the invariant "information".
2014-07-09 12:50:32 +02:00
Florent
76cb004eb4
Move ItemListTable-Element outside of page.py
...
One of the goal is to not import all modules needed by filters by
loading the page file.
In the same goal, move the import of parsers in the class definition.
2014-07-09 10:23:20 +02:00
Romain Bignon
e025fb0b20
rename ICap to Cap ( closes #1424 )
2014-07-05 17:33:44 +02:00
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
Florent
8d975aa1d2
BASEURL is now working
2014-04-18 09:55:54 +02:00
Florent
2b70120760
readurl does not exist anymore
2014-04-03 15:09:13 +02:00
Florent
7d4b27a704
Restore old id on bills
2014-04-03 15:07:07 +02:00
Florent
e8c387aa02
Make history working with browser2
2014-04-03 14:53:12 +02:00
Florent
25725f79cf
Convert freemobile to browser2
2014-04-03 13:08:59 +02:00
Florent
45351d57c9
Small optimization
2014-04-03 09:01:51 +02:00
Florent
ce3bdd82c1
Small typo
2014-01-31 16:33:48 +01:00
Florent
8a3c79e8ee
Fix date of subscriptions when next month as less days than excepted
...
closes #1347
2014-01-31 15:02:40 +01:00
Florent
a82f57512c
bump to 0.i
2014-01-08 23:40:16 +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
Florent
83cb2c843f
More tests on freemobile module
2013-07-25 13:44:04 +02:00
Florent
387c75436c
Fix freemobile test
...
Bad method name. Reported by git@kitof.net .
2013-07-22 16:26:39 +02:00
Romain Bignon
512bfe6b0b
remove trailing spaces
2013-07-20 11:11:21 +02:00
Kitof
850dce420e
Fix bills list
...
Signed-off-by: Kitof <git@kitof.net>
2013-07-19 14:37:10 +02:00
Laurent Bachelier
17cd144e92
freemobile: Fix warning
2013-06-27 15:08:07 +02:00
Florent
1310939fe0
Fix import of Pillow in modules
2013-06-06 13:50:43 +02:00
Florent
4002acf71b
New certificat
2013-05-06 11:06:26 +02:00
Willy Villard
f18b96ff5b
freemobile: Fix history when internationals calls option is not suscribed
...
fixes #1078
2013-04-01 12:10:29 +02:00
Florent
9484099a1d
bump to 0.g
2013-03-26 18:31:12 +01:00
Florent
7988738e9a
Fix nat->inter voice parsing
2013-03-02 10:31:33 +01:00
Florent
c71576b7ae
Fix get_bill
2013-02-25 16:31:09 +01:00
Florent
72c230e81d
Small coding style issue
2013-02-04 16:35:10 +01:00
Florent
c0fc9c7dd6
Add multi-account support for bills
2013-02-03 11:23:08 +01:00
Florent
9d693bd982
Create an id for calls
2013-01-28 15:45:44 +01:00
Florent
bf3132e8c0
bump to 0.f
2013-01-25 17:23:49 +01:00
Florent
7430246c24
Get renew date on mutli accounts
2013-01-25 12:00:08 +01:00