| Commit message (Expand) | Author | Age | Files | Lines |
* | More old urllib usage. | Georg Brandl | 2008-06-23 | 2 | -13/+13 |
|
|
* | More 2to3 fixes in the Tools directory. Fixes #2893. | Georg Brandl | 2008-05-16 | 2 | -22/+20 |
|
|
* | Rename Queue module to queue. | Alexandre Vassalotti | 2008-05-11 | 1 | -2/+2 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 2 | -3/+0 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -2/+2 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -3/+3 |
|
|
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 3 | -20/+20 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 3 | -8/+8 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+2 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -2/+2 |
|
|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -2/+2 |
|
|
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 1 | -1/+3 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 2 | -9/+9 |
|
|
* | [Patch #918212] Support XHTML's 'id' attribute, which can be on any element. | Andrew M. Kuchling | 2004-03-21 | 2 | -6/+31 |
|
|
* | SF bug 753592, websucker bug | Neal Norwitz | 2003-07-01 | 1 | -1/+1 |
|
|
* | When bad HTML is encountered, ignore the page rather than failing with | Mark Hammond | 2003-02-27 | 1 | -1/+9 |
|
|
* | Handle the Content-Type header a little more appropriately: if it | Fred Drake | 2002-11-12 | 1 | -0/+3 |
|
|
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 5 | -27/+22 |
|
|
* | Apply diff.txt from SF patch http://www.python.org/sf/561478 | Walter Dörwald | 2002-06-06 | 1 | -1/+2 |
|
|
* | [Bug #512799] urllib.splittype() returns a 2-tuple. (Reported by seb bacon) | Andrew M. Kuchling | 2002-03-08 | 1 | -1/+1 |
|
|
* | Fix SF bug #482171: webchecker dies on file: URLs w/o robots.txt | Guido van Rossum | 2001-12-11 | 1 | -2/+2 |
|
|
* | Only catch NameError and TypeError when attempting to subclass an | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | Added more link attributes based on additonal information from Chris | Fred Drake | 2001-04-05 | 1 | -1/+13 |
|
|
* | A number of improvements based on a discussion with Chris McCafferty | Fred Drake | 2001-04-04 | 1 | -2/+24 |
|
|
* | Patch inspired by Just van Rossum: on the Mac, in savefilename(), make | Guido van Rossum | 2000-04-25 | 1 | -1/+3 |
|
|
* | Moved robotparser.py to the Lib directory. | Guido van Rossum | 2000-03-29 | 1 | -97/+0 |
|
|
* | Fix suggested by Magnus Kessler: in class Page, it is possible for | Guido van Rossum | 2000-03-28 | 1 | -1/+4 |
|
|
* | Skip Montanaro: | Guido van Rossum | 2000-03-27 | 1 | -17/+17 |
|
|
* | Complete the integration of Sam Bayer's fixes. | Guido van Rossum | 1999-11-17 | 2 | -912/+10 |
|
|
* | Changed fron importing wcnew back to webchecker. | Guido van Rossum | 1999-11-17 | 2 | -6/+2 |
|
|
* | Integrated Sam Bayer's wcnew.py code. It seems silly to keep two | Guido van Rossum | 1999-11-17 | 1 | -46/+185 |
|
|
* | # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here, | Guido van Rossum | 1999-11-17 | 1 | -204/+203 |
|
|
* | Samuel L. Bayer: | Guido van Rossum | 1999-11-17 | 1 | -4/+12 |
|
|
* | Samuel L. Bayer: | Guido van Rossum | 1999-11-17 | 1 | -17/+46 |
|
|
* | Samuel L. Bayer: | Guido van Rossum | 1999-11-17 | 1 | -154/+178 |
|
|
* | Samuel L. Bayer: | Guido van Rossum | 1999-11-17 | 1 | -1/+6 |
|
|
* | Some changes (maybe not enough?) to make it work on Windows with local | Guido van Rossum | 1999-04-26 | 1 | -3/+3 |
|
|
* | Added Samuel Bayer's new webchecker. | Guido van Rossum | 1999-03-24 | 1 | -0/+884 |
|
|
* | Recover from failed saves; when a file turns out to be a directory, | Guido van Rossum | 1999-01-03 | 1 | -5/+17 |
|
|
* | Added note() message to Page class -- this was used but didn't exist. | Guido van Rossum | 1998-08-06 | 1 | -0/+9 |
|
|
* | Rewrite to support multiple suckers, each with their own thread. | Guido van Rossum | 1998-07-08 | 1 | -102/+140 |
|
|
* | Instead of printint, use self.message() or self.note(). | Guido van Rossum | 1998-07-08 | 2 | -72/+63 |
|
|
* | # This is a new module I wrote over the weekend. Again, you missed the | Guido van Rossum | 1998-06-15 | 1 | -16/+37 |
|
|
* | Primitive GUI for websucker. | Guido van Rossum | 1998-06-15 | 1 | -0/+185 |
|
|
* | Fix the way a trailing / is changed to /index.html so that it | Guido van Rossum | 1998-06-15 | 1 | -2/+3 |
|
|
* | sort the urls in the todo list | Guido van Rossum | 1998-06-15 | 1 | -1/+3 |
|
|
* | Use a try-except so that the pickle file is written even when we die | Guido van Rossum | 1998-04-27 | 1 | -14/+18 |
|
|
* | Give in to tabnanny | Guido van Rossum | 1998-04-06 | 6 | -1041/+850 |
|
|
* | Use a better way to bind the checkext instance variable to a check | Guido van Rossum | 1998-03-05 | 1 | -9/+8 |
|
|