summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Auto-update of version stringsianb2007-03-071-1/+1
|
* Auto-update of version stringsianb2007-02-011-1/+1
|
* Auto-update of version stringsianb2007-02-011-1/+1
|
* Add app to monitor and summarize the status of any wedged threads. Also a ↵ianb2007-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 Kupperschmidtianb2007-01-081-0/+1
|
* Auto-update of version stringsianb2006-12-221-1/+1
|
* added paste.config, a rewrite of paste.deploy.config using the registrypjenvey2006-12-211-0/+1
|
* Auto-update of version stringsianb2006-12-181-1/+1
|
* Auto-update of version stringsianb2006-10-221-1/+1
|
* Updated trove classifiers1.0.1ianb2006-10-221-1/+6
|
* Add docstring for all the entry pointsianb2006-10-201-2/+0
|
* Moved evalexception entry pointianb2006-10-201-1/+1
|
* Moved wdg_validate to new entry pointianb2006-10-201-1/+1
|
* Moved session entry pointianb2006-10-201-1/+1
|
* moved entry point for recursiveianb2006-10-201-1/+1
|
* Moved profile entry pointianb2006-10-201-1/+1
|
* Moved and fixed gzip middleware entry point; typo in docsianb2006-10-201-1/+1
|
* Moved flup_session entry point to separate functionianb2006-10-201-1/+1
|
* Moved cgitb middleware entry point to separate functionianb2006-10-201-1/+1
|
* Moved entry point for error_catcher to a separate function; reformatted ↵ianb2006-10-201-1/+1
| | | | docstring to make paster points happier
* Added a force_host arg to TransparentProxyianb2006-10-181-1/+2
|
* Added an Paste Deploy entry point for paste.transloggerianb2006-10-071-0/+1
|
* Auto-update of version stringsianb2006-09-041-1/+1
|
* Removed Paste Deploy dependencies in many placesianb2006-08-191-2/+2
|
* Added an entry point for paste.auth.cookie; added/currected a little info to ↵ianb2006-08-191-0/+1
| | | | the docstrings
* Auto-update of version stringsianb2006-08-121-1/+1
|
* Auto-update of version stringsianb2006-07-271-1/+1
|
* Auto-update of version stringsianb2006-07-201-1/+1
|
* Removed errordocument.empty_error, since it never actually worked in a ↵0.9.5ianb2006-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 commitianb2006-07-141-1/+1
|
* Added a middleware to clear out error bodies, making them more accessible to ↵ianb2006-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)ianb2006-07-141-0/+3
|
* Patch from Brad Clements to add Paste Deploy support for paste.auth methodsianb2006-06-301-0/+3
|
* Auto-update of version stringsianb2006-06-221-1/+1
|
* Auto-update of version stringsianb2006-05-241-1/+2
|
* Auto-update of version stringsianb2006-05-151-1/+1
|
* Auto-update of version stringsianb2006-05-071-1/+1
|
* Auto-update of version stringsianb2006-04-211-1/+1
|
* OMG a pony\!ianb2006-04-011-0/+4
|
* Added entry point for paste.proxyianb2006-03-131-0/+1
|
* Auto-update of version stringsianb2006-03-071-1/+1
|
* Remove reference to ez_setup -- for now it just causes too many problems. ↵ianb2006-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 ↵ianb2006-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)
* Added a paste.deploy entry point for open_id; added a 401 catcher option to ↵ianb2006-01-271-0/+2
| | | | open_id (but I haven't tested that yet)
* Removed login entry point (module was already removed)ianb2006-01-241-1/+0
|
* Added middleware for reading mod_auth_tkt-style signed cookies ↵ianb2006-01-181-0/+2
| | | | (paste.auth.auth_tkt). Added middleware to set user and group based on IP addresses (paste.auth.grantip). Added some modules for handling ranges of IP addresses, taken from some Python Cookbook recipes -- license is unclear on these, but I've requested clarification from the author (shouldn't be released until that is clarified).
* - forgot reference in setup.pycce2006-01-091-1/+1
|
* Updated desc, added newsianb2006-01-091-1/+1
|
* Auto-update of version stringsianb2006-01-091-1/+1
|
* Updated setup.py descriptionianb2006-01-091-0/+7
|