summaryrefslogtreecommitdiff
path: root/Mailman/Queue/HTTPRunner.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-291-73/+0
* Passwords done right.bwarsaw2007-01-141-0/+1
* In HTTPRunner, when we see a KeyboardInterrupt during the serve_forever(),bwarsaw2007-01-051-3/+4
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-051-0/+1
* Ported from 2.1 branch:bwarsaw2007-01-021-2/+4
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-3/+5
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-151-12/+15
* WSGI HTTP Server for Mailman Web interface.tkikuchi2006-10-091-0/+63