Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/parsers/html.py
Commit message (Expand)AuthorAgeFilesLines
* make sure all URLs are consistently URL-encoded where it ...Arthur de Jong2006-01-291-5/+1
* fix typo (thanks Andrew Kim <Andrew.Kim@revolution.com>)Arthur de Jong2006-01-261-2/+2
* quote links so that they do not contain any non-ASCII cha...Arthur de Jong2006-01-191-7/+13
* bug fix to handle numeric character references better (Un...Arthur de Jong2005-12-261-2/+2
* add copyright clarification to specify that generated out...Arthur de Jong2005-12-171-0/+3
* store author and title in Unicode internally and ensure t...Arthur de Jong2005-09-171-2/+23
* also try to get character encoding from XML declaration a...Arthur de Jong2005-09-171-0/+22
* parse character entries as normal data, these entities wi...Arthur de Jong2005-09-171-0/+10
* also feed style tag content to the CSS parser to parse in...Arthur de Jong2005-08-201-0/+7
* add checking of unescaped spaces to the html parser, incl...Arthur de Jong2005-08-201-25/+41
* split problems into page problems (parsing errors, wrong ...Arthur de Jong2005-08-191-1/+1
* put compiled regular expression on module level so that i...Arthur de Jong2005-08-121-2/+4
* make parsing handle errors a little more gracefully, than...Arthur de Jong2005-08-011-3/+6
* also catch AttributeError for problem in HTMLParser not f...Arthur de Jong2005-07-311-1/+1
* 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
* remove references to email addresses where they are not u...Arthur de Jong2005-07-291-3/+3
* don't replace an already set titleArthur de Jong2005-07-251-1/+2
* Mike Meyer -> Mike W. MeyerArthur de Jong2005-07-231-1/+1
* almost complete rewrite of crawling and site state code m...Arthur de Jong2005-07-221-19/+24
* move htmlparse to a more generic parsers package, cleanin...Arthur de Jong2005-07-091-0/+126