| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
the modules are now unnecessary because we're going to require at
least Python 2.1.x and it should have relatively bug-free versions of
these modules. Second, if we find we need to override standard
modules, we have a different way of doing it now (by path-hacking in a
pythonlib directory one level up into the front of sys.path).
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
propagate version string changes to the public (you have to
autoreconf, then reconfigure and reinstall).
Now, VERSION is set directory in Defaults.py.in and the Release.py
script updates that file directly. Now we just need to run
./config.status and do a re-install. I hope this will make things
easier.
I'm also bumping the version to 1.0b8, so I can do a release tomorrow.
|
|
|
Pythons. When Mailman requires a newer version of a standard Python
library than can be required to already be installed, we copy the .py
file to this directory. This makes it easier to remove later when
that version of Python is required.
Other than the standard package and CVS boilerplate, smtplib.py is the
latest almost-Python-1.5.2 version.
|