summaryrefslogtreecommitdiff
path: root/scripts/driver
Commit message (Expand)AuthorAgeFilesLines
* Clean up the manifest so that the sdist runs and passes all the tests.Barry Warsaw2009-11-291-314/+0
* Update copyright years.bwarsaw2007-01-191-1/+1
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-0/+37
* As Mark discovered, we need to load the configuration in the driver script forbwarsaw2006-09-241-0/+2
* Set package name and version number in AC_INIT macro in configure.in. Also,bwarsaw2006-05-151-1/+1
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-54/+67
* backport from 2.1.6.tkikuchi2005-08-281-16/+36
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* Promote STEALTH_MODE to a Defaults.py/mm_cfg.py variable and defaultbwarsaw2003-10-101-14/+12
* run_main(): Application of Richard Barrett's patch # 668685 whichbwarsaw2003-04-191-6/+7
* run_main(): When running the cgi, redirect stdout to a cStringIO, andbwarsaw2002-10-011-0/+7
* run_main(): Because the site-packages path hacking no longer happensbwarsaw2002-02-121-6/+2
* run_main(): A simplification -- I want to try to not pre-loadbwarsaw2001-12-311-10/+0
* run_main(): Don't stick Mailman.i18n._ in the builtins.bwarsaw2001-06-271-11/+2
* run_main(): Gross and temporary hack to put `_' in the builtins. It'sbwarsaw2000-12-071-0/+9
* Turn STEALTH_MODE back on for the 2.1 development cycle.bwarsaw2000-12-071-17/+17
* In preparation for 2.0 final, turn on STEALTH_MODEbwarsaw2000-09-291-1/+1
* run_main(): Moved the initialization of logger local to None outsidebwarsaw2000-09-271-4/+4
* print_traceback(), top-level: Remove the Cache-control: and Expires:bwarsaw2000-07-221-4/+0
* print_traceback(), top-level: Include HTTP headers "Cache-control:bwarsaw2000-07-201-0/+4
* Add Emacs helper at top of file.bwarsaw2000-07-191-0/+1
* Added a variable STEALTH_MODE which can be set to true to inhibitbwarsaw2000-06-051-38/+49
* print_environment(): Reveal even more secrets about Mailman'sbwarsaw2000-04-061-7/+37
* run_main(): During call to the Cgi's main routine, set sys.stderr tobwarsaw2000-04-041-7/+5
* Remove the commented out extended open() function, since Python 1.5.2bwarsaw2000-03-211-30/+5
* Changes to workaround some bogus clients which either don't include abwarsaw1999-01-081-0/+10
* print_traceback(): A few changes to get the Mailman version numberbwarsaw1999-01-071-2/+10
* move the import of Mailman.Utils.reraise into the debugging-open()bwarsaw1998-12-101-13/+13
* open(): in the debugging version, use Mailman.Utils.reraise() tobwarsaw1998-11-031-4/+3
* What about this one?bwarsaw1998-08-041-1/+1
* Sighbwarsaw1998-08-041-1/+1
* Another trivial rsync related changebwarsaw1998-08-041-1/+1
* One more timebwarsaw1998-08-031-3/+4
* Guess again :-)bwarsaw1998-08-031-2/+2
* Contrived change (to test rsync'ing)bwarsaw1998-08-031-1/+1
* open(): put filename on the e object as an attribute to mimic the waybwarsaw1998-08-031-0/+1
* Very substantially rewritten. The old driver script let too manybwarsaw1998-07-311-60/+100
* run_main(): initialize logger and multi to sys.stderr. This is inbwarsaw1998-07-291-0/+5
* Added a useful debugging hack (commented out).bwarsaw1998-07-221-0/+21
* Use the new Mailman.Logging package to provide better logging onbwarsaw1998-07-021-20/+23
* New CGI driver script that attempts to import the real script from thebwarsaw1998-06-191-0/+147