1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Rob Kennedy 1b6f081619 Allow socket address reuse; fixed #1264
The socket may remain in the TIME_WAIT state for some time after the
server shuts down, which prevents another instance of the server from
listening on the same port. This change allows the server to reuse the
address even when it's still waiting.
2014-02-14 14:20:38 -08:00
..
tests multiple authors implemented 2014-02-14 03:21:06 +01:00
themes multiple authors implemented 2014-02-14 03:21:06 +01:00
tools multiple authors implemented 2014-02-14 03:21:06 +01:00
__init__.py Merge pull request #1094 from mua/master 2014-01-22 07:54:12 -08:00
contents.py multiple authors implemented 2014-02-14 03:21:06 +01:00
generators.py multiple authors implemented 2014-02-14 03:21:06 +01:00
log.py fix for issue #761: handle unicode correctly in summary for Markdown 2013-04-03 19:38:42 -04:00
paginator.py Create new formatting context dict instead of using self.__dict__ 2013-08-03 13:49:43 -07:00
readers.py multiple authors implemented 2014-02-14 03:21:06 +01: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 Clarify docs about the DIRECT_TEMPLATES _SAVE_AS and _URL settings. 2014-01-05 23:37:44 +01: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 Simplify usage of utils.copy 2013-12-07 21:11:15 +01:00
writers.py Simplify a bit pagination code. 2014-01-05 23:34:46 +01:00