summaryrefslogtreecommitdiff
path: root/src/lxml/objectify.pyx
Commit message (Expand)AuthorAgeFilesLines
* Implement "__rXXX__" special methods in objectify elements to support proper ...Stefan Behnel2021-07-161-12/+87
* Implement "__index__()" special method for integer elements in lxml.objectify.Stefan Behnel2019-03-081-0/+6
* Allow "element[-1]" for disconnected elements in objectify, returning the ele...Stefan Behnel2019-03-081-3/+2
* Keep the original dict insertion order in Py3.6+ when setting attributes or n...Stefan Behnel2019-03-011-1/+1
* Replace old Pyrex property syntax with @property decorators for read-only pro...Stefan Behnel2019-02-231-33/+34
* Set explicit Cython language levels for compiled modules (Cython suggests to ...Stefan Behnel2018-12-021-0/+1
* Remove redundant parenthesesHugo2018-08-251-3/+3
* Use f-strings for all string formatting for which it makes sense (i.e. does n...Stefan Behnel2018-01-251-10/+6
* Disable auto-pickling feature (new in Cython 0.26) as there really aren't tha...Stefan Behnel2017-08-121-0/+1
* Properly integrate the compilation of _elementpath.py and some lxml.html modu...Stefan Behnel2017-08-111-0/+1977
* [svn r2979] use FQMN in filename to make Pyrex' import mechanism happyscoder2007-10-221-1773/+0
* [svn r2975] use keyword-only arguments in APIscoder2007-10-211-7/+7
* [svn r2970] fix error handling on PyList_Append()scoder2007-10-201-4/+1
* [svn r2950] use 'bint' instead of 'int' Pyrex type where appropriatescoder2007-10-091-15/+13
* [svn r2904] public function objectify.pytypename()scoder2007-09-211-1/+6
* [svn r2897] fix unicode annotation in DataElementscoder2007-09-191-6/+3
* [svn r2893] iterfind() in objectifyscoder2007-09-181-0/+6
* [svn r2890] new C-API function hasChild(), some cleanup to use itscoder2007-09-181-3/+3
* [svn r2888] public annotate() function, keep TREE pytype annotation if requir...scoder2007-09-171-26/+79
* [svn r2883] compile fixesscoder2007-09-151-3/+3
* [svn r2881] comment on deprecation of getchildren(), copied over to objectify...scoder2007-09-151-0/+17
* [svn r2868] adapt more imports to Cythonscoder2007-09-151-2/+2
* [svn r2865] cleanup in init code (requires Cython)scoder2007-09-151-37/+5
* [svn r2840] support external parser in objectify.fromstring()scoder2007-09-121-4/+7
* [svn r2834] moved objectpath implementation to separate .pxiscoder2007-09-111-339/+8
* [svn r2827] docstring cleanupscoder2007-09-041-3/+5
* [svn r2810] made annotation in objectify.ElementMaker optional through 'annot...scoder2007-09-011-5/+14
* [svn r2807] annotate with the original type in objectify.DataElement if no ty...scoder2007-08-311-18/+10
* [svn r2806] fix namespace setup of objectify.E factoryscoder2007-08-311-5/+3
* [svn r2805] fixscoder2007-08-311-1/+1
* [svn r2804] apply pytype annotation in objectify.E factoryscoder2007-08-311-3/+23
* [svn r2803] fix: wrong function call for deleting attributescoder2007-08-311-1/+2
* [svn r2795] new _makeSubElement() C-function to make the SubElement() factory...scoder2007-08-311-4/+3
* [svn r2793] faster E factory instantiationscoder2007-08-301-7/+13
* [svn r2775] cleanupscoder2007-08-291-3/+0
* [svn r2772] discard pytype attributes of unknown types when setting a new valuescoder2007-08-281-0/+2
* [svn r2771] only store pytype attributes for registered typesscoder2007-08-281-1/+4
* [svn r2768] always py-annotate when setting objectify values from Python type...scoder2007-08-271-1/+5
* [svn r2763] docstring cleanupscoder2007-08-241-1/+1
* [svn r2760] more cleanup, small fix for last commitscoder2007-08-221-7/+9
* [svn r2759] cleanupscoder2007-08-221-6/+5
* [svn r2758] removed old ElementMaker implementationscoder2007-08-221-76/+0
* [svn r2757] new ElementMaker implementation specifically for objectifyscoder2007-08-221-0/+72
* [svn r2756] cleanupscoder2007-08-221-112/+6
* [svn r2754] objectify updates by Holger, support passing ObjectifiedElement o...scoder2007-08-201-6/+31
* [svn r2717] fixes for tests and objectify after switching pytype from 'none' ...scoder2007-07-311-0/+5
* [svn r2706] compile fixesscoder2007-07-271-1/+1
* [svn r2696] renamed pytype 'none' to NoneType, some cleanupscoder2007-07-251-31/+47
* [svn r2604] small fixscoder2007-07-051-1/+1
* [svn r2599] extended type support for objectify.E based on registered PyTypesscoder2007-07-041-38/+112