summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* 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-151-2/+6
|\
| * use frozenset for asbool() lookupAlexandre Conrad2011-12-031-2/+6
| * 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
| * 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-242-260/+0
| * Added support for the call: protocol, contributed by Jason StittAlex Gr?nholm2011-05-242-1/+62
| |\
| | * Added a new loader using the call: protocol that uses an object path and not ...Jason Stitt2010-11-111-0/+54
| | * 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
| | * Handle cases where X-Forwarded-Host has multiple valuesianb2009-02-111-2/+2
| | * Add X-Forwarded-For translation to REMOTE_ADDRianb2008-07-031-0/+2
| | * Also translate X-Forwarded-Proto to wsgi.url_schemeianb2008-06-201-2/+4
| | * Translate X-Forwarded-Scheme to wsgi.url_schemeianb2008-06-201-1/+4
| | * use an ini-language block in docstringianb2008-06-131-1/+1
| | * 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
| | * Make modulefinder import conditionalianb2008-04-091-3/+7
| | * Added paste.deploy.converters.asint (#155)ianb2007-10-101-0/+7
| | * Improve the error message when there's trailing whitespace in a filenameianb2007-08-151-0/+5
| | * Use X-Forwarded-Host if availableianb2007-08-131-3/+5
| | * Fix appconfig and filter-withianb2007-05-251-1/+1
| | * strip filename; use %r in OSErrorrflosi2007-05-081-2/+2
| | * doh, typoianb2007-04-011-1/+1
| | * change default http server in PasteScript templateianb2007-04-011-1/+1
| | * allow PrefixMiddleware to set the schemeianb2007-02-211-4/+9
| | * covert old-style classes to new-style classespjenvey2007-01-051-10/+10
| | * restore the popped paste.config to environ when appropriatepjenvey2006-12-211-0/+7
| | * Strip any trailing /'s from prefix in PrefixMiddleware. Specifically the def...ianb2006-12-141-1/+1
| | * Added force_port optionianb2006-12-141-3/+26
| | * 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
| | * modulefinder changeianb2006-11-061-2/+14
| | * Added X-Forwarded-Host translationianb2006-10-201-1/+21
| | * Add docstring to config middleware entry pointianb2006-10-201-0/+2
| | * Added documentation for all the entry points paste deploy usesianb2006-10-132-1/+38
| | * Adding config module docstring and extended docs for PrefixMiddleware.bbangert2006-09-031-1/+37
| | * reverting r5451; woops, isn't neededpjenvey2006-08-111-3/+1
| | * avoid popping the thread's config twice when app_iter is Nonepjenvey2006-08-111-1/+3
| | * Adding prefix middleware which compensates for cases where the wsgi app is be...bbangert2006-07-101-1/+17
| | * Changed _loadconfig() so that it works with Windows absolute pathsthejimmyg2006-06-291-1/+10
| | * Added copyright header to a bunch of filesianb2006-06-138-0/+16
| | * Make the error messages prettier when you call a function and fail to give an...ianb2006-03-132-10/+76
| | * 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
| | * Removed python2.4ismsianb2006-01-102-3/+5