summaryrefslogtreecommitdiff
path: root/bs4/element.py
AgeCommit message (Expand)Author
2020-03-05Added a performance optimization to PageElement.extract(). Patch by Arthur Da...Leonard Richardson
2020-01-01API CHANGE - Added PageElement.decomposed, a new property which lets youLeonard Richardson
2019-12-24Added :rtype: to the find method docstrings.Leonard Richardson
2019-12-24Added docstrings to diagnose.py.Leonard Richardson
2019-12-18Added Python docstrings to all public methods in element.py.Leonard Richardson
2019-11-10Fix deprecation warning with Python >= 3.7.Colin Watson
2019-10-05Avoid a crash when unpickling certain parse trees generated using html5lib on...Leonard Richardson
2019-08-26Fixed the definition of the default XML namespace when usingLeonard Richardson
2019-08-21Copying a Tag preserves information that was originally obtained fromLeonard Richardson
2019-08-21Explicitly set preserve_whitespace_tags to None if there is no TreeBuilder.Leonard Richardson
2019-08-21Fixed a crash when pretty-printing tags that were not createdLeonard Richardson
2019-07-22Added a section about project support to the README.Leonard Richardson
2019-07-21Implemented line number tracking for html5lib.Leonard Richardson
2019-07-21Adapt Chris Mayo's code to track line number and position when using html.par...Leonard Richardson
2019-07-15Implemented Tag.smooth.Leonard Richardson
2019-07-15Moved the formatter to its own class and updated its documentation.Leonard Richardson
2019-07-14Give the Formatter class more control over formatting decisions.Leonard Richardson
2019-07-07A Formatter can now decide how (or whether) to order the attributesLeonard Richardson
2019-07-07It's now possible to override a TreeBuilder's cdata_list_attributes dictionar...Leonard Richardson
2019-01-06Tried even harder to avoid the deprecation warning originally fixed inLeonard Richardson
2019-01-06Fixed an incorrectly raised exception when inserting a tag before orLeonard Richardson
2018-12-31Improved and tested error checking for insert_before and insert_after.Leonard Richardson
2018-12-30Add convienances for inserting multiple tagsIsaac Muse
2018-12-30Fixed a problem with multi-valued attributes where the valueLeonard Richardson
2018-12-24Clarified the software license.Leonard Richardson
2018-12-24Issue a warning and raise a more useful exception if someone tries to call Ta...Leonard Richardson
2018-12-24Keep track of the namespace abbreviations found while parsing the document. T...Leonard Richardson
2018-12-23Merging Isaac Muse's Soup Sieve branch as-is before making some modifications.Leonard Richardson
2018-12-22Fix next and previous linkage issues. Fixes issues #1806598 and #1782928.Isaac Muse
2018-12-20Pass flags to soupsieve.Isaac Muse
2018-12-19Add Soup Sieve supportIsaac Muse
2018-07-30Fix an exception when a custom formatter was asked to format a voidLeonard Richardson
2018-07-28When markup contains duplicate elements, a select() call thatLeonard Richardson
2018-07-21Clarified the deprecation warning when accessing tag.fooTag, to coverLeonard Richardson
2018-07-18Fixed a bug where find_all() was not working when asked to find aLeonard Richardson
2018-07-15Introduced the Formatter system. [bug=1716272].Leonard Richardson
2018-07-15It's possible for a TreeBuilder subclass to specify that voidLeonard Richardson
2018-07-14Fixed a disconnected parse tree when one BeautifulSoup object wasLeonard Richardson
2018-07-14Fixed code that was causing deprecation warnings in recent Python 3Leonard Richardson
2017-05-07Namespace prefix is preserved when an XML tag is copied. ThanksLeonard Richardson
2017-05-06Replace get_attribute_text with get_attribute_list.Leonard Richardson
2017-05-06Renamed convenience method to get_attribute_text.Leonard Richardson
2017-05-06Added the method, which acts like forLeonard Richardson
2017-05-06It's now possible to use a tag's namespace prefix when searching,Leonard Richardson
2017-05-06Implement ResultSet.__getattr__ to give a helpful message in a common error s...Leonard Richardson
2016-07-26Spelling fixesVille Skyttä
2016-07-18If a search against each individual value of a multi-valuedLeonard Richardson
2016-07-18Added support for CSS selector values that contain quoted spaces,Leonard Richardson
2016-07-18The argument to now works correctly, though it'sLeonard Richardson
2016-07-17Use known_xml instead of continually adding underscores to is_xml.Leonard Richardson