lxml:lxml-2.3.2

Last commit made on 2011-11-11
Get this branch:
git clone -b lxml-2.3.2 https://git.launchpad.net/lxml

Branch merges

Branch information

Name:
lxml-2.3.2
Repository:
lp:lxml

Recent commits

4c325e1... by scoder

prepare release of lxml 2.3.2

c3fcd01... by scoder

ReST fix

--HG--
extra : transplant_source : %99-c%CC%AA%15%C8%AA%D61%FD%AD%60%8Czp%03%D8%25%90

cca129a... by scoder

Py2.4 test fix

--HG--
extra : transplant_source : e%E0Ft%06E%EA%E6%1F%CBzA%D9%0F%20k%8E%88W%8F

97be97f... by scoder

be a bit less boring about example text in doctests

--HG--
extra : transplant_source : %82.ty%C3%05%94%3D%D8%A9%23%E2%AE%F1%A7%A3%B6G_p

44f5e31... by scoder

Cython code simplifications

--HG--
extra : transplant_source : %0B%CF%B2%C8%B9%D8%0F%F9%1E%C1e%AB6%CC%B5%E7%2B%C0y%8C

3b4bc3a... by scoder

minor cleanup

--HG--
extra : transplant_source : %D8%08%8FS%1E%98%80%15%09t%F8%3D%B1%86%0C3%5B%2By%E4

a2b966b... by scoder

formatting fix in CHANGES.txt

f331ff3... by scoder

Merge pull request #19 from SimonSapin/master

Ignore optional whitespace after combinators when parsing CSS selectors.

c3b80b7... by Simon Sapin

More tests and change log for the parsing bug in cssselect.

c57200a... by Simon Sapin

Ignore optional whitespace after combinators when parsing CSS selectors.

For example, "div> .foo" was incorrectly parsed the same as "div>* .foo"
while it should be "div>.foo"