summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Improved the paster create --template=paste_deploy template, to include an en...ianb2006-01-104-0/+67
* Added some more metadata to the thing returned by appconfigianb2005-12-191-4/+13
* Trimming down the paste_deploy templateianb2005-12-094-22/+11
* Added pkg_resources.declare_namespaceianb2005-11-211-1/+2
* Fix a configuration nameianb2005-11-181-1/+1
* Bunch of minor changes suggested by pyflakesianb2005-11-141-1/+0