Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 1.10.2 release1.10.2Arthur de Jong2007-11-047-7/+86
* move Homepage pseudo header to control header and remove ...Arthur de Jong2007-11-041-4/+4
* add comma for readabilityArthur de Jong2007-11-041-1/+1
* fix reference to GPL file in common-licensesArthur de Jong2007-11-041-1/+1
* updated information about Python versions to use and add ...Arthur de Jong2007-11-041-4/+11
* add workaround for Python 2.3 (based on a patch by Claire...Arthur de Jong2007-10-094-1/+19
* add a warning if the used version of BeautifulSoup contai...Arthur de Jong2007-09-171-0/+5
* implement undocumented --profile option to write profilin...Arthur de Jong2007-07-222-7/+25
* remove old linbot provides/conflicts/replaces stuff as li...Arthur de Jong2007-07-221-3/+0
* update recommends to python-beautifulsoup version 3.0.2 o...Arthur de Jong2007-07-221-1/+1
* get files ready for 1.10.1 release1.10.1Arthur de Jong2007-07-157-25/+147
* output which parser module is used in debug modeArthur de Jong2007-07-151-0/+1
* fix spelling in ChangeLog messagesArthur de Jong2007-07-151-94/+94
* also handle http-equiv refresh meta headerArthur de Jong2007-07-151-3/+13
* just ignore setting encoding to NoneArthur de Jong2007-07-151-1/+1
* fix printing of None encodingArthur de Jong2007-07-141-1/+1
* simplify _normalize_escapes() function to improve perform...Arthur de Jong2007-07-141-22/+30
* replace double slashes in file URL paths with single onesArthur de Jong2007-07-141-0/+6
* add note about improving performance moreArthur de Jong2007-07-131-0/+2
* use sets instead of sequences for children, embedded, etc...Arthur de Jong2007-07-134-56/+48
* give the matched URL a name to make code more readableArthur de Jong2007-07-131-1/+2
* be a little more verbose when raising parsing exceptionsArthur de Jong2007-07-131-5/+5
* get rid of unneeded sortArthur de Jong2007-07-131-1/+0
* split out URL cleaning code into own moduleArthur de Jong2007-07-074-65/+105
* do not handle control-C and pass it along to the main exc...Arthur de Jong2007-07-071-1/+4
* added XS-Vcs-Svn and XS-Vcs-Browser as specified in #391023Arthur de Jong2007-07-071-0/+2
* improve deserialization and handling of Unicode stringsArthur de Jong2007-07-062-18/+14
* some extra precautions for handling Unicode data and corr...Arthur de Jong2007-07-062-4/+4
* get files ready for 1.10.0 release1.10.0Arthur de Jong2007-05-128-18/+154
* also lower-case reqanchorArthur de Jong2007-05-121-0/+2
* fix some copyright datesArthur de Jong2007-05-125-5/+5
* switch robots.txt handling to default on again (broken in...Arthur de Jong2007-05-123-2/+15
* present the default number of redirectsArthur de Jong2007-05-091-2/+3
* update copyright informationArthur de Jong2007-05-081-2/+2
* fixes to make output XHTML 1.1 compliantArthur de Jong2007-04-243-8/+20
* handle ID attribute as anchor on any tagArthur de Jong2007-04-241-5/+5
* lower-case anchor and errors to include id as optionArthur de Jong2007-04-242-2/+4
* correctly parse author informationArthur de Jong2007-04-201-2/+2
* introduce HTML parsing using BeautifulSoup with a fall-ba...Arthur de Jong2007-04-204-64/+256
* mark encoding problems and output more debuggingArthur de Jong2007-04-201-2/+2
* fix formatting of previous changelog entryArthur de Jong2007-04-201-3/+2
* fix typoArthur de Jong2007-04-201-1/+1
* add workaround for bug in idna moduleArthur de Jong2007-04-061-0/+5
* add some comments to the follow_link() methodArthur de Jong2007-04-061-0/+4
* make parsing of URLs and conversion to Link objects a lit...Arthur de Jong2007-04-061-9/+28
* use consistent Unicode conversionArthur de Jong2007-04-061-8/+14
* document the fact that --force should be used for non-int...Arthur de Jong2007-04-061-1/+2
* bail out if reading user input failedArthur de Jong2007-04-061-1/+6
* evaluate archive attribute of <applet> tag instead of cod...Arthur de Jong2007-03-311-2/+5
* get rid of old base (singular) as bases is now used every...Arthur de Jong2007-03-141-3/+0