summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* A script by Mark-Andre Lemburg to produce the PC/python_nt.def fileGuido van Rossum1998-08-101-0/+102
* # The variable total is never used somehow. I think I had plans forGuido van Rossum1998-07-021-2/+2
* Fix by Sjoerd Mullender to support symbolic links and make a backup ofGuido van Rossum1998-06-291-56/+80
* Translated to use re instead of regex. Also replaced one use ofGuido van Rossum1998-06-191-33/+45
* From: "Tim Peters" <tim_one@msn.com>Guido van Rossum1998-06-091-3/+9
* OK, here's a different way to implement the same thing -- this versionGuido van Rossum1998-05-121-6/+6
* Support filenames with spaces in their names (for non-Mac ftp servers).Guido van Rossum1998-05-121-2/+2
* Add the specific sed statement to recover the second output file toGuido van Rossum1998-05-081-1/+6
* Adding Tim Peters' ndiff utility.Guido van Rossum1998-05-061-0/+667
* typo in error message (fname vs. file).Guido van Rossum1998-04-281-1/+1
* Use the (new) standard script #! lineBarry Warsaw1998-04-231-28/+51
* Tim's version 4, with my modsGuido van Rossum1998-04-101-14/+6
* Add usage message when no arguments.Guido van Rossum1998-04-062-0/+8
* Tim's latest version (supports old and new tokenize modules)Guido van Rossum1998-04-061-77/+128
* Tim Peters' program for checking whether a program's indentation isGuido van Rossum1998-03-311-0/+302
* Add -q option that *just* prints the filename.Guido van Rossum1998-03-261-7/+13
* give in to tab policeGuido van Rossum1998-03-246-435/+440
* Report first line with inconsistent tab usage.Guido van Rossum1998-03-241-4/+24
* The Tab Police watches for possibly inconsistent indentation.Guido van Rossum1998-03-201-0/+74
* Dangerous feature added: when removing local files (i.e., only when -rGuido van Rossum1998-01-041-25/+50
* Added "-n file" option to only print files newer than the given file.Guido van Rossum1997-11-241-4/+37
* When checking for equality, open the slave file in text mode so itGuido van Rossum1997-11-041-2/+6
* Remove "." or "" from front of sys.path (this bit me once).Guido van Rossum1997-10-201-0/+3
* Fix comment to add the all-important trailing colon to the example.Guido van Rossum1997-10-061-9/+16
* Moved pystone to Lib/test. Use import test.pystone to run it.Guido van Rossum1997-09-162-249/+0
* Skip symlinks; don't bother keeping a list of files that is never used.Guido van Rossum1997-09-161-5/+2
* Use correct keyword parameter when calling copy with answer option!Guido van Rossum1997-08-181-2/+2
* Oops, there was a bug in the output formatting - the last printedGuido van Rossum1997-08-141-2/+2
* Added logmerge.pyGuido van Rossum1997-08-141-0/+1
* Consolidate a bunch of CVS or RCS logs read from stdin.Guido van Rossum1997-08-141-0/+124
* Added cvsfiles.py and treesync.pyGuido van Rossum1997-08-141-0/+2
* Source tree synchronization tool (for Windowes, mostly)Guido van Rossum1997-08-141-0/+200
* Print a list of files under CVS.Guido van Rossum1997-08-141-0/+42
* support C++ commentsGuido van Rossum1997-08-141-1/+3
* set LOOPS to 10000Guido van Rossum1997-08-141-1/+1
* 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
* 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
* (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
* (texi2html.py): Tightened the generated HTML slightly. Added -p option toFred Drake1996-10-091-159/+251
* (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentationFred Drake1996-09-131-1324/+1319
* Note obsolescenceGuido van Rossum1996-09-111-1/+5
* Allow whitespace before '#' in preprocessor directives.Guido van Rossum1996-08-221-3/+4