summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* SF bug #497839: reindent chokes on empty first lines.Tim Peters2002-02-171-0/+4
* Added a module docstring, which doubles as the --help text.Barry Warsaw2002-02-081-16/+81
* www.google.com is better than google.com.Guido van Rossum2002-02-081-1/+1
* Warning message about unfound file was missing trailing \n.Guido van Rossum2001-12-061-1/+2
* SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields()Guido van Rossum2001-12-061-3/+3
* A tiny but useful script that fires off a search on Google.Guido van Rossum2001-12-041-0/+22
* Checking in Zooko's version per SF patch #476866, plus my changes toGuido van Rossum2001-11-281-395/+429
* Replace all instances of err.strerror with err.Jeremy Hylton2001-10-081-6/+6
* Changed the reindenter to strip only trailing spaces and tabs from lines,Tim Peters2001-10-041-3/+16
* Generalize file.writelines() to allow iterable objects.Tim Peters2001-09-231-2/+1
* Fix restore (difflib.restore() became a generator too).Tim Peters2001-09-221-1/+2
* Make difflib.ndiff() and difflib.Differ.compare() generators. ThisTim Peters2001-09-221-3/+2
* - Reverse the meaning of the -m option: warnings about multiple /Guido van Rossum2001-09-041-35/+85
* Whitespace normalization.Tim Peters2001-09-041-4/+4
* PEP 238 documented -Qwarn as warning only for classic int or longGuido van Rossum2001-09-041-1/+1
* Rename the -D option to -Q, to avoid a Jython option name conflict.Guido van Rossum2001-09-041-1/+1
* Implement what the docstring said: multiple slashes per line areGuido van Rossum2001-09-021-15/+26
* Added more text to the docstring, updated the way the exit status isGuido van Rossum2001-09-021-31/+113
* A grep-like tool that looks for division operators.Guido van Rossum2001-09-021-0/+89
* The beginnings of a script to help finding / operators that may needGuido van Rossum2001-09-011-0/+237
* Fix typo in module docstring.Tim Peters2001-08-151-1/+1
* + A msg on c.l.py reminded me that docstrings can be implicitly catenated.Tim Peters2001-08-131-28/+48
* SF patch #445412 extract ndiff functionality to difflib, fromTim Peters2001-08-121-226/+15
* Tool to delete (or just rewrite parts of) obsolete future statements.Tim Peters2001-08-121-0/+256
* When representing #includes as imports, do from MOD import *.Martin v. Löwis2001-08-091-1/+1
* 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