summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed up diagnose() and added it to the docs.Leonard Richardson2013-05-071-12/+56
* Mentioned the CSS selector solution to searching for a tag by multiple CSS cl...Leonard Richardson2013-05-071-0/+6
* Added support for the "nth-of-type" CSS selector. The CSS selector ">" can no...Leonard Richardson2013-05-071-0/+9
* Changed Google Groups URL.Leonard Richardson2013-05-061-1/+1
* Fixed table.Leonard Richardson2013-01-091-1/+1
* Doc fixes.Leonard Richardson2012-11-031-2/+2
* Fixed package name.Leonard Richardson2012-09-281-3/+3
* Fixed doc.Leonard Richardson2012-08-171-0/+4
* Prep for release.Leonard Richardson2012-08-171-1/+1
* As per PEP-8, allow searching by CSS class using the 'class_'Leonard Richardson2012-08-161-35/+49
* Updated docs.Leonard Richardson2012-08-141-9/+29
* Fixed typo.Leonard Richardson2012-07-101-1/+1
* Mentioned cchardet in docs.Leonard Richardson2012-07-031-3/+7
* Made it clear in the doc that Beautiful Soup calls search() on regular expres...Leonard Richardson2012-06-101-4/+11
* Prep for release.Leonard Richardson2012-05-291-7/+9
* Fixed the basic failure in [bug=1003974], but not more advanced cases.Leonard Richardson2012-05-241-0/+3
* Comments, processing instructions, document type declarations, and markup dec...Leonard Richardson2012-05-241-3/+53
* Tweaked doc.Leonard Richardson2012-04-271-2/+2
* Prep for release.Leonard Richardson2012-04-271-1/+5
* Added a new method, wrap().Leonard Richardson2012-04-261-2/+16
* Renamed replace_with_children() to the jQuery name, unwrap().Leonard Richardson2012-04-261-5/+5
* Upon document generation, CData objects are no longer run through the formatt...Leonard Richardson2012-04-261-1/+15
* Fixed test failure when lxml is not installed.Leonard Richardson2012-04-261-0/+7
* Print a warning on HTMLParseErrors to let people know they should install an ...Leonard Richardson2012-04-181-1/+2
* Fixed a bug that made the HTMLParser treebuilder generate XML definitions end...Leonard Richardson2012-04-181-1/+1
* Doc update.Leonard Richardson2012-04-161-53/+59
* Unicode, Dammit now has an option to turn MS smart quotes into ASCII characters.Leonard Richardson2012-04-161-8/+13
* Attribute values are now run through the provided output formatter. Previousl...Leonard Richardson2012-04-161-4/+18
* Give a more useful error when the user tries to run the Python 2 version of B...Leonard Richardson2012-04-161-5/+20
* Added more common errors to doc.Leonard Richardson2012-04-111-14/+21
* Added renderContents back.Leonard Richardson2012-04-111-3/+13
* Corrected typo.Leonard Richardson2012-03-301-4/+4
* Corrected typo.Leonard Richardson2012-03-301-1/+1
* Mentioned the empty-list problem people often encounter.Leonard Richardson2012-03-301-2/+8
* Added a section to the documentation on common errors.Leonard Richardson2012-03-301-0/+28
* Minor doc update.Leonard Richardson2012-03-141-2/+2
* Final doc pass.Leonard Richardson2012-03-141-38/+79
* Fixed error in doc.Leonard Richardson2012-03-141-1/+1
* Brought the soupselect port up to date.Leonard Richardson2012-03-021-5/+31
* Bump version number.Leonard Richardson2012-03-021-4/+6
* Redid the 'differences between parsers' bit and added a table, since it was c...Leonard Richardson2012-03-011-41/+55
* Updated docs.Leonard Richardson2012-03-011-0/+74
* Use MANIFEST.in instead of setup.py to hold the docs and text files.Leonard Richardson2012-02-205-1/+2945
* Package the docs with the code.Leonard Richardson2012-02-076-2814/+1
* Newly created tags use the same empty-element rules as the builder used to or...Leonard Richardson2012-02-071-19/+29
* Renamed insert_before to move_before, to avoid confusion with the way insert(...Leonard Richardson2012-02-071-5/+5
* Documented today's changes.Leonard Richardson2012-02-071-17/+141
* Monkeypatch Python 3.2 versions prior to 3.2.3 to solve some major HTMLParser...Leonard Richardson2012-02-061-2/+2
* Updated doc.Leonard Richardson2012-02-061-3/+6
* Added people to AUTHORS whose recognition is overdue.Leonard Richardson2012-02-021-21/+58