| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Jul 2012 05:49:48
0.7.1  |
nivit  |
- Add code and patch files/patch-docs__conf.py to avoid
download of intersphinx inventory during the install
stage (on pointyhat)
- Remove OPTIONS_DEFAULT=DOCS
- Add switch -N to the sphinx-build command (don't do
colored output) |
07 Jul 2012 13:22:31
0.7.1
|
nivit  |
- Update to 0.7.1
- Add LICENSE (BSD)
- Build and install documentation if DOCS option
is enabled |
03 May 2012 08:47:22
0.6.1
|
nivit  |
*cssselect* parses `CSS3 Selectors`_ and translate them to `XPath 1.0`_
expressions. Such expressions can be used in lxml_ or another XPath engine
to find the matching elements in an XML or HTML document.
This module used to live inside of lxml as ``lxml.cssselect`` before it was
extracted as a stand-alone project.
WWW: http://packages.python.org/cssselect/ |