Romain Bignon
|
6fcac89dd5
|
first step in python3 support
|
2014-05-17 14:27:55 +02:00 |
|
Laurent Bachelier
|
a6ad7e83ff
|
Use newer form of catching exceptions
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
|
2013-07-27 15:16:16 +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 |
|
Laurent Bachelier
|
7094931c92
|
Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines
autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .
Diff quickly checked.
|
2013-03-16 00:54:55 +01:00 |
|
Romain Bignon
|
9ef76bb8a7
|
fix unused imports/variables
|
2012-04-09 11:24:15 +02:00 |
|
Romain Bignon
|
dd15bcde74
|
do not stop timer because of an exception
|
2012-04-09 10:12:58 +02:00 |
|
Romain Bignon
|
7e2bb91b3b
|
change license to AGPLv3+
|
2011-04-08 12:48:07 +02:00 |
|
Christophe Benz
|
3b733ce268
|
python2.5 compatibility
|
2010-11-21 21:01:18 +01:00 |
|
Romain Bignon
|
724b008c4f
|
fix display of function name in cancel message
|
2010-11-13 02:04:40 +01:00 |
|
Romain Bignon
|
e1196bc30a
|
scheduler: fix error when ended task has been already removed
|
2010-11-13 01:44:09 +01:00 |
|
Romain Bignon
|
c5803837fa
|
rewrite of the repeat scheduler and implement cancel()
|
2010-11-11 13:23:52 +01:00 |
|
Romain Bignon
|
84b4003bf4
|
use several loggers for parts of weboob
|
2010-10-30 16:09:33 +02:00 |
|
Romain Bignon
|
0ce8b12c32
|
stop scheduler when an application exits
|
2010-09-28 11:29:32 +02:00 |
|
Christophe Benz
|
239d19ec89
|
add missing import
|
2010-07-15 01:21:55 +02:00 |
|
Romain Bignon
|
ba8d0921bb
|
use mutex to lock scheduler
|
2010-07-14 17:11:19 +02:00 |
|
Romain Bignon
|
8f7e1e6872
|
pop timer from dict when it expires
|
2010-07-13 15:09:50 +02:00 |
|
Christophe Benz
|
1955d1be59
|
move core files to weboob.core
|
2010-07-07 17:20:16 +02:00 |
|