| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added --with-cgi-ext option for specifying an extension on the cgi-bin | bwarsaw | 1998-08-03 | 4 | -61/+112 |
| * | Some small refinements to some options descriptions. (Prompted by | klm | 1998-08-01 | 1 | -8/+11 |
| * | TrySMTPDelivery: The queueing activity had to be more discriminating, | klm | 1998-08-01 | 1 | -5/+26 |
| * | Dang, can't chmod g+s on scripts, at least under Solaris, probably | bwarsaw | 1998-07-31 | 1 | -1/+0 |
| * | CGI_MODULES: *.py instead of error-prone explicit list | bwarsaw | 1998-07-31 | 1 | -3/+1 |
| * | MODULES: *.py instead of error-prone explicit list | bwarsaw | 1998-07-31 | 1 | -7/+1 |
| * | install: Install all bin scripts with group sticky bit set. This | bwarsaw | 1998-07-31 | 1 | -0/+1 |
| * | call_script(): Two fixes: first past `list' in as a parameter so you | bwarsaw | 1998-07-31 | 1 | -4/+5 |
| * | Very substantially rewritten. The old driver script let too many | bwarsaw | 1998-07-31 | 1 | -60/+100 |
| * | StampedLogger.__init__(): Added new default argument `immediate' | bwarsaw | 1998-07-31 | 1 | -3/+6 |
| * | __logexc() => _logexc() | bwarsaw | 1998-07-31 | 1 | -4/+4 |
| * | __logexc() => _logexc() | bwarsaw | 1998-07-31 | 1 | -9/+16 |
| * | __logexc(): Renamed to _logexc() -- single leading underscore -- so it | bwarsaw | 1998-07-31 | 1 | -1/+2 |
| * | Not sure why this was missing... | bwarsaw | 1998-07-31 | 1 | -0/+1 |
| * | install: Must make sure that the architecture dependent directories | bwarsaw | 1998-07-31 | 1 | -0/+1 |
| * | The version sent. Lots of iterations as i bumbled through a miserable | klm | 1998-07-29 | 1 | -6/+10 |
| * | Well, a bit more tweaking. | klm | 1998-07-29 | 1 | -25/+33 |
| * | Too late, i'm going to submit this. | klm | 1998-07-29 | 1 | -33/+46 |
| * | Several changes, many quite minor (web -> Web, and other | bwarsaw | 1998-07-29 | 1 | -71/+77 |
| * | run_main(): initialize logger and multi to sys.stderr. This is in | bwarsaw | 1998-07-29 | 1 | -0/+5 |
| * | Began to address some issues john raised, but need help with these. | klm | 1998-07-29 | 1 | -90/+147 |
| * | Some pictures you might want to use for the IPC7 paper. | viega | 1998-07-29 | 4 | -0/+0 |
| * | Ok, i've filled in the architecture (now "structure") using stuff from | klm | 1998-07-28 | 1 | -157/+285 |
| * | Almost a complete draft - i just have to incorporate barry's | klm | 1998-07-28 | 1 | -57/+179 |
| * | Slightly rearranged, added section detailing core classes. Added XXX | bwarsaw | 1998-07-28 | 1 | -0/+178 |
| * | Another checkpoint - please read! | klm | 1998-07-28 | 1 | -94/+69 |
| * | Removed blank line cruft | bwarsaw | 1998-07-28 | 1 | -321/+1 |
| * | Checkpoint. | klm | 1998-07-28 | 1 | -199/+172 |
| * | Release cheese. | viega | 1998-07-27 | 3 | -5/+331 |
| * | Added a brief note saying where to look for known bugs. | viega | 1998-07-27 | 1 | -65/+64 |
| * | Made proper deletions and a bug addition. | viega | 1998-07-27 | 1 | -10/+1 |
| * | Added some done info for b5. | viega | 1998-07-27 | 1 | -1/+13 |
| * | Added upgrading instructions for pre-b5 releases. | viega | 1998-07-27 | 1 | -0/+10 |
| * | Added some comments to make it easy to locate parts of the file that should | viega | 1998-07-27 | 1 | -2/+1 |
| * | Draft of mailman paper for Internation Python Conference VII. | klm | 1998-07-26 | 1 | -0/+263 |
| * | Removed import of marshal. It isn't used here. | bwarsaw | 1998-07-23 | 1 | -1/+0 |
| * | .DeliverToList(): Restructured to send deliver parameters via its | klm | 1998-07-23 | 1 | -30/+21 |
| * | do_child(): Take parameters via stdin lines, instead of command line | klm | 1998-07-23 | 1 | -34/+35 |
| * | Take parameters via stdin lines, instead of command line arguments, to | klm | 1998-07-23 | 1 | -4/+19 |
| * | SmtpConnection.send(): More provision for when a local address is | klm | 1998-07-23 | 1 | -7/+27 |
| * | Handle missing --prefix better when checking for installation | bwarsaw | 1998-07-23 | 2 | -82/+98 |
| * | George Bush sez: "blank lines... bad!" | bwarsaw | 1998-07-23 | 1 | -2/+2 |
| * | With recent maketext() (wrap()) fixes, we can just append the list of | klm | 1998-07-23 | 1 | -3/+6 |
| * | With recent maketext() (wrap()) fixes, we can just append the list of | klm | 1998-07-23 | 1 | -2/+0 |
| * | Utils.TrySMTPDelivery() was being invoked with the from_addr and | klm | 1998-07-23 | 1 | -1/+1 |
| * | Fixed package name in import of __logexc. If the module is not in the | bwarsaw | 1998-07-23 | 1 | -1/+1 |
| * | Use simplified LogStdErr() call to enable error logging from this | klm | 1998-07-23 | 2 | -12/+4 |
| * | Added a LogStdErr() call to enable error logging from this module all | klm | 1998-07-23 | 1 | -10/+2 |
| * | Whoops! Neglected to mention that i added a LogStdErr() call to | klm | 1998-07-23 | 1 | -1/+1 |
| * | Add missing imports so we don't depend on other modules populating | klm | 1998-07-23 | 1 | -6/+8 |