index
:
delta/python/pelican.git
3.0.1
3.2-series
Lucas-C-patch-1
add_multi_theme_support
autopub
cache-readers
caching_warning
content-written-signal
draft-tz
drop_py2_docs
faq_index_save_as
fix-1493
fix-delete-output-logic
funding
jinja-custom
listen-interrupt
master
metadata_keys
multiple-authors
pin-pygments
poetry-build
pygments-2.8
remove-legacy
remove-pkg_resources
rich
settings-join-paths
skip-md-metadata-parse
static_symlink_1042
striptags
theme-docs
theme-metadata
github.com: getpelican/pelican.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pelican
/
log.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix LOG_FILTER to act on exact messages
Deniz Turgut
2020-04-12
1
-3
/
+5
*
Convert super() calls to py3 style
Deniz Turgut
2019-11-26
1
-6
/
+6
*
Initial pass of removing Python 2 support
Kevin Yap
2019-11-26
1
-49
/
+4
*
Try importing from collections.abc for compatibility with Python 3.8
Oliver Urs Lenz
2018-11-24
1
-1
/
+5
*
Improve the looks of reST parser error output.
Deniz Turgut
2018-11-10
1
-0
/
+3
*
Adding --logs-deduping-min-level CLI option
Lucas Cimon
2017-12-15
1
-2
/
+7
*
Correct new flake8 warnings
derwinlu
2017-01-24
1
-0
/
+1
*
Fixes Exception name related bugs
Deniz Turgut
2016-10-29
1
-1
/
+1
*
Don't suppress LOG_FILTER messages when --debug passed
Alexander Turenko
2016-09-23
1
-6
/
+6
*
Allow to filter out log messages by templates
Alexander Turenko
2016-09-23
1
-4
/
+11
*
Add --fatal=errors|warnings program option
Kernc
2016-01-09
1
-2
/
+19
*
Merge pull request #1850 from ingwinlu/deprecation_warnings
Justin Mayer
2015-11-03
1
-6
/
+34
|
\
|
*
Redo ANSI support detection
derwinlu
2015-10-22
1
-1
/
+19
|
*
Add logging for warnings during test suite run
derwinlu
2015-10-22
1
-7
/
+17
*
|
Add ability to toggle log filter
derwinlu
2015-10-19
1
-0
/
+6
|
/
*
fulfil pep8 standard
derwinlu
2015-08-17
1
-15
/
+15
*
Fix exception logging
Deniz Turgut
2015-06-03
1
-1
/
+1
*
minor spelling fixes
Carlos E. Garcia
2014-09-15
1
-1
/
+1
*
Refactor logging handling
Deniz Turgut
2014-07-22
1
-55
/
+109
*
Minor text changes to log message limitation
Justin Mayer
2014-04-14
1
-2
/
+2
*
Limit and filter logs
Rogdham
2014-04-01
1
-5
/
+60
*
fix for issue #761: handle unicode correctly in summary for Markdown
Deniz Turgut
2013-04-03
1
-3
/
+3
*
Manual pass on sources for better standards.
Alexis Métaireau
2013-03-03
1
-6
/
+5
*
Port pelican to python 3.
Dirk Makowski
2013-01-11
1
-16
/
+20
*
pelican/log.py simplified a bit
m-r-r
2012-03-25
1
-33
/
+17
*
change the way logging is done, using the standard log tree instead of
Andrea Crotti
2012-03-20
1
-22
/
+15
*
remove couple of extra spaces
Andrea Crotti
2012-03-16
1
-2
/
+2
*
remove unused colors and refactor more how the escaping is done
Andrea Crotti
2012-03-16
1
-20
/
+14
*
fix the reset term code to make it work also on OSX
Andrea Crotti
2012-03-15
1
-1
/
+1
*
refactoring of the ANSI dictionary, removing all the repeated code
Andrea Crotti
2012-03-07
1
-18
/
+28
*
global declaration is only needed if it's necessary to modify a module
Andrea Crotti
2012-03-07
1
-1
/
+0
*
Sort imports and remove trailing whitespaces
Stéphane Raimbault
2012-02-28
1
-17
/
+15
*
Pelican no more use ANSI codes on Windows (CMD.exe don't support it)
Skami18
2011-10-14
1
-1
/
+2
*
Merge branch 'hacks' of https://github.com/RonnyPfannschmidt/pelican
Alexis Metaireau
2011-05-07
1
-1
/
+3
|
\
|
*
logging star import cleanups
Ronny Pfannschmidt
2011-05-06
1
-1
/
+3
*
|
pelican.log.warning added to pelican.log.__all__
Skami18
2011-05-07
1
-0
/
+1
|
/
*
Removed a bug (debug messages was not showed) and improved readability
Skami18
2011-04-25
1
-47
/
+53
*
Catch all exceptions in __init__
Alexis Metaireau
2011-04-20
1
-1
/
+2
*
Removed a bug related to unicode
Skami18
2011-04-19
1
-17
/
+17
*
Calls to «print» replaced by the «pelican.log» module.
Skami18
2011-04-19
1
-3
/
+9
*
Added shortcuts functions in the `log' module
Skami18
2011-04-19
1
-0
/
+8
*
Added a colored logging system
Skami18
2011-04-18
1
-31
/
+67
*
Added a logging system (will be useful for plugins)
Skami18
2011-04-18
1
-0
/
+47