index
:
beautifulsoup.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bs4
/
testing.py
Age
Commit message (
Expand
)
Author
2019-07-21
Implemented line number tracking for html5lib.
Leonard Richardson
2019-07-21
Adapt Chris Mayo's code to track line number and position when using html.par...
Leonard Richardson
2019-07-07
' (which is valid in XML and XHTML, but not HTML 4) is now
Leonard Richardson
2019-07-07
It's now possible to override a TreeBuilder's cdata_list_attributes dictionar...
Leonard Richardson
2018-12-30
Fixed a problem with multi-valued attributes where the value
Leonard Richardson
2018-12-30
Merging the linkage checker and html5lib fixes by Isaac Muse found in https:/...
Leonard Richardson
2018-12-26
Remove dead line of code
Isaac Muse
2018-12-25
Ensure html5lib always has valid internal linkage
Isaac Muse
2018-12-24
Clarified the software license.
Leonard Richardson
2018-07-28
Correctly handle invalid HTML numeric character entities like “
Leonard Richardson
2018-07-21
Fixed a problem where the html.parser tree builder interpreted
Leonard Richardson
2018-07-18
Fixed a bug where find_all() was not working when asked to find a
Leonard Richardson
2018-07-18
Preserve XML namespaces when they are introduced inside an XML
Leonard Richardson
2018-07-15
Stop data loss when encountering an empty numeric entity, and
Leonard Richardson
2017-05-07
Namespace prefix is preserved when an XML tag is copied. Thanks
Leonard Richardson
2017-05-06
Improved the handling of empty-element tags like <br> when using the
Leonard Richardson
2017-05-06
HTML parsers treat all HTML4 and HTML5 empty element tags (aka void element t...
Leonard Richardson
2017-05-06
It's now possible to use a tag's namespace prefix when searching,
Leonard Richardson
2016-07-30
Explained why we test both unicode and bytestring processing instructions.
Leonard Richardson
2016-07-16
Beautiful Soup will now work with versions of html5lib greater than
Leonard Richardson
2016-07-16
The contents of <textarea> tags will no longer be modified when the
Leonard Richardson
2016-07-16
Added a separate class for XML processing instructions, which have a slightly...
Leonard Richardson
2016-07-16
Rename COPYING.txt to LICENSE. Add a reference to LICENSE in every source file.
Leonard Richardson
2015-09-28
Add a __license__ statement to all source files.
Leonard Richardson
2015-09-28
Corrected the output of Declaration objects. [bug=1477847]
Leonard Richardson
2015-06-28
It's now possible to pickle a BeautifulSoup object no matter which
Leonard Richardson
2015-06-26
Added a sanity check helper method that makes sure all the elements of a tree...
Leonard Richardson
2015-06-24
If the initial <html> tag contains a CDATA list attribute such as
Leonard Richardson
2015-06-23
Got a hacky fix for the latest html5lib problem.
Leonard Richardson
2015-06-23
Force object_was_parsed() to keep the tree intact even when an element
Leonard Richardson
2014-12-11
Improved the lxml tree builder's handling of processing
Leonard Richardson
2014-12-07
Issue a warning if the BeautifulSoup constructor arguments do not explicitly ...
Leonard Richardson
2013-10-18
Fixed yet another problem that caused the html5lib tree builder to
Leonard Richardson
2013-06-02
Merged in big encoding-detection refactoring branch.
Leonard Richardson
2013-05-31
The html.parser treebuilder can now handle numeric attributes in
Leonard Richardson
2013-05-31
Create a new lxml parser object for every new parsing strategy.
Leonard Richardson
2013-05-20
Fixed another bug by which the html5lib tree builder could create a
Leonard Richardson
2013-05-20
Fixed test failures when lxml is not installed.
Leonard Richardson
2013-05-07
Now that lxml's segfault on invalid doctype has been fixed, fix a
Leonard Richardson
2013-05-06
Added failing test.
Leonard Richardson
2012-10-11
Fix a bug in the lxml treebuilder which crashed when a tag included
Leonard Richardson
2012-08-21
Fixed a problem with the html5lib builder not handling comments correctly.
Leonard Richardson
2012-08-16
Use namespace prefixes for namespaced attribute names, instead of
Leonard Richardson
2012-07-03
Added test for bug 1020300.
Leonard Richardson
2012-07-02
Correctly handle closing tags with an XML namespace declared. Patch by Andrea...
Leonard Richardson
2012-06-30
Fixed an html5lib tree builder crash which happened when html5lib
Leonard Richardson
2012-05-24
Fixed a bug with the lxml treebuilder that prevented the user from adding att...
Leonard Richardson
2012-05-03
Fixed the handling of " with the built-in parser. [bug=993871]
Leonard Richardson
2012-04-26
The test suite now passes when lxml is not installed, whether or not html5lib...
Leonard Richardson
2012-04-18
Made encoding substitution in <meta> tags completely transparent (no more %SO...
Leonard Richardson
[next]