index
:
delta/python-packages/beautifulsoup4.git
trunk
launchpad.net: beautifulsoup
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass flags to soupsieve.
Isaac Muse
2018-12-20
1
-1
/
+1
*
Add Soup Sieve support
Isaac Muse
2018-12-19
4
-328
/
+65
*
Converted README to Markdown format.
Leonard Richardson
2018-08-12
4
-15
/
+37
*
Fix an exception when a custom formatter was asked to format a void
Leonard Richardson
2018-07-30
6
-21
/
+30
*
Prep for release.
Leonard Richardson
2018-07-28
3
-4
/
+4
*
When markup contains duplicate elements, a select() call that
Leonard Richardson
2018-07-28
4
-6
/
+36
*
Correctly handle invalid HTML numeric character entities like “
Leonard Richardson
2018-07-28
5
-6
/
+47
*
Clarified the deprecation warning when accessing tag.fooTag, to cover
Leonard Richardson
2018-07-21
2
-2
/
+8
*
Fixed a problem where the html.parser tree builder interpreted
Leonard Richardson
2018-07-21
3
-2
/
+18
*
Include LICENSE in the manifest. [bug=1736563]
Leonard Richardson
2018-07-21
1
-0
/
+1
*
Clarified phrasing.
Leonard Richardson
2018-07-19
1
-1
/
+1
*
Fixed a bug where find_all() was not working when asked to find a
Leonard Richardson
2018-07-18
3
-8
/
+27
*
Preserve XML namespaces when they are introduced inside an XML
Leonard Richardson
2018-07-18
3
-5
/
+19
*
You can pass a dictionary of into
Leonard Richardson
2018-07-15
4
-5
/
+11
*
Corrected some typos in the documentation.
Leonard Richardson
2018-07-15
2
-2
/
+2
|
\
|
*
Fix two typos in docs
tt.
2017-10-01
2
-2
/
+2
*
|
Introduced the Formatter system. [bug=1716272].
Leonard Richardson
2018-07-15
5
-53
/
+95
*
|
It's possible for a TreeBuilder subclass to specify that void
Leonard Richardson
2018-07-15
3
-5
/
+31
*
|
Improved the 'no parser specified' warning so it doesn't show up in a REPL.
Leonard Richardson
2018-07-15
1
-12
/
+18
*
|
Stop data loss when encountering an empty numeric entity, and
Leonard Richardson
2018-07-15
4
-1
/
+10
*
|
Fixed a disconnected parse tree when one BeautifulSoup object was
Leonard Richardson
2018-07-14
2
-0
/
+28
*
|
Fix an error in the warning when run from REPL.
Leonard Richardson
2018-07-14
1
-1
/
+1
*
|
Bring in some more code from warnings.py.
Leonard Richardson
2018-07-14
1
-0
/
+4
*
|
Improve the technique for finding the line number with the problematic method...
Leonard Richardson
2018-07-14
1
-3
/
+13
*
|
Stopped HTMLParser from raising an exception in very rare cases of
Leonard Richardson
2018-07-14
4
-3
/
+31
*
|
Fixed a Windows crash in diagnose() when checking whether a long
Leonard Richardson
2018-07-14
2
-7
/
+16
*
|
Fixed code that was causing deprecation warnings in recent Python 3
Leonard Richardson
2018-07-14
4
-11
/
+17
*
|
Improve the warning given when no parser is specified. [bug=1780571]
Leonard Richardson
2018-07-14
3
-6
/
+45
*
|
Prep for 4.6.0 release.
Leonard Richardson
2017-05-07
3
-3
/
+3
|
/
*
Namespace prefix is preserved when an XML tag is copied. Thanks
Leonard Richardson
2017-05-07
3
-2
/
+15
*
Corrected formatting of warning.
Leonard Richardson
2017-05-07
1
-2
/
+2
*
Replace get_attribute_text with get_attribute_list.
Leonard Richardson
2017-05-06
4
-14
/
+14
*
Improved the handling of empty-element tags like <br> when using the
Leonard Richardson
2017-05-06
4
-6
/
+67
*
Renamed convenience method to get_attribute_text.
Leonard Richardson
2017-05-06
4
-5
/
+5
*
Added the method, which acts like for
Leonard Richardson
2017-05-06
4
-7
/
+28
*
HTML parsers treat all HTML4 and HTML5 empty element tags (aka void element t...
Leonard Richardson
2017-05-06
3
-4
/
+24
*
It's now possible to use a tag's namespace prefix when searching,
Leonard Richardson
2017-05-06
4
-10
/
+82
*
Implement ResultSet.__getattr__ to give a helpful message in a common error s...
Leonard Richardson
2017-05-06
1
-0
/
+5
*
Change no-parser-specified warning to avoid the implication that you should p...
Leonard Richardson
2017-05-06
1
-1
/
+1
*
I need to do another release because of an error while running the release sc...
Leonard Richardson
2017-01-02
4
-7
/
+13
*
Prep for 4.5.2 release.
Leonard Richardson
2017-01-02
3
-4
/
+4
*
Indentation change contributed by Pranav Salunke.
Leonard Richardson
2016-12-19
1
-2
/
+2
|
\
|
*
Minor change. Extra indent for character so it looks nicer.
Pranav Salunke
2016-04-06
1
-2
/
+2
*
|
Fixed foster parenting when html5lib is the tree builder. Thanks to Geoffrey ...
Leonard Richardson
2016-12-19
3
-8
/
+77
|
\
\
|
*
|
Fix foster parenting with html5lib.
Geoffrey Sneddon
2015-12-08
2
-3
/
+10
|
*
|
Make TreeBuilderForHtml5lib strictly follow the html5lib API.
Geoffrey Sneddon
2015-12-08
1
-5
/
+64
|
|
/
*
|
Remove breakpoint.
Leonard Richardson
2016-12-19
1
-1
/
+0
*
|
Fixed yet another problem that caused the html5lib tree builder to
Leonard Richardson
2016-12-19
3
-6
/
+37
*
|
Documentation fixes. [bug=1651050]
Leonard Richardson
2016-12-19
1
-4
/
+5
*
|
Show how to use the attrs argument to search by the 'name' attribute. [bug=16...
Leonard Richardson
2016-12-11
1
-0
/
+10
[next]