Laurent Bachelier
7be9a6468b
logging: Create a new level DEBUG_FILTERS
...
This is a cleaner approach that requires less configuration
in other applications.
This also easily allows us to have another color.
Many checks were made on being exactly at the DEBUG level, they were
fixed to also check on being below DEBUG (i.e. DEBUG_FILTERS).
2014-10-07 17:11:09 +02:00
..
formatters
os.isatty is now forbidden (as stream.fileno() is not implemented by StringIO)
2014-10-07 09:39:12 +02:00
qt
logging: Create a new level DEBUG_FILTERS
2014-10-07 17:11:09 +02:00
__init__.py
PEP8 style fixes and other small style fixes
2012-03-14 04:51:46 +01:00
base.py
logging: Create a new level DEBUG_FILTERS
2014-10-07 17:11:09 +02:00
console.py
logging: Create a new level DEBUG_FILTERS
2014-10-07 17:11:09 +02:00
javascript.py
change license to AGPLv3+
2011-04-08 12:48:07 +02:00
media_player.py
first step in python3 support
2014-05-17 14:27:55 +02:00
repl.py
when getting an object, if at least one is found, display errors but correctly return the found object
2014-09-18 12:51:28 +02:00
results.py
handle datetime in condition argument
2014-10-01 17:43:21 +02:00