An error occurred fetching the project authors.
  1. 07 Nov, 2013 1 commit
  2. 24 Jun, 2012 1 commit
  3. 23 Jun, 2012 1 commit
  4. 19 Apr, 2012 2 commits
  5. 21 Feb, 2012 2 commits
  6. 15 Feb, 2012 2 commits
  7. 13 Feb, 2012 7 commits
  8. 10 Feb, 2012 1 commit
  9. 19 Dec, 2011 2 commits
  10. 18 Nov, 2011 1 commit
  11. 14 Nov, 2011 2 commits
  12. 18 Nov, 2011 1 commit
  13. 14 Nov, 2011 1 commit
  14. 08 Nov, 2011 1 commit
  15. 01 Nov, 2011 5 commits
  16. 28 Oct, 2011 1 commit
  17. 05 Sep, 2011 1 commit
  18. 07 Apr, 2011 1 commit
  19. 05 Apr, 2011 1 commit
  20. 28 Dec, 2010 3 commits
  21. 03 Dec, 2010 1 commit
    • R. David Murray's avatar
      #1486713: Add a tolerant mode to HTMLParser. · b579dba1
      R. David Murray authored
      The motivation for adding this option is that the the functionality it
      provides used to be provided by sgmllib in Python2, and was used by,
      for example, BeautifulSoup.  Without this option, the Python3 version
      of BeautifulSoup and the many programs that use it are crippled.
      
      The original patch was by 'kxroberto'.  I modified it heavily but kept his
      heuristics and test.  I also added additional heuristics to fix #975556,
      #1046092, and part of #6191.  This patch should be completely backward
      compatible:  the behavior with the default strict=True is unchanged.
      b579dba1
  22. 24 May, 2010 2 commits