summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* Use regular expressions for branch matching, to avoid includingGuido van Rossum2003-01-071-8/+11
* Add byext.pyGuido van Rossum2003-01-021-0/+1
* Silly little script to print statistics (files, lines, words) byGuido van Rossum2003-01-011-0/+116
* Correct buggy module docstring.Jeremy Hylton2002-12-111-17/+30
* Fix one bug and reformat lots of code.Jeremy Hylton2002-12-111-50/+72
* add logmerge.py (pydoc is already installed)Skip Montanaro2002-12-051-0/+1
* simple setup.py to install some interesting scripts in $(prefix)/bin.Skip Montanaro2002-12-051-0/+16
* * when given, port should be converted to intSkip Montanaro2002-12-051-1/+3
* allow optional port specified as part of the hostname, e.g.,Skip Montanaro2002-12-051-3/+6
* Expand negative hexadecimal constants.Martin v. Löwis2002-11-231-9/+25
* Patch #542562, file 25252: Remove changelog.Martin v. Löwis2002-11-221-38/+0
* Tim wins a bet. Don't use re.Guido van Rossum2002-11-131-2/+2
* Added -b tag option to limit output to a specific branch only.Guido van Rossum2002-09-291-5/+43
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-1125-120/+90
* This is my patchMichael W. Hudson2002-08-151-34/+15
* A tool to transform gprof(1) output into HTML, so you can click on aGuido van Rossum2002-08-091-0/+78
* * runctx - fix a couple typosSkip Montanaro2002-07-251-17/+21
* Mechanically translated string method calls to string methods.Fred Drake2002-06-181-36/+22
* SF patch #552837, submitted by Robert Pyron:Fred Drake2002-06-181-29/+508
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-0/+2
* moving into the Doc/tools directorySkip Montanaro2002-04-301-128/+0
* Use md5.new() constructorAndrew M. Kuchling2002-04-171-1/+1
* Use 2.1's .hexdigest() methodAndrew M. Kuchling2002-04-171-5/+2
* new script - helps track down symbols exported by modules but notSkip Montanaro2002-03-281-0/+128
* operate as a filter when no files or directories appear on the command lineSkip Montanaro2002-03-261-9/+17
* 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