| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct buggy module docstring. | Jeremy Hylton | 2002-12-11 | 1 | -17/+30 |
|
|
* | Fix one bug and reformat lots of code. | Jeremy Hylton | 2002-12-11 | 1 | -50/+72 |
|
|
* | add logmerge.py (pydoc is already installed) | Skip Montanaro | 2002-12-05 | 1 | -0/+1 |
|
|
* | simple setup.py to install some interesting scripts in $(prefix)/bin. | Skip Montanaro | 2002-12-05 | 1 | -0/+16 |
|
|
* | * when given, port should be converted to int | Skip Montanaro | 2002-12-05 | 1 | -1/+3 |
|
|
* | allow optional port specified as part of the hostname, e.g., | Skip Montanaro | 2002-12-05 | 1 | -3/+6 |
|
|
* | Expand negative hexadecimal constants. | Martin v. Löwis | 2002-11-23 | 1 | -9/+25 |
|
|
* | Patch #542562, file 25252: Remove changelog. | Martin v. Löwis | 2002-11-22 | 1 | -38/+0 |
|
|
* | Tim wins a bet. Don't use re. | Guido van Rossum | 2002-11-13 | 1 | -2/+2 |
|
|
* | Added -b tag option to limit output to a specific branch only. | Guido van Rossum | 2002-09-29 | 1 | -5/+43 |
|
|
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 25 | -120/+90 |
|
|
* | This is my patch | Michael W. Hudson | 2002-08-15 | 1 | -34/+15 |
|
|
* | A tool to transform gprof(1) output into HTML, so you can click on a | Guido van Rossum | 2002-08-09 | 1 | -0/+78 |
|
|
* | * runctx - fix a couple typos | Skip Montanaro | 2002-07-25 | 1 | -17/+21 |
|
|
* | Mechanically translated string method calls to string methods. | Fred Drake | 2002-06-18 | 1 | -36/+22 |
|
|
* | SF patch #552837, submitted by Robert Pyron: | Fred Drake | 2002-06-18 | 1 | -29/+508 |
|
|
* | Patch #488073: AtheOS port. | Martin v. Löwis | 2002-06-11 | 1 | -0/+2 |
|
|
* | moving into the Doc/tools directory | Skip Montanaro | 2002-04-30 | 1 | -128/+0 |
|
|
* | Use md5.new() constructor | Andrew M. Kuchling | 2002-04-17 | 1 | -1/+1 |
|
|
* | Use 2.1's .hexdigest() method | Andrew M. Kuchling | 2002-04-17 | 1 | -5/+2 |
|
|
* | 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 |
|
|