Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix small issues in NEWS and debian/changelog files1.10.3Arthur de Jong2008-07-192-3/+0
* release 1.10.3Arthur de Jong2008-07-190-0/+0
* get files ready for 1.10.3 releaseArthur de Jong2008-07-196-4/+170
* build-depend on newer version of python-support and suppo...Arthur de Jong2008-07-191-2/+2
* upgrade to standards-version 3.8.0 (no changes needed)Arthur de Jong2008-07-191-1/+1
* add docstringArthur de Jong2008-07-191-0/+2
* copy-paste fix (thanks Robert M. Jansen <dutch12154@yahoo...Arthur de Jong2008-07-131-1/+1
* set correct Host header without port number in itArthur de Jong2008-07-081-2/+4
* remove default port from URLsArthur de Jong2008-07-081-0/+6
* call tidy (if available) on HTML content (based on a patc...Arthur de Jong2008-07-045-8/+67
* fix name of fileArthur de Jong2008-07-041-1/+1
* also pick up any style attributes and parse as css, based...Arthur de Jong2008-06-212-0/+10
* add parsing of script tag and background attributes, base...Arthur de Jong2008-06-153-0/+17
* do not require src attribute for parsing inline style tagsArthur de Jong2008-06-151-1/+1
* update copyright yearArthur de Jong2008-06-154-4/+4
* include change log from release 1.10.2.0Arthur de Jong2008-06-151-0/+6
* fix parsing of <param> tagArthur de Jong2008-05-251-1/+1
* also log exception information to the outputArthur de Jong2008-05-251-0/+3
* add Chris Shenton since he provided a patch for part of t...Arthur de Jong2008-05-241-0/+1
* support <iframe> and some common usages of <object>Arthur de Jong2008-05-241-0/+15
* catch exceptions from parsing moduleArthur de Jong2008-05-241-1/+4
* take a shot at making debian/copyright machine parseableArthur de Jong2008-05-241-35/+37
* implement the --userpass option to pass username and pass...Arthur de Jong2008-02-184-30/+56
* fix bug in command-line parsing of short -r optionArthur de Jong2008-02-181-2/+2
* avoid reporting a problem more than onceArthur de Jong2007-12-141-2/+4
* upgrade to standards-version 3.7.3 (no changes needed)Arthur de Jong2007-12-141-1/+1
* make Vcs URLs link to the trunkArthur de Jong2007-12-141-2/+2
* fix usage of backtickArthur de Jong2007-12-071-1/+1
* 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