Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing or wrong shebangs and missing executable bits for scripts (#10318) | Éric Araujo | 2011-07-26 | 1 | -0/+1 |
| | |||||
* | Fix string exception and a few style issues in mailerdaemon script | Éric Araujo | 2011-07-26 | 1 | -8/+16 |
| | |||||
* | Merged revisions 78779 via svnmerge from | Benjamin Peterson | 2010-03-21 | 1 | -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 Brandl | 2008-06-12 | 1 | -5/+5 |
| | |||||
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 1 | -1/+1 |
| | | | | small fixes by Barry. This removes mimetools from the stdlib. | ||||
* | Ran 2to3 over scripts directory. | Georg Brandl | 2008-05-16 | 1 | -2/+2 |
| | |||||
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 1 | -9/+9 |
| | |||||
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 1 | -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 Peters | 2001-01-17 | 1 | -1/+1 |
| | |||||
* | Fix multi-arg append(). | Guido van Rossum | 2000-02-29 | 1 | -1/+1 |
| | |||||
* | New version that is much more compact and easier to maintain. (Sjoerd) | Guido van Rossum | 1998-10-09 | 1 | -239/+124 |
| | |||||
* | give in to tab police | Guido van Rossum | 1998-03-24 | 1 | -224/+226 |
| | |||||
* | More changes by Sjoerd & Jack | Guido van Rossum | 1996-07-21 | 1 | -42/+136 |
| | |||||
* | Fixed bug in cts error message handling. | Jack Jansen | 1995-11-10 | 1 | -1/+1 |
| | |||||
* | Added providence mailer support | Jack Jansen | 1995-10-30 | 1 | -1/+33 |
| | |||||
* | Added (limited) compuserve error parsing | Jack Jansen | 1995-10-30 | 1 | -1/+25 |
| | |||||
* | Script to read and parse error messages from mailer daemons. | Sjoerd Mullender | 1995-10-19 | 1 | -0/+201 |
Written by Jack, some minor changes by Sjoerd. |