summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2022-04-08Some cleanup work to get more consistent and complete about what gets package...Leonard Richardson
2021-10-09Changed HTTP URLs to HTTPS.Leonard Richardson
2021-09-12Ported unit tests to use pytest.Leonard Richardson
2021-09-07Goodbye, Python 2. [bug=1942919]Leonard Richardson
2020-10-24Fix tests install exclusionVille Skyttä
2020-10-03Prepare for release.Leonard Richardson
2020-09-26Increment version number.Leonard Richardson
2020-08-31Correct PyPI dep metadata (PEP 508 env markers instead of a condition in setu...Mike Nerone
2020-05-17Switch entirely to Python 3-style print statements, even in Python 2.Leonard Richardson
2020-04-05Set up a different soupsieve dependency for Python 2.Leonard Richardson
2020-04-05Embedded CSS and Javascript is now stored in distinct Stylesheet andLeonard Richardson
2019-12-24Bumped version number.Leonard Richardson
2019-10-06Right, that's why I didn't import __version__ from bs4 to begin with.Leonard Richardson
2019-10-06Added section on Python 2 sunsetting.Leonard Richardson
2019-07-16Prep for release.Leonard Richardson
2019-01-06Prep for release.Leonard Richardson
2018-12-31Bumped version number.Leonard Richardson
2018-12-23Merging Isaac Muse's Soup Sieve branch as-is before making some modifications.Leonard Richardson
2018-12-19Add Soup Sieve supportIsaac Muse
2018-08-12Bump up to version 4.6.3 so I can re-release.Leonard Richardson
2018-08-12Converted README to Markdown format.Leonard Richardson
2018-07-28Prep for release.Leonard Richardson
2017-05-07Prep for 4.6.0 release.Leonard Richardson
2017-01-02I need to do another release because of an error while running the release sc...Leonard Richardson
2017-01-02Prep for 4.5.2 release.Leonard Richardson
2016-08-02Bump version number.Leonard Richardson
2016-07-26Clarify Python 2(.7) support statusVille Skyttä
2016-07-19Bump version number in setup.py.Leonard Richardson
2015-07-03Turns out setup.py requiring lxml was never in a released version which is a ...Leonard Richardson
2015-07-03Change setup.py to focus on creating wheels.Leonard Richardson
2015-06-28Also include convert-py3k in source distributions. [bug=1304006]Leonard Richardson
2014-12-07Issue a warning if the BeautifulSoup constructor arguments do not explicitly ...Leonard Richardson
2013-10-02Prep for release.Leonard Richardson
2013-08-15Bumped version number.Leonard Richardson
2013-06-03Beautiful Soup will issue a warning if instead of markup you pass itLeonard Richardson
2013-05-31Prep for release.Leonard Richardson
2013-05-14Prep for release.Leonard Richardson
2012-08-20Prep for release.Leonard Richardson
2012-08-17Prep for release.Leonard Richardson
2012-07-03Prep for release.Leonard Richardson
2012-05-29Prep for release.Leonard Richardson
2012-04-27Prep for release.Leonard Richardson
2012-04-16Prep for release.Leonard Richardson
2012-04-03Prep for release.Leonard Richardson
2012-03-26Prep for release.Leonard Richardson
2012-03-14Bumping version number AGAIN.Leonard Richardson
2012-03-02Bump version number.Leonard Richardson
2012-02-24Renamed Tag.nsprefix to Tag.prefix, for consistency with NamespacedAttribute.Leonard Richardson
2012-02-23Bumped version number.Leonard Richardson
2012-02-20It's now possible to copy a BeautifulSoup object created with the html.parser...Leonard Richardson