pelican/pelican
derwinlu 89b28fd36b Fix warnings originating from bad regexes
Starting with python 3.6 warnings are issued for invalid escape
sequences in regular expressions. This commit corrects all
DeprecationWarning's via properly declaring the offending
regular expressions as raw strings.

Resolves #2095.
2017-03-27 16:09:08 +02:00
..
tests Fix setting None metadata from FILENAME_METADATA matches. 2017-03-15 17:07:31 +01:00
themes Upgrade legacy GA tracking code. 2016-09-21 18:05:04 +02:00
tools Switch over to use awscli 2017-03-13 17:59:43 -05:00
__init__.py Fix warnings originating from bad regexes 2017-03-27 16:09:08 +02:00
cache.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
contents.py Merge pull request #2099 from horazont/feature/stop-save_as-from-breaking-out-of-output 2017-02-28 11:17:44 -08:00
generators.py Fix generator caching 2016-12-10 02:05:35 -05:00
log.py Correct new flake8 warnings 2017-01-24 09:12:16 +01:00
paginator.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
readers.py Fix warnings originating from bad regexes 2017-03-27 16:09:08 +02:00
rstdirectives.py Fix warnings originating from bad regexes 2017-03-27 16:09:08 +02:00
server.py prevent server from dying when query strings present 2016-12-10 10:05:50 -08:00
settings.py Fix warnings originating from bad regexes 2017-03-27 16:09:08 +02:00
signals.py Add new signal: feed_generated 2017-01-16 11:33:13 +01:00
urlwrappers.py Add AUTHOR_SUBSTITUTIONS 2016-04-01 23:01:57 +03:00
utils.py Fix warnings originating from bad regexes 2017-03-27 16:09:08 +02:00
writers.py Merge pull request #2085 from Scheirle/feed_signal 2017-03-19 15:04:07 -04:00