| Commit message (Expand) | Author | Age | Files | Lines |
* | new script - helps track down symbols exported by modules but not | Skip Montanaro | 2002-03-28 | 1 | -0/+128 |
|
|
* | operate as a filter when no files or directories appear on the command line | Skip Montanaro | 2002-03-26 | 1 | -9/+17 |
|
|
* | SF bug #497839: reindent chokes on empty first lines. | Tim Peters | 2002-02-17 | 1 | -0/+4 |
|
|
* | Added a module docstring, which doubles as the --help text. | Barry Warsaw | 2002-02-08 | 1 | -16/+81 |
|
|
* | www.google.com is better than google.com. | Guido van Rossum | 2002-02-08 | 1 | -1/+1 |
|
|
* | Warning message about unfound file was missing trailing \n. | Guido van Rossum | 2001-12-06 | 1 | -1/+2 |
|
|
* | SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields() | Guido van Rossum | 2001-12-06 | 1 | -3/+3 |
|
|
* | A tiny but useful script that fires off a search on Google. | Guido van Rossum | 2001-12-04 | 1 | -0/+22 |
|
|
* | Checking in Zooko's version per SF patch #476866, plus my changes to | Guido van Rossum | 2001-11-28 | 1 | -395/+429 |
|
|
* | Replace all instances of err.strerror with err. | Jeremy Hylton | 2001-10-08 | 1 | -6/+6 |
|
|
* | Changed the reindenter to strip only trailing spaces and tabs from lines, | Tim Peters | 2001-10-04 | 1 | -3/+16 |
|
|
* | Generalize file.writelines() to allow iterable objects. | Tim Peters | 2001-09-23 | 1 | -2/+1 |
|
|
* | Fix restore (difflib.restore() became a generator too). | Tim Peters | 2001-09-22 | 1 | -1/+2 |
|
|
* | Make difflib.ndiff() and difflib.Differ.compare() generators. This | Tim Peters | 2001-09-22 | 1 | -3/+2 |
|
|
* | - Reverse the meaning of the -m option: warnings about multiple / | Guido van Rossum | 2001-09-04 | 1 | -35/+85 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-09-04 | 1 | -4/+4 |
|
|
* | PEP 238 documented -Qwarn as warning only for classic int or long | Guido van Rossum | 2001-09-04 | 1 | -1/+1 |
|
|
* | Rename the -D option to -Q, to avoid a Jython option name conflict. | Guido van Rossum | 2001-09-04 | 1 | -1/+1 |
|
|
* | Implement what the docstring said: multiple slashes per line are | Guido van Rossum | 2001-09-02 | 1 | -15/+26 |
|
|
* | Added more text to the docstring, updated the way the exit status is | Guido van Rossum | 2001-09-02 | 1 | -31/+113 |
|
|
* | A grep-like tool that looks for division operators. | Guido van Rossum | 2001-09-02 | 1 | -0/+89 |
|
|
* | The beginnings of a script to help finding / operators that may need | Guido van Rossum | 2001-09-01 | 1 | -0/+237 |
|
|
* | Fix typo in module docstring. | Tim Peters | 2001-08-15 | 1 | -1/+1 |
|
|
* | + A msg on c.l.py reminded me that docstrings can be implicitly catenated. | Tim Peters | 2001-08-13 | 1 | -28/+48 |
|
|
* | SF patch #445412 extract ndiff functionality to difflib, from | Tim Peters | 2001-08-12 | 1 | -226/+15 |
|
|
* | Tool to delete (or just rewrite parts of) obsolete future statements. | Tim Peters | 2001-08-12 | 1 | -0/+256 |
|
|
* | When representing #includes as imports, do from MOD import *. | Martin v. Löwis | 2001-08-09 | 1 | -1/+1 |
|
|
* | Patch #437683: Use re instead of regex. | Martin v. Löwis | 2001-08-09 | 1 | -33/+38 |
|
|
* | Rename pydoc.pyw to pydocgui.pyw: Since we changed Python to allow .pyw | Tim Peters | 2001-08-05 | 2 | -2/+5 |
|
|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 2 | -4/+4 |
|
|
* | This is a trivial command line utility to print MD5 checksums. | Guido van Rossum | 2001-06-22 | 1 | -0/+32 |
|
|
* | Patch #430754: Makes ftpmirror.py .netrc aware | Martin v. Löwis | 2001-06-07 | 1 | -3/+10 |
|
|
* | Moved the encoding map building logic from the individual mapping | Marc-André Lemburg | 2001-05-16 | 1 | -3/+1 |
|
|
* | Fix several bugs and add two features. | Jeremy Hylton | 2001-05-08 | 1 | -34/+88 |
|
|
* | Append the revision number for each file to the output. | Guido van Rossum | 2001-04-10 | 1 | -1/+1 |
|
|
* | Script for starting pydoc with a GUI in Windows. | Ka-Ping Yee | 2001-03-23 | 1 | -0/+2 |
|
|
* | Call main routine in pydoc module (pydoc.cli). | Ka-Ping Yee | 2001-03-01 | 1 | -76/+2 |
|
|
* | Add script form of pydoc so that it's present in beta1. Currently | Andrew M. Kuchling | 2001-02-28 | 1 | -0/+78 |
|
|
* | Moved SequenceMatcher from ndiff into new std library module difflib.py. | Tim Peters | 2001-02-10 | 1 | -292/+2 |
|
|
* | Hand repair of cases where reindent changed lines of the form | Tim Peters | 2001-01-17 | 6 | -18/+18 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 34 | -2357/+2356 |
|
|
* | This patch changes the default behaviour of the builtin charmap | Marc-André Lemburg | 2001-01-03 | 1 | -11/+39 |
|
|
* | SF bug 124051: ndiff "?" lines can be confusing. Well, they still can, but | Tim Peters | 2000-12-09 | 1 | -28/+19 |
|
|
* | Hack ndiff to display lines w/ leading tabs more intuitively. This synchs | Tim Peters | 2000-11-01 | 1 | -9/+24 |
|
|
* | I'm moving redemo.py here from Demo/tkinter/guido, since it is | Guido van Rossum | 2000-10-06 | 1 | -0/+171 |
|
|
* | New tool for normalizing indentation of .py files. | Tim Peters | 2000-10-05 | 1 | -0/+258 |
|
|
* | satisfy the tabnanny | Jeremy Hylton | 2000-09-18 | 3 | -358/+358 |
|
|
* | Allow this script to act like a module by only calling main() if | Barry Warsaw | 2000-09-16 | 1 | -1/+3 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -19/+4 |
|
|
* | Rob Hooft, Moshe Zadka: converted to 4 space indents and re instead of regex. | Guido van Rossum | 2000-09-01 | 2 | -72/+78 |
|
|