index
:
delta/python-lxml.git
LP1595781_adopt_external_doc
baserock/morph
lxml-2.3
lxml-2.3.2
lxml-3.0
lxml-3.1
lxml-3.2
lxml-3.3
lxml-3.4
lxml-3.6
lxml-3.7
lxml-4.2
lxml-4.3
lxml-4.4
lxml-4.6
macos_unicode_tests
master
patch-1
pypy
pypy4
walter
xml_int_float_parsing
github.com: lxml/lxml.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lxml
/
objectify.pyx
Commit message (
Expand
)
Author
Age
Files
Lines
*
[svn r2883] compile fixes
scoder
2007-09-15
1
-3
/
+3
*
[svn r2881] comment on deprecation of getchildren(), copied over to objectify...
scoder
2007-09-15
1
-0
/
+17
*
[svn r2868] adapt more imports to Cython
scoder
2007-09-15
1
-2
/
+2
*
[svn r2865] cleanup in init code (requires Cython)
scoder
2007-09-15
1
-37
/
+5
*
[svn r2840] support external parser in objectify.fromstring()
scoder
2007-09-12
1
-4
/
+7
*
[svn r2834] moved objectpath implementation to separate .pxi
scoder
2007-09-11
1
-339
/
+8
*
[svn r2827] docstring cleanup
scoder
2007-09-04
1
-3
/
+5
*
[svn r2810] made annotation in objectify.ElementMaker optional through 'annot...
scoder
2007-09-01
1
-5
/
+14
*
[svn r2807] annotate with the original type in objectify.DataElement if no ty...
scoder
2007-08-31
1
-18
/
+10
*
[svn r2806] fix namespace setup of objectify.E factory
scoder
2007-08-31
1
-5
/
+3
*
[svn r2805] fix
scoder
2007-08-31
1
-1
/
+1
*
[svn r2804] apply pytype annotation in objectify.E factory
scoder
2007-08-31
1
-3
/
+23
*
[svn r2803] fix: wrong function call for deleting attribute
scoder
2007-08-31
1
-1
/
+2
*
[svn r2795] new _makeSubElement() C-function to make the SubElement() factory...
scoder
2007-08-31
1
-4
/
+3
*
[svn r2793] faster E factory instantiation
scoder
2007-08-30
1
-7
/
+13
*
[svn r2775] cleanup
scoder
2007-08-29
1
-3
/
+0
*
[svn r2772] discard pytype attributes of unknown types when setting a new value
scoder
2007-08-28
1
-0
/
+2
*
[svn r2771] only store pytype attributes for registered types
scoder
2007-08-28
1
-1
/
+4
*
[svn r2768] always py-annotate when setting objectify values from Python type...
scoder
2007-08-27
1
-1
/
+5
*
[svn r2763] docstring cleanup
scoder
2007-08-24
1
-1
/
+1
*
[svn r2760] more cleanup, small fix for last commit
scoder
2007-08-22
1
-7
/
+9
*
[svn r2759] cleanup
scoder
2007-08-22
1
-6
/
+5
*
[svn r2758] removed old ElementMaker implementation
scoder
2007-08-22
1
-76
/
+0
*
[svn r2757] new ElementMaker implementation specifically for objectify
scoder
2007-08-22
1
-0
/
+72
*
[svn r2756] cleanup
scoder
2007-08-22
1
-112
/
+6
*
[svn r2754] objectify updates by Holger, support passing ObjectifiedElement o...
scoder
2007-08-20
1
-6
/
+31
*
[svn r2717] fixes for tests and objectify after switching pytype from 'none' ...
scoder
2007-07-31
1
-0
/
+5
*
[svn r2706] compile fixes
scoder
2007-07-27
1
-1
/
+1
*
[svn r2696] renamed pytype 'none' to NoneType, some cleanup
scoder
2007-07-25
1
-31
/
+47
*
[svn r2604] small fix
scoder
2007-07-05
1
-1
/
+1
*
[svn r2599] extended type support for objectify.E based on registered PyTypes
scoder
2007-07-04
1
-38
/
+112
*
[svn r2597] support unicode strings in objectify.E
scoder
2007-07-04
1
-4
/
+5
*
[svn r2571] provide __version__ in all Pyrex modules
scoder
2007-07-02
1
-0
/
+2
*
[svn r2559] objectify: loads of test updates by Holger (merged from 1.3 branc...
scoder
2007-07-01
1
-10
/
+45
*
[svn r2537] support more data types on objectify.E
scoder
2007-06-25
1
-1
/
+9
*
[svn r2536] support E-factory in objectify
scoder
2007-06-25
1
-0
/
+30
*
[svn r2499] swapped xsi annotations for double and float types: prefer double
scoder
2007-06-22
1
-1
/
+1
*
[svn r2498] single function for annotate() and xsiannotate()
scoder
2007-06-22
1
-38
/
+146
*
[svn r2488] objectify: support '0' and '1' as boolean values
scoder
2007-06-19
1
-1
/
+1
*
[svn r2470] some cleanups according to 1.3 branch
scoder
2007-06-15
1
-0
/
+3
*
[svn r2346] Entity support at the API level
scoder
2007-05-29
1
-119
/
+124
*
[svn r2333] parse() function in objectify
scoder
2007-05-23
1
-7
/
+15
*
[svn r2329] raise ValueError instead of TypeError when XSD namespace is missi...
scoder
2007-05-21
1
-6
/
+5
*
[svn r2312] always use xsd namespace prefixes for schema types in objectify's...
scoder
2007-05-16
1
-13
/
+19
*
[svn r2306] typo
scoder
2007-05-15
1
-1
/
+1
*
[svn r2305] empty (non-None) string prefixes handled as None instead of empty...
scoder
2007-05-15
1
-1
/
+2
*
[svn r2303] objectify didn't handle prefixed type names in xsi:type
scoder
2007-05-14
1
-10
/
+48
*
[svn r2240] define XMLSchema namespace in objectify and provide default nsmap...
scoder
2007-04-22
1
-2
/
+11
*
[svn r2227] cleanups
scoder
2007-04-11
1
-2
/
+2
*
[svn r2226] typo
scoder
2007-04-10
1
-1
/
+1
[next]