deb-python-pecan/pecan
Adam Chainz 3fd97361ab Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-06-18 09:45:12 +01:00
..
commands Add a thread lock to `pecan serve --reload` to avoid multiple restarts 2015-08-21 12:13:05 -04:00
compat Replace usage of `inspect.getargspec` with `inspect.signature` for PY3. (#61) 2016-06-02 13:08:19 -04:00
ext Working on extension support. 2012-03-29 13:07:27 -04:00
middleware Convert readthedocs links for their .org -> .io migration for hosted projects 2016-06-18 09:45:12 +01:00
scaffolds Convert readthedocs links for their .org -> .io migration for hosted projects 2016-06-18 09:45:12 +01:00
tests Replace usage of `inspect.getargspec` with `inspect.signature` for PY3. (#61) 2016-06-02 13:08:19 -04:00
__init__.py Replace pecan's homegrown interactive debugging middleware with backlash 2015-06-11 10:04:51 -04:00
configuration.py Fix a subtle bug in pecan.configuration.Config attribute assignment 2015-07-30 15:57:40 -04:00
core.py JSON-formatted HTTP response bodies should use `pecan.jsonify.encode`. 2016-06-16 22:36:05 -04:00
decorators.py Improve documentation for @expose('json'). 2016-04-19 14:41:56 -04:00
deploy.py Correct relative imports. 2013-04-30 10:51:16 -04:00
extensions.py Fix typos in documents and comments 2013-12-10 21:56:20 -08:00
hooks.py Fixing python3 compatibility in hooks.py 2015-10-08 07:45:24 -07:00
jsonify.py pep8 fixes 2014-03-27 15:40:14 -04:00
log.py color logging support 2014-04-01 11:26:33 -04:00
rest.py Merge "Allow users to specify custom path segments for routing." 2015-05-21 23:15:31 +00:00
routing.py Allow all RFC3986-specified characters in explicit path segments. 2015-06-25 10:45:48 -04:00
secure.py Fix broken wsme-stable job and pep8 failures. 2015-03-02 12:29:37 -05:00
templating.py Cleanup unclosed files handles in templating and tests 2015-12-11 11:31:44 -08:00
testing.py create a testing utility to reset the global app configuration 2015-12-10 14:55:16 -05:00
util.py Replace usage of `inspect.getargspec` with `inspect.signature` for PY3. (#61) 2016-06-02 13:08:19 -04:00