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
..
application
logging: Create a new level DEBUG_FILTERS
2014-10-07 17:11:09 +02:00
capabilities
rename things related to browsers
2014-10-07 00:30:07 +02:00
captcha
add a grid based virtual keyboard
2014-08-21 16:25:30 +02:00
config
Dump dictionaries in a more human-readable format
2014-08-26 18:05:25 +02:00
__init__.py
PEP8 style fixes and other small style fixes
2012-03-14 04:51:46 +01:00
backend.py
s/backend/module in docstrings
2014-09-26 10:18:12 +02:00
compat.py
first step in python3 support
2014-05-17 14:27:55 +02:00
date.py
parse_french_date: understand "aoû"
2014-09-02 16:54:14 +02:00
decorators.py
Use newer form of catching exceptions
2013-07-27 15:16:16 +02:00
html.py
Move the import oh html2text outside of misc
2014-07-09 11:43:14 +02:00
json.py
try/except import are now handled by flake8 2.0+ / pyflakes 0.6+
2013-03-19 19:10:20 +01:00
log.py
logging: Create a new level DEBUG_FILTERS
2014-10-07 17:11:09 +02:00
misc.py
Move the import oh html2text outside of misc
2014-07-09 11:43:14 +02:00
newsfeed.py
[newsfeed] Boobmsg crashes if id is None
2014-05-06 22:32:41 +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
property.py
PEP8 style fixes and other small style fixes
2012-03-14 04:51:46 +01:00
regex_helper.py
Fix numbering of the list
2014-09-03 14:43:22 +02:00
storage.py
update code documentation
2012-04-01 17:41:20 +02:00
test.py
s/BACKEND/MODULE/
2014-09-26 10:18:11 +02:00
value.py
ability to set value to an empty string if it is available in choices
2014-09-15 09:45:48 +02:00