summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* Moved SequenceMatcher from ndiff into new std library module difflib.py.Tim Peters2001-02-101-292/+2
* Hand repair of cases where reindent changed lines of the formTim Peters2001-01-176-18/+18
* Whitespace normalization.Tim Peters2001-01-1734-2357/+2356
* This patch changes the default behaviour of the builtin charmapMarc-André Lemburg2001-01-031-11/+39
* SF bug 124051: ndiff "?" lines can be confusing. Well, they still can, butTim Peters2000-12-091-28/+19
* Hack ndiff to display lines w/ leading tabs more intuitively. This synchsTim Peters2000-11-011-9/+24
* I'm moving redemo.py here from Demo/tkinter/guido, since it isGuido van Rossum2000-10-061-0/+171
* New tool for normalizing indentation of .py files.Tim Peters2000-10-051-0/+258
* satisfy the tabnannyJeremy Hylton2000-09-183-358/+358
* Allow this script to act like a module by only calling main() ifBarry Warsaw2000-09-161-1/+3
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-19/+4
* Rob Hooft, Moshe Zadka: converted to 4 space indents and re instead of regex.Guido van Rossum2000-09-012-72/+78
* Python code coverage tool by Skip Montanaro and Andrew DalkeJeremy Hylton2000-08-031-0/+661
* add expandtabs command (-e)Peter Schneider-Kamp2000-07-111-37/+64
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Running the program through itself reveals that one end tag wasGuido van Rossum2000-06-281-1/+1
* Peter Schneider-Kamp:Guido van Rossum2000-06-281-10/+75
* Of course, I forget how to type long ago...Fred Drake2000-03-171-1/+1
* "write marshalled" --> "writes marshalled" (in docstring); noted byFred Drake2000-03-171-1/+1
* Marc-Andre Lemburg: addedGuido van Rossum2000-03-102-0/+290
* Correct type error in getopt.error handling code.Guido van Rossum2000-02-291-1/+1
* Script by Tim Peters to discover illegal append() calls.Guido van Rossum2000-02-291-0/+168
* Fix multi-arg append().Guido van Rossum2000-02-291-1/+1
* Deleting tabpolice.py; it was superceded by tabnanny.py long ago.Guido van Rossum2000-02-231-104/+0
* Moved tabnanny.py to standard library status.Guido van Rossum2000-02-231-368/+0
* Patch by Gerrit Holl:Guido van Rossum2000-02-142-4/+4
* Patch by Gerrit Holl:Guido van Rossum2000-02-141-2/+6
* Scrit by Marc-Andre Lemburg to generate htmlentitydefs.py.Guido van Rossum1999-08-191-0/+65
* Mark Hammond writes:Guido van Rossum1999-07-301-1/+3
* Use re instead of regex.Guido van Rossum1999-04-091-10/+11
* For reasons I dare not explain, this script should always executeGuido van Rossum1999-04-021-2/+1
* Tim Peters writes:Guido van Rossum1999-03-281-24/+53
* Tim Peters writes:Guido van Rossum1999-03-271-160/+88
* During display, if EPIPE is raised, it's probably because a pager wasFred Drake1999-03-261-3/+8
* Added a -q ('quiet') option to tabnanny, which causes only the names ofAndrew M. Kuchling1998-12-181-3/+7
* Patch by Chris Herborth:Guido van Rossum1998-12-171-1/+7
* Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de notices:Guido van Rossum1998-10-201-1/+4
* New version that is much more compact and easier to maintain. (Sjoerd)Guido van Rossum1998-10-091-239/+124
* Fix multi-arg list.append() calls.Guido van Rossum1998-10-083-9/+9
* Added a whole bunch of descriptions.Guido van Rossum1998-10-071-0/+11
* Use the imp module to get the magic word.Guido van Rossum1998-10-071-6/+2
* Added #! lineGuido van Rossum1998-10-071-0/+1
* Print serious errors to stderr instead of stdout.Guido van Rossum1998-09-141-4/+11
* nannifiedGuido van Rossum1998-09-141-885/+885
* nannifiedGuido van Rossum1998-09-141-17/+17
* nannified.Guido van Rossum1998-09-141-8/+8
* Utility to replace CRLF with LF in argument files.Guido van Rossum1998-09-141-0/+19
* Utility to replace LF with CRLF in argument files.Guido van Rossum1998-09-141-0/+19
* Utility to untabify stubber results.Guido van Rossum1998-09-141-0/+50
* New tool: reverse grep (greps from the end). Uses a fairly efficientGuido van Rossum1998-08-121-0/+65