Lines Matching refs:Fixed
3 * Fixed a bug in which short Unicode input was improperly encoded to
7 * Fixed a crash when a short input contains data not valid in
10 * Fixed a bug that caused Unicode data put into UnicodeDammit to
18 * Fixed yet another problem with the html5lib tree builder, caused by
22 * Fixed a bug that caused the optimized version of find_all() to
78 * Fixed another bug by which the html5lib tree builder could create a
84 * Fixed test failures when lxml is not installed. [bug=1181589]
86 * html5lib now supports Python 3. Fixed some Python 2-specific
159 * Fixed an exception when an overspecified CSS selector didn't match
182 * Fixed a crash on encoding when an attribute name contained
195 * Fixed an html5lib tree builder crash which happened when html5lib
202 * Fixed a typo that made parsing significantly slower than it should
214 * Fixed the handling of " with the built-in parser. [bug=993871]
220 * Fixed a bug with the lxml treebuilder that prevented the user from
224 * Fixed some edge-case bugs having to do with inserting an element
243 * Fixed a bug in decoding data that contained a byte-order mark, such
246 * Fixed a bug that made the HTMLParser treebuilder generate XML
261 * Fixed a bug that sometimes created disconnected trees.
263 * Fixed a bug with the string setter that moved a string around the
283 * Fixed a typo that caused some versions of Python 3 to convert the
295 * Fixed a bug where specifying `text` while also searching for a tag
312 * Fixed a crash when using html5lib. [bug=943246]
318 * Fixed a bug that caused calling a tag to sometimes call find_all()
326 * Fixed the string representation of DOCTYPEs that have both a public
329 * Fixed the generated XML declaration.
334 * Fixed a test failure that occured on Python 3.x when chardet was
406 * Fixed a bug that caused the html5lib tree builder to build a
430 * Fixed a bug that caused a crash when you passed a dictionary as an
445 * Fixed a bug that wrecked the tree if you replaced an element with an
604 Fixed a UnicodeDecodeError when unpickling documents that contain
607 Fixed a TypeError that occured in some circumstances when a tag
633 Fixed a Unicode conversion bug.
635 Fixed a bug that garbled some <meta> tags when rewriting them.
649 Fixed an underlying bug in SGMLParser that thinks ASCII has 255
672 Fixed a bug that crashed Unicode conversion in some cases.
674 Fixed a bug that prevented UnicodeDammit from being used as a
677 Fixed some unit test failures when running against Python 2.5.
705 Fixed a bug where the findAll method wasn't passing along any keyword
810 Fixed a serious performance bug in BeautifulStoneSoup which was
816 Fixed a bug that was breaking text fetch.
818 Fixed a bug that crashed the parser when text chunks that look like
843 Fixed a bug that caused all hand-created tags to share a single set of
848 Fixed Python 2.2 support for iterators.
850 Fixed a bug that gave the wrong representation to tags within quote
865 Fixed a bug that sometimes caused renderContents() to return a Unicode
878 Fixed a bug that caused bad results when you tried to reference a tag
885 Fixed a bug in the comparison operator.
1042 Fixed an edge case where searching for "%foo" would match any string