Age | Commit message (Expand) | Author |
2018-12-24 | Issue a warning and raise a more useful exception if someone tries to call Ta... | Leonard Richardson |
2018-12-24 | Keep track of the namespace abbreviations found while parsing the document. T... | Leonard Richardson |
2018-12-23 | Merging Isaac Muse's Soup Sieve branch as-is before making some modifications. | Leonard Richardson |
2018-12-22 | Fix next and previous linkage issues. Fixes issues #1806598 and #1782928. | Isaac Muse |
2018-12-20 | Pass flags to soupsieve. | Isaac Muse |
2018-12-19 | Add Soup Sieve support | Isaac Muse |
2018-07-30 | Fix an exception when a custom formatter was asked to format a void | Leonard Richardson |
2018-07-28 | When markup contains duplicate elements, a select() call that | Leonard Richardson |
2018-07-21 | Clarified the deprecation warning when accessing tag.fooTag, to cover | Leonard Richardson |
2018-07-18 | Fixed a bug where find_all() was not working when asked to find a | Leonard Richardson |
2018-07-15 | Introduced the Formatter system. [bug=1716272]. | Leonard Richardson |
2018-07-15 | It's possible for a TreeBuilder subclass to specify that void | Leonard Richardson |
2018-07-14 | Fixed a disconnected parse tree when one BeautifulSoup object was | Leonard Richardson |
2018-07-14 | Fixed code that was causing deprecation warnings in recent Python 3 | Leonard Richardson |
2017-05-07 | Namespace prefix is preserved when an XML tag is copied. Thanks | Leonard Richardson |
2017-05-06 | Replace get_attribute_text with get_attribute_list. | Leonard Richardson |
2017-05-06 | Renamed convenience method to get_attribute_text. | Leonard Richardson |
2017-05-06 | Added the method, which acts like for | Leonard Richardson |
2017-05-06 | It's now possible to use a tag's namespace prefix when searching, | Leonard Richardson |
2017-05-06 | Implement ResultSet.__getattr__ to give a helpful message in a common error s... | Leonard Richardson |
2016-07-26 | Spelling fixes | Ville Skyttä |
2016-07-18 | If a search against each individual value of a multi-valued | Leonard Richardson |
2016-07-18 | Added support for CSS selector values that contain quoted spaces, | Leonard Richardson |
2016-07-18 | The argument to now works correctly, though it's | Leonard Richardson |
2016-07-17 | Use known_xml instead of continually adding underscores to is_xml. | Leonard Richardson |
2016-07-17 | Whenever possible, keep track ahead of time whether a PageElement is HTML or ... | Leonard Richardson |
2016-07-16 | Removed imports to pdb, since pdb is not available in some environments. [bug... | Leonard Richardson |
2016-07-16 | The contents of <textarea> tags will no longer be modified when the | Leonard Richardson |
2016-07-16 | Added a separate class for XML processing instructions, which have a slightly... | Leonard Richardson |
2016-07-16 | Rename COPYING.txt to LICENSE. Add a reference to LICENSE in every source file. | Leonard Richardson |
2015-09-28 | Add a __license__ statement to all source files. | Leonard Richardson |
2015-09-28 | Improved the implementation of CSS selector grouping. Thanks to Orangain for ... | Leonard Richardson |
2015-09-28 | Corrected the output of Declaration objects. [bug=1477847] | Leonard Richardson |
2015-09-28 | Fixed a bug that deranged the tree when part of it was | Leonard Richardson |
2015-09-28 | Don't allow inserting None into a tag. | Leonard Richardson |
2015-08-06 | Use identity comparisons for tree traversal | Eric Wieser |
2015-06-28 | Changed the way soup objects work under copy.copy(). Copying a | Leonard Richardson |
2015-06-28 | Copying a NavigableString will give you a new NavigableString that is not con... | Leonard Richardson |
2015-06-28 | Fixed a bug where Element.extract() could create an infinite loop in | Leonard Richardson |
2015-06-28 | Raise a NotImplementedError whenever an unsupported CSS pseudoclass | Leonard Richardson |
2015-06-25 | Introduced the select_one() method, which uses a CSS selector but | Leonard Richardson |
2015-06-25 | The text argument to the find_* methods is now called string, | Leonard Richardson |
2015-06-25 | Make it possible to invoke the Tag() constructor without providing a builder.... | Leonard Richardson |
2015-06-25 | You can now create a NavigableString or a subclass just by invoking | Leonard Richardson |
2015-06-25 | Improved the exception raised when you call .unwrap() or | Leonard Richardson |
2015-06-25 | __repr__ now returns an ASCII bytestring in Python 2, and a Unicode string in... | Leonard Richardson |
2015-06-24 | The select() method can now find tags with attributes whose names | Leonard Richardson |
2015-06-24 | Improved docstring for encode_contents() and decode_contents(). [bug=1441543] | Leonard Richardson |
2015-06-23 | Made the previous fix nicer by adding arguments to setup() that let us preser... | Leonard Richardson |
2015-06-23 | Got a hacky fix for the latest html5lib problem. | Leonard Richardson |