Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-05 | Embedded CSS and Javascript is now stored in distinct Stylesheet and | Leonard Richardson | |
Script tags, which are ignored by methods like get_text(). This feature is not supported by the html5lib treebuilder. [bug=1868861] | |||
2019-12-24 | Bumped version number. | Leonard Richardson | |
2019-10-06 | Right, that's why I didn't import __version__ from bs4 to begin with. | Leonard Richardson | |
2019-10-06 | Added section on Python 2 sunsetting. | Leonard Richardson | |
2019-07-16 | Prep for release. | Leonard Richardson | |
2019-01-06 | Prep for release. | Leonard Richardson | |
2018-12-31 | Bumped version number. | Leonard Richardson | |
2018-12-23 | Merging Isaac Muse's Soup Sieve branch as-is before making some modifications. | Leonard Richardson | |
2018-12-19 | Add Soup Sieve support | Isaac Muse | |
2018-08-12 | Bump up to version 4.6.3 so I can re-release. | Leonard Richardson | |
2018-08-12 | Converted README to Markdown format. | Leonard Richardson | |
2018-07-28 | Prep for release. | Leonard Richardson | |
2017-05-07 | Prep for 4.6.0 release. | Leonard Richardson | |
2017-01-02 | I need to do another release because of an error while running the release ↵ | Leonard Richardson | |
script. | |||
2017-01-02 | Prep for 4.5.2 release. | Leonard Richardson | |
2016-08-02 | Bump version number. | Leonard Richardson | |
2016-07-26 | Clarify Python 2(.7) support status | Ville Skyttä | |
2016-07-19 | Bump version number in setup.py. | Leonard Richardson | |
2015-07-03 | Turns out setup.py requiring lxml was never in a released version which is a ↵ | Leonard Richardson | |
big relief as we don't need that anymore. | |||
2015-07-03 | Change setup.py to focus on creating wheels. | Leonard Richardson | |
2015-06-28 | Also include convert-py3k in source distributions. [bug=1304006] | Leonard Richardson | |
2014-12-07 | Issue a warning if the BeautifulSoup constructor arguments do not explicitly ↵ | Leonard Richardson | |
name a parser. | |||
2013-10-02 | Prep for release. | Leonard Richardson | |
2013-08-15 | Bumped version number. | Leonard Richardson | |
2013-06-03 | Beautiful Soup will issue a warning if instead of markup you pass it | Leonard Richardson | |
a URL or the name of a file on disk (a common beginner mistake). | |||
2013-05-31 | Prep for release. | Leonard Richardson | |
2013-05-14 | Prep for release. | Leonard Richardson | |
2012-08-20 | Prep for release. | Leonard Richardson | |
2012-08-17 | Prep for release. | Leonard Richardson | |
2012-07-03 | Prep for release. | Leonard Richardson | |
2012-05-29 | Prep for release. | Leonard Richardson | |
2012-04-27 | Prep for release. | Leonard Richardson | |
2012-04-16 | Prep for release. | Leonard Richardson | |
2012-04-03 | Prep for release. | Leonard Richardson | |
2012-03-26 | Prep for release. | Leonard Richardson | |
2012-03-14 | Bumping version number AGAIN. | Leonard Richardson | |
2012-03-02 | Bump version number. | Leonard Richardson | |
2012-02-24 | Renamed Tag.nsprefix to Tag.prefix, for consistency with NamespacedAttribute. | Leonard Richardson | |
2012-02-23 | Bumped version number. | Leonard Richardson | |
2012-02-20 | It's now possible to copy a BeautifulSoup object created with the ↵ | Leonard Richardson | |
html.parser treebuilder. | |||
2012-02-20 | Use MANIFEST.in instead of setup.py to hold the docs and text files. | Leonard Richardson | |
2012-02-20 | Remove *.txt and doc from setup.py until I can figure out how to include ↵ | Leonard Richardson | |
them in the tarball without installing them. | |||
2012-02-16 | Prep for release. | Leonard Richardson | |
2012-02-09 | Bumped version number. | Leonard Richardson | |
2012-02-08 | Moved around a bunch of metadata. | Leonard Richardson | |
2012-02-08 | Fixed download URL. | Leonard Richardson | |
2012-02-07 | Package the docs with the code. | Leonard Richardson | |
2012-02-06 | You can't replace a tag with its parent, or insert a tag into itself. ↵ | Leonard Richardson | |
replace operations return the thing that was replaced. | |||
2012-02-02 | Improved the setup.py. | Leonard Richardson | |
2012-02-02 | Fixed links and package names now that the distribution picture is becoming ↵ | Leonard Richardson | |
more clear. |