Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-03 | Doc fixes. | Leonard Richardson | |
2012-09-28 | Fixed package name. | Leonard Richardson | |
2012-08-17 | Fixed doc. | Leonard Richardson | |
2012-08-17 | Prep for release. | Leonard Richardson | |
2012-08-16 | As per PEP-8, allow searching by CSS class using the 'class_' | Leonard Richardson | |
keyword argument. [bug=1037624] | |||
2012-08-14 | Updated docs. | Leonard Richardson | |
2012-07-10 | Fixed typo. | Leonard Richardson | |
2012-07-03 | Mentioned cchardet in docs. | Leonard Richardson | |
2012-06-10 | Made it clear in the doc that Beautiful Soup calls search() on regular ↵ | Leonard Richardson | |
expressions, not match() | |||
2012-05-29 | Prep for release. | Leonard Richardson | |
2012-05-24 | Fixed the basic failure in [bug=1003974], but not more advanced cases. | Leonard Richardson | |
2012-05-24 | Comments, processing instructions, document type declarations, and markup ↵ | Leonard Richardson | |
declarations are now treated as preformatted strings, the way CData blocks are. [bug=1001025] Also in this commit: renamed detwingle method to detwingle(). | |||
2012-04-27 | Tweaked doc. | Leonard Richardson | |
2012-04-27 | Prep for release. | Leonard Richardson | |
2012-04-26 | Added a new method, wrap(). | Leonard Richardson | |
2012-04-26 | Renamed replace_with_children() to the jQuery name, unwrap(). | Leonard Richardson | |
2012-04-26 | Upon document generation, CData objects are no longer run through the ↵ | Leonard Richardson | |
formatter. [bug=988905] | |||
2012-04-26 | Fixed test failure when lxml is not installed. | Leonard Richardson | |
2012-04-18 | Print a warning on HTMLParseErrors to let people know they should install an ↵ | Leonard Richardson | |
external parser. | |||
2012-04-18 | Fixed a bug that made the HTMLParser treebuilder generate XML definitions ↵ | Leonard Richardson | |
ending with two question marks instead of one. [bug=984258] | |||
2012-04-16 | Doc update. | Leonard Richardson | |
2012-04-16 | Unicode, Dammit now has an option to turn MS smart quotes into ASCII characters. | Leonard Richardson | |
2012-04-16 | Attribute values are now run through the provided output formatter. ↵ | Leonard Richardson | |
Previously they were always run through the 'minimal' formatter. [bug=980237] | |||
2012-04-16 | Give a more useful error when the user tries to run the Python 2 version of ↵ | Leonard Richardson | |
BS under Python 3. | |||
2012-04-11 | Added more common errors to doc. | Leonard Richardson | |
2012-04-11 | Added renderContents back. | Leonard Richardson | |
2012-03-30 | Corrected typo. | Leonard Richardson | |
2012-03-30 | Corrected typo. | Leonard Richardson | |
2012-03-30 | Mentioned the empty-list problem people often encounter. | Leonard Richardson | |
2012-03-30 | Added a section to the documentation on common errors. | Leonard Richardson | |
2012-03-14 | Minor doc update. | Leonard Richardson | |
2012-03-14 | Final doc pass. | Leonard Richardson | |
2012-03-14 | Fixed error in doc. | Leonard Richardson | |
2012-03-02 | Brought the soupselect port up to date. | Leonard Richardson | |
2012-03-02 | Bump version number. | Leonard Richardson | |
2012-03-01 | Redid the 'differences between parsers' bit and added a table, since it was ↵ | Leonard Richardson | |
confusing some people. | |||
2012-03-01 | Updated docs. | Leonard Richardson | |
2012-02-07 | Package the docs with the code. | Leonard Richardson | |
2012-02-07 | Newly created tags use the same empty-element rules as the builder used to ↵ | Leonard Richardson | |
originally create the soup. | |||
2012-02-07 | Renamed insert_before to move_before, to avoid confusion with the way ↵ | Leonard Richardson | |
insert() works. | |||
2012-02-07 | Documented today's changes. | Leonard Richardson | |
2012-02-06 | Monkeypatch Python 3.2 versions prior to 3.2.3 to solve some major ↵ | Leonard Richardson | |
HTMLParser bugs. | |||
2012-02-06 | Updated doc. | Leonard Richardson | |
2012-02-02 | Added people to AUTHORS whose recognition is overdue. | Leonard Richardson | |
2012-02-02 | Fixed links and package names now that the distribution picture is becoming ↵ | Leonard Richardson | |
more clear. | |||
2012-02-02 | Added docs. | Leonard Richardson | |