summaryrefslogtreecommitdiff
path: root/bs4
Commit message (Expand)AuthorAgeFilesLines
* Prep for release.HEADtrunkLeonard Richardson2019-01-061-1/+1
* Tried even harder to avoid the deprecation warning originally fixed inLeonard Richardson2019-01-061-4/+4
* Fixed an incorrectly raised exception when inserting a tag before orLeonard Richardson2019-01-062-2/+10
* Don't track un-prefixed namespacesIsaac Muse2019-01-062-6/+24
* Fix for performance with the linkage fix.Isaac Muse2019-01-051-97/+40
* Prep for release.Leonard Richardson2018-12-311-1/+1
* Improved and tested error checking for insert_before and insert_after.Leonard Richardson2018-12-312-13/+30
* Add convienances for inserting multiple tagsIsaac Muse2018-12-302-32/+70
* Fixed a problem with multi-valued attributes where the valueLeonard Richardson2018-12-304-4/+20
* Merging the linkage checker and html5lib fixes by Isaac Muse found in https:/...Leonard Richardson2018-12-302-44/+264
|\
| * Remove dead line of codeIsaac Muse2018-12-261-2/+0
| * Ensure html5lib always has valid internal linkageIsaac Muse2018-12-252-44/+266
* | Clarified the software license.Leonard Richardson2018-12-249-20/+15
|/
* Issue a warning and raise a more useful exception if someone tries to call Ta...Leonard Richardson2018-12-241-2/+13
* Keep track of the namespace abbreviations found while parsing the document. T...Leonard Richardson2018-12-244-35/+65
* Merging Isaac Muse's Soup Sieve branch as-is before making some modifications.Leonard Richardson2018-12-232-323/+40
|\
| * Pass flags to soupsieve.Isaac Muse2018-12-201-1/+1
| * Add Soup Sieve supportIsaac Muse2018-12-192-323/+40
* | Merged in next_previous_fixes from Isaac Muse. [bug=1782928,1798699]Leonard Richardson2018-12-234-22/+75
|\ \
| * | Fix next and previous linkage issues. Fixes issues #1806598 and #1782928.Isaac Muse2018-12-224-22/+75
| |/
* | Bump up to version 4.6.3 so I can re-release.Leonard Richardson2018-08-121-1/+1
|/
* Converted README to Markdown format.Leonard Richardson2018-08-121-0/+6
* Fix an exception when a custom formatter was asked to format a voidLeonard Richardson2018-07-303-4/+6
* Prep for release.Leonard Richardson2018-07-281-2/+2
* When markup contains duplicate elements, a select() call thatLeonard Richardson2018-07-283-6/+32
* Correctly handle invalid HTML numeric character entities like “Leonard Richardson2018-07-284-6/+41
* Clarified the deprecation warning when accessing tag.fooTag, to coverLeonard Richardson2018-07-211-2/+4
* Fixed a problem where the html.parser tree builder interpretedLeonard Richardson2018-07-212-1/+14
* Fixed a bug where find_all() was not working when asked to find aLeonard Richardson2018-07-182-6/+21
* Preserve XML namespaces when they are introduced inside an XMLLeonard Richardson2018-07-182-5/+16
* You can pass a dictionary of intoLeonard Richardson2018-07-152-5/+6
* Introduced the Formatter system. [bug=1716272].Leonard Richardson2018-07-153-48/+76
* It's possible for a TreeBuilder subclass to specify that voidLeonard Richardson2018-07-152-5/+26
* Improved the 'no parser specified' warning so it doesn't show up in a REPL.Leonard Richardson2018-07-151-12/+18
* Stop data loss when encountering an empty numeric entity, andLeonard Richardson2018-07-153-1/+7
* Fixed a disconnected parse tree when one BeautifulSoup object wasLeonard Richardson2018-07-142-0/+28
* Fix an error in the warning when run from REPL.Leonard Richardson2018-07-141-1/+1
* Bring in some more code from warnings.py.Leonard Richardson2018-07-141-0/+4
* Improve the technique for finding the line number with the problematic method...Leonard Richardson2018-07-141-3/+13
* Stopped HTMLParser from raising an exception in very rare cases ofLeonard Richardson2018-07-143-3/+28
* Fixed a Windows crash in diagnose() when checking whether a longLeonard Richardson2018-07-141-7/+13
* Fixed code that was causing deprecation warnings in recent Python 3Leonard Richardson2018-07-143-10/+13
* Improve the warning given when no parser is specified. [bug=1780571]Leonard Richardson2018-07-141-6/+40
* Prep for 4.6.0 release.Leonard Richardson2017-05-071-1/+1
* Namespace prefix is preserved when an XML tag is copied. ThanksLeonard Richardson2017-05-072-2/+12
* Corrected formatting of warning.Leonard Richardson2017-05-071-2/+2
* Replace get_attribute_text with get_attribute_list.Leonard Richardson2017-05-062-7/+7
* Improved the handling of empty-element tags like <br> when using theLeonard Richardson2017-05-063-6/+64
* Renamed convenience method to get_attribute_text.Leonard Richardson2017-05-062-2/+2
* Added the method, which acts like forLeonard Richardson2017-05-062-2/+13