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
Age
Commit message (
Expand
)
Author
2018-07-14
Stopped HTMLParser from raising an exception in very rare cases of
Leonard Richardson
2018-07-14
Fixed a Windows crash in diagnose() when checking whether a long
Leonard Richardson
2018-07-14
Fixed code that was causing deprecation warnings in recent Python 3
Leonard Richardson
2018-07-14
Improve the warning given when no parser is specified. [bug=1780571]
Leonard Richardson
2017-05-07
Prep for 4.6.0 release.
Leonard Richardson
2017-05-07
Namespace prefix is preserved when an XML tag is copied. Thanks
Leonard Richardson
2017-05-07
Corrected formatting of warning.
Leonard Richardson
2017-05-06
Replace get_attribute_text with get_attribute_list.
Leonard Richardson
2017-05-06
Improved the handling of empty-element tags like <br> when using the
Leonard Richardson
2017-05-06
Renamed convenience method to get_attribute_text.
Leonard Richardson
2017-05-06
Added the method, which acts like for
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
2017-05-06
Implement ResultSet.__getattr__ to give a helpful message in a common error s...
Leonard Richardson
2017-05-06
Change no-parser-specified warning to avoid the implication that you should p...
Leonard Richardson
2017-01-02
I need to do another release because of an error while running the release sc...
Leonard Richardson
2017-01-02
Prep for 4.5.2 release.
Leonard Richardson
2016-12-19
Indentation change contributed by Pranav Salunke.
Leonard Richardson
2016-12-19
Fixed foster parenting when html5lib is the tree builder. Thanks to Geoffrey ...
Leonard Richardson
2016-12-19
Remove breakpoint.
Leonard Richardson
2016-12-19
Fixed yet another problem that caused the html5lib tree builder to
Leonard Richardson
2016-12-19
Documentation fixes. [bug=1651050]
Leonard Richardson
2016-12-11
Show how to use the attrs argument to search by the 'name' attribute. [bug=16...
Leonard Richardson
2016-12-10
Corrected documentation left over from when class was treated as a single-val...
Leonard Richardson
2016-08-02
Bump version number.
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-26
Clarify installation differences between Python 2 and Python 3. Contributed b...
Leonard Richardson
2016-07-26
Clarify that Beautiful Soup is no longer compatible with versions of Python p...
Leonard Richardson
2016-07-26
Change the way open() is used. Code contributed by Ville Skyttä.
Leonard Richardson
2016-07-26
Renamed deprecated method. Contributed by Ville Skyttä.
Leonard Richardson
2016-07-26
Spelling cleanup contributed by Ville Skyttä.
Leonard Richardson
2016-07-26
Updated release isntructions following a successful release.
Leonard Richardson
2016-07-26
Spelling fixes
Ville Skyttä
2016-07-26
Use assertEqual instead of deprecated assertEquals
Ville Skyttä
2016-07-26
Open/close files with "with"
Ville Skyttä
2016-07-26
Clarify Python 2(.7) support status
Ville Skyttä
2016-07-19
Bump version number in setup.py.
Leonard Richardson
2016-07-19
Fixed test that fails in Python 3.5.
Leonard Richardson
2016-07-19
Updated NEWS in preparation for release.
Leonard Richardson
2016-07-18
Pass in bytes so that the BeautifulSoup object always has an original_encoding.
Leonard Richardson
2016-07-18
If a search against each individual value of a multi-valued
Leonard Richardson
2016-07-18
Corrected an encoding error that happened when a BeautifulSoup
Leonard Richardson
2016-07-18
Added support for CSS selector values that contain quoted spaces,
Leonard Richardson
2016-07-18
The argument to now works correctly, though it's
Leonard Richardson
2016-07-17
Use a dedicated logger instead of the root logger. [bug=1511661]
Leonard Richardson
2016-07-17
Use a dedicated logger instead of the root logger. [bug=1511661]
Leonard Richardson
2016-07-17
When a BeautifulSoup object is pickled but its tree builder cannot
Leonard Richardson
2016-07-17
Although the previously fixed problem only occurs when using the html5lib tre...
Leonard Richardson
2016-07-17
Fixed a bug in the html5lib treebuilder that deranged the tree
Leonard Richardson
[next]