summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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