summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clarified the deprecation warning when accessing tag.fooTag, to coverLeonard Richardson2018-07-212-2/+8
* Fixed a problem where the html.parser tree builder interpretedLeonard Richardson2018-07-213-2/+18
* Include LICENSE in the manifest. [bug=1736563]Leonard Richardson2018-07-211-0/+1
* Clarified phrasing.Leonard Richardson2018-07-191-1/+1
* Fixed a bug where find_all() was not working when asked to find aLeonard Richardson2018-07-183-8/+27
* Preserve XML namespaces when they are introduced inside an XMLLeonard Richardson2018-07-183-5/+19
* You can pass a dictionary of intoLeonard Richardson2018-07-154-5/+11
* Corrected some typos in the documentation.Leonard Richardson2018-07-152-2/+2
|\
| * Fix two typos in docstt.2017-10-012-2/+2
* | Introduced the Formatter system. [bug=1716272].Leonard Richardson2018-07-155-53/+95
* | It's possible for a TreeBuilder subclass to specify that voidLeonard Richardson2018-07-153-5/+31
* | 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-154-1/+10
* | 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-144-3/+31
* | Fixed a Windows crash in diagnose() when checking whether a longLeonard Richardson2018-07-142-7/+16
* | Fixed code that was causing deprecation warnings in recent Python 3Leonard Richardson2018-07-144-11/+17
* | Improve the warning given when no parser is specified. [bug=1780571]Leonard Richardson2018-07-143-6/+45
* | Prep for 4.6.0 release.Leonard Richardson2017-05-073-3/+3
|/
* Namespace prefix is preserved when an XML tag is copied. ThanksLeonard Richardson2017-05-073-2/+15
* Corrected formatting of warning.Leonard Richardson2017-05-071-2/+2
* Replace get_attribute_text with get_attribute_list.Leonard Richardson2017-05-064-14/+14
* Improved the handling of empty-element tags like <br> when using theLeonard Richardson2017-05-064-6/+67
* Renamed convenience method to get_attribute_text.Leonard Richardson2017-05-064-5/+5
* Added the method, which acts like forLeonard Richardson2017-05-064-7/+28
* HTML parsers treat all HTML4 and HTML5 empty element tags (aka void element t...Leonard Richardson2017-05-063-4/+24
* It's now possible to use a tag's namespace prefix when searching,Leonard Richardson2017-05-064-10/+82
* Implement ResultSet.__getattr__ to give a helpful message in a common error s...Leonard Richardson2017-05-061-0/+5
* Change no-parser-specified warning to avoid the implication that you should p...Leonard Richardson2017-05-061-1/+1
* I need to do another release because of an error while running the release sc...Leonard Richardson2017-01-024-7/+13
* Prep for 4.5.2 release.Leonard Richardson2017-01-023-4/+4
* Indentation change contributed by Pranav Salunke.Leonard Richardson2016-12-191-2/+2
|\
| * Minor change. Extra indent for character so it looks nicer.Pranav Salunke2016-04-061-2/+2
* | Fixed foster parenting when html5lib is the tree builder. Thanks to Geoffrey ...Leonard Richardson2016-12-193-8/+77
|\ \
| * | Fix foster parenting with html5lib.Geoffrey Sneddon2015-12-082-3/+10
| * | Make TreeBuilderForHtml5lib strictly follow the html5lib API.Geoffrey Sneddon2015-12-081-5/+64
| |/
* | Remove breakpoint.Leonard Richardson2016-12-191-1/+0
* | Fixed yet another problem that caused the html5lib tree builder toLeonard Richardson2016-12-193-6/+37
* | Documentation fixes. [bug=1651050]Leonard Richardson2016-12-191-4/+5
* | Show how to use the attrs argument to search by the 'name' attribute. [bug=16...Leonard Richardson2016-12-111-0/+10
* | Corrected documentation left over from when class was treated as a single-val...Leonard Richardson2016-12-101-11/+11
* | Bump version number.Leonard Richardson2016-08-023-3/+3
* | Explained why we test both unicode and bytestring processing instructions.Leonard Richardson2016-07-303-14/+24
* | Fixed a reported (but not duplicated) bug involving processing instructions f...Leonard Richardson2016-07-262-1/+8
* | Clarify installation differences between Python 2 and Python 3. Contributed b...Leonard Richardson2016-07-261-2/+6
|\ \
| * | doc: Mention installation differences between Python 2 and 3glolol@overdrivenetworks.com2016-05-111-2/+6
| |/
* | Clarify that Beautiful Soup is no longer compatible with versions of Python p...Leonard Richardson2016-07-263-4/+3
|\ \