1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Antoine Brenner aabb7f9345 Fix error in download_attachments() triggered by python2 unit test
The download_attachments error is triggered in the unit tests by a japanese
error message (接続を拒否されました) (connexion denied), that
python is not able to serialize the into a byte string.

This error weirdly does not appear every time the unit tests are run.
It might be related to the order in which the tests are run.

This error was found and fixed during the PyconUS 2014 pelican
sprint. It was discovered on a Linux Fedora20 computer running
Python2.7 in virtualenv
2014-04-14 22:39:10 +02:00
..
tests Merge pull request #1307 from al-tonio/datetestfix 2014-04-14 15:52:31 -04:00
themes Run tag name through escape filter to avoid invalid HTML 2014-02-18 15:01:31 +01:00
tools Fix error in download_attachments() triggered by python2 unit test 2014-04-14 22:39:10 +02:00
__init__.py Limit and filter logs 2014-04-01 20:44:09 +02:00
contents.py Limit and filter logs 2014-04-01 20:44:09 +02:00
generators.py add lang support for drafts (#826 & #1107) 2014-02-23 14:03:09 +01:00
log.py Limit and filter logs 2014-04-01 20:44:09 +02:00
paginator.py Fix Issue #1165 allows extensions to be set by certain settings 2014-03-08 20:33:23 -05:00
readers.py Limit and filter logs 2014-04-01 20:44:09 +02:00
rstdirectives.py Support for pygment defaults and relevant documentation 2013-09-15 23:13:17 -07:00
server.py Allow socket address reuse; fixed #1264 2014-02-14 14:20:38 -08:00
settings.py Limit and filter logs 2014-04-01 20:44:09 +02:00
signals.py add signal article_generator_pretaxonomy 2014-02-07 08:34:27 +01:00
urlwrappers.py Allow text substitutions when generating slugs 2013-07-04 12:17:21 +01:00
utils.py change date metadata parsing to dateutil.parser 2014-02-23 11:21:44 +01:00
writers.py change the inhibition value of *_SAVE_AS to '' 2014-03-31 19:38:49 +02:00