summaryrefslogtreecommitdiff
path: root/src/lxml/cssselect.py
Commit message (Expand)AuthorAgeFilesLines
* Replace outdated URL in error message.Stefan Behnel2022-12-221-1/+1
* Simplify code.Stefan Behnel2022-12-221-2/+2
* Call super() from CSSSelector constructor to help with used side inheritance.Stefan Behnel2022-12-221-1/+1
* clean up imports in lxml.cssselectStefan Behnel2015-09-041-8/+7
* cssselect doc fixesStefan Behnel2012-07-021-1/+1
* fix indentationStefan Behnel2012-07-021-1/+1
* Fix lxml.cssselect for cssselect 0.7Simon Sapin2012-07-021-3/+9
* Change to a single 'translator' param that accepts some string values.Simon Sapin2012-04-201-6/+7
* Update for cssselect 0.3Simon Sapin2012-04-171-16/+23
* Use the external cssselectSimon Sapin2012-04-161-998/+44
* cssselect: sequences of whitespace are handled by the tokeniser, not the parserStefan Behnel2012-04-051-2/+2
* Ignore whitespace after a CSS group separator.Laurence Rowe2012-04-051-0/+3
* Optimize css attribute selectors to test for existence of attribute before st...Laurence Rowe2012-03-311-9/+10
* Optimize css class selector to test for existence of class attribute before s...Laurence Rowe2012-03-311-2/+2
* Add support for the :root pseudo-class in cssselect.Simon Sapin2011-12-141-2/+2
* "E :pseudo" should parse the same as "E *:pseudo", not "E:pseudo"Simon Sapin2011-12-121-1/+3
* add licensing information to lxml.html and lxml.cssselectStefan Behnel2011-12-011-0/+31
* Ignore optional whitespace after combinators when parsing CSS selectors.Simon Sapin2011-11-041-0/+3
* another fix for the 'descendant' problem in cssselect to undo a serious perfo...Stefan Behnel2011-11-031-1/+1
* In lxml.cssselect, use the xpath 'A//B' (short forLaurence Rowe2011-03-231-1/+1
* [svn r4400] r5565@lenny: sbehnel | 2010-04-11 19:34:52 +0200scoder2010-04-111-2/+16
* [svn r4346] r5469@lenny: sbehnel | 2010-02-08 14:20:44 +0100scoder2010-02-281-6/+6
* [svn r4345] r5463@lenny: sbehnel | 2010-02-08 11:59:46 +0100scoder2010-02-081-4/+4
* [svn r4268] r5328@delle: sbehnel | 2009-11-13 14:07:16 +0100scoder2009-11-241-1/+1
* [svn r4209] r5239@delle: sbehnel | 2009-09-10 06:45:11 +0200scoder2009-09-101-9/+17
* [svn r4208] r5237@delle: sbehnel | 2009-09-06 14:50:11 +0200scoder2009-09-061-36/+70
* [svn r4005] r4861@delle: sbehnel | 2008-11-14 10:52:38 +0100scoder2008-11-161-0/+2
* [svn r3852] r4545@delle: sbehnel | 2008-06-22 10:55:55 +0200scoder2008-06-221-7/+7
* [svn r3835] r4520@delle: sbehnel | 2008-06-20 09:48:39 +0200scoder2008-06-201-0/+7
* [svn r3756] r4372@delle: sbehnel | 2008-05-26 10:49:32 +0200scoder2008-05-261-2/+2
* [svn r3740] r4335@delle: sbehnel | 2008-05-24 09:55:10 +0200scoder2008-05-241-1/+6
* [svn r3717] r4275@delle: sbehnel | 2008-05-21 20:06:26 +0200scoder2008-05-211-2/+7
* [svn r3699] r4257@delle: sbehnel | 2008-05-21 00:08:43 +0200scoder2008-05-211-5/+13
* [svn r3285] r3470@delle: sbehnel | 2008-02-13 20:12:19 +0100scoder2008-02-131-2/+17
* [svn r2744] copied lxml.cssselect from html branchscoder2007-08-181-0/+905