Commit graph

5,795 commits

Author SHA1 Message Date
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
Laurent Bachelier
174b5674c1 boilerplate: Remove useless __all__ 2014-09-09 18:50:24 +02:00
Laurent Bachelier
0283597283 tests: Use the Python SkipTest if possible
This makes nosetests optional at least in theory.
Recent nose versions already do the same thing internally.
2014-09-09 18:36:04 +02:00
Florent
6429662e55 Add unique id to creditcooperatif (perso) 2014-09-09 12:28:24 +02:00
Bezleputh
bc0a9b89db [boobot/twitter] fix purge system 2014-09-09 11:25:10 +02:00
Bezleputh
079e432922 [razibus] add favicon 2014-09-09 11:25:10 +02:00
Romain Bignon
a2e3f9f2ad do not crash on months with no transactions 2014-09-09 10:09:02 +02:00
Romain Bignon
78a6bc4151 remove duplicated file 2014-09-06 12:23:44 +02:00
Romain Bignon
a96b738242 raise ParseError only with None/NotAvailable/NotLoaded values, not with empty strings 2014-09-06 11:44:41 +02:00
Romain Bignon
6ea5b16971 do not try to parse useless accounts (closes #1432) 2014-09-06 11:42:57 +02:00
Romain Bignon
a4c1acd2f0 fix regression introduced by 19a95dc0d6 2014-09-06 11:08:43 +02:00
Bezleputh
ef3637f0c4 [boobot] fix check_twitter method 2014-09-05 15:53:18 +02:00
Florent
a5eb1d789c Update part of the js interpreter 2014-09-05 15:48:52 +02:00
Bezleputh
3a7010f478 [boobot] add a check_twitter method 2014-09-05 13:55:10 +02:00
Bezleputh
d00822bfc6 [twitter] fix storage system 2014-09-05 11:51:28 +02:00
François Revol
e25d8cabc4 Use XDG_CONFIG_HOME as fallback 2014-09-05 08:37:55 +02:00
François Revol
ecd265de4f Replace usage of os.mknod() by os.open(O_CREAT)
Haiku doesn't have mknod().
Actually it does now, but it might take ages for python
to support it as os.mknod().
2014-09-05 08:32:58 +02:00
Bezleputh
2413c4bce9 [razibus] new CapCalendarEvent module that manages razibus.net 2014-09-05 08:30:02 +02:00
Romain Bignon
238df6a4d0 fix with new radio names 2014-09-05 00:15:04 +02:00
Florent
ab8067bc92 Real testing of saving accounts... 2014-09-04 23:52:38 +02:00
Florent
02349089b1 Is the history in a loop? 2014-09-04 23:48:19 +02:00
Florent
3076579747 Index is back for some accounts... 2014-09-04 23:37:16 +02:00
Laurent Bachelier
a4162e46e6 repositories: Catch the proper exception for missing icon 2014-09-04 23:37:16 +02:00
Romain Bignon
e7b6db5434 add missing symbols 2014-09-04 19:14:25 +02:00
Romain Bignon
8066d630f4 support canceled transactions 2014-09-04 18:57:35 +02:00
Laurent Bachelier
543cbef19e Better wellsfargo icon 2014-09-04 13:07:24 +02:00
Laurent Bachelier
c07e23cafc Use class attributes as much as possible for application output
refs #803
2014-09-04 12:41:25 +02:00
Laurent Bachelier
ee8e7cee3d pastoob: Add an option to set a custom file encoding 2014-09-04 12:41:25 +02:00
Laurent Bachelier
19a95dc0d6 Centralize encoding guesses, default to UTF-8
This might not be enough for print() and could need a locale.setlocale()
even though it is generally discouraged.

closes #1352
2014-09-04 12:41:25 +02:00
Romain Bignon
429ad91a78 fix link to 'How to contribute' page 2014-09-04 12:36:30 +02:00
Romain Bignon
c4ee32deba add icons 2014-09-04 12:36:15 +02:00
Florent
ec98957802 Fix pyflakes 2014-09-04 11:46:12 +02:00
Bezleputh
4afac1df99 [grooveshark] fix bug when Year field is empty in grooveshark json 2014-09-04 11:41:10 +02:00
Florent
906a4da609 Add tests for nettokom 2014-09-04 11:16:39 +02:00
Romain Bignon
c17f3d6dae fix compatibility with old versions of mechanize 2014-09-03 18:57:55 +02:00
Florent
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Florent
1bee6d6d66 Weboob 0.j released 2014-09-03 17:13:48 +02:00
Florent
7fb0bc3c07 Exclude contrib by version rewriting 2014-09-03 17:12:55 +02:00
Romain Bignon
f834f63b02 Use fullid parameter and not a local formatting 2014-09-03 16:15:28 +02:00
Florent
030197c738 Remove the 'inspect' command 2014-09-03 15:02:38 +02:00
Florent
fe02de196b Remove the webkit_mechanize_browser import 2014-09-03 14:59:54 +02:00
Florent
e110e18841 Remove TestCase export 2014-09-03 14:51:54 +02:00
Florent
9ab9026d75 Fix numbering of the list 2014-09-03 14:43:22 +02:00
Florent
ddc4f4bac7 Add references to the tests page 2014-09-03 14:33:13 +02:00
Florent
7e426db72c Import the test page from wiki 2014-09-03 14:24:37 +02:00
Florent
8868c9da99 Move storage in advanced topics 2014-09-03 14:08:56 +02:00
Romain Bignon
28eb04c6d5 fix: do not keep reference to the first page to parse transactions 2014-09-03 13:19:20 +02:00
Laurent Bachelier
bedea9f15f release.sh: Use a better LANG 2014-09-03 10:23:26 +02:00
Laurent Bachelier
a2076ed321 pastebin: Fix crash with Base() and filter chaining
Revert to old style filters for now, investigate later.
2014-09-03 10:23:26 +02:00
Laurent Bachelier
b92b1227d2 pastebin: Handle limit exceeded warning
And skip if found in tests
2014-09-03 10:23:26 +02:00