summaryrefslogtreecommitdiff
path: root/NEWS.txt
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* You can now create a NavigableString or a subclass just by invokingLeonard Richardson2015-06-251-0/+3
* Improved the exception raised when you call .unwrap() orLeonard Richardson2015-06-251-0/+3
* In Python 3, __str__ now returns a Unicode string insteadLeonard Richardson2015-06-251-4/+5
* __repr__ now returns an ASCII bytestring in Python 2, and a Unicode string in...Leonard Richardson2015-06-251-0/+4
* Fixed a crash in Unicode, Dammit's encoding detector when the nameLeonard Richardson2015-06-251-0/+3
* Fixed an import error in Python 3.5 caused by the removal of theLeonard Richardson2015-06-241-0/+3
* If the initial <html> tag contains a CDATA list attribute such asLeonard Richardson2015-06-241-0/+4
* The select() method can now find tags with attributes whose namesLeonard Richardson2015-06-241-1/+4
* Improved docstring for encode_contents() and decode_contents(). [bug=1441543]Leonard Richardson2015-06-241-5/+8
* Started using a standard MIT license. [bug=1294662]Leonard Richardson2015-06-241-1/+3
* Fixed yet another bug that caused a disconnected tree when html5libLeonard Richardson2015-06-231-0/+3
* Force object_was_parsed() to keep the tree intact even when an elementLeonard Richardson2015-06-231-0/+3
* Improved the lxml tree builder's handling of processingLeonard Richardson2014-12-111-0/+3
* The select() method can now find tags whose names containLeonard Richardson2014-12-111-0/+3
* The warning when you pass in a filename or URL as markup will now beLeonard Richardson2014-12-101-1/+5
* The select() method now supports selector grouping. Patch byLeonard Richardson2014-12-101-0/+3
* In Python 3.4 and above, set the new convert_charrefs argument toLeonard Richardson2014-12-071-0/+4
* Added a warning when you instantiate a BeautifulSoup object withoutLeonard Richardson2014-12-071-1/+4
* Added a Chinese translation of the documentation by Delong .w.Leonard Richardson2013-12-071-0/+2
* Fixed yet another problem that caused the html5lib tree builder toLeonard Richardson2013-10-181-0/+3
* Restored the helpful syntax error that happens when you try toLeonard Richardson2013-10-021-0/+6
* Prep for release.Leonard Richardson2013-10-021-2/+2
* Fixed a bug that caused Unicode data put into UnicodeDammit toLeonard Richardson2013-10-021-0/+3
* Fixed a crash when a short input contains data not valid inLeonard Richardson2013-10-011-0/+3
* Fixed a bug in which short Unicode input was improperly encoded to ASCII when...Leonard Richardson2013-10-011-0/+4
* Fixed typo.Leonard Richardson2013-08-191-1/+1
* Combined two tests to stop a spurious test failure when tests areLeonard Richardson2013-08-191-0/+5
* Updated NEWS.Leonard Richardson2013-08-151-1/+4
* * Fixed yet another problem with the html5lib tree builder, caused byLeonard Richardson2013-08-131-0/+6
* Prep for release.Leonard Richardson2013-08-121-1/+1