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