Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 1.9.3 release1.9.3Arthur de Jong2005-08-165-18/+114
* pick up configured filenames if present in directoriesArthur de Jong2005-08-163-46/+76
* add extra debugging infoArthur de Jong2005-08-161-8/+15
* use a pool of ftp connections to keep ftp connection to a...Arthur de Jong2005-08-131-18/+25
* almost complete reimplementation of the ftp scheme, handl...Arthur de Jong2005-08-131-62/+64
* add missing newline and trim trailing newline of extra li...Arthur de Jong2005-08-131-2/+3
* complete reimplementation of file module, reading index.h...Arthur de Jong2005-08-121-21/+49
* rename parameter to acceptedtypes to not conflict with mi...Arthur de Jong2005-08-124-6/+6
* also pass mimetypes to scheme modules to only fetch conte...Arthur de Jong2005-08-126-15/+29
* don't print referenced from if there are no parentsArthur de Jong2005-08-121-0/+3
* add checkurl method to clean up URLs and report problems ...Arthur de Jong2005-08-121-2/+14
* put compiled regular expression on module level so that i...Arthur de Jong2005-08-121-2/+4
* small fix to render menu better under MSIEArthur de Jong2005-08-121-1/+1
* add some extra information to every link with a nicely fo...Arthur de Jong2005-08-111-2/+60
* make parsing handle errors a little more gracefully, than...Arthur de Jong2005-08-011-3/+6
* get files ready for 1.9.2 release1.9.2Arthur de Jong2005-07-314-248/+391
* also catch AttributeError for problem in HTMLParser not f...Arthur de Jong2005-07-311-1/+1
* add note about supported versions of pythonArthur de Jong2005-07-311-0/+4
* replace numeric entity refs with their proper values base...Arthur de Jong2005-07-311-2/+11
* put new html parser in placeArthur de Jong2005-07-311-88/+113
* add https module as a wrapper to the http moduleArthur de Jong2005-07-311-0/+26
* while cleaning URLs also make host part lower-case and al...Arthur de Jong2005-07-311-3/+11
* fix a thinkoArthur de Jong2005-07-301-1/+1
* fix typoArthur de Jong2005-07-301-1/+1
* follow_link() now returns None when trying to follow a re...Arthur de Jong2005-07-301-7/+18
* remove version and author from module as no other module ...Arthur de Jong2005-07-301-3/+0
* remove support for extra configurable headersArthur de Jong2005-07-301-4/+0
* reimplement http module to be a little more generic and c...Arthur de Jong2005-07-301-97/+91
* give second search through website a slightly different d...Arthur de Jong2005-07-301-1/+1
* also ignore io errors when retrieving robots.txt filesArthur de Jong2005-07-301-1/+1
* make a _urlclean() function to always store a proper URL ...Arthur de Jong2005-07-301-2/+12
* some minor tweaks in the documentationArthur de Jong2005-07-301-6/+9
* import time as we need it for sleepArthur de Jong2005-07-291-0/+1
* do an extra breadth first traversal of the site to combin...Arthur de Jong2005-07-292-29/+79
* change email address from arthur@tiefighter.et.tudelft.nl...Arthur de Jong2005-07-294-11/+9
* remove another reference of an email addressArthur de Jong2005-07-291-1/+1
* remove references to email addresses where they are not u...Arthur de Jong2005-07-2926-73/+73
* fix a couple of typos, also thanks to Scott Kirkwood <sco...Arthur de Jong2005-07-274-6/+7
* turn tocheck list into fifo queueArthur de Jong2005-07-271-1/+1
* fix typo spotted by Scott Kirkwood <scottakirkwood@gmail....Arthur de Jong2005-07-262-2/+2
* get files ready for 1.9.1 release1.9.1Arthur de Jong2005-07-253-2/+35
* fix typo, thanks to Stefan Schröder <stefan@tokonoma.de>Arthur de Jong2005-07-251-1/+1
* only report on internal linksArthur de Jong2005-07-251-0/+2
* empty module as place holder to parse CSS (referenced fro...Arthur de Jong2005-07-251-0/+20
* don't replace an already set titleArthur de Jong2005-07-251-1/+2
* add ChangeLog for release1.9.0Arthur de Jong2005-07-241-0/+500
* get files ready for releaseArthur de Jong2005-07-242-5/+59
* clean up README removing sections that should be in the m...Arthur de Jong2005-07-241-80/+23
* rename whatsold and whatsnew plugins to old and newArthur de Jong2005-07-243-4/+4
* handle socket errors properlyArthur de Jong2005-07-241-1/+6