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
/
doc
/
source
/
index.rst
Age
Commit message (
Expand
)
Author
2019-08-22
Mention that you can use a BeautifulSoup object as a Tag when modifying a tree.
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-20
Minor changes to docs and CHANGELOG.
Leonard Richardson
2019-07-16
Prep for release.
Leonard Richardson
2019-07-16
Added documentation for Tag.smooth().
Leonard Richardson
2019-07-15
Implemented Tag.smooth.
Leonard Richardson
2019-07-15
Moved the formatter to its own class and updated its documentation.
Leonard Richardson
2019-07-07
Renamed the cdata_list_attributes argument to multi_valued_attributes since i...
Leonard Richardson
2019-07-07
The web page containing the Korean translation of the documentation has gone ...
Leonard Richardson
2019-07-07
Mention getText as a method that had its name changed in the BS3->BS4 transit...
Leonard Richardson
2019-06-24
Updated the documentation
Diksha
2018-12-31
Documentation update for extend(), insert_before(), and insert_after().
Leonard Richardson
2018-12-24
Keep track of the namespace abbreviations found while parsing the document. T...
Leonard Richardson
2018-12-24
Rewrote select() documentation and namespace example.
Leonard Richardson
2018-12-19
Add Soup Sieve support
Isaac Muse
2018-07-19
Clarified phrasing.
Leonard Richardson
2018-07-15
Corrected some typos in the documentation.
Leonard Richardson
2018-07-15
Introduced the Formatter system. [bug=1716272].
Leonard Richardson
2017-10-01
Fix two typos in docs
tt.
2017-05-06
Replace get_attribute_text with get_attribute_list.
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
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-07-26
Clarify installation differences between Python 2 and Python 3. Contributed b...
Leonard Richardson
2016-07-26
Open/close files with "with"
Ville Skyttä
2016-05-11
doc: Mention installation differences between Python 2 and 3
glolol@overdrivenetworks.com
2015-11-23
Fixing typo in example of nth-of-type css selector
Gene Wood
2015-09-28
Don't allow inserting None into a tag.
Leonard Richardson
2015-07-05
Added reference to old 'text' name to documentation.
Leonard Richardson
2015-06-28
Changed the way soup objects work under copy.copy(). Copying a
Leonard Richardson
2015-06-28
Raise a NotImplementedError whenever an unsupported CSS pseudoclass
Leonard Richardson
2015-06-27
Added an example of using a fuction on an attribute value/using a function to...
Leonard Richardson
2015-06-27
Added an exclude_encodings argument to UnicodeDammit and to the
Leonard Richardson
2015-06-25
Introduced the select_one() method, which uses a CSS selector but
Leonard Richardson
2015-06-25
The text argument to the find_* methods is now called string,
Leonard Richardson
2015-06-25
You can now create a NavigableString or a subclass just by invoking
Leonard Richardson
2015-06-25
Fixed syntax errors in documentation.
Leonard Richardson
2014-12-10
Fixed inconsistent markup in documentation. [bug=1273002]
Leonard Richardson
2014-12-10
The select() method now supports selector grouping. Patch by
Leonard Richardson
2014-12-08
Rephrased the 'you need a parser' section to cover today's more common BS3 po...
Leonard Richardson
2014-12-07
Mentioned virtual environments as a possible source for the different-parsers...
Leonard Richardson
2014-12-07
Tweaked the parser warning.
Leonard Richardson
2013-12-07
Added a Chinese translation of the documentation by Delong .w.
Leonard Richardson
2013-11-02
Added link to Japanese user translation.
Leonard Richardson
2013-10-28
Made it as clear as possible the Beautiful Soup does not support any standard...
Leonard Richardson
2013-10-21
Clarified docs.
Leonard Richardson
2013-10-01
Fixed a bug in which short Unicode input was improperly encoded to ASCII when...
Leonard Richardson
[next]