summaryrefslogtreecommitdiff
path: root/NEWS.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* | We don't run the check for a filename passed in as markup if theLeonard Richardson2016-07-161-0/+4
* | Specify the file and line number when warning about aLeonard Richardson2016-07-161-0/+4
* | The contents of <textarea> tags will no longer be modified when theLeonard Richardson2016-07-161-0/+3
* | Fixed a Python 3 ByteWarning when a URL was passed in as though itLeonard Richardson2016-07-161-0/+8
|/
* Fixed a parse bug with the html5lib tree-builder. Thanks to RoelLeonard Richardson2015-09-281-0/+3
* Improved the implementation of CSS selector grouping. Thanks to Orangain for ...Leonard Richardson2015-09-281-0/+4
* Corrected the output of Declaration objects. [bug=1477847]Leonard Richardson2015-09-281-3/+5
* Fixed a bug that deranged the tree when part of it wasLeonard Richardson2015-09-281-1/+5
* Fixed the test_detect_utf8 test so that it works when chardet isLeonard Richardson2015-07-051-0/+5
* Turns out setup.py requiring lxml was never in a released version which is a ...Leonard Richardson2015-07-031-10/+0
* Change setup.py to focus on creating wheels.Leonard Richardson2015-07-031-1/+11
* It's now possible to pickle a BeautifulSoup object no matter whichLeonard Richardson2015-06-281-0/+6
* Changed the way soup objects work under copy.copy(). Copying aLeonard Richardson2015-06-281-3/+4
* Copying a NavigableString will give you a new NavigableString that is not con...Leonard Richardson2015-06-281-0/+4
* Reorganized changelog.Leonard Richardson2015-06-281-15/+21
* Fixed a bug where Element.extract() could create an infinite loop inLeonard Richardson2015-06-281-0/+3
* Raise a NotImplementedError whenever an unsupported CSS pseudoclassLeonard Richardson2015-06-281-5/+9
* Added an exclude_encodings argument to UnicodeDammit and to theLeonard Richardson2015-06-271-0/+4
* Introduced the select_one() method, which uses a CSS selector butLeonard Richardson2015-06-251-0/+4
* The text argument to the find_* methods is now called string,Leonard Richardson2015-06-251-0/+8