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
*
fix several error/exception handling cases throughout the code base
Stefan Behnel
2014-01-17
1
-7
/
+7
*
support dict as argument to pass attributes into objectify.ElementMaker
Stefan Behnel
2013-10-19
1
-5
/
+16
*
use native str type for attribute lookup to reduce Py2 overhead
Stefan Behnel
2013-07-28
1
-2
/
+2
*
simplify some code
Stefan Behnel
2013-07-28
1
-5
/
+2
*
fix typo
Stefan Behnel
2013-06-17
1
-1
/
+1
*
prevent modification of user provided input dict in lxml.objectify.Element()
Stefan Behnel
2013-06-16
1
-0
/
+1
*
simplify some code and reduce some Py2 overhead
Stefan Behnel
2013-06-16
1
-17
/
+10
*
fix typo
Stefan Behnel
2013-06-16
1
-1
/
+1
*
simplify some code
Stefan Behnel
2013-06-16
1
-19
/
+5
*
simplify some code
Stefan Behnel
2013-06-16
1
-5
/
+7
*
reduce parsing overhead of boolean values in lxml.objectify
Stefan Behnel
2013-06-16
1
-6
/
+6
*
minor code cleanup
Stefan Behnel
2013-06-16
1
-1
/
+0
*
fix PyType creation when name is a bytes object, minor cleanups
Stefan Behnel
2013-06-16
1
-5
/
+3
*
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
[next]