summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/treesync.py
Commit message (Collapse)AuthorAgeFilesLines
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-1/+2
|
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-4/+4
| | | | | | | | (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-2/+2
|
* give in to tab policeGuido van Rossum1998-03-241-98/+98
|
* When checking for equality, open the slave file in text mode so itGuido van Rossum1997-11-041-2/+6
| | | | | | | | will compare equal even if the master file uses only \n to terminate lines (this is by far the most common situation). Also, check for the case where the master file is missing, and print the time difference in seconds when the slave file appears newer than the master (for debugging).
* Use correct keyword parameter when calling copy with answer option!Guido van Rossum1997-08-181-2/+2
|
* Source tree synchronization tool (for Windowes, mostly)Guido van Rossum1997-08-141-0/+200