summaryrefslogtreecommitdiff
path: root/Mailman/pipermail.py
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup: put all the web archive related stuff into it's own subcotton1998-10-221-626/+0
| | | | | | | | | | | | | | | | | | | | | | | | package. Details: changed Makefile to add the sub package as a directory to make recursively in changed configure to make the replacements to Mailman/Archiver/Makefile.in changed Mailman/Makefile.in to add Archiver as a sub package moved Mailman/Archiver.py to Mailman/Archiver/Archiver.py and Mailman/Hyper* to Mailman/Archiver Mailman/pipermail.py to Mailman/Archiver/ created Mailman/Archiver/__init__.py to do a "from Archiver import *" in order to make it's interface identical to previously. import change: changed imports to import Mailman.<module> from import <module> in order to accomodate the package import semantics, also localized <module> by calling <module> = Mailman.<module>. see diffs for details if this sounds confusing, it's not. this change was applied to all of the moved files except pipermail, which didn't need it. did a basic new installation test to make sure all the Makefile/configure changes took place atleast basically correctly. scott
* update pipermail to the current version for web archiving.cotton1998-10-091-522/+589
| | | | scott
* /usr/local/bin/python => /usr/bin/env pythonbwarsaw1998-06-191-2/+1
|
* Add note about deprecation of the internal pipermail code.klm1998-04-101-0/+8
|
* Initial revisionmailman1998-02-271-0/+552