summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* Fixed regex used in redirectsIan Bicking2005-07-171-1/+1
* Provide a more complete ImportError messageIan Bicking2005-07-171-3/+3
* Forgot that we put in builders, not actual functionsIan Bicking2005-07-171-0/+10
* Redesign to display contents more nicely, and move blog off front page (which...Ian Bicking2005-07-171-2/+3
* Added more transformationsIan Bicking2005-07-161-0/+13
* Added (preliminary) scripts to generate Paste styleIan Bicking2005-07-161-0/+129
* Use defaults by defaultIan Bicking2005-07-151-1/+1
* Added code to allow setting of cookiesIan Bicking2005-07-131-2/+14
* Added cookie setting methodIan Bicking2005-07-131-2/+15
* Remove install-related commands (that will all just go in the setuptools comm...Ian Bicking2005-07-132-135/+1
* Create fast path for applications that return lists or tuples with catch_errorsIan Bicking2005-07-111-1/+6
* Added new utility function to catch errors in subapplications, and use callba...Ian Bicking2005-07-111-1/+42
* Added a decorator function for profiling any function and logging to a fileIan Bicking2005-07-071-1/+110
* Added more information about failed importsIan Bicking2005-07-071-2/+4
* Bug with extra arguments to wrapped events; Made dispatching less likely to c...Ian Bicking2005-07-031-13/+21
* Made event wrapping more subclassing-friendly; added foward_to_wsgiapp method...Ian Bicking2005-07-031-11/+25
* Another bug fix from the refactoringIan Bicking2005-07-031-4/+3
* Added new middleware for debugging with print statemetnsIan Bicking2005-07-031-0/+87
* Added new configuration, important_middleware, which gets applied very early ...Ian Bicking2005-07-032-0/+9
* Added new function capture_outputIan Bicking2005-07-031-1/+42
* Make it slightly easier to capture output selectively, and otherwise not effe...Ian Bicking2005-07-031-2/+8
* Fixed hook (broken from last commit)Ian Bicking2005-07-021-1/+1
* Fixed bug introduced in refactoringIan Bicking2005-07-021-4/+3
* Added request.config() method, closing #2Ian Bicking2005-06-301-0/+3
* Patch from Thomas Jenkins (ticket #17), fixing paster listIan Bicking2005-06-301-4/+4
* Patch from Thomas Jenkins (ticket #18, not completely applied to packing.py)Ian Bicking2005-06-302-3/+2
* Made HTTPUnauthorized use a realm argument, so that it is compatible with Web...Ian Bicking2005-06-291-1/+7
* Missing importsIan Bicking2005-06-281-0/+2
* Copy namespace over from config, don't delete; that way functions will workIan Bicking2005-06-171-16/+16
* Patch for scgiserverIan Bicking2005-06-141-0/+1
* Fixed typoIan Bicking2005-06-131-1/+1
* Added __str__ methodIan Bicking2005-06-131-0/+1
* Changed construct_url to allow overrides instead of additionsIan Bicking2005-06-131-20/+17
* Put in a check for loops when using the application hookIan Bicking2005-06-131-1/+3
* Added html_title; fixed titleIan Bicking2005-06-121-4/+11
* Added new arguments to construct_urlIan Bicking2005-06-121-2/+17
* Some refactoring; added a 'application' hook for __init__.py; documented curr...Ian Bicking2005-06-121-28/+58
* Added function for parsing QUERY_STRINGIan Bicking2005-06-121-0/+23
* Make copy_dir respect simulate (closes #7)Ian Bicking2005-06-101-3/+4
* Added a --stop-daemon option to paster serveIan Bicking2005-06-102-9/+41
* Check for existance of PID file, warn if PID file exists, raise error when th...Ian Bicking2005-06-101-3/+25
* Added some package URLsIan Bicking2005-06-101-0/+1
* Make setup_module() work without a module passed inIan Bicking2005-06-081-1/+6
* TypoIan Bicking2005-06-061-1/+1
* Make sure the required REMOTE_ADDR key is setIan Bicking2005-06-061-0/+1
* Allow configurable error messageIan Bicking2005-06-061-1/+2
* Make sure a package is installed before enabling with PsateIan Bicking2005-06-031-0/+2
* Allow root_url = None (auto SCRIPT_NAME)Ian Bicking2005-06-022-2/+4
* Fixed up the cgi serverIan Bicking2005-06-022-10/+30
* Fixed problem where arguments were ignored with paster serveIan Bicking2005-06-021-1/+7