index
:
delta/python-packages/beautifulsoup4.git
trunk
launchpad.net: beautifulsoup
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bs4
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+1
*
Prep for 4.5.2 release.
Leonard Richardson
2017-01-02
1
-2
/
+2
*
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
2
-8
/
+74
|
\
\
|
*
|
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
2
-6
/
+32
*
|
Bump version number.
Leonard Richardson
2016-08-02
1
-1
/
+1
*
|
Explained why we test both unicode and bytestring processing instructions.
Leonard Richardson
2016-07-30
2
-11
/
+20
*
|
Fixed a reported (but not duplicated) bug involving processing instructions f...
Leonard Richardson
2016-07-26
1
-1
/
+3
*
|
Clarify that Beautiful Soup is no longer compatible with versions of Python p...
Leonard Richardson
2016-07-26
2
-3
/
+2
|
\
\
|
*
|
Clarify Python 2(.7) support status
Ville Skyttä
2016-07-26
2
-3
/
+2
*
|
|
Change the way open() is used. Code contributed by Ville Skyttä.
Leonard Richardson
2016-07-26
1
-1
/
+2
|
\
\
\
|
*
|
|
Open/close files with "with"
Ville Skyttä
2016-07-26
1
-1
/
+2
|
|
/
/
*
|
|
Renamed deprecated method. Contributed by Ville Skyttä.
Leonard Richardson
2016-07-26
1
-1
/
+1
|
\
\
\
|
*
|
|
Use assertEqual instead of deprecated assertEquals
Ville Skyttä
2016-07-26
1
-1
/
+1
|
|
/
/
*
|
|
Spelling fixes
Ville Skyttä
2016-07-26
3
-3
/
+3
|
/
/
*
|
Fixed test that fails in Python 3.5.
Leonard Richardson
2016-07-19
1
-2
/
+2
*
|
Pass in bytes so that the BeautifulSoup object always has an original_encoding.
Leonard Richardson
2016-07-18
1
-1
/
+1
*
|
If a search against each individual value of a multi-valued
Leonard Richardson
2016-07-18
2
-18
/
+23
*
|
Corrected an encoding error that happened when a BeautifulSoup
Leonard Richardson
2016-07-18
2
-1
/
+17
*
|
Added support for CSS selector values that contain quoted spaces,
Leonard Richardson
2016-07-18
2
-8
/
+14
*
|
The argument to now works correctly, though it's
Leonard Richardson
2016-07-18
2
-5
/
+11
*
|
Use a dedicated logger instead of the root logger. [bug=1511661]
Leonard Richardson
2016-07-17
1
-1
/
+1
*
|
Use a dedicated logger instead of the root logger. [bug=1511661]
Leonard Richardson
2016-07-17
1
-3
/
+4
*
|
When a BeautifulSoup object is pickled but its tree builder cannot
Leonard Richardson
2016-07-17
1
-1
/
+1
*
|
Although the previously fixed problem only occurs when using the html5lib tre...
Leonard Richardson
2016-07-17
1
-2
/
+2
*
|
Fixed a bug in the html5lib treebuilder that deranged the tree
Leonard Richardson
2016-07-17
2
-1
/
+23
*
|
Use known_xml instead of continually adding underscores to is_xml.
Leonard Richardson
2016-07-17
2
-10
/
+14
*
|
Whenever possible, keep track ahead of time whether a PageElement is HTML or ...
Leonard Richardson
2016-07-17
1
-11
/
+30
*
|
Beautiful Soup will now work with versions of html5lib greater than
Leonard Richardson
2016-07-16
3
-9
/
+40
*
|
We don't run the check for a filename passed in as markup if the
Leonard Richardson
2016-07-16
1
-1
/
+1
*
|
Removed imports to pdb, since pdb is not available in some environments. [bug...
Leonard Richardson
2016-07-16
5
-5
/
+0
*
|
corrected typo. [bug=1561510]
Leonard Richardson
2016-07-16
1
-2
/
+3
*
|
Specify the file and line number when warning about a
Leonard Richardson
2016-07-16
1
-1
/
+8
*
|
The contents of <textarea> tags will no longer be modified when the
Leonard Richardson
2016-07-16
3
-7
/
+31
*
|
Fixed a Python 3 ByteWarning when a URL was passed in as though it
Leonard Richardson
2016-07-16
2
-18
/
+59
*
|
Added a separate class for XML processing instructions, which have a slightly...
Leonard Richardson
2016-07-16
4
-1
/
+19
*
|
Rename COPYING.txt to LICENSE. Add a reference to LICENSE in every source file.
Leonard Richardson
2016-07-16
9
-2
/
+24
|
/
*
Add a __license__ statement to all source files.
Leonard Richardson
2015-09-28
4
-0
/
+8
*
Fixed a parse bug with the html5lib tree-builder. Thanks to Roel
Leonard Richardson
2015-09-28
2
-1
/
+11
*
Improved the implementation of CSS selector grouping. Thanks to Orangain for ...
Leonard Richardson
2015-09-28
2
-190
/
+201
*
Corrected the output of Declaration objects. [bug=1477847]
Leonard Richardson
2015-09-28
3
-2
/
+11
*
Fixed a bug that deranged the tree when part of it was
Leonard Richardson
2015-09-28
2
-5
/
+30
|
\
|
*
Use identity comparisons for tree traversal
Eric Wieser
2015-08-06
1
-5
/
+5
*
|
Don't allow inserting None into a tag.
Leonard Richardson
2015-09-28
1
-0
/
+2
|
/
*
Fixed the test_detect_utf8 test so that it works when chardet is
Leonard Richardson
2015-07-05
1
-2
/
+3
[next]