aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/scripts/mailerdaemon.py
Commit message (Collapse)AuthorAge
* gh-97669: Remove outdated example scripts (#97675)Victor Stinner2022-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove outdated example scripts of the Tools/scripts/ directory. A copy can be found in the old-demos project: https://github.com/gvanrossum/old-demos Removed scripts (39): * byext.py * byteyears.py * cleanfuture.py * copytime.py * crlf.py * db2pickle.py * dutree.doc * dutree.py * find-uname.py * find_recursionlimit.py * finddiv.py * findlinksto.py * findnocoding.py * fixcid.py * fixdiv.py * fixheader.py * fixnotice.py * fixps.py * get-remote-certificate.py * google.py * highlight.py * ifdef.py * import_diagnostics.py * lfcr.py * linktree.py * lll.py * mailerdaemon.py * make_ctype.py * mkreal.py * objgraph.py * pdeps.py * pickle2db.py * pindent.py * pysource.py * reindent-rst.py * rgrep.py * suff.py * texi2html.py * which.py Changes: * Remove test_fixcid, test_lll, test_pdeps and test_pindent of test.test_tools. * Remove get-remote-certificate.py changelog entry, since the script was removed. Note: there is a copy of crlf.py in Lib/test/test_lib2to3/data/.
* bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)Serhiy Storchaka2022-05-08
| | | | I suppose it is a remnants of very old code written when str, int, list, dict, etc were functions and not classes.
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-08
| | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter.
* Fix missing or wrong shebangs and missing executable bits for scripts (#10318)Éric Araujo2011-07-26
|
* Fix string exception and a few style issues in mailerdaemon scriptÉric Araujo2011-07-26
|
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-21
| | | | | | | | | | 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-12
|
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-12
| | | | small fixes by Barry. This removes mimetools from the stdlib.
* Ran 2to3 over scripts directory.Georg Brandl2008-05-16
|
* Convert print statements to function calls in Tools/.Collin Winter2007-08-03
|
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-11
| | | | | | | | (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-17
|
* Fix multi-arg append().Guido van Rossum2000-02-29
|
* New version that is much more compact and easier to maintain. (Sjoerd)Guido van Rossum1998-10-09
|
* give in to tab policeGuido van Rossum1998-03-24
|
* More changes by Sjoerd & JackGuido van Rossum1996-07-21
|
* Fixed bug in cts error message handling.Jack Jansen1995-11-10
|
* Added providence mailer supportJack Jansen1995-10-30
|
* Added (limited) compuserve error parsingJack Jansen1995-10-30
|
* Script to read and parse error messages from mailer daemons.Sjoerd Mullender1995-10-19
Written by Jack, some minor changes by Sjoerd.