summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/mailerdaemon.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing or wrong shebangs and missing executable bits for scripts (#10318)Éric Araujo2011-07-261-0/+1
|
* Fix string exception and a few style issues in mailerdaemon scriptÉric Araujo2011-07-261-8/+16
|
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-211-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line remove svn:executable from scripts without a shebang line ........
* Remove traces of rfc822.Georg Brandl2008-06-121-5/+5
|
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-1/+1
| | | | small fixes by Barry. This removes mimetools from the stdlib.
* Ran 2to3 over scripts directory.Georg Brandl2008-05-161-2/+2
|
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-9/+9
|
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-9/+8
| | | | | | | | (with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining.
* Whitespace normalization.Tim Peters2001-01-171-1/+1
|
* Fix multi-arg append().Guido van Rossum2000-02-291-1/+1
|
* New version that is much more compact and easier to maintain. (Sjoerd)Guido van Rossum1998-10-091-239/+124
|
* give in to tab policeGuido van Rossum1998-03-241-224/+226
|
* More changes by Sjoerd & JackGuido van Rossum1996-07-211-42/+136
|
* Fixed bug in cts error message handling.Jack Jansen1995-11-101-1/+1
|
* Added providence mailer supportJack Jansen1995-10-301-1/+33
|
* Added (limited) compuserve error parsingJack Jansen1995-10-301-1/+25
|
* Script to read and parse error messages from mailer daemons.Sjoerd Mullender1995-10-191-0/+201
Written by Jack, some minor changes by Sjoerd.