summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Added a paste.deploy entry point for open_id; added a 401 catcher option to ↵Ian Bicking2006-01-271-0/+2
| | | | open_id (but I haven't tested that yet)
* Removed login entry point (module was already removed)Ian Bicking2006-01-241-1/+0
|
* Added middleware for reading mod_auth_tkt-style signed cookies ↵Ian Bicking2006-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 newsIan Bicking2006-01-091-1/+1
|
* Auto-update of version stringsIan Bicking2006-01-091-1/+1
|
* Updated setup.py descriptionIan Bicking2006-01-091-0/+7
|
* Added a little argument to profile.profile_decorator, to allow conditional ↵Ian Bicking2006-01-071-0/+3
| | | | profiling; added an entry point for the built-in http server, so you can use egg:Paste#http in paste.deploy files; small doc update; got rid of MANIFEST.in, which I don't believe is actually needed to make a proper package (and might actually hurt, since setuptools handles things itself when MANIFEST.in doesn't exist).
* Separate paste.deploy entry point for lint from its main functionIan Bicking2005-12-291-1/+1
|
* Updated summary of modulesIan Bicking2005-12-181-9/+11
|
* A bunch of little import cleanups noted from pyflakesIan Bicking2005-12-181-1/+1
|
* Moved wdg_validate and profile to debug packageIan Bicking2005-12-181-2/+2
|
* Moved paste.printdebug to paste.debug.printsIan Bicking2005-12-181-1/+1
|
* Added entry point for pkg_resources file servingIan Bicking2005-12-131-0/+1
|
* Deprecated httpexceptions.middleware; split the httpexceptions middleware ↵Ian Bicking2005-12-131-1/+1
| | | | from its paste.deploy setup function
* fix installation issue with more explicit pathIan Bicking2005-11-101-8/+3
|
* debugging setuptools installIan Bicking2005-11-101-1/+1
|
* debugging setuptools installIan Bicking2005-11-101-1/+1
|
* debugging setuptools installIan Bicking2005-11-101-0/+3
|
* debugging setuptools installIan Bicking2005-11-101-0/+3
|
* Currently not zip-safe, as mochikit files can\'t be used with EvalException ↵bbangert2005-11-101-1/+1
| | | | when installed as a egg zip.
* Added find_package_data, so package data (especially MochiKit) gets included ↵Ian Bicking2005-11-101-0/+4
| | | | properly. I should probably not include quite so much of MochiKit (just the source), but that can be fixed later.
* Further refactoring and expansion of the eval exception middleware; ↵Ian Bicking2005-11-061-0/+1
| | | | functions now, but not that fancy yet
* Forgot to list this as a namespace package (doh); without that it can ↵Ian Bicking2005-11-021-0/+1
| | | | conflict with the other Paste packages
* Updated versionIan Bicking2005-10-031-1/+1
|
* Changed theme; fixed some small markupIan Bicking2005-09-281-1/+1
|
* Updated dependencies and descriptionIan Bicking2005-09-211-53/+126
|
* Added static file-serving appIan Bicking2005-09-211-0/+1
|
* Updated license infoIan Bicking2005-08-311-2/+2
|
* Renamed factory names for paste.deployIan Bicking2005-08-251-3/+3
|
* Moved script to another package (PasteScript)Ian Bicking2005-08-251-1/+0
|
* paste.deployified wdg_validateIan Bicking2005-08-221-0/+1
|
* note distasteIan Bicking2005-08-221-0/+1
|
* paste.deployified sessionIan Bicking2005-08-221-0/+1
|
* paste.deployified recursiveIan Bicking2005-08-221-0/+1
|
* paste.deployified pycgiwrapperIan Bicking2005-08-221-0/+1
|
* paste.deployified profilemiddlewareIan Bicking2005-08-221-0/+1
|
* paste.deployified printdebugIan Bicking2005-08-221-0/+1
|
* paste.deployified loginIan Bicking2005-08-221-0/+1
|
* paste.deployified lintIan Bicking2005-08-221-0/+1
|
* paste.deployified httpexceptionsIan Bicking2005-08-221-0/+1
|
* paste.deployified gzipperIan Bicking2005-08-221-0/+1
|
* paste-deployified flup session middlewareIan Bicking2005-08-221-0/+1
|
* Cleanup from the last deleteIan Bicking2005-08-221-0/+1
|