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
/
CHANGELOG
Age
Commit message (
Collapse
)
Author
2011-08-16
Moved documentation to README where tarball downloaders will see it.
Leonard Richardson
2011-08-16
Prep for beta release.
Leonard Richardson
2011-05-21
OK, figured that out.
Leonard Richardson
2011-05-21
Deprecated has_key in favor of has_attr.
Leonard Richardson
2011-05-21
Renamed .next and .previous to .next_element and .previous_element.
Leonard Richardson
2011-05-21
Changed dammit.py to require fewer changes to be Python 3 compatible.
Leonard Richardson
2011-03-05
Changelog for attribute renames
Aaron DeVore
2011-02-28
Renamed replaceWith to replace_with.
Leonard Richardson
2011-02-27
Prep for an alpha release.
Leonard Richardson
2011-02-26
Emit an XML declaration when appropriate.
Leonard Richardson
2011-02-21
Renamed prettyPrint to pretty_print.
Leonard Richardson
2011-02-20
Renamed constructor arguments to comply with PEP 8.
Leonard Richardson
2011-02-20
Since we can't parse in CData objects ATM, added a test for CData objects ↵
Leonard Richardson
created manually, to keep the bits from rotting.
2011-02-20
Added a test showing weird behavior when you .insert contents into an ↵
Leonard Richardson
empty-element tag.
2011-02-20
Test that empty-element tags that get children stop being empty-element tags.
Leonard Richardson
2011-02-18
By default, Unicode Dammit converts smart quotes to Unicode characters, not ↵
Leonard Richardson
XML entities.
2011-02-18
Clarified CHANGELOG.
Leonard Richardson
2011-02-18
Reminisced in the CHANGELOG.
Leonard Richardson
2011-02-18
Fixed the findAll backwards compatibility alias.
Leonard Richardson
2011-02-18
Did a bunch more renames--they're listed in the CHANGELOG.
Leonard Richardson
2011-02-18
Renamed findAllPrevious to find_all_previous.
Leonard Richardson
2011-02-18
Renamed findNext to find_next.
Leonard Richardson
2011-02-18
Renamed a straggler generator.
Leonard Richardson
2011-02-18
Renamed the generators and made them properties.
Leonard Richardson
2011-02-18
Renamed recursiveChildGenerator to recursive_children.
Leonard Richardson
2011-02-18
Renamed findAll to find_all.
Leonard Richardson
2011-01-29
Started keeping a changelog again.
Leonard Richardson
2011-01-28
Moved everything into the top-level directory and got rid of buildout.
Leonard Richardson
2009-04-10
First attempt at an import.
Leonard Richardson
2009-03-13
Initial (manual) import.
Leonard Richardson