summaryrefslogtreecommitdiff
path: root/bs4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | When a BeautifulSoup object is pickled but its tree builder cannotLeonard Richardson2016-07-171-1/+1
* | Although the previously fixed problem only occurs when using the html5lib tre...Leonard Richardson2016-07-171-2/+2
* | Fixed a bug in the html5lib treebuilder that deranged the treeLeonard Richardson2016-07-172-1/+23
* | Use known_xml instead of continually adding underscores to is_xml.Leonard Richardson2016-07-172-10/+14
* | Whenever possible, keep track ahead of time whether a PageElement is HTML or ...Leonard Richardson2016-07-171-11/+30
* | Beautiful Soup will now work with versions of html5lib greater thanLeonard Richardson2016-07-163-9/+40
* | We don't run the check for a filename passed in as markup if theLeonard Richardson2016-07-161-1/+1
* | Removed imports to pdb, since pdb is not available in some environments. [bug...Leonard Richardson2016-07-165-5/+0
* | corrected typo. [bug=1561510]Leonard Richardson2016-07-161-2/+3
* | Specify the file and line number when warning about aLeonard Richardson2016-07-161-1/+8
* | The contents of <textarea> tags will no longer be modified when theLeonard Richardson2016-07-163-7/+31
* | Fixed a Python 3 ByteWarning when a URL was passed in as though itLeonard Richardson2016-07-162-18/+59
* | Added a separate class for XML processing instructions, which have a slightly...Leonard Richardson2016-07-164-1/+19
* | Rename COPYING.txt to LICENSE. Add a reference to LICENSE in every source file.Leonard Richardson2016-07-169-2/+24
|/
* Add a __license__ statement to all source files.Leonard Richardson2015-09-284-0/+8
* Fixed a parse bug with the html5lib tree-builder. Thanks to RoelLeonard Richardson2015-09-282-1/+11
* Improved the implementation of CSS selector grouping. Thanks to Orangain for ...Leonard Richardson2015-09-282-190/+201
* Corrected the output of Declaration objects. [bug=1477847]Leonard Richardson2015-09-283-2/+11
* Fixed a bug that deranged the tree when part of it wasLeonard Richardson2015-09-282-5/+30
|\