• Home
  • Raw
  • Download

Lines Matching refs:bug

3 * Fixed a bug in which short Unicode input was improperly encoded to
5 disk. [bug=1227016]
8 filenames. [bug=1232604]
10 * Fixed a bug that caused Unicode data put into UnicodeDammit to
11 return None instead of the original data. [bug=1214983]
14 run by nosetests. [bug=1212445]
20 parsing. [bug=1189267]
22 * Fixed a bug that caused the optimized version of find_all() to
23 return nothing. [bug=1212655]
36 systems. [bug=1180527]
38 - A returning bug that truncated documents longer than a (very
39 small) size. [bug=963880]
41 - A returning bug in which extra spaces were added to a document if
42 the document defined a charset other than UTF-8. [bug=972466]
61 Aaron DeVore. [bug=1194034]
73 EntitySubstitution.substitute_xml_containing_entities(). [bug=1182183]
76 NavigableString. [bug=1181986]
78 * Fixed another bug by which the html5lib tree builder could create a
79 disconnected tree. [bug=1182089]
82 not the last element to be parsed. [bug=1182089]
84 * Fixed test failures when lxml is not installed. [bug=1181589]
87 code in the html5lib test suite. [bug=1181624]
91 capital X. Patch by Tim Shirley. [bug=1186242]
99 general sibling combinator (~). Tests by "liquider". [bug=1082144]
105 by Sven Slootweg. [bug=1109952]
134 the same way they did before. [bug=1085953]
138 processing commands. [bug=1050164]
141 alone. [bug=1095654]
143 * Fix a bug in the html5lib treebuilder which sometimes created
144 disconnected trees. [bug=1039527]
146 * Fix a bug in the lxml treebuilder which crashed when a tag included
147 an attribute from the predefined "xml:" namespace. [bug=1065617]
149 * Fix a bug by which keyword arguments to find_parent() were not
150 being passed on. [bug=1126734]
153 decomposed. [bug=1097699]
157 invisible. [bug=984936]
160 anything. Code by Stefaan Lippens. [bug=1168167]
166 versions. [bug=1038503]
172 Devore. [bug=1038301]
177 keyword argument. [bug=1037624]
180 the fully-qualified names given by the lxml parser. [bug=1037597]
187 faster. [bug=1020748]
191 CHARACTER. [bug=1013862]
197 to another. [bug=1019603]
200 by Andreas Kostyrka. [bug=1019635]
204 namespaces. [bug=1020268]
207 rather than an empty bytestring. [bug=1020387]
214 * Fixed the handling of " with the built-in parser. [bug=993871]
218 CData blocks are. [bug=1001025]
220 * Fixed a bug with the lxml treebuilder that prevented the user from
222 attributes. [bug=1002378] Thanks to Oliver Beattie for the patch.
226 children with another. [bug=997529]
228 * Added the ability to search for attribute values specified in UTF-8. [bug=1003974]
243 * Fixed a bug in decoding data that contained a byte-order mark, such
244 as data encoded in UTF-16LE. [bug=988980]
246 * Fixed a bug that made the HTMLParser treebuilder generate XML
248 one. [bug=984258]
251 the formatter. [bug=988905]
254 html5lib is installed. [bug=987004]
261 * Fixed a bug that sometimes created disconnected trees.
263 * Fixed a bug with the string setter that moved a string around the
264 tree instead of copying it. [bug=983050]
270 is better than inconsistent behavior. [bug=980237]
288 but related) bug in lxml. [bug=972466]
292 * Worked around a possible bug in lxml that prevents non-tiny XML
293 documents from being parsed. [bug=963880, bug=963936]
295 * Fixed a bug where specifying `text` while also searching for a tag
296 only worked if `text` wanted an exact string match. [bug=955942]
312 * Fixed a crash when using html5lib. [bug=943246]
316 output. [bug=942714]
318 * Fixed a bug that caused calling a tag to sometimes call find_all()
319 with the wrong arguments. [bug=944426]
406 * Fixed a bug that caused the html5lib tree builder to build a
423 and headers), but 'class' is by far the most common. [bug=41034]
430 * Fixed a bug that caused a crash when you passed a dictionary as an
431 attribute value (possibly because you mistyped "attrs"). [bug=842419]
434 like <meta charset="utf-8" />. [bug=837268]
440 get turned into Unicode. [bug=754903]
442 * Patched over a bug in html5lib (?) that was crashing Beautiful Soup
443 on certain kinds of markup. [bug=838800]
445 * Fixed a bug that wrecked the tree if you replaced an element with an
446 empty string. [bug=728697]
464 * We also monkeypatch a serious bug in html.parser that made
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
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
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.