index
:
beautifulsoup.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.py
Age
Commit message (
Expand
)
Author
2015-07-03
Turns out setup.py requiring lxml was never in a released version which is a ...
Leonard Richardson
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
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
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 html.parser...
Leonard Richardson
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 them...
Leonard Richardson
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. replace...
Leonard Richardson
2012-02-02
Improved the setup.py.
Leonard Richardson
2012-02-02
Fixed links and package names now that the distribution picture is becoming m...
Leonard Richardson
2012-02-02
Added docs.
Leonard Richardson
2012-01-20
More script noodling.
Leonard Richardson
2011-08-16
Rationalized version number.
Leonard Richardson
2011-06-28
Move tests into package so they can be converted by 2to3.
Thomas Kluyver
2011-06-28
Add simple setup file.
Thomas Kluyver
2011-01-28
Moved everything into the top-level directory and got rid of buildout.
Leonard Richardson
2009-04-10
Hooked up the test suite.
Leonard Richardson
2009-04-10
First attempt at an import.
Leonard Richardson
2009-03-13
Initial (manual) import.
Leonard Richardson