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
2013-08-15
Bumped version number.
Leonard Richardson
2013-08-15
Updated NEWS.
Leonard Richardson
2013-08-15
Make sure the optimized find_all() ResultSets actually contain the right data.
Leonard Richardson
2013-08-13
* Fixed yet another problem with the html5lib tree builder, caused by
Leonard Richardson
2013-08-12
Prep for release.
Leonard Richardson
2013-08-12
Fixed incorrect superclass in super() Call.
Leonard Richardson
2013-08-12
All find_all calls should now return a ResultSet object. Patch by
Leonard Richardson
2013-08-12
A little cleanup.
Leonard Richardson
2013-06-03
Updated NEWS.
Leonard Richardson
2013-06-03
A NavigableString object now has an immutable '.name' property whose
Leonard Richardson
2013-06-03
_last_descendant can be optimized in some cases.
Leonard Richardson
2013-06-03
Save another Element creation.
Leonard Richardson
2013-06-03
Improved performance for html5lib.
Leonard Richardson
2013-06-03
Added raw html5lib to the list of parsers that get tested.
Leonard Richardson
2013-06-03
Changed _popToTag to run through a single range instead of two.
Leonard Richardson
2013-06-03
Improved _popToTag a tiny bit.
Leonard Richardson
2013-06-03
Inlined some commonly called code to save a function call.
Leonard Richardson
2013-06-03
Limit how much of the document is searched via regular expression for a decla...
Leonard Richardson
2013-06-03
Improved performance of _replace_cdata_list_attribute_values, and greatly red...
Leonard Richardson
2013-06-03
Made it a lot faster to check whether whitespace is being preserved.
Leonard Richardson
2013-06-03
Put the more frequently-used ASCII spaces in front.
Leonard Richardson
2013-06-03
Wrote a more efficient replacement for string.translate() when checking wheth...
Leonard Richardson
2013-06-03
Let's get some profiling going.
Leonard Richardson
2013-06-03
Test that the filename warning isn't given unless the file actually exists on...
Leonard Richardson
2013-06-03
Beautiful Soup will issue a warning if instead of markup you pass it
Leonard Richardson
2013-06-02
Merged in big encoding-detection refactoring branch.
Leonard Richardson
2013-06-02
Turns out we had two bits of code to strip byte-order marks.
Leonard Richardson
2013-06-02
It turns out most of the untested code wasn't doing anything useful.
Leonard Richardson
2013-06-02
Treat an lxml ParserError as a ParserRejectedMarkup.
Leonard Richardson
2013-05-31
Prep for release.
Leonard Richardson
2013-05-31
The html.parser treebuilder can now handle numeric attributes in
Leonard Richardson
2013-05-31
Reverted the patch that gives NavigableString a .name property, because that'...
Leonard Richardson
2013-05-31
Create a new lxml parser object for every new parsing strategy.
Leonard Richardson
2013-05-30
Refactored code a bit.
Leonard Richardson
2013-05-30
Split out the code that guesses at encodings from the code that tries to deco...
Leonard Richardson
2013-05-20
The default XML formatter will now replace ampersands even if they appear to ...
Leonard Richardson
2013-05-20
A NavigableString object now has an immutable '.name' property whose
Leonard Richardson
2013-05-20
The .previous_element of a BeautifulSoup object is now always None,
Leonard Richardson
2013-05-20
The .next_element attribute used during parsing was confusingly similar to th...
Leonard Richardson
2013-05-20
Fixed another bug by which the html5lib tree builder could create a
Leonard Richardson
2013-05-20
Gave new_string() the ability to create subclasses of
Leonard Richardson
2013-05-20
html5lib now supports Python 3. Fixed some Python 2-specific
Leonard Richardson
2013-05-20
Fixed test failures when lxml is not installed.
Leonard Richardson
2013-05-15
How about actually parsing the same markup with different parsers.
Leonard Richardson
2013-05-15
Merge.
Leonard Richardson
2013-05-14
Prep for release.
Leonard Richardson
2013-05-14
Added diagnostic case for attempting to parse a URL as HTML.
Leonard Richardson
2013-05-14
Added warning about using NavigableString outside of Beautiful Soup.
Leonard Richardson
2013-05-14
Added a deprecation warning to has_key().
Leonard Richardson
2013-05-09
Changed lxml.feed() to handle the eventuality that it may be given a bytestring.
Leonard Richardson
[next]