~leonardr/beautifulsoup/bs4

  • Committer: Leonard Richardson
  • Date: 2012-08-20 18:10:29 UTC
  • Revision ID: leonardr@segfault.org-20120820181029-hn42hvx5ebm8dzxt
Raise a more specific error (FeatureNotFound) when a requested
  parser or parser feature is not installed. Raise NotImplementedError
  instead of ValueError when the user calls insert_before() or
  insert_after() on the BeautifulSoup object itself. Patch by Aaron
  Devore. [bug=1038301]
Filename Latest Rev Last Changed Committer Comment Size
..
bs4 75.1.16 14 years ago Leonard Richardson Renamed the beautifulsoup module to bs4 to save ty Diff
doc 168 13 years ago Leonard Richardson Use MANIFEST.in instead of setup.py to hold the do Diff
scripts 169.1.4 13 years ago Leonard Richardson Added scripts. Diff
.bzrignore 90.1.5 13 years ago Thomas Kluyver Ignore autogenerated directories 18 bytes Diff Download File
AUTHORS.txt 179.1.3 13 years ago Leonard Richardson Test that CSS selectors work within the tree as we 1.7 KB Diff Download File
File convert-py3k 101 13 years ago Leonard Richardson More script noodling. 550 bytes Diff Download File
COPYING.txt 190 13 years ago Leonard Richardson Updated copyright year. 1.2 KB Diff Download File
MANIFEST.in 169.1.5 13 years ago Leonard Richardson Cleaned up script and added it to the MANIFEST.in. 152 bytes Diff Download File
NEWS.txt 259 12 years ago Leonard Richardson Raise a more specific error (FeatureNotFound) when 33.6 KB Diff Download File
README.txt 161 13 years ago Leonard Richardson Updated testing instructions. 1.4 KB Diff Download File
setup.py 252 12 years ago Leonard Richardson Prep for release. 1.2 KB Diff Download File
File test-all-versions 130 13 years ago Leonard Richardson Added the scripts I use to run the unit tests on b 56 bytes Diff Download File
TODO.txt 226 13 years ago Leonard Richardson Removed completed TODO. 1 KB Diff Download File