summaryrefslogtreecommitdiff
path: root/bs4
Commit message (Expand)AuthorAgeFilesLines
* Introduced the Formatter system. [bug=1716272].Leonard Richardson2018-07-153-48/+76
* It's possible for a TreeBuilder subclass to specify that voidLeonard Richardson2018-07-152-5/+26
* 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-153-1/+7
* 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-143-3/+28
* Fixed a Windows crash in diagnose() when checking whether a longLeonard Richardson2018-07-141-7/+13
* Fixed code that was causing deprecation warnings in recent Python 3Leonard Richardson2018-07-143-10/+13
* Improve the warning given when no parser is specified. [bug=1780571]Leonard Richardson2018-07-141-6/+40
* 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-072-2/+12
* Corrected formatting of warning.Leonard Richardson2017-05-071-2/+2
* Replace get_attribute_text with get_attribute_list.Leonard Richardson2017-05-062-7/+7
* Improved the handling of empty-element tags like <br> when using theLeonard Richardson2017-05-063-6/+64
* Renamed convenience method to get_attribute_text.Leonard Richardson2017-05-062-2/+2
* Added the method, which acts like forLeonard Richardson2017-05-062-2/+13
* HTML parsers treat all HTML4 and HTML5 empty element tags (aka void element t...Leonard Richardson2017-05-062-2/+19
* It's now possible to use a tag's namespace prefix when searching,Leonard Richardson2017-05-063-10/+77
* 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-021-1/+1
* Prep for 4.5.2 release.Leonard Richardson2017-01-021-2/+2
* 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-192-8/+74
|\ \
| * | 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-192-6/+32
* | Bump version number.Leonard Richardson2016-08-021-1/+1
* | Explained why we test both unicode and bytestring processing instructions.Leonard Richardson2016-07-302-11/+20
* | Fixed a reported (but not duplicated) bug involving processing instructions f...Leonard Richardson2016-07-261-1/+3
* | Clarify that Beautiful Soup is no longer compatible with versions of Python p...Leonard Richardson2016-07-262-3/+2
|\ \
| * | Clarify Python 2(.7) support statusVille Skyttä2016-07-262-3/+2
* | | Change the way open() is used. Code contributed by Ville Skyttä.Leonard Richardson2016-07-261-1/+2
|\ \ \
| * | | Open/close files with "with"Ville Skyttä2016-07-261-1/+2
| |/ /
* | | Renamed deprecated method. Contributed by Ville Skyttä.Leonard Richardson2016-07-261-1/+1
|\ \ \
| * | | Use assertEqual instead of deprecated assertEqualsVille Skyttä2016-07-261-1/+1
| |/ /
* | | Spelling fixesVille Skyttä2016-07-263-3/+3
|/ /
* | Fixed test that fails in Python 3.5.Leonard Richardson2016-07-191-2/+2
* | Pass in bytes so that the BeautifulSoup object always has an original_encoding.Leonard Richardson2016-07-181-1/+1
* | If a search against each individual value of a multi-valuedLeonard Richardson2016-07-182-18/+23
* | Corrected an encoding error that happened when a BeautifulSoupLeonard Richardson2016-07-182-1/+17
* | Added support for CSS selector values that contain quoted spaces,Leonard Richardson2016-07-182-8/+14
* | The argument to now works correctly, though it'sLeonard Richardson2016-07-182-5/+11
* | Use a dedicated logger instead of the root logger. [bug=1511661]Leonard Richardson2016-07-171-1/+1
* | Use a dedicated logger instead of the root logger. [bug=1511661]Leonard Richardson2016-07-171-3/+4