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
/
lxml.objectify.pyx
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove some useless explicit usages of C-API calls from the code base
Stefan Behnel
2013-02-17
1
-9
/
+7
*
prevent namespaced tags from being matched by the child lookup in lxml.object...
Stefan Behnel
2012-12-18
1
-1
/
+5
*
make _ObjectifyElementMakerCaller class final+internal
Stefan Behnel
2012-10-16
1
-0
/
+2
*
support calling E factory to simplify the creation on non-identifier tags, ca...
Stefan Behnel
2012-10-16
1
-6
/
+36
*
clean up objectify.annotate() fix by moving the inner 'loop' code into a sepa...
Stefan Behnel
2012-09-27
1
-125
/
+123
*
fix reference leaks in objectify.*annotate() functions
Stefan Behnel
2012-09-26
1
-0
/
+13
*
reduce initial import overhead by configuring absolute imports
Stefan Behnel
2012-08-11
1
-0
/
+2
*
removed obsolete cimport
Stefan Behnel
2012-07-31
1
-1
/
+0
*
fix some more C compiler warnings in lxml.objectify
Stefan Behnel
2012-07-31
1
-2
/
+2
*
use absolute imports in .pxd files to prevent interference with an installed ...
Stefan Behnel
2012-07-30
1
-1
/
+1
*
fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'
Stefan Behnel
2012-07-30
1
-61
/
+39
*
use absolute cimports to prevent build interference with already installed lx...
Stefan Behnel
2012-07-30
1
-6
/
+6
*
remove special implementations of the .find*() methods from lxml.objectify to...
Stefan Behnel
2012-07-30
1
-36
/
+0
*
minor code cleanup
Stefan Behnel
2012-03-31
1
-4
/
+5
*
minor code cleanup
Stefan Behnel
2012-03-31
1
-1
/
+1
*
clean up the left-overs of cstd.pxd by renaming it to cvarargs.pxd
Stefan Behnel
2012-03-02
1
-1
/
+0
*
fix cimports
Stefan Behnel
2012-01-22
1
-1
/
+1
*
use 'cstring_h.*' instead of 'string' for string.h functions
Tay Ray Chuan
2012-01-10
1
-3
/
+3
*
reuse cython definitions for string.h
Tay Ray Chuan
2012-01-08
1
-3
/
+4
*
better error handling in ObjectifiedElement.__getitem__()
Stefan Behnel
2012-01-03
1
-4
/
+5
*
remove some outdated cythonisms
Stefan Behnel
2012-01-03
1
-14
/
+12
*
removed unused imports
Stefan Behnel
2011-12-17
1
-2
/
+1
*
use lower case encoding names when de-/encoding in Python
Stefan Behnel
2011-12-02
1
-4
/
+4
*
Cython code simplifications
Stefan Behnel
2011-11-09
1
-9
/
+5
*
minor cleanup
Stefan Behnel
2011-11-09
1
-2
/
+2
*
new option 'cleanup_namespaces' in objectify.deannotate()
Stefan Behnel
2011-10-23
1
-5
/
+9
*
reexport etree.SubElement as objectify.SubElement, increase minor version
Stefan Behnel
2011-10-12
1
-2
/
+4
*
code cleanup
Stefan Behnel
2011-07-22
1
-5
/
+1
*
[svn r4505] code cleanup: drop clumsy redeclaration of builtin types known in...
scoder
2010-12-29
1
-6
/
+6
*
[svn r4495] removed unused import
scoder
2010-12-10
1
-3
/
+0
*
[svn r4491] support '{}tag' in lxml.objectify child search as meaning explici...
scoder
2010-11-17
1
-2
/
+2
*
[svn r4425] Fixed DataElement() to use PyType.stringify, with test.
jholg
2010-06-25
1
-4
/
+8
*
[svn r4389] r5544@lenny: sbehnel | 2010-03-31 12:52:16 +0200
scoder
2010-03-31
1
-0
/
+12
*
[svn r4374] r5513@lenny: sbehnel | 2010-03-13 14:53:09 +0100
scoder
2010-03-13
1
-1
/
+1
*
[svn r4362] r5496@lenny: sbehnel | 2010-03-02 11:26:46 +0100
scoder
2010-03-02
1
-4
/
+4
*
[svn r4343] Bug #509504: Fixed objectify pickle support, adding support for
jholg
2010-02-03
1
-11
/
+8
*
[svn r4265] r5316@delle: sbehnel | 2009-11-11 17:26:12 +0100
scoder
2009-11-24
1
-1
/
+1
*
[svn r4233] r5283@delle: sbehnel | 2009-10-17 01:16:46 +0200
scoder
2009-10-17
1
-3
/
+3
*
[svn r4212] Fixed ObjectifiedElement.__setattr__ to not raise a ValueError bu...
jholg
2009-09-28
1
-2
/
+3
*
[svn r4210] r5241@delle: sbehnel | 2009-09-11 10:55:09 +0200
scoder
2009-09-11
1
-2
/
+5
*
[svn r4203] r5226@delle: sbehnel | 2009-08-22 22:06:24 +0200
scoder
2009-09-04
1
-1
/
+1
*
[svn r4197] r5216@delle: sbehnel | 2009-08-22 14:42:32 +0200
scoder
2009-08-22
1
-44
/
+66
*
[svn r4170] r5164@delle: sbehnel | 2009-06-20 21:46:45 +0200
scoder
2009-06-20
1
-0
/
+10
*
[svn r4167] Accept only true, false, 1, 0 as boolean values from an XML doc.
jholg
2009-06-17
1
-8
/
+5
*
[svn r4160] new keyword arg xsi_nil (default False) for deannotate(), to remo...
jholg
2009-06-09
1
-31
/
+20
*
[svn r4148] r5121@delle: sbehnel | 2009-05-16 10:23:04 +0200
scoder
2009-05-31
1
-10
/
+10
*
[svn r4091] r5005@delle: sbehnel | 2009-02-15 13:03:00 +0100
scoder
2009-02-15
1
-2
/
+1
*
[svn r4090] r5004@delle: sbehnel | 2009-02-15 12:51:16 +0100
scoder
2009-02-15
1
-1
/
+1
*
[svn r4087] r5001@delle: sbehnel | 2009-02-15 11:56:39 +0100
scoder
2009-02-15
1
-1
/
+1
*
[svn r4022] r4886@delle: sbehnel | 2008-11-19 08:43:16 +0100
scoder
2008-11-19
1
-5
/
+6
[next]