summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
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
2012-02-20Use MANIFEST.in instead of setup.py to hold the docs and text files.Leonard Richardson
2012-02-20Remove *.txt and doc from setup.py until I can figure out how to include them...Leonard Richardson
2012-02-16Prep for release.Leonard Richardson
2012-02-09Bumped version number.Leonard Richardson
2012-02-08Moved around a bunch of metadata.Leonard Richardson
2012-02-08Fixed download URL.Leonard Richardson
2012-02-07Package the docs with the code.Leonard Richardson
2012-02-06You can't replace a tag with its parent, or insert a tag into itself. replace...Leonard Richardson
2012-02-02Improved the setup.py.Leonard Richardson
2012-02-02Fixed links and package names now that the distribution picture is becoming m...Leonard Richardson
2012-02-02Added docs.Leonard Richardson
2012-01-20More script noodling.Leonard Richardson
2011-08-16Rationalized version number.Leonard Richardson
2011-06-28Move tests into package so they can be converted by 2to3.Thomas Kluyver
2011-06-28Add simple setup file.Thomas Kluyver
2011-01-28Moved everything into the top-level directory and got rid of buildout.Leonard Richardson
2009-04-10Hooked up the test suite.Leonard Richardson
2009-04-10First attempt at an import.Leonard Richardson
2009-03-13Initial (manual) import.Leonard Richardson