summaryrefslogtreecommitdiff
path: root/src/lxml/lxml.objectify.pyx
Commit message (Expand)AuthorAgeFilesLines
* fix several error/exception handling cases throughout the code baseStefan Behnel2014-01-171-7/+7
* support dict as argument to pass attributes into objectify.ElementMakerStefan Behnel2013-10-191-5/+16
* use native str type for attribute lookup to reduce Py2 overheadStefan Behnel2013-07-281-2/+2
* simplify some codeStefan Behnel2013-07-281-5/+2
* fix typoStefan Behnel2013-06-171-1/+1
* prevent modification of user provided input dict in lxml.objectify.Element()Stefan Behnel2013-06-161-0/+1
* simplify some code and reduce some Py2 overheadStefan Behnel2013-06-161-17/+10
* fix typoStefan Behnel2013-06-161-1/+1
* simplify some codeStefan Behnel2013-06-161-19/+5
* simplify some codeStefan Behnel2013-06-161-5/+7
* reduce parsing overhead of boolean values in lxml.objectifyStefan Behnel2013-06-161-6/+6
* minor code cleanupStefan Behnel2013-06-161-1/+0
* fix PyType creation when name is a bytes object, minor cleanupsStefan Behnel2013-06-161-5/+3
* remove some useless explicit usages of C-API calls from the code baseStefan Behnel2013-02-171-9/+7
* prevent namespaced tags from being matched by the child lookup in lxml.object...Stefan Behnel2012-12-181-1/+5
* make _ObjectifyElementMakerCaller class final+internalStefan Behnel2012-10-161-0/+2
* support calling E factory to simplify the creation on non-identifier tags, ca...Stefan Behnel2012-10-161-6/+36
* clean up objectify.annotate() fix by moving the inner 'loop' code into a sepa...Stefan Behnel2012-09-271-125/+123
* fix reference leaks in objectify.*annotate() functionsStefan Behnel2012-09-261-0/+13
* reduce initial import overhead by configuring absolute importsStefan Behnel2012-08-111-0/+2
* removed obsolete cimportStefan Behnel2012-07-311-1/+0
* fix some more C compiler warnings in lxml.objectifyStefan Behnel2012-07-311-2/+2
* use absolute imports in .pxd files to prevent interference with an installed ...Stefan Behnel2012-07-301-1/+1
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-301-61/+39
* use absolute cimports to prevent build interference with already installed lx...Stefan Behnel2012-07-301-6/+6
* remove special implementations of the .find*() methods from lxml.objectify to...Stefan Behnel2012-07-301-36/+0
* minor code cleanupStefan Behnel2012-03-311-4/+5
* minor code cleanupStefan Behnel2012-03-311-1/+1
* clean up the left-overs of cstd.pxd by renaming it to cvarargs.pxdStefan Behnel2012-03-021-1/+0
* fix cimportsStefan Behnel2012-01-221-1/+1
* use 'cstring_h.*' instead of 'string' for string.h functionsTay Ray Chuan2012-01-101-3/+3
* reuse cython definitions for string.hTay Ray Chuan2012-01-081-3/+4
* better error handling in ObjectifiedElement.__getitem__()Stefan Behnel2012-01-031-4/+5
* remove some outdated cythonismsStefan Behnel2012-01-031-14/+12
* removed unused importsStefan Behnel2011-12-171-2/+1
* use lower case encoding names when de-/encoding in PythonStefan Behnel2011-12-021-4/+4
* Cython code simplificationsStefan Behnel2011-11-091-9/+5
* minor cleanupStefan Behnel2011-11-091-2/+2
* new option 'cleanup_namespaces' in objectify.deannotate()Stefan Behnel2011-10-231-5/+9
* reexport etree.SubElement as objectify.SubElement, increase minor versionStefan Behnel2011-10-121-2/+4
* code cleanupStefan Behnel2011-07-221-5/+1
* [svn r4505] code cleanup: drop clumsy redeclaration of builtin types known in...scoder2010-12-291-6/+6
* [svn r4495] removed unused importscoder2010-12-101-3/+0
* [svn r4491] support '{}tag' in lxml.objectify child search as meaning explici...scoder2010-11-171-2/+2
* [svn r4425] Fixed DataElement() to use PyType.stringify, with test.jholg2010-06-251-4/+8
* [svn r4389] r5544@lenny: sbehnel | 2010-03-31 12:52:16 +0200scoder2010-03-311-0/+12
* [svn r4374] r5513@lenny: sbehnel | 2010-03-13 14:53:09 +0100scoder2010-03-131-1/+1
* [svn r4362] r5496@lenny: sbehnel | 2010-03-02 11:26:46 +0100scoder2010-03-021-4/+4
* [svn r4343] Bug #509504: Fixed objectify pickle support, adding support forjholg2010-02-031-11/+8
* [svn r4265] r5316@delle: sbehnel | 2009-11-11 17:26:12 +0100scoder2009-11-241-1/+1