summaryrefslogtreecommitdiff
path: root/paste/deploy
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵ianb2006-03-132-10/+76
| | | | an argument, like a required function argument
* 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 ↵ianb2006-01-104-0/+67
| | | | entry point and sample application ready to run
* Added some more metadata to the thing returned by appconfigianb2005-12-191-4/+13
|
* Trimming down the paste_deploy templateianb2005-12-094-22/+11
|
* Fix a configuration nameianb2005-11-181-1/+1
|
* Bunch of minor changes suggested by pyflakesianb2005-11-141-1/+0
|
* Removed tag distutils command (this has been moved to buildutils)ianb2005-11-141-168/+0
|
* Added tests of appconfig, docs, newsianb2005-10-072-9/+11
|
* Allow filters to have a filter-with configuration key. Clean up object ↵ianb2005-10-071-81/+116
| | | | stuff a bit (but just a bit)
* fix docstringianb2005-10-071-2/+4
|
* Dispatch __setitem__ and __contains__ speciallyianb2005-10-051-0/+9
|
* Copy the one bit of code we share with Paste core over (or should it use ↵ianb2005-10-044-4/+47
| | | | svn:externals?)
* Fixed error messageianb2005-10-041-1/+1
|
* Fix bug where an empty config, and no current config, were being confusedianb2005-10-031-2/+2
|
* Make sure the new paste is loadedianb2005-09-281-1/+1
|
* Typoianb2005-09-261-1/+1
|
* Made a parser subclass that gives better error messagesianb2005-09-261-1/+18
|
* Changed to special dir, instead of curdirianb2005-09-261-1/+1
|
* 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-212-4/+3
|
* Added better dependency information; fixed package_data; put requirements ↵ianb2005-09-211-3/+11
| | | | into the config middleware
* Check out the directory when you are throughianb2005-09-211-0/+19
|
* Specially process require keysrflosi2005-09-201-0/+4
|
* Added server sectionrflosi2005-09-191-0/+6
|
* Made basic_package requiredianb2005-09-181-0/+1
|
* Removed database_module settingianb2005-09-161-3/+0
|
* Don't require subprocess module to be loaded (since pre-Python 2.4 it can't be)ianb2005-09-151-1/+5
|
* Added _tmpl to files that should be substitutedianb2005-09-142-0/+0
|
* Typoianb2005-09-091-1/+1
|
* Fixed error-checking bugianb2005-09-091-3/+3
|
* Forgot to add this module in the last commitianb2005-09-091-0/+9
|
* Moved paste_deploy create template into PasteDeployianb2005-09-083-0/+29
|
* Better error messageianb2005-08-291-2/+8
|
* (re)Added a configuration middlewareianb2005-08-262-0/+164
|
* Added new variable setting to make globals localianb2005-08-261-0/+6
|
* Improvements of tag command0.2ianb2005-08-261-85/+72
|
* New setuptools tag command0.2b90.2b80.2b130.2b120.2b110.2b10ianb2005-08-251-0/+159
|
* Added filter-with option; fixed some error messages; changed protocol names0.2b70.2b60.2b50.2b40.2b30.2b20.2b1ianb2005-08-252-35/+59
|
* Converters for handling the string keys we getianb2005-08-221-0/+24
|
* New protocols, paste.server_runner1 and paste.filter_app_factory1ianb2005-08-222-2/+62
|
* Removed spurious modules which I had intended to port from previous ↵ianb2005-08-223-37/+0
| | | | experiment, but now I think I won't
* Added filter-app and pipeline sections for configs; added docs; added better ↵ianb2005-08-221-12/+101
| | | | intro; added EGG-INFO creator (instead of putting EGG-INFO in svn repository); added news document
* Added file forgotten in last commit; added interface file for documentationianb2005-08-211-0/+166
|
* Added tests for configuration and loading; allow name references to be used ↵ianb2005-08-211-112/+146
| | | | in addition to URIs when context is implied; reorganized loadwsgi.py some