summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix documentation link to etreepublic.pxd patch-1Simon Sapin2012-06-171-1/+1
| | | | The file has moved to src/lxml/include in 6d33615e46e4a2316331c1bfe8051875abf59ed3
* simplify interface for passing multiple tag selectors into element iteration ↵Stefan Behnel2012-04-242-9/+24
| | | | methods
* Update the doc/website for cssselect.Simon Sapin2012-04-201-37/+46
|
* refactored error log connection into a context manager, added support for ↵Stefan Behnel2012-04-071-4/+4
| | | | recursive usage of different logs
* doc(test) fixes in new DTD API documentationStefan Behnel2012-04-061-16/+18
|
* merged DTD attributes branchStefan Behnel2012-04-051-0/+88
|\ | | | | | | | | --HG-- rename : src/lxml/tree.pxd => src/lxml/include/tree.pxd
| * Update source code in validation.txt so that doctests work.walterWalter Doerwald2012-02-161-5/+5
| |
| * Remove bogus statement from source in documentation.Walter Doerwald2012-02-161-1/+0
| |
| * Document new attributes of DTD objects.Walter Doerwald2012-02-161-0/+89
| |
* | sort attributes at Element creation time to make their creation order ↵Stefan Behnel2012-03-311-1/+1
| | | | | | | | predictable
* | merged 2.3 branch into mainlineStefan Behnel2012-03-261-3/+7
|\ \ | | | | | | | | | | | | --HG-- rename : src/lxml/xslt.pxd => src/lxml/include/xslt.pxd
| * | prepare release of 2.3.4lxml-2.3.4Stefan Behnel2012-03-261-3/+7
| | |
* | | new FAQ entry on str/unicode return values for text content and tag namesStefan Behnel2012-02-201-0/+20
| | |
* | | clarify docs on remove_blank_text parser optionStefan Behnel2012-02-181-2/+3
| | |
* | | merged 'css :root' branchStefan Behnel2012-02-151-1/+0
|\ \ \
| * | | Add support for the :root pseudo-class in cssselect.Simon Sapin2011-12-141-1/+0
| | | |
* | | | replace references to easy_install by pipStefan Behnel2012-02-051-25/+20
| | | |
* | | | lxml 2.4 requires Cython 0.16 to build from sourcesStefan Behnel2012-02-051-2/+2
| | | |
* | | | new FAQ paragraph on thread related crashesStefan Behnel2012-01-181-0/+7
| | | |
* | | | merged 2.3 maintenance branch into master branchStefan Behnel2012-01-041-3/+7
|\ \ \ \ | | |/ / | |/| |
| * | | add missing importlxml-2.3.3Stefan Behnel2012-01-041-1/+1
| | | |
| * | | prepare release of lxml 2.3.3Stefan Behnel2012-01-041-3/+7
| | | |
| * | | ReST fixStefan Behnel2012-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | --HG-- extra : transplant_source : %7D6m8%1B%8D%84%CD%13_%C7%3B%9A%CF%1D%84%E0O%C5%9F
| * | | integrate new front page sections into side menuStefan Behnel2011-12-131-6/+6
| | | | | | | | | | | | | | | | | | | | --HG-- extra : transplant_source : %C9%A3%A4%C3Vr%84Z%09%F2%80%60%CC%24_%01%DDU%E1%15
| * | | integrate PayPayl button into homepageStefan Behnel2011-12-133-13/+33
| | | | | | | | | | | | | | | | | | | | --HG-- extra : transplant_source : %C6%22t%25q%7F%E0bl%B7Lm%90%08%3E%3E%EF%9D%10%C1
| * | | add flattr and paypal buttons to github project pageStefan Behnel2011-12-132-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : README.txt => README.rst extra : transplant_source : %23O%83%1D5%60%E3%02%A2g%A1%28td%E3%AC%B5%20%00%28
| * | | drop a paragraph in the performance docs that was referring to pre-Py2.7 ETStefan Behnel2011-12-031-6/+0
| | | | | | | | | | | | | | | | | | | | --HG-- extra : transplant_source : %3C%20%5Cp%9C%F2%87y%FD%13%DA%80zk2%F1%9ABN%C6
| * | | new FAQ section on parsing from unicode filesStefan Behnel2011-12-011-0/+22
| | | | | | | | | | | | | | | | | | | | --HG-- extra : transplant_source : %F7K%D1v%B1%1B%D0%05%40%EFQ%FA%9CER%A7%60%D5%7C%B0
| * | | additional performance.txt section on memory usage under Py3.3Stefan Behnel2011-11-291-1/+39
| | |/ | |/| | | | | | | | | | --HG-- extra : transplant_source : b%9Dcy1%D2-L%CDmCU%A4%AAYw9%FC%1A%FB
* | | ReST fixStefan Behnel2012-01-021-1/+1
| | |
* | | integrate new front page sections into side menuStefan Behnel2011-12-131-6/+6
| | |
* | | integrate PayPayl button into homepageStefan Behnel2011-12-133-15/+40
| | |
* | | add flattr and paypal buttons to github project pageStefan Behnel2011-12-132-0/+0
| | | | | | | | | | | | | | | --HG-- rename : README.txt => README.rst
* | | removed dead importsStefan Behnel2011-12-061-2/+2
| | |
* | | drop a paragraph in the performance docs that was referring to pre-Py2.7 ETStefan Behnel2011-12-031-6/+0
| |/ |/|
* | new FAQ section on parsing from unicode filesStefan Behnel2011-12-011-0/+22
| |
* | additional performance.txt section on memory usage under Py3.3Stefan Behnel2011-11-291-1/+39
|/
* prepare release of lxml 2.3.2lxml-2.3.2lxml-2.3.2Stefan Behnel2011-11-111-3/+7
|
* ReST fixStefan Behnel2011-11-111-1/+1
| | | | | --HG-- extra : transplant_source : %99-c%CC%AA%15%C8%AA%D61%FD%AD%60%8Czp%03%D8%25%90
* Py2.4 test fixStefan Behnel2011-11-111-1/+1
| | | | | --HG-- extra : transplant_source : e%E0Ft%06E%EA%E6%1F%CBzA%D9%0F%20k%8E%88W%8F
* be a bit less boring about example text in doctestsStefan Behnel2011-11-111-2/+2
| | | | | --HG-- extra : transplant_source : %82.ty%C3%05%94%3D%D8%A9%23%E2%AE%F1%A7%A3%B6G_p
* extended doctestsStefan Behnel2011-10-271-5/+22
| | | | | --HG-- extra : rebase_source : 766165283e9ec038d42834d407d84c5066c3b716
* doc fixesStefan Behnel2011-10-271-5/+1
| | | | | --HG-- extra : rebase_source : 9bbb1e648f16cbc65788f50f42784ad955b7fe77
* new option 'cleanup_namespaces' in objectify.deannotate()Stefan Behnel2011-10-231-0/+9
| | | | | --HG-- extra : rebase_source : 8e6688a024a69c6322cfb142398591e0a062164a
* reformatted flattr linkStefan Behnel2011-10-211-5/+7
|
* simplified linkStefan Behnel2011-10-211-2/+2
|
* update FAQ section about binary buildsStefan Behnel2011-10-201-14/+15
|
* restructure lxml.objectify documentation to start with the more obvious ↵Stefan Behnel2011-10-121-78/+78
| | | | 'reading XML' part instead of the 'generating XML' part
* whitespaceStefan Behnel2011-10-121-1/+1
|
* reference Django as a project with which users often employ lxmlStefan Behnel2011-10-101-4/+6
|