summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use 'file' as a variable nameAndrew M. Kuchling2003-05-131-24/+17
* [Bug #724767] Avoid use of 'file' as a variable nameAndrew M. Kuchling2003-05-131-7/+7
* [Bug #724767] crlf.py uses the variable name file, which it shouldn't anymore.Andrew M. Kuchling2003-05-131-7/+7
* * Added separate checks for matching braces.Raymond Hettinger2003-05-121-6/+27
* Minor fixups.Raymond Hettinger2003-05-101-2/+4
* Add table level validation and made minor fix-ups.Raymond Hettinger2003-05-101-8/+22
* Added a tool for making a rough check of LaTeX documents.Raymond Hettinger2003-05-102-0/+168
* Whitespace normalization.Tim Peters2003-04-243-16/+16
* Finally added a -h option to print the module docstring and exit. ;)Barry Warsaw2003-04-201-2/+6
* Docstring clarifications.Tim Peters2003-04-191-7/+12
* Don't double-space the "??? new object ..." messages.Guido van Rossum2003-04-181-1/+1
* Heh -- I checked in an old version of this, at a time I documented theTim Peters2003-04-181-3/+1
* _Py_PrintReferenceAddresses(): also print the type name. In real useTim Peters2003-04-181-0/+124
* Various improvements to the way the table is formatted, to deal withGuido van Rossum2003-04-091-21/+36
* install timeit.py as a command line scriptSkip Montanaro2003-04-081-0/+1
* fix name of db2pickleSkip Montanaro2003-03-071-1/+1
* Use new name for GetoptError, and pass it two argumentsAndrew M. Kuchling2003-02-061-5/+5
* try to avoid gross incompatibilities with older versions of PythonSkip Montanaro2003-02-031-12/+12
* try to avoid gross incompatibilities with earlier versions of PythonSkip Montanaro2003-02-031-12/+12
* note db2pickle.py and pickle2db.pySkip Montanaro2003-02-031-0/+2
* dump database files to pickle formatSkip Montanaro2003-02-031-0/+116
* convert pickles generated by db2pickle.py back to database filesSkip Montanaro2003-02-031-0/+127
* add missing "summary" from long options listSkip Montanaro2003-02-031-1/+1
* Fix comment typo.Walter Dörwald2003-02-021-1/+1
* 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