summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing branch: fix.templatefix.templateAlex Gr?nholm2013-05-250-0/+0
* fix invalid import of paste.deploy.Config to paste.deploy.config.ConfigAtsushi Odagiri2012-02-071-2/+1
* fix template bugAtsushi Odagiri2012-02-070-0/+0
* 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 fi...Alex Gr?nholm2011-05-242-5/+3
* 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
* 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
* Added support for the call: protocol, contributed by Jason StittAlex Gr?nholm2011-05-247-11/+135
|\
| * Added a new loader using the call: protocol that uses an object path and not ...Jason Stitt2010-11-113-0/+99
* | Updated newsAlex Gr?nholm2011-05-221-0/+9
* | Added the proper classifiers for supported Python versionsAlex Gr?nholm2011-05-221-1/+7
* | Refactored the code to be compatible with Python 3.1 and aboveAlex Gr?nholm2011-05-2214-101/+211
* | Added PyPy 1.4 and 1.5 separately to the environment listAlex Gr?nholm2011-05-221-1/+7
* | Don't install Paste for py3.x since it's not yet compatibleAlex Gr?nholm2011-05-221-0/+7
* | Ignore the FakeApp's egg directory that is generated with the test suiteAlex Gr?nholm2011-05-221-1/+3
* | Use a substitution variable for the interpreter name -- fixes tests on JythonAlex Gr?nholm2011-05-171-1/+1
* | PEP 8 cleanupsAlex Gr?nholm2011-05-177-27/+89
* | Removed finddata.py since it's apparently no longer used anywhereAlex Gr?nholm2011-05-171-95/+0
* | Ignored .tox, .pydevproject and .project (the last two from Pydev/Eclipse)Alex Gr?nholm2011-05-171-0/+7
* | Fixed fix_call importAlex Gr?nholm2011-05-171-2/+4
* | Added myself as maintainer, cleaned up setup.py and excluded the HTML documen...Alex Gr?nholm2011-05-173-14/+8
* | Added tox configurationAlex Gr?nholm2011-05-171-0/+7
* | Removed an unnecessary (and dangerous?) importAlex Gr?nholm2011-05-171-8/+1
* | The threadinglocal module is no longer necessary, so replaced the util packag...Alex Gr?nholm2011-05-174-51/+5
|/
* remove prints from finddataIan Bicking2010-10-282-4/+5
* Added tag 1.3.4 for changeset 4d54bc8f3d19Ian Bicking2010-09-160-0/+0
* Remove setup.cfg, which wasn't being (usefully) used, and add finddata to rem...1.3.4Ian Bicking2010-09-164-33/+108
* Added tag 1.3.4 for changeset 8e656ba4f841Ian Bicking2010-09-140-0/+0
* update news for releaseIan Bicking2010-09-142-4/+4
* raise IOError instead of OSError on file-not-found (http://trac.pythonpaste.o...Ian Bicking2010-09-022-3/+7
* moved repoIan Bicking2009-10-282-4/+5
* update tagsconvert-repo2009-10-280-0/+0
* correct the error message's kwarg namepjenvey2009-10-051-1/+1
* changelog r8024pjenvey2009-07-141-0/+5
* use abspath, fixes path handling on Jython on Windowspjenvey2009-07-141-10/+2
* convert to nose 0.11pjenvey2009-05-073-2/+4
* Auto-update of version stringsianb2009-02-111-1/+1
* update news for release1.3.3ianb2009-02-112-3/+3
* Handle cases where X-Forwarded-Host has multiple valuesianb2009-02-112-2/+5
* used the wrong license troveianb2009-01-261-1/+1
* Add X-Forwarded-For translation to REMOTE_ADDRianb2008-07-032-1/+4
* Also translate X-Forwarded-Proto to wsgi.url_schemeianb2008-06-202-5/+7