| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
from mm_cfg to the configuration object.
In the config object, add an add_runner() function for extending the QRUNNERS
variable.
De-DOS-line-ending-ify configuration.py
|
| |
|
|
|
|
|
|
| |
Added pretty printing.
- dumpdb
Fixed to once again dump marshals.
Converted to use optparse.
Did not convert to mmshell framework because it's not compatible with 'interactive' usage.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
and cron scripts. When code/status == 0, there's no error (it's
likely --help output) so send that to stdout. Otherwise, it's an
error and the output goes to stderr.
|
| |
|
|
|
| |
unpickled/unmarshalled object in the global variable `msg'. Useful
for debugging things when the object structure won't print.
|
| |
|
|
|
|
|
|
|
| |
modules. Specifically, import the email package /after/ we've
imported paths.
Also, in add_members: change the import of StringIO to use the Python
standard cStringIO module, which we can now pretty much guarantee to
be there.
|
| |
|
|
|
| |
we path-hack before we try to import any email module. We'll need to
do an audit of all the command line scripts.
|
| |
|
|
| |
pickle too!
|
| | |
|
| |
|
|
| |
#465471.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
into the script's #! line -- based on --with-python settings, without
losing CVS revision history.
#! /usr/bin/env python
becomes
#! @PYTHON@
which gets substituted for in configure.
|
| |
|
|
|
|
| |
both marshalled .db files and pickled .pck files (the latter of which
is assumed to be a pickled message object, which is dumped with a
Generator instead of pprint).
|
| | |
|
| |
|
|
|
| |
Use extended print statement, string methods, and other Python 2.0
features.
|
| |
|
|
|
|
|
| |
insensitive. list_lists prints them out using their real name -- not
their internal name -- and they should differ only by case.
Closes SF bug #113742 and patch #101434.
|
|
|
contents of any of Mailman's .db files (e.g. a marshaled dictionary).
|