summaryrefslogtreecommitdiff
path: root/NEWS.txt
Commit message (Expand)AuthorAgeFilesLines
* Added symlink to fix old hyperlinks.Leonard Richardson2019-01-021-0/+1
* Prep for release.Leonard Richardson2018-12-311-1375/+0
* Fixed a problem with multi-valued attributes where the valueLeonard Richardson2018-12-301-1/+5
* Merging the linkage checker and html5lib fixes by Isaac Muse found in https:/...Leonard Richardson2018-12-301-1/+1
|\
* | Clarified the software license.Leonard Richardson2018-12-241-0/+3
|/
* Issue a warning and raise a more useful exception if someone tries to call Ta...Leonard Richardson2018-12-241-0/+14
* Merged in next_previous_fixes from Isaac Muse. [bug=1782928,1798699]Leonard Richardson2018-12-231-0/+11
|\
* | Bump up to version 4.6.3 so I can re-release.Leonard Richardson2018-08-121-0/+5
|/
* Converted README to Markdown format.Leonard Richardson2018-08-121-1/+1
* Fix an exception when a custom formatter was asked to format a voidLeonard Richardson2018-07-301-0/+5
* Prep for release.Leonard Richardson2018-07-281-1/+1
* When markup contains duplicate elements, a select() call thatLeonard Richardson2018-07-281-0/+4
* Correctly handle invalid HTML numeric character entities like “Leonard Richardson2018-07-281-0/+6
* Clarified the deprecation warning when accessing tag.fooTag, to coverLeonard Richardson2018-07-211-0/+4
* Fixed a problem where the html.parser tree builder interpretedLeonard Richardson2018-07-211-1/+4
* Fixed a bug where find_all() was not working when asked to find aLeonard Richardson2018-07-181-2/+6
* Preserve XML namespaces when they are introduced inside an XMLLeonard Richardson2018-07-181-0/+3
* You can pass a dictionary of intoLeonard Richardson2018-07-151-0/+5
* Introduced the Formatter system. [bug=1716272].Leonard Richardson2018-07-151-4/+6
* It's possible for a TreeBuilder subclass to specify that voidLeonard Richardson2018-07-151-0/+5
* Stop data loss when encountering an empty numeric entity, andLeonard Richardson2018-07-151-0/+3
* Stopped HTMLParser from raising an exception in very rare cases ofLeonard Richardson2018-07-141-0/+3
* Fixed a Windows crash in diagnose() when checking whether a longLeonard Richardson2018-07-141-0/+3
* Fixed code that was causing deprecation warnings in recent Python 3Leonard Richardson2018-07-141-1/+4
* Improve the warning given when no parser is specified. [bug=1780571]Leonard Richardson2018-07-141-0/+4
* 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-071-0/+3
* 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-0/+3
* Renamed convenience method to get_attribute_text.Leonard Richardson2017-05-061-1/+1
* Added the method, which acts like forLeonard Richardson2017-05-061-1/+5
* HTML parsers treat all HTML4 and HTML5 empty element tags (aka void element t...Leonard Richardson2017-05-061-2/+5
* It's now possible to use a tag's namespace prefix when searching,Leonard Richardson2017-05-061-0/+5
* I need to do another release because of an error while running the release sc...Leonard Richardson2017-01-021-2/+8
* Prep for 4.5.2 release.Leonard Richardson2017-01-021-1/+1
* Fixed foster parenting when html5lib is the tree builder. Thanks to Geoffrey ...Leonard Richardson2016-12-191-0/+3
|\
* | Fixed yet another problem that caused the html5lib tree builder toLeonard Richardson2016-12-191-0/+5
* | Bump version number.Leonard Richardson2016-08-021-1/+1
* | Explained why we test both unicode and bytestring processing instructions.Leonard Richardson2016-07-301-3/+4
* | Fixed a reported (but not duplicated) bug involving processing instructions f...Leonard Richardson2016-07-261-0/+5
* | Spelling fixesVille Skyttä2016-07-261-3/+3
* | Updated NEWS in preparation for release.Leonard Richardson2016-07-191-3/+6
* | If a search against each individual value of a multi-valuedLeonard Richardson2016-07-181-0/+10
* | Corrected an encoding error that happened when a BeautifulSoupLeonard Richardson2016-07-181-0/+3
* | Added support for CSS selector values that contain quoted spaces,Leonard Richardson2016-07-181-0/+3
* | The argument to now works correctly, though it'sLeonard Richardson2016-07-181-0/+3
* | When a BeautifulSoup object is pickled but its tree builder cannotLeonard Richardson2016-07-171-0/+5
* | Although the previously fixed problem only occurs when using the html5lib tre...Leonard Richardson2016-07-171-3/+3
* | Fixed a bug in the html5lib treebuilder that deranged the treeLeonard Richardson2016-07-171-0/+4
* | Beautiful Soup will now work with versions of html5lib greater thanLeonard Richardson2016-07-161-0/+3