summaryrefslogtreecommitdiff
path: root/src/lxml/objectify.pyx
Commit message (Expand)AuthorAgeFilesLines
* [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
* [svn r2597] support unicode strings in objectify.Escoder2007-07-041-4/+5
* [svn r2571] provide __version__ in all Pyrex modulesscoder2007-07-021-0/+2
* [svn r2559] objectify: loads of test updates by Holger (merged from 1.3 branc...scoder2007-07-011-10/+45
* [svn r2537] support more data types on objectify.Escoder2007-06-251-1/+9
* [svn r2536] support E-factory in objectifyscoder2007-06-251-0/+30
* [svn r2499] swapped xsi annotations for double and float types: prefer doublescoder2007-06-221-1/+1
* [svn r2498] single function for annotate() and xsiannotate()scoder2007-06-221-38/+146
* [svn r2488] objectify: support '0' and '1' as boolean valuesscoder2007-06-191-1/+1
* [svn r2470] some cleanups according to 1.3 branchscoder2007-06-151-0/+3
* [svn r2346] Entity support at the API levelscoder2007-05-291-119/+124
* [svn r2333] parse() function in objectifyscoder2007-05-231-7/+15
* [svn r2329] raise ValueError instead of TypeError when XSD namespace is missi...scoder2007-05-211-6/+5
* [svn r2312] always use xsd namespace prefixes for schema types in objectify's...scoder2007-05-161-13/+19
* [svn r2306] typoscoder2007-05-151-1/+1
* [svn r2305] empty (non-None) string prefixes handled as None instead of empty...scoder2007-05-151-1/+2
* [svn r2303] objectify didn't handle prefixed type names in xsi:typescoder2007-05-141-10/+48
* [svn r2240] define XMLSchema namespace in objectify and provide default nsmap...scoder2007-04-221-2/+11
* [svn r2227] cleanupsscoder2007-04-111-2/+2
* [svn r2226] typoscoder2007-04-101-1/+1