summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Auto-update of version stringsIan Bicking2008-05-201-1/+1
|
* Auto-update of version stringsIan Bicking2008-01-041-1/+1
|
* Auto-update of version stringsIan Bicking2007-10-231-1/+1
|
* Auto-update of version stringsIan Bicking2007-10-171-1/+1
|
* Auto-update of version stringsIan Bicking2007-09-071-1/+1
|
* Auto-update of version stringsIan Bicking2007-09-041-1/+1
|
* Auto-update of version stringsIan Bicking2007-06-261-1/+1
|
* Auto-update of version stringsIan Bicking2007-03-071-1/+1
|
* Auto-update of version stringsIan Bicking2007-02-011-1/+1
|
* Auto-update of version stringsIan Bicking2007-02-011-1/+1
|
* Add app to monitor and summarize the status of any wedged threads. Also a ↵Ian Bicking2007-01-301-0/+1
| | | | handy config file for testing some stuff, and removing a config file that is long defunct
* Added entry point for paste.registry; from suggestion from Jochen KupperschmidtIan Bicking2007-01-081-0/+1
|
* Auto-update of version stringsIan Bicking2006-12-221-1/+1
|
* added paste.config, a rewrite of paste.deploy.config using the registrypjenvey2006-12-211-0/+1
|
* Auto-update of version stringsIan Bicking2006-12-181-1/+1
|
* Auto-update of version stringsIan Bicking2006-10-221-1/+1
|
* Updated trove classifiers1.0.1Ian Bicking2006-10-221-1/+6
|
* Add docstring for all the entry pointsIan Bicking2006-10-201-2/+0
|
* Moved evalexception entry pointIan Bicking2006-10-201-1/+1
|
* Moved wdg_validate to new entry pointIan Bicking2006-10-201-1/+1
|
* Moved session entry pointIan Bicking2006-10-201-1/+1
|
* moved entry point for recursiveIan Bicking2006-10-201-1/+1
|
* Moved profile entry pointIan Bicking2006-10-201-1/+1
|
* Moved and fixed gzip middleware entry point; typo in docsIan Bicking2006-10-201-1/+1
|
* Moved flup_session entry point to separate functionIan Bicking2006-10-201-1/+1
|
* Moved cgitb middleware entry point to separate functionIan Bicking2006-10-201-1/+1
|
* Moved entry point for error_catcher to a separate function; reformatted ↵Ian Bicking2006-10-201-1/+1
| | | | docstring to make paster points happier
* Added a force_host arg to TransparentProxyIan Bicking2006-10-181-1/+2
|
* Added an Paste Deploy entry point for paste.transloggerIan Bicking2006-10-071-0/+1
|
* Auto-update of version stringsIan Bicking2006-09-041-1/+1
|
* Removed Paste Deploy dependencies in many placesIan Bicking2006-08-191-2/+2
|
* Added an entry point for paste.auth.cookie; added/currected a little info to ↵Ian Bicking2006-08-191-0/+1
| | | | the docstrings
* Auto-update of version stringsIan Bicking2006-08-121-1/+1
|
* Auto-update of version stringsIan Bicking2006-07-271-1/+1
|
* Auto-update of version stringsIan Bicking2006-07-201-1/+1
|
* Removed errordocument.empty_error, since it never actually worked in a ↵0.9.5Ian Bicking2006-07-201-1/+0
| | | | useful way; changed the news to 0.9.5 (since that's what the next release will be)
* fix setup.py from last commitIan Bicking2006-07-141-1/+1
|
* Added a middleware to clear out error bodies, making them more accessible to ↵Ian Bicking2006-07-141-0/+1
| | | | Apache; added an app_iter wrapper for chaining app_iters from multiple sources (needed for peeking at status)
* Added a Paste Deploy entry point for paste.errordocument (not tested, bad me)Ian Bicking2006-07-141-0/+3
|
* Patch from Brad Clements to add Paste Deploy support for paste.auth methodsIan Bicking2006-06-301-0/+3
|
* Auto-update of version stringsIan Bicking2006-06-221-1/+1
|
* Auto-update of version stringsIan Bicking2006-05-241-1/+2
|
* Auto-update of version stringsIan Bicking2006-05-151-1/+1
|
* Auto-update of version stringsIan Bicking2006-05-071-1/+1
|
* Auto-update of version stringsIan Bicking2006-04-211-1/+1
|
* OMG a pony\!Ian Bicking2006-04-011-0/+4
|
* Added entry point for paste.proxyIan Bicking2006-03-131-0/+1
|
* Auto-update of version stringsIan Bicking2006-03-071-1/+1
|
* Remove reference to ez_setup -- for now it just causes too many problems. ↵Ian Bicking2006-02-071-2/+0
| | | | Maybe it should be copied in literally instead of using svn:externals...?
* Added a url->username translation function to the app (so we can actually ↵Ian Bicking2006-01-271-1/+1
| | | | try to log the user in when they complete the process). Added specific hooks for auth_tkt stuff -- should be changed in the future so it is common to all login systems. Made the login_redirect actually redirect externally, not internally. Not sure if that will work with everyone -- I guess not, if they aren't using auth_tkt with the auth_tkt hooks. But I'm not sure how it is supposed to work otherwise either. Maybe there needs to be two settings -- login_redirect and login_external_redirect. Or maybe leaving login_redirect blank should be okay, and that will cause the user to be redirected back to where they came from (another feature that should be added to this)