summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* Patch #437683: Use re instead of regex.Martin v. Löwis2001-08-091-33/+38
* Rename pydoc.pyw to pydocgui.pyw: Since we changed Python to allow .pywTim Peters2001-08-052-2/+5
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-202-4/+4
* This is a trivial command line utility to print MD5 checksums.Guido van Rossum2001-06-221-0/+32
* Patch #430754: Makes ftpmirror.py .netrc awareMartin v. Löwis2001-06-071-3/+10
* Moved the encoding map building logic from the individual mappingMarc-André Lemburg2001-05-161-3/+1
* Fix several bugs and add two features.Jeremy Hylton2001-05-081-34/+88
* Append the revision number for each file to the output.Guido van Rossum2001-04-101-1/+1
* Script for starting pydoc with a GUI in Windows.Ka-Ping Yee2001-03-231-0/+2
* Call main routine in pydoc module (pydoc.cli).Ka-Ping Yee2001-03-011-76/+2
* Add script form of pydoc so that it's present in beta1. CurrentlyAndrew M. Kuchling2001-02-281-0/+78
* 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