summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Adding Tim Peters' ndiff utility.Guido van Rossum1998-05-061-0/+667
* After variable expansion, what was formerly a single word can nowGuido van Rossum1998-05-061-7/+8
* Remove Emacs cruft at end.Guido van Rossum1998-05-061-4/+0
* accept * in return value type and convert it to _ptr after theGuido van Rossum1998-04-281-1/+2
* Style and StyleParameter are two different types.Guido van Rossum1998-04-281-1/+1
* class ByAddressType, a simple Type but passed by address even onGuido van Rossum1998-04-281-0/+7
* typo in error message (fname vs. file).Guido van Rossum1998-04-282-2/+2
* Use a try-except so that the pickle file is written even when we dieGuido van Rossum1998-04-271-14/+18
* Use the (new) standard script #! lineBarry Warsaw1998-04-231-28/+51
* Freeze assumes that all built-in modules are part of the Python core.Guido van Rossum1998-04-231-4/+6
* If freezing with the -O option, the optimized bytecode files areGuido van Rossum1998-04-231-0/+4
* When using extention modules, relative path names that occur in theGuido van Rossum1998-04-231-0/+2
* Shouldn't import addpack!Guido van Rossum1998-04-201-1/+0
* Change the example of what's in scripts/.Guido van Rossum1998-04-101-3/+3
* tabnanny stuffGuido van Rossum1998-04-104-507/+508
* Tim's version 4, with my modsGuido van Rossum1998-04-102-28/+12
* This really needs python 1.5 now...Guido van Rossum1998-04-081-1/+1
* Add usage message when no arguments.Guido van Rossum1998-04-063-0/+12
* Tim's latest version (supports old and new tokenize modules)Guido van Rossum1998-04-062-154/+256
* Give in to tabnannyGuido van Rossum1998-04-066-1041/+850
* Version 1.0 is official!Guido van Rossum1998-04-062-3/+6
* Untabified, for tabnanny.Guido van Rossum1998-04-061-593/+593
* Reindented without tabs and with uniform 4 space indent.Guido van Rossum1998-04-061-36/+36
* posix->os.Guido van Rossum1998-04-031-3/+3
* Tim Peters' program for checking whether a program's indentation isGuido van Rossum1998-03-312-0/+604
* 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
* Big changes by Mark Hammond to support freezing with DLLs on Windows.Guido van Rossum1998-03-204-47/+201
* update while dragging defaults to 0Barry Warsaw1998-03-171-1/+1
* No update while dragging still tracks the arrowsBarry Warsaw1998-03-171-36/+59
* Get rid of EntrywidgetBarry Warsaw1998-03-161-14/+0
* Add option for no updates on typingBarry Warsaw1998-03-161-1/+3
* Add option for no updates on draggingBarry Warsaw1998-03-161-11/+9
* Use the new PyncheOptions widgetBarry Warsaw1998-03-161-8/+30
* example output is differentBarry Warsaw1998-03-131-6/+7
* Typos in the docstring fixed by Detlef LannertBarry Warsaw1998-03-131-3/+3
* Added URL for UKBarry Warsaw1998-03-121-0/+2
* Added a hack to deal with common practice 'uk' for United KingdomBarry Warsaw1998-03-121-0/+7
* Use RCS revisionsBarry Warsaw1998-03-111-3/+3
* Updated the docstringBarry Warsaw1998-03-111-6/+17
* Added reverse lookupBarry Warsaw1998-03-111-33/+94
* Integrate with OptionsWindow... need to hook into Tab keyBarry Warsaw1998-03-101-5/+19
* Integrate with OptionsWindow... not sure it should be modalBarry Warsaw1998-03-101-6/+26
* CosmeticBarry Warsaw1998-03-101-7/+7
* Add quotes around some variable definitions; add a "clean" target.Guido van Rossum1998-03-071-5/+10
* Adapted to the new situation.Guido van Rossum1998-03-071-39/+71
* Rearrange some stuff so that the warning for unknown modules is alsoGuido van Rossum1998-03-071-17/+21
* When writing the Windows Makefile, don't forget to strip some filenamesGuido van Rossum1998-03-071-2/+3