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