| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed use of the wrong variable when determining the context protocol | Alex Gr?nholm | 2011-08-15 | 1 | -1/+1 |
| * | Shortened the enhanced error message from _interpolate to only include the fi... | Alex Gr?nholm | 2011-05-24 | 1 | -4/+2 |
| * | Added support for the call: protocol, contributed by Jason Stitt | Alex Gr?nholm | 2011-05-24 | 1 | -1/+48 |
| |\ |
|
| | * | Added a new loader using the call: protocol that uses an object path and not ... | Jason Stitt | 2010-11-11 | 1 | -0/+54 |
| * | | Refactored the code to be compatible with Python 3.1 and above | Alex Gr?nholm | 2011-05-22 | 1 | -27/+46 |
| * | | PEP 8 cleanups | Alex Gr?nholm | 2011-05-17 | 1 | -3/+31 |
| * | | Fixed fix_call import | Alex Gr?nholm | 2011-05-17 | 1 | -2/+4 |
| |/ |
|
| * | raise IOError instead of OSError on file-not-found (http://trac.pythonpaste.o... | Ian Bicking | 2010-09-02 | 1 | -3/+3 |
| * | correct the error message's kwarg name | pjenvey | 2009-10-05 | 1 | -1/+1 |
| * | use abspath, fixes path handling on Jython on Windows | pjenvey | 2009-07-14 | 1 | -10/+2 |
| * | stray from normal ConfigParser behavior and interpolate defaults (with | pjenvey | 2008-06-01 | 1 | -0/+11 |
| * | fixed use sections overwriting the config's __file__ value with the use'd | pjenvey | 2008-04-22 | 1 | -0/+3 |
| * | Improve the error message when there's trailing whitespace in a filename | ianb | 2007-08-15 | 1 | -0/+5 |
| * | Fix appconfig and filter-with | ianb | 2007-05-25 | 1 | -1/+1 |
| * | strip filename; use %r in OSError | rflosi | 2007-05-08 | 1 | -2/+2 |
| * | Give better error message when scheme is missing | ianb | 2006-12-01 | 1 | -0/+2 |
| * | Allow global_conf settings passed through to show up as config defaults, avai... | ianb | 2006-11-12 | 1 | -0/+8 |
| * | Changed _loadconfig() so that it works with Windows absolute paths | thejimmyg | 2006-06-29 | 1 | -1/+10 |
| * | Added copyright header to a bunch of files | ianb | 2006-06-13 | 1 | -0/+2 |
| * | Make the error messages prettier when you call a function and fail to give an... | ianb | 2006-03-13 | 1 | -10/+17 |
| * | Make sure section name defaults to main for appconfig | ianb | 2006-01-30 | 1 | -0/+2 |
| * | Add __file__ variable in addition to here (which is the containing directory) | ianb | 2006-01-23 | 1 | -0/+2 |
| * | Added some more metadata to the thing returned by appconfig | ianb | 2005-12-19 | 1 | -4/+13 |
| * | Trimming down the paste_deploy template | ianb | 2005-12-09 | 1 | -0/+1 |
| * | Bunch of minor changes suggested by pyflakes | ianb | 2005-11-14 | 1 | -1/+0 |
| * | Added tests of appconfig, docs, news | ianb | 2005-10-07 | 1 | -8/+10 |
| * | Allow filters to have a filter-with configuration key. Clean up object stuff... | ianb | 2005-10-07 | 1 | -81/+116 |
| * | Fixed error message | ianb | 2005-10-04 | 1 | -1/+1 |
| * | Typo | ianb | 2005-09-26 | 1 | -1/+1 |
| * | Made a parser subclass that gives better error messages | ianb | 2005-09-26 | 1 | -1/+18 |
| * | Don't override here if it is already set; make sure here is an absolute location | ianb | 2005-09-25 | 1 | -1/+2 |
| * | Allow variable interpolation, including %(here)s | ianb | 2005-09-25 | 1 | -2/+3 |
| * | Fixes suggested by pyflakes | ianb | 2005-09-21 | 1 | -3/+3 |
| * | Specially process require keys | rflosi | 2005-09-20 | 1 | -0/+4 |
| * | Better error message | ianb | 2005-08-29 | 1 | -2/+8 |
| * | Added new variable setting to make globals local | ianb | 2005-08-26 | 1 | -0/+6 |
| * | Added filter-with option; fixed some error messages; changed protocol names0.2b70.2b60.2b50.2b40.2b30.2b20.2b1 | ianb | 2005-08-25 | 1 | -21/+45 |
| * | New protocols, paste.server_runner1 and paste.filter_app_factory1 | ianb | 2005-08-22 | 1 | -2/+30 |
| * | Added filter-app and pipeline sections for configs; added docs; added better ... | ianb | 2005-08-22 | 1 | -12/+101 |
| * | Added tests for configuration and loading; allow name references to be used i... | ianb | 2005-08-21 | 1 | -112/+146 |
| * | Tests of composit loading | ianb | 2005-08-21 | 1 | -14/+30 |
| * | First tests, first part of functionality | ianb | 2005-08-21 | 1 | -155/+298 |
| * | Tests, copies, still broken. Broken tests hurray\! | ianb | 2005-08-19 | 1 | -0/+173 |