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
/
bs4
/
__init__.py
Age
Commit message (
Expand
)
Author
2013-06-03
Beautiful Soup will issue a warning if instead of markup you pass it
Leonard Richardson
2013-06-02
Merged in big encoding-detection refactoring branch.
Leonard Richardson
2013-05-31
Reverted the patch that gives NavigableString a .name property, because that'...
Leonard Richardson
2013-05-31
Create a new lxml parser object for every new parsing strategy.
Leonard Richardson
2013-05-20
A NavigableString object now has an immutable '.name' property whose
Leonard Richardson
2013-05-20
The .next_element attribute used during parsing was confusingly similar to th...
Leonard Richardson
2013-05-20
Gave new_string() the ability to create subclasses of
Leonard Richardson
2013-05-07
Fixed up diagnose() and added it to the docs.
Leonard Richardson
2013-05-07
Aliased the BeautifulSoup class to the easier-to-type "_s" and "_soup".
Leonard Richardson
2012-08-21
Fixed a problem with the html5lib builder not handling comments correctly.
Leonard Richardson
2012-08-20
Prep for release.
Leonard Richardson
2012-08-20
Raise a more specific error (FeatureNotFound) when a requested
Leonard Richardson
2012-08-17
Prep for release.
Leonard Richardson
2012-07-03
Prep for release.
Leonard Richardson
2012-07-02
Fixed a typo that made parsing much slower than it should have been. [bug=102...
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-16
Give a more useful error when the user tries to run the Python 2 version of B...
Leonard Richardson
2012-04-03
Prep for release.
Leonard Richardson
2012-03-26
Prep for release.
Leonard Richardson
2012-03-14
Bumped version number.
Leonard Richardson
2012-03-02
Bump version number.
Leonard Richardson
2012-03-01
For backwards compatibility, brought back the BeautifulStoneSoup class as a d...
Leonard Richardson
2012-02-28
Fixed the generated XML declaration.
Leonard Richardson
2012-02-24
Renamed Tag.nsprefix to Tag.prefix, for consistency with NamespacedAttribute.
Leonard Richardson
2012-02-23
Fixed handling of the closing of namespaced tags.
Leonard Richardson
2012-02-23
Bumped version number.
Leonard Richardson
2012-02-21
Have lxml invert namespace maps as they come in and set each tag's prefix app...
Leonard Richardson
2012-02-21
Added nsprefix argument to the tag class.
Leonard Richardson
2012-02-21
Merged from trunk.
Leonard Richardson
2012-02-20
It's now possible to copy a BeautifulSoup object created with the html.parser...
Leonard Richardson
2012-02-16
It's a start, at least.
Leonard Richardson
2012-02-16
Prep for release.
Leonard Richardson
2012-02-09
Bumped version number.
Leonard Richardson
2012-02-09
As a last-ditch attempt to turn data into Unicode, use errors=replace instead...
Leonard Richardson
2012-02-08
Renamed move_* back to insert_*
Leonard Richardson
2012-02-07
Newly created tags use the same empty-element rules as the builder used to or...
Leonard Richardson
2012-02-07
BeautifulSoup objects don't support move_before() or move_after.
Leonard Richardson
2012-02-07
Added and tested insert_before and insert_after.
Leonard Richardson
2012-02-07
Made the formatter something you pass in rather than a variable you set.
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-01
Look for lxml in preference to html5lib.
Leonard Richardson
2012-02-01
Added tag creation and string generators, both created while writing the docs.
Leonard Richardson
2012-01-20
Made it easier to convert BS3 code to BS4.
Leonard Richardson
2011-08-16
Prep for beta release.
Leonard Richardson
2011-05-21
OK, figured that out.
Leonard Richardson
2011-05-21
Renamed .next and .previous to .next_element and .previous_element.
Leonard Richardson
2011-05-21
Reduced the difference between Python 2's __init__.py and Python 3's __init__...
Leonard Richardson
[next]