summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Prep for release.HEADtrunkLeonard Richardson2019-01-061-1/+1
|
* Bumped version number.Leonard Richardson2018-12-311-1/+1
|
* Merging Isaac Muse's Soup Sieve branch as-is before making some modifications.Leonard Richardson2018-12-231-0/+1
|\
| * Add Soup Sieve supportIsaac Muse2018-12-191-0/+1
| |
* | Bump up to version 4.6.3 so I can re-release.Leonard Richardson2018-08-121-1/+1
|/
* Converted README to Markdown format.Leonard Richardson2018-08-121-1/+5
|
* Prep for release.Leonard Richardson2018-07-281-1/+1
|
* Prep for 4.6.0 release.Leonard Richardson2017-05-071-1/+1
|
* I need to do another release because of an error while running the release ↵Leonard Richardson2017-01-021-1/+1
| | | | script.
* Prep for 4.5.2 release.Leonard Richardson2017-01-021-1/+1
|
* Bump version number.Leonard Richardson2016-08-021-1/+1
|
* Clarify Python 2(.7) support statusVille Skyttä2016-07-261-1/+1
|
* Bump version number in setup.py.Leonard Richardson2016-07-191-1/+1
|
* Turns out setup.py requiring lxml was never in a released version which is a ↵Leonard Richardson2015-07-031-1/+1
| | | | big relief as we don't need that anymore.
* Change setup.py to focus on creating wheels.Leonard Richardson2015-07-031-28/+31
|
* Also include convert-py3k in source distributions. [bug=1304006]Leonard Richardson2015-06-281-1/+1
|
* Issue a warning if the BeautifulSoup constructor arguments do not explicitly ↵Leonard Richardson2014-12-071-0/+1
| | | | name a parser.
* Prep for release.Leonard Richardson2013-10-021-1/+1
|
* Bumped version number.Leonard Richardson2013-08-151-1/+1
|
* Beautiful Soup will issue a warning if instead of markup you pass itLeonard Richardson2013-06-031-1/+1
| | | a URL or the name of a file on disk (a common beginner mistake).
* Prep for release.Leonard Richardson2013-05-311-1/+1
|
* Prep for release.Leonard Richardson2013-05-141-1/+1
|
* Prep for release.Leonard Richardson2012-08-201-1/+1
|
* Prep for release.Leonard Richardson2012-08-171-1/+1
|
* Prep for release.Leonard Richardson2012-07-031-1/+1
|
* Prep for release.Leonard Richardson2012-05-291-1/+1
|
* Prep for release.Leonard Richardson2012-04-271-1/+1
|
* Prep for release.Leonard Richardson2012-04-161-1/+1
|
* Prep for release.Leonard Richardson2012-04-031-1/+1
|
* Prep for release.Leonard Richardson2012-03-261-1/+1
|
* Bumping version number AGAIN.Leonard Richardson2012-03-141-1/+1
|
* Bump version number.Leonard Richardson2012-03-021-1/+1
|
* Renamed Tag.nsprefix to Tag.prefix, for consistency with NamespacedAttribute.Leonard Richardson2012-02-241-1/+1
|
* Bumped version number.Leonard Richardson2012-02-231-1/+1
|
* It's now possible to copy a BeautifulSoup object created with the ↵Leonard Richardson2012-02-201-1/+1
| | | | html.parser treebuilder.
* Use MANIFEST.in instead of setup.py to hold the docs and text files.Leonard Richardson2012-02-201-6/+0
|
* Remove *.txt and doc from setup.py until I can figure out how to include ↵Leonard Richardson2012-02-201-6/+6
| | | | them in the tarball without installing them.
* Prep for release.Leonard Richardson2012-02-161-1/+1
|
* Bumped version number.Leonard Richardson2012-02-091-1/+1
|
* Moved around a bunch of metadata.Leonard Richardson2012-02-081-10/+15
|
* Fixed download URL.Leonard Richardson2012-02-081-1/+1
|
* Package the docs with the code.Leonard Richardson2012-02-071-0/+1
|
* You can't replace a tag with its parent, or insert a tag into itself. ↵Leonard Richardson2012-02-061-4/+1
| | | | replace operations return the thing that was replaced.
* Improved the setup.py.Leonard Richardson2012-02-021-5/+18
|
* Fixed links and package names now that the distribution picture is becoming ↵Leonard Richardson2012-02-021-2/+2
| | | | more clear.
* Added docs.Leonard Richardson2012-02-021-4/+7
|
* More script noodling.Leonard Richardson2012-01-201-1/+1
|
* Rationalized version number.Leonard Richardson2011-08-161-1/+1
|
* Move tests into package so they can be converted by 2to3.Thomas Kluyver2011-06-281-1/+1
|
* Add simple setup file.Thomas Kluyver2011-06-281-0/+16
|