weboob-devel/weboob/tools
Matthieu Weber 95cd12fd22 formatters: use locale.getpreferredencoding() instead of utf-8
Signed-off-by: Matthieu Weber <mweber+weboob@free.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2015-05-14 15:07:20 +02:00
..
application formatters: use locale.getpreferredencoding() instead of utf-8 2015-05-14 15:07:20 +02:00
capabilities fix wording 2015-04-04 15:46:01 +02:00
captcha remove unused import 2015-05-06 11:25:47 +02:00
config pep8: Fix E303 too many blank lines 2014-10-11 02:15:28 +02:00
__init__.py PEP8 style fixes and other small style fixes 2012-03-14 04:51:46 +01:00
backend.py call browser.deinit() if defined 2015-03-24 23:57:05 +01:00
compat.py first step in python3 support 2014-05-17 14:27:55 +02:00
date.py parse french date with DMY order by default 2015-04-28 15:18:23 +02:00
decorators.py Use newer form of catching exceptions 2013-07-27 15:16:16 +02:00
html.py html2text: Use the class if possible 2014-10-08 15:45:40 +02:00
js.py add a Javascript class (which uses execjs library) 2015-05-12 09:03:37 +02:00
json.py fix error when a name is not found 2015-05-07 14:32:58 +02:00
log.py pep8 blank lines fixes 2014-10-10 23:41:44 +02:00
misc.py move guess_encoding into weboob.tools.misc 2015-05-09 17:52:16 +02:00
newsfeed.py newsfeed: No need for workaround with feedparser>=5.1 2014-10-08 15:45:40 +02:00
ordereddict.py Force absolute import 2014-10-06 13:56:24 +02:00
path.py Make Collection more safe and sane 2012-03-13 22:08:45 +01:00
pdf.py American amount to decimal conversion; PDF decompression function; regexp-based tokenizer. Part of #1641 2014-10-13 04:23:05 -05:00
property.py PEP8 style fixes and other small style fixes 2012-03-14 04:51:46 +01:00
regex_helper.py pep8 blank lines fixes 2014-10-10 23:41:44 +02:00
storage.py pep8: Use "X not in Y" instead of "not X in Y" 2014-10-11 01:27:24 +02:00
test.py We have so many tests we make nose crash! 2014-10-14 12:25:43 +02:00
tokenizer.py pep8: Various manual fixes 2014-10-13 23:03:51 +02:00
value.py pep8: Fix E303 too many blank lines 2014-10-11 02:15:28 +02:00