summaryrefslogtreecommitdiff
path: root/bs4/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed an incorrectly raised exception when inserting a tag before orLeonard Richardson2019-01-061-0/+8
* Don't track un-prefixed namespacesIsaac Muse2019-01-061-0/+18
* Improved and tested error checking for insert_before and insert_after.Leonard Richardson2018-12-311-0/+16
* Add convienances for inserting multiple tagsIsaac Muse2018-12-301-0/+28
* Merging Isaac Muse's Soup Sieve branch as-is before making some modifications.Leonard Richardson2018-12-231-11/+8
|\
| * Add Soup Sieve supportIsaac Muse2018-12-191-11/+8
* | Fix next and previous linkage issues. Fixes issues #1806598 and #1782928.Isaac Muse2018-12-221-0/+40
|/
* Fix an exception when a custom formatter was asked to format a voidLeonard Richardson2018-07-301-2/+2
* When markup contains duplicate elements, a select() call thatLeonard Richardson2018-07-282-2/+14
* Correctly handle invalid HTML numeric character entities like “Leonard Richardson2018-07-282-1/+7
* You can pass a dictionary of intoLeonard Richardson2018-07-151-3/+3
* Introduced the Formatter system. [bug=1716272].Leonard Richardson2018-07-151-3/+11
* Stop data loss when encountering an empty numeric entity, andLeonard Richardson2018-07-151-0/+5
* Fixed a disconnected parse tree when one BeautifulSoup object wasLeonard Richardson2018-07-141-0/+20
* Stopped HTMLParser from raising an exception in very rare cases ofLeonard Richardson2018-07-141-0/+10
* Fixed code that was causing deprecation warnings in recent Python 3Leonard Richardson2018-07-141-1/+1
* Replace get_attribute_text with get_attribute_list.Leonard Richardson2017-05-061-3/+3
* Improved the handling of empty-element tags like <br> when using theLeonard Richardson2017-05-061-1/+3
* Renamed convenience method to get_attribute_text.Leonard Richardson2017-05-061-1/+1
* Added the method, which acts like forLeonard Richardson2017-05-061-0/+4
* It's now possible to use a tag's namespace prefix when searching,Leonard Richardson2017-05-061-0/+2
* Fixed foster parenting when html5lib is the tree builder. Thanks to Geoffrey ...Leonard Richardson2016-12-191-0/+5
|\
| * Fix foster parenting with html5lib.Geoffrey Sneddon2015-12-081-0/+5
* | Remove breakpoint.Leonard Richardson2016-12-191-1/+0
* | Fixed yet another problem that caused the html5lib tree builder toLeonard Richardson2016-12-191-0/+17
* | Clarify that Beautiful Soup is no longer compatible with versions of Python p...Leonard Richardson2016-07-261-2/+1
|\ \
| * | Clarify Python 2(.7) support statusVille Skyttä2016-07-261-2/+1
* | | Renamed deprecated method. Contributed by Ville Skyttä.Leonard Richardson2016-07-261-1/+1
|\ \ \
| * | | Use assertEqual instead of deprecated assertEqualsVille Skyttä2016-07-261-1/+1
| |/ /
* | | Spelling fixesVille Skyttä2016-07-261-1/+1
|/ /
* | Fixed test that fails in Python 3.5.Leonard Richardson2016-07-191-2/+2
* | Pass in bytes so that the BeautifulSoup object always has an original_encoding.Leonard Richardson2016-07-181-1/+1
* | If a search against each individual value of a multi-valuedLeonard Richardson2016-07-181-3/+14
* | Corrected an encoding error that happened when a BeautifulSoupLeonard Richardson2016-07-181-0/+7
* | Added support for CSS selector values that contain quoted spaces,Leonard Richardson2016-07-181-0/+8
* | The argument to now works correctly, though it'sLeonard Richardson2016-07-181-2/+9
* | Fixed a bug in the html5lib treebuilder that deranged the treeLeonard Richardson2016-07-171-0/+11
* | Fixed a Python 3 ByteWarning when a URL was passed in as though itLeonard Richardson2016-07-161-8/+27
|/
* Fixed a parse bug with the html5lib tree-builder. Thanks to RoelLeonard Richardson2015-09-281-0/+7
* Improved the implementation of CSS selector grouping. Thanks to Orangain for ...Leonard Richardson2015-09-281-12/+15
* Corrected the output of Declaration objects. [bug=1477847]Leonard Richardson2015-09-281-0/+4
* Fixed a bug that deranged the tree when part of it wasLeonard Richardson2015-09-281-0/+25
* Fixed the test_detect_utf8 test so that it works when chardet isLeonard Richardson2015-07-051-2/+3
* It's now possible to pickle a BeautifulSoup object no matter whichLeonard Richardson2015-06-281-0/+13
* Changed the way soup objects work under copy.copy(). Copying aLeonard Richardson2015-06-281-0/+26
* Copying a NavigableString will give you a new NavigableString that is not con...Leonard Richardson2015-06-281-0/+19
* Raise a NotImplementedError whenever an unsupported CSS pseudoclassLeonard Richardson2015-06-281-0/+8
* Added an exclude_encodings argument to UnicodeDammit and to theLeonard Richardson2015-06-271-0/+19
* Introduced the select_one() method, which uses a CSS selector butLeonard Richardson2015-06-251-0/+8
* The text argument to the find_* methods is now called string,Leonard Richardson2015-06-251-1/+2