summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* Allow global_conf to override defaults, see: #7.Laurence Rowe2014-12-041-5/+4
* Py3k-compatible sorting of 'kwargs.items'.Tres Seaver2013-05-161-2/+1
* 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
* | fix invalid import of paste.deploy.Config to paste.deploy.config.ConfigAtsushi Odagiri2012-02-071-2/+1
|/
* 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
* | Refactored the code to be compatible with Python 3.1 and aboveAlex Gr?nholm2011-05-225-38/+90
* | PEP 8 cleanupsAlex Gr?nholm2011-05-177-27/+89
* | Fixed fix_call importAlex Gr?nholm2011-05-171-2/+4
* | 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
|/
* 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