summaryrefslogtreecommitdiff
path: root/paste/deploy/loadwsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed use of the wrong variable when determining the context protocolAlex Gr?nholm2011-08-151-1/+1
* Shortened the enhanced error message from _interpolate to only include the fi...Alex Gr?nholm2011-05-241-4/+2
* Added support for the call: protocol, contributed by Jason StittAlex Gr?nholm2011-05-241-1/+48
|\
| * Added a new loader using the call: protocol that uses an object path and not ...Jason Stitt2010-11-111-0/+54
* | Refactored the code to be compatible with Python 3.1 and aboveAlex Gr?nholm2011-05-221-27/+46
* | PEP 8 cleanupsAlex Gr?nholm2011-05-171-3/+31
* | Fixed fix_call importAlex Gr?nholm2011-05-171-2/+4
|/
* raise IOError instead of OSError on file-not-found (http://trac.pythonpaste.o...Ian Bicking2010-09-021-3/+3
* correct the error message's kwarg namepjenvey2009-10-051-1/+1
* use abspath, fixes path handling on Jython on Windowspjenvey2009-07-141-10/+2
* stray from normal ConfigParser behavior and interpolate defaults (withpjenvey2008-06-011-0/+11
* fixed use sections overwriting the config's __file__ value with the use'dpjenvey2008-04-221-0/+3
* Improve the error message when there's trailing whitespace in a filenameianb2007-08-151-0/+5
* Fix appconfig and filter-withianb2007-05-251-1/+1
* strip filename; use %r in OSErrorrflosi2007-05-081-2/+2
* Give better error message when scheme is missingianb2006-12-011-0/+2
* Allow global_conf settings passed through to show up as config defaults, avai...ianb2006-11-121-0/+8
* Changed _loadconfig() so that it works with Windows absolute pathsthejimmyg2006-06-291-1/+10
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
* Make the error messages prettier when you call a function and fail to give an...ianb2006-03-131-10/+17
* Make sure section name defaults to main for appconfigianb2006-01-301-0/+2
* Add __file__ variable in addition to here (which is the containing directory)ianb2006-01-231-0/+2
* Added some more metadata to the thing returned by appconfigianb2005-12-191-4/+13
* Trimming down the paste_deploy templateianb2005-12-091-0/+1
* Bunch of minor changes suggested by pyflakesianb2005-11-141-1/+0
* Added tests of appconfig, docs, newsianb2005-10-071-8/+10
* Allow filters to have a filter-with configuration key. Clean up object stuff...ianb2005-10-071-81/+116
* Fixed error messageianb2005-10-041-1/+1
* Typoianb2005-09-261-1/+1
* Made a parser subclass that gives better error messagesianb2005-09-261-1/+18
* Don't override here if it is already set; make sure here is an absolute locationianb2005-09-251-1/+2
* Allow variable interpolation, including %(here)sianb2005-09-251-2/+3
* Fixes suggested by pyflakesianb2005-09-211-3/+3
* Specially process require keysrflosi2005-09-201-0/+4
* Better error messageianb2005-08-291-2/+8
* Added new variable setting to make globals localianb2005-08-261-0/+6
* Added filter-with option; fixed some error messages; changed protocol names0.2b70.2b60.2b50.2b40.2b30.2b20.2b1ianb2005-08-251-21/+45
* New protocols, paste.server_runner1 and paste.filter_app_factory1ianb2005-08-221-2/+30
* Added filter-app and pipeline sections for configs; added docs; added better ...ianb2005-08-221-12/+101
* Added tests for configuration and loading; allow name references to be used i...ianb2005-08-211-112/+146
* Tests of composit loadingianb2005-08-211-14/+30
* First tests, first part of functionalityianb2005-08-211-155/+298
* Tests, copies, still broken. Broken tests hurray\!ianb2005-08-191-0/+173