summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Comment out templates path as it is not usedSteve Piercy2018-11-271-1/+1
| | |
| * | Modernize conf.py so we don't have to keep updating it for each release and yearSteve Piercy2018-11-271-4/+7
| | |
| * | Remove obsolete scriptSteve Piercy2018-11-271-9/+0
| | |
| * | Use .rst for extension for better rendering on GitHubSteve Piercy2018-11-273-1/+1
|/ /
* | Update URLs in setup.py and README (#10)Steve Piercy2018-11-268-56/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rename to README.rst for better rendering on GitHub * Update URLs in README and setup.py - See #2 and #4 * Add docs_extra to setup.py * Use pylons-sphinx-themes for pylons * Fix broken link to get initial html docs built * Move license.txt to root of repo in hopes that GitHub will find it * Remove obsolete links from navigation * Remove license from docs * Update link to pastescript in README.rst
* | Make 'python setup.py test' work (#5)Chris Dent2018-11-265-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make 'python setup.py test' work Packagers sometimes like to use 'python setup.py test'. This change adjusts setup.py and setup.cfg to allow this to work with pytest instead of nose. To make things work, the settings for coverage need to be moved into tox.ini. A SkipTest in test_config_middleware is changed to its pytest equivalent. * Remove usedevelop from tox.ini Review of improvements to setup.py indicated issues with the tox.ini.
* | Add GitHub issue templates (#13)Steve Piercy2018-11-263-0/+84
| |
* | Add contributing.md (#12)Steve Piercy2018-11-261-0/+26
|/ | | | | | | * Add contributing.md - Closes #7 * Use proper tox commands
* Merge pull request #1 from Pylons/fixup-testingChris Dent2018-11-223-1/+33
|\ | | | | Establish testing
| * Establish testingfixup-testingChris Dent2018-11-223-1/+33
|/ | | | | | | | | | | Bring tox defaults into a reasonable state, removing env aliases that tox no longer supports. Set up travis.ci, including using dist: xenial to get python 3.7 support. pypy is only in trusty. In the process add a .gitignore so ignored files don't get in the way of doing this work.
* Merged in aodag/pastedeploy-fix17/fix-17 (pull request #11)Chris Dent2018-11-217-42/+63
|\ | | | | | | fix paste_deploy paster template for python3
| * Merged in tim-burke/pastedeploy (pull request #13)Chris Dent2018-11-211-1/+7
| |\ | | | | | | | | | Fix string-formatting args when raising LookupError
| | * Resolve deprecation warningStephen Finucane2016-11-041-1/+7
| | |
| | * Merged in pytest (pull request #12)Marc Abramowitz2016-03-084-40/+41
| | |\ | | | | | | | | | | | | Switch to pytest
| | | * Close branch pytestpytestMarc Abramowitz2016-03-080-0/+0
| | | |
| | | * Eliminate cover and cover3 tox targetsMarc Abramowitz2016-03-082-19/+3
| | | | | | | | | | | | | | | | Just measure coverage for all tox test targets
| | | * Use pytest.ini testpathsMarc Abramowitz2016-03-082-3/+5
| | | | | | | | | | | | | | | | and don't have to put `tests/` in tox.ini posargs
| | | * tox.ini: Don't need pytest-cov in base testenvMarc Abramowitz2016-03-081-1/+0
| | | |
| | | * Switch to pytestMarc Abramowitz2016-03-083-40/+56
| | |/
| * | Fix string-formatting args when raising LookupErrorTim Burke2016-07-2051-0/+3116
| / | | | | | | | | | | Previously, this would trigger TypeError: not enough arguments for format string
* | fix paste_deploy paster template for python3fix-17aodag2016-03-092-8/+9
|/
* use explicit bytes literalaodag2016-03-081-1/+1
|
* Merged in tox_drop_py32_add_py35 (pull request #9)Marc Abramowitz2016-03-071-3/+3
|\ | | | | | | tox.ini: Drop py32; add py35
| * Close branch tox_drop_py32_add_py35tox_drop_py32_add_py35Marc Abramowitz2016-03-070-0/+0
| |
| * tox.ini: Drop py32; add py35Marc Abramowitz2016-03-071-3/+3
|/
* Merged in ↵Marc Abramowitz2016-03-072-8/+8
|\ | | | | | | | | | | lrowe/pastedeploy/lrowe/allow-global_conf-to-override-defaults-s-1417659209217 (pull request #7) Allow global_conf to override defaults, see: #7.
| * Update tests to reflect new behaviour of globals and DEFAULTlrowe/allow-global_conf-to-override-defaults-s-1417659209217Laurence Rowe2014-12-051-3/+4
| |
| * Allow global_conf to override defaults, see: #7.Laurence Rowe2014-12-041-5/+4
| |
| * Added tag 1.5.2 for changeset a16d11053bedAlex Gr?nholm2013-12-270-0/+0
| |
| * Released 1.5.21.5.2Alex Gr?nholm2013-12-275-33/+56
| |\
| | * Added tag 1.5.1 for changeset 578419fdccd9Alex Gr?nholm2013-12-270-0/+0
| | |
| | * Released v1.5.11.5.1Alex Gr?nholm2013-12-274-24/+48
| | |
| | * Cleaned up the envlist in tox.iniAlex Gr?nholm2013-12-271-9/+3
| | |
| | * Use reraise syntax that actually works in Py3k.Tres Seaver2013-05-081-1/+1
| | |
| | * Fixed TypeError when trying to raise LookupError on Python 3 (fixes #10)Alex Gr?nholm2012-09-162-2/+4
| | |
| | * Fix multi proxy IPs bug in X-Forwarded-For header in PrefixMiddlewarePior Bastida2012-07-311-1/+1
| | |
| | * Merged in aconrad/pastedeploy (pull request #1)Ian Bicking2012-03-152-2/+23
| | |\
| | | * use frozenset for asbool() lookupAlexandre Conrad2011-12-032-2/+23
| | | |
| | | * Moved the description to README, switched version to developmentAlex Gr?nholm2011-08-153-38/+37
| | | |
| | | * Fixed use of the wrong variable when determining the context protocolAlex Gr?nholm2011-08-151-1/+1
| | | |
| | | * Fixed typo that prevented the appconfig function from being included in the docsAlex Gr?nholm2011-05-251-1/+1
| | | |
| | | * Removed tag trunkAlex Gr?nholm2011-05-240-0/+0
| | | |
| | | * Added tag 1.5.0 for changeset 8803df83ca09Alex Gr?nholm2011-05-240-0/+0
| | | |
| | | * Bumped up version to 1.5.0 proper1.5.0Alex Gr?nholm2011-05-243-4/+4
| | | |
| | | * Shortened the enhanced error message from _interpolate to only include the ↵Alex Gr?nholm2011-05-242-5/+3
| | | | | | | | | | | | | | | | file name as all other information is already there
| | | * Updated hg ignoresAlex Gr?nholm2011-05-241-6/+5
| | | |
| | | * PEP 8 cleanups in templatesAlex Gr?nholm2011-05-242-4/+6
| | | |
| | | * Removed interfaces and entry point descriptions as useless (entry points are ↵Alex Gr?nholm2011-05-244-269/+3
| | | | | | | | | | | | | | | | documented in the manual anyway)
| | | * Recommended pip/distribute over setuptools/easy_installAlex Gr?nholm2011-05-241-9/+13
| | | |
| | | * Updated WSGI reference to PEP 3333Alex Gr?nholm2011-05-241-1/+1
| | | |