2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Switch github HOMEPAGEs to https.
|
2017-05-20 07:40:35 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 1.2.0:
* Add :meth:`~parsel.selector.SelectorList.get` and \
:meth:`~parsel.selector.SelectorList.getall`
methods as aliases for :meth:`~parsel.selector.SelectorList.extract_first`
and :meth:`~parsel.selector.SelectorList.extract` respectively
* Add default value parameter to :meth:`~parsel.selector.SelectorList.re_first` \
method
* Add :meth:`~parsel.selector.Selector.re_first` method to \
:class:`parsel.selector.Selector` class
* Bug fix: detect ``None`` result from lxml parsing and fallback with an empty \
document
* Rearrange XML/HTML examples in the selectors usage docs
|
2017-02-16 00:22:33 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Needs py-test-runner.
|
2017-02-13 22:21:09 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Added www/py-parsel version 1.1.0
Parsel is a library to extract data from HTML and XML using XPath and CSS
selectors.
Features:
* Extract text using CSS or XPath selectors
* Regular expression helper methods
|