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
*
Prevent lxml.objectify from accepting non-decimal digit characters as integer...
Stefan Behnel
2023-03-03
1
-1
/
+1
*
Use expected XSD spellings for xsi:double infinity and NaN (GH-338)
Tobias Deiminger
2022-02-13
1
-4
/
+16
*
Implement a dedicated int/float parser for XML (schema) values in lxml.object...
Stefan Behnel
2021-08-14
1
-2
/
+117
*
Use Cython's autowrapping feature for cdef functions to keep internal utility...
Stefan Behnel
2021-08-12
1
-12
/
+12
*
Implement "__rXXX__" special methods in objectify elements to support proper ...
Stefan Behnel
2021-07-16
1
-12
/
+87
*
Implement "__index__()" special method for integer elements in lxml.objectify.
Stefan Behnel
2019-03-08
1
-0
/
+6
*
Allow "element[-1]" for disconnected elements in objectify, returning the ele...
Stefan Behnel
2019-03-08
1
-3
/
+2
*
Keep the original dict insertion order in Py3.6+ when setting attributes or n...
Stefan Behnel
2019-03-01
1
-1
/
+1
*
Replace old Pyrex property syntax with @property decorators for read-only pro...
Stefan Behnel
2019-02-23
1
-33
/
+34
*
Set explicit Cython language levels for compiled modules (Cython suggests to ...
Stefan Behnel
2018-12-02
1
-0
/
+1
*
Remove redundant parentheses
Hugo
2018-08-25
1
-3
/
+3
*
Use f-strings for all string formatting for which it makes sense (i.e. does n...
Stefan Behnel
2018-01-25
1
-10
/
+6
*
Disable auto-pickling feature (new in Cython 0.26) as there really aren't tha...
Stefan Behnel
2017-08-12
1
-0
/
+1
*
Properly integrate the compilation of _elementpath.py and some lxml.html modu...
Stefan Behnel
2017-08-11
1
-0
/
+1977
*
[svn r2979] use FQMN in filename to make Pyrex' import mechanism happy
scoder
2007-10-22
1
-1773
/
+0
*
[svn r2975] use keyword-only arguments in API
scoder
2007-10-21
1
-7
/
+7
*
[svn r2970] fix error handling on PyList_Append()
scoder
2007-10-20
1
-4
/
+1
*
[svn r2950] use 'bint' instead of 'int' Pyrex type where appropriate
scoder
2007-10-09
1
-15
/
+13
*
[svn r2904] public function objectify.pytypename()
scoder
2007-09-21
1
-1
/
+6
*
[svn r2897] fix unicode annotation in DataElement
scoder
2007-09-19
1
-6
/
+3
*
[svn r2893] iterfind() in objectify
scoder
2007-09-18
1
-0
/
+6
*
[svn r2890] new C-API function hasChild(), some cleanup to use it
scoder
2007-09-18
1
-3
/
+3
*
[svn r2888] public annotate() function, keep TREE pytype annotation if requir...
scoder
2007-09-17
1
-26
/
+79
*
[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
[next]