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
/
builder
Age
Commit message (
Expand
)
Author
2020-05-30
Remove explicit reference to the module name within the module, replacing it ...
Leonard Richardson
2020-05-17
Switch entirely to Python 3-style print statements, even in Python 2.
Leonard Richardson
2020-05-17
Documented some recently added customization features.
Leonard Richardson
2020-05-17
Added a keyword argument on_duplicate_attribute to the
Leonard Richardson
2020-04-05
Embedded CSS and Javascript is now stored in distinct Stylesheet and
Leonard Richardson
2019-12-24
Added docstrings for some but not all tree buidlers.
Leonard Richardson
2019-11-11
Simplified code.
Leonard Richardson
2019-11-11
The html.parser tree builder now correctly handles DOCTYPEs that are
Leonard Richardson
2019-11-11
Added a Brazilian Portuguese translation by Cezar Peixeiro.
Leonard Richardson
2019-09-02
Avoid a crash when trying to detect the declared encoding of a
Leonard Richardson
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-14
Give the Formatter class more control over formatting decisions.
Leonard Richardson
2019-07-07
Renamed the cdata_list_attributes argument to multi_valued_attributes since i...
Leonard Richardson
2019-07-07
It's now possible to override a TreeBuilder's cdata_list_attributes dictionar...
Leonard Richardson
2019-01-06
Don't track un-prefixed namespaces
Isaac Muse
2018-12-30
Fixed a problem with multi-valued attributes where the value
Leonard Richardson
2018-12-24
Clarified the software license.
Leonard Richardson
2018-12-24
Keep track of the namespace abbreviations found while parsing the document. T...
Leonard Richardson
2018-12-22
Fix next and previous linkage issues. Fixes issues #1806598 and #1782928.
Isaac Muse
2018-08-12
Converted README to Markdown format.
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
Preserve XML namespaces when they are introduced inside an XML
Leonard Richardson
2018-07-15
Introduced the Formatter system. [bug=1716272].
Leonard Richardson
2018-07-15
It's possible for a TreeBuilder subclass to specify that void
Leonard Richardson
2018-07-15
Stop data loss when encountering an empty numeric entity, and
Leonard Richardson
2018-07-14
Stopped HTMLParser from raising an exception in very rare cases of
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
2016-12-19
Fixed foster parenting when html5lib is the tree builder. Thanks to Geoffrey ...
Leonard Richardson
2016-12-19
Fixed yet another problem that caused the html5lib tree builder to
Leonard Richardson
2016-07-30
Explained why we test both unicode and bytestring processing instructions.
Leonard Richardson
2016-07-26
Fixed a reported (but not duplicated) bug involving processing instructions f...
Leonard Richardson
2016-07-16
Beautiful Soup will now work with versions of html5lib greater than
Leonard Richardson
2016-07-16
Removed imports to pdb, since pdb is not available in some environments. [bug...
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-12-08
Fix foster parenting with html5lib.
Geoffrey Sneddon
2015-12-08
Make TreeBuilderForHtml5lib strictly follow the html5lib API.
Geoffrey Sneddon
2015-09-28
Fixed a parse bug with the html5lib tree-builder. Thanks to Roel
Leonard Richardson
2015-06-28
It's now possible to pickle a BeautifulSoup object no matter which
Leonard Richardson
2015-06-28
Changed the way soup objects work under copy.copy(). Copying a
Leonard Richardson
2015-06-28
Fixed a bug where Element.extract() could create an infinite loop in
Leonard Richardson
2015-06-28
Accept 'xml' as an unambiguous identifier for the lxml XML parser, since it's...
Leonard Richardson
2015-06-27
Added an exclude_encodings argument to UnicodeDammit and to the
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
Fixed an import error in Python 3.5 caused by the removal of the
Leonard Richardson
2015-06-24
Made double sure that we don't use the 'strict' constructor argument when it'...
Leonard Richardson
[next]