summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Unlink before rename (for NT).Guido van Rossum1997-05-191-1/+5
|
* Correct comment; -c is off by default.Guido van Rossum1997-05-151-1/+1
|
* Open the output files with 'wb', not 'w'.Guido van Rossum1997-05-151-1/+1
|
* Version 1.1. Fix memory leak and expensive comparison with None.Guido van Rossum1997-01-181-3/+22
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-2725-26/+25
|
* Changed so that it replaces /usr/local/bin/python with /usr/bin/env python.Guido van Rossum1996-11-271-6/+6
|
* Changed logic so it now replaces anything that has #! and python inGuido van Rossum1996-11-271-6/+5
| | | | the first line, replacing the entire line.
* Script to fix cprt noticeGuido van Rossum1996-11-271-0/+78
|
* Fixed a bug: files that no longer exist remotely would never beGuido van Rossum1996-11-141-0/+24
| | | | | | | | | removed from .mirrorinfo. Now they are (even if -r is not specified -- the files are not removed, just their .mirrorinfo entry). Added a feature: the -s pattern option is also used to skip local files when removing (i.e. -r won't remove local files matching the -s patterns).
* (texi2html.py): Minor improvement to HTML 3.0 output for code examples.Fred Drake1996-10-251-2/+7
|
* (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottomFred Drake1996-10-111-2/+2
| | | | | | | navigation links for HTML 3 version. Forced a blank line above the footnotes separator for HTML 2; at least one page did not get this spaced correctly.
* (texi2html.py): Tightened the generated HTML slightly. Added -p option toFred Drake1996-10-091-159/+251
| | | | | | | | | | | | | | | | print section titles even when the debugging output is not enabled. Added -3 option to generate HTML 3.0 constructs where meaningful. Removed repititive garbage generation: the old version added simple descriptive comments after every datadesc/funcdesc/*desc entry: function(args) -- function of module xxxx Description.... These comments are no longer generated: function(args) Description....
* (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentationFred Drake1996-09-131-1324/+1319
| | | | | | | | | to 4 spaces per level (no longer 8). (Makefile): Use .pyc versions of partparse.py and texi2html.py to generate converted documentation formats. This reduces the startup costs; probably doesn't affect anyone but me in reality, but helps when working on the docs.
* Note obsolescenceGuido van Rossum1996-09-111-1/+5
|
* Allow whitespace before '#' in preprocessor directives.Guido van Rossum1996-08-221-3/+4
|
* Some improvements by Fred Drake.Guido van Rossum1996-08-091-60/+58
|
* More changes by Sjoerd & JackGuido van Rossum1996-07-211-42/+136
|
* Create files as temp file and move to real location only when complete.Guido van Rossum1996-04-091-7/+22
| | | | Added some try-except statements around listdir and mkdir operations.
* don't die on unreadable files etc.Guido van Rossum1996-02-051-6/+10
|
* 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.
* Fixed typo: == -> =.Sjoerd Mullender1995-08-291-1/+1
|
* many fixes by anonymous contributorGuido van Rossum1995-08-281-72/+298
|
* added ftp mirror scriptGuido van Rossum1995-06-202-0/+300
|
* mods by Gregor Schmid -- very nice!Guido van Rossum1995-05-031-23/+106
|
* added "pystone" benchmarkGuido van Rossum1995-03-302-0/+230
|
* new, from ../Demo/wwwGuido van Rossum1995-03-151-0/+1191
|
* moved lots of scripts from Demo/scripts to Tools/scriptsGuido van Rossum1995-03-021-0/+31
|
* use $INCLUDE path (Mark Hammond)Guido van Rossum1995-01-171-7/+26
|
* Get rid of freeze (now its own directory).Guido van Rossum1994-10-033-24/+160
| | | | Added some new demos. Fixed a few others.
* newslist.py: Added search for .newslistrc.py;Guido van Rossum1994-08-192-1/+151
| | | | | pindent.py: use /usr/local/bin/python; pathfix.py: new script to fix #! lines in a group of scripts.
* Added convenience functions {complete,reformat}_{filter,string,file}.Guido van Rossum1994-06-071-19/+145
| | | | Added usage message to test program.
* correct typos in option parsing loopGuido van Rossum1994-05-271-2/+2
|
* Added -i option to ignore general regexpsGuido van Rossum1994-05-171-19/+27
|
* Initial revisionGuido van Rossum1994-05-151-0/+314
|
* Initial revisionGuido van Rossum1994-05-091-0/+113
|
* Process command line arguments; skip #defines that generate invalidGuido van Rossum1994-05-031-7/+36
| | | | Python
* Restructured main, use getopt, use regular expression search insteadGuido van Rossum1994-01-211-10/+23
| | | | of prefix match
* Initial revisionGuido van Rossum1994-01-071-0/+49
|
* remove references to /ufs/guido/bin/sgi/pythonGuido van Rossum1994-01-075-5/+0
|
* Various changes, andded -c optionGuido van Rossum1994-01-071-10/+23
|
* Initial revisionGuido van Rossum1993-06-101-0/+303
|
* Ignore ,v files tooGuido van Rossum1993-06-051-1/+1
|
* *** empty log message ***Guido van Rossum1993-04-0112-12/+12
|
* MicrofixesGuido van Rossum1993-04-012-2/+3
|
* Fix bug when reporting errorGuido van Rossum1992-12-102-3/+3
|
* Adapt to modern times...Guido van Rossum1992-12-102-25/+27
|
* Initial revisionGuido van Rossum1992-12-092-0/+206
|