summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
AgeCommit message (Expand)Author
2018-12-25Ensure html5lib always has valid internal linkageIsaac Muse
2018-12-24Clarified the software license.Leonard Richardson
2018-12-24Keep track of the namespace abbreviations found while parsing the document. T...Leonard Richardson
2018-12-23Merged in next_previous_fixes from Isaac Muse. [bug=1782928,1798699]Leonard Richardson
2018-12-22Fix next and previous linkage issues. Fixes issues #1806598 and #1782928.Isaac Muse
2018-08-12Bump up to version 4.6.3 so I can re-release.Leonard Richardson
2018-07-30Fix an exception when a custom formatter was asked to format a voidLeonard Richardson
2018-07-28Prep for release.Leonard Richardson
2018-07-15You can pass a dictionary of intoLeonard Richardson
2018-07-15Improved the 'no parser specified' warning so it doesn't show up in a REPL.Leonard Richardson
2018-07-14Fix an error in the warning when run from REPL.Leonard Richardson
2018-07-14Bring in some more code from warnings.py.Leonard Richardson
2018-07-14Improve the technique for finding the line number with the problematic method...Leonard Richardson
2018-07-14Improve the warning given when no parser is specified. [bug=1780571]Leonard Richardson
2017-05-07Prep for 4.6.0 release.Leonard Richardson
2017-05-07Corrected formatting of warning.Leonard Richardson
2017-05-06Change no-parser-specified warning to avoid the implication that you should p...Leonard Richardson
2017-01-02I need to do another release because of an error while running the release sc...Leonard Richardson
2017-01-02Prep for 4.5.2 release.Leonard Richardson
2016-08-02Bump version number.Leonard Richardson
2016-07-26Clarify that Beautiful Soup is no longer compatible with versions of Python p...Leonard Richardson
2016-07-26Spelling fixesVille Skyttä
2016-07-26Clarify Python 2(.7) support statusVille Skyttä
2016-07-18Corrected an encoding error that happened when a BeautifulSoupLeonard Richardson
2016-07-17 When a BeautifulSoup object is pickled but its tree builder cannotLeonard Richardson
2016-07-17Although the previously fixed problem only occurs when using the html5lib tre...Leonard Richardson
2016-07-17Fixed a bug in the html5lib treebuilder that deranged the treeLeonard Richardson
2016-07-17Use known_xml instead of continually adding underscores to is_xml.Leonard Richardson
2016-07-16Beautiful Soup will now work with versions of html5lib greater thanLeonard Richardson
2016-07-16We don't run the check for a filename passed in as markup if theLeonard Richardson
2016-07-16corrected typo. [bug=1561510]Leonard Richardson
2016-07-16Specify the file and line number when warning about aLeonard Richardson
2016-07-16Fixed a Python 3 ByteWarning when a URL was passed in as though itLeonard Richardson
2016-07-16Rename COPYING.txt to LICENSE. Add a reference to LICENSE in every source file.Leonard Richardson
2015-07-03Change setup.py to focus on creating wheels.Leonard Richardson
2015-06-28 It's now possible to pickle a BeautifulSoup object no matter whichLeonard Richardson
2015-06-28Changed the way soup objects work under copy.copy(). Copying aLeonard Richardson
2015-06-28Reorganized changelog.Leonard Richardson
2015-06-28Accept 'xml' as an unambiguous identifier for the lxml XML parser, since it's...Leonard Richardson
2015-06-27Added an exclude_encodings argument to UnicodeDammit and to theLeonard Richardson
2015-06-25You can now create a NavigableString or a subclass just by invokingLeonard Richardson
2015-06-23Made the previous fix nicer by adding arguments to setup() that let us preser...Leonard Richardson
2015-06-23Got a hacky fix for the latest html5lib problem.Leonard Richardson
2015-06-23Force object_was_parsed() to keep the tree intact even when an elementLeonard Richardson
2014-12-10The warning when you pass in a filename or URL as markup will now beLeonard Richardson
2014-12-07Tweaked the parser warning.Leonard Richardson
2014-12-07Issue a warning if the BeautifulSoup constructor arguments do not explicitly ...Leonard Richardson
2013-10-02Restored the helpful syntax error that happens when you try toLeonard Richardson
2013-10-02Prep for release.Leonard Richardson
2013-10-01 Fixed a crash when a short input contains data not valid inLeonard Richardson