summaryrefslogtreecommitdiff
path: root/src/lxml/apihelpers.pxi
Commit message (Expand)AuthorAgeFilesLines
* minor code cleanupStefan Behnel2013-03-291-7/+3
* fix regex and add test for itStefan Behnel2013-03-291-2/+2
* fix XSLT serialisation error for Unicode string outputStefan Behnel2013-03-291-1/+1
* remove some useless explicit usages of C-API calls from the code baseStefan Behnel2013-02-171-31/+30
* add compile time option for Py2 that makes the API always return Unicode stri...Stefan Behnel2012-12-211-3/+3
* minor simplificationStefan Behnel2012-11-301-1/+1
* add new API for incremental XML file generationStefan Behnel2012-11-201-0/+3
* Add support for tag="{*}name" in _Element.iter() and friends.Simon Sapin2012-08-111-2/+6
* fix another load of C compiler warnings about xmlChar* unsignedness etc.Stefan Behnel2012-08-111-2/+2
* fix C compiler warning about differing signednessStefan Behnel2012-08-111-1/+1
* deleted dead codeStefan Behnel2012-08-111-45/+0
* fix crash in tail text handling utility functionsStefan Behnel2012-07-311-5/+2
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-301-89/+73
* use absolute cimports to prevent build interference with already installed lx...Stefan Behnel2012-07-301-1/+1
* minor cleanupsStefan Behnel2012-06-201-2/+2
* fix ref-leak in error caseStefan Behnel2012-06-201-1/+4
* minor import cleanupStefan Behnel2012-04-241-1/+1
* minor code cleanupStefan Behnel2012-04-241-4/+3
* rewrite of node matcher to remove code duplication and make it PyPy compatibleStefan Behnel2012-04-211-7/+40
* merged 2.3 branch into masterStefan Behnel2012-04-201-0/+6
|\
| * fix crash in sax parser when finding invalid DOCTYPEStefan Behnel2012-04-201-0/+6
* | code cleanup: replace call to PyErr_NoMemory() by explicit exceptionStefan Behnel2012-04-071-10/+8
* | sort attributes at Element creation time to make their creation order predict...Stefan Behnel2012-03-311-1/+1
* | minor code simplificationsStefan Behnel2012-02-101-8/+2
* | use 'cstring_h.*' instead of 'string' for string.h functionsTay Ray Chuan2012-01-101-12/+12
* | reuse cython definitions for stdlib.hTay Ray Chuan2012-01-081-5/+5
* | reuse cython definitions for string.hTay Ray Chuan2012-01-081-12/+12
|/
* fix slice assignments after recent code cleanupStefan Behnel2011-05-291-1/+1
* code cleanupStefan Behnel2011-05-281-12/+12
* fix more compiler warnings: unused and uninitialised variablesStefan Behnel2011-05-281-4/+4
* initialise C variables to silence compiler warningsStefan Behnel2011-05-281-2/+2
* [svn r4505] code cleanup: drop clumsy redeclaration of builtin types known in...scoder2010-12-291-2/+2
* [svn r4498] typing fixesscoder2010-12-261-3/+3
* [svn r4496] fix ticket 683069: detect encoding declaration in unicode parser ...scoder2010-12-101-1/+1
* [svn r4491] support '{}tag' in lxml.objectify child search as meaning explici...scoder2010-11-171-1/+13
* [svn r4488] return value typing in public APIscoder2010-11-171-1/+1
* [svn r4486] better error message for non-string inputscoder2010-11-051-1/+1
* [svn r4478] code cleanupscoder2010-10-201-13/+19
* [svn r4416] r5594@lenny: sbehnel | 2010-05-21 19:27:57 +0200scoder2010-05-261-4/+4
* [svn r4414] r5592@lenny: sbehnel | 2010-05-21 18:49:45 +0200scoder2010-05-261-10/+17
* [svn r4412] r5590@lenny: sbehnel | 2010-05-21 18:22:31 +0200scoder2010-05-261-3/+3
* [svn r4402] r5569@lenny: sbehnel | 2010-04-27 21:41:20 +0200scoder2010-04-271-13/+28
* [svn r4383] r5532@lenny: sbehnel | 2010-03-26 06:45:12 +0100scoder2010-03-261-2/+2
* [svn r4362] r5496@lenny: sbehnel | 2010-03-02 11:26:46 +0100scoder2010-03-021-2/+2
* [svn r4309] r5403@lenny: sbehnel | 2010-01-04 16:11:30 +0100scoder2010-01-041-3/+3
* [svn r4296] r5383@lenny: sbehnel | 2009-12-28 20:17:38 +0100scoder2009-12-281-3/+61
* [svn r4295] r5371@lenny: sbehnel | 2009-12-25 15:33:46 +0100scoder2009-12-271-25/+12
* [svn r4294] r5370@lenny: sbehnel | 2009-12-25 14:01:54 +0100scoder2009-12-271-0/+1
* [svn r4292] r5368@lenny: sbehnel | 2009-12-22 18:52:31 +0100scoder2009-12-271-3/+3
* [svn r4281] r5360@delle: sbehnel | 2009-12-06 01:32:54 +0100scoder2009-12-061-6/+7