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
/
dtd.pxi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow Path-like objects for file arguments (GH-337)
Henning Janssen
2022-02-12
1
-1
/
+2
*
Enable access to the system_url of DTD entity declarations (GH-317)
Joel
2021-05-08
1
-0
/
+5
*
Avoid globally overriding the libxml2 external entity resolver and instead se...
Stefan Behnel
2020-05-23
1
-0
/
+6
*
Use the available utility function instead of verbose NULL checks.
Stefan Behnel
2019-11-27
1
-10
/
+10
*
Replace old Pyrex property syntax with @property decorators for read-only pro...
Stefan Behnel
2019-02-23
1
-186
/
+186
*
Fix some C compiler warnings.
Stefan Behnel
2017-08-31
1
-1
/
+1
*
Clean up exception classes and turn them into extension types.
Stefan Behnel
2017-08-13
1
-9
/
+7
*
fix C compiler warning
Stefan Behnel
2014-02-23
1
-1
/
+1
*
fix LP#910014: work around libxml2 bug #724903 that swallows a DTD validation...
Stefan Behnel
2014-02-21
1
-0
/
+5
*
clean up some code
Stefan Behnel
2014-02-20
1
-7
/
+10
*
speed up DTD node instantiation
Stefan Behnel
2014-01-19
1
-8
/
+8
*
declare DTD tree classes final
Stefan Behnel
2014-01-19
1
-0
/
+9
*
minor C code simplification
Stefan Behnel
2014-01-19
1
-4
/
+4
*
minor C code simplification
Stefan Behnel
2014-01-19
1
-2
/
+2
*
refactor loop body into a separate function
Stefan Behnel
2014-01-06
1
-36
/
+43
*
merge lxml-3.2 branch into master
Stefan Behnel
2014-01-06
1
-1
/
+1
|
\
|
*
fix build with old Cython 0.19
Stefan Behnel
2014-01-06
1
-1
/
+1
*
|
merge lxml-3.2 branch into master
Stefan Behnel
2014-01-06
1
-13
/
+54
|
\
\
|
|
/
|
*
rewrite fix for instantiating internal/external subset DTDs by properly copyi...
Stefan Behnel
2014-01-06
1
-13
/
+54
*
|
merge lxml-3.2 branch into master
Stefan Behnel
2014-01-05
1
-5
/
+13
|
\
\
|
|
/
|
*
fix DTD-API iteration of attributes in internal/external subset DTDs
Stefan Behnel
2014-01-05
1
-7
/
+12
*
|
add freelist to some often instantiated classes
Stefan Behnel
2013-12-01
1
-0
/
+4
*
|
remove redandant code
Stefan Behnel
2013-12-01
1
-16
/
+0
|
/
*
fix another load of C compiler warnings about xmlChar* unsignedness etc.
Stefan Behnel
2012-08-11
1
-3
/
+3
*
use absolute cimports to prevent build interference with already installed lx...
Stefan Behnel
2012-07-30
1
-1
/
+1
*
code cleanup: replace call to PyErr_NoMemory() by explicit exception
Stefan Behnel
2012-04-07
1
-1
/
+1
*
refactored error log connection into a context manager, added support for rec...
Stefan Behnel
2012-04-07
1
-17
/
+14
*
prevent race conditions with error logging during DTD validation
Stefan Behnel
2012-04-05
1
-6
/
+3
*
safety fixes
Stefan Behnel
2012-04-05
1
-5
/
+5
*
Rename various DTD attributes for PEP 8 compatibility and consistency.
Walter Doerwald
2012-02-16
1
-4
/
+4
*
Expose entities to Python. Rename iterdeclarations() to iterelements().
Walter Doerwald
2011-12-12
1
-3
/
+42
*
Cahnge _DTDAttributeDecl.tree into a method and rename it to itervalues().
Walter Doerwald
2011-12-08
1
-7
/
+9
*
Add additional properties:
Walter Doerwald
2011-12-08
1
-2
/
+17
*
Fix node iteration in _DTDElementDecl.iterattributes().
Walter Doerwald
2011-12-08
1
-1
/
+1
*
Add __repr__ methods to _DTDElementContentDecl, _DTDAttributeDecl and _DTDEl...
Walter Doerwald
2011-12-08
1
-3
/
+12
*
Change DTD.declarations and _DTDElementDecl.attributes into methods.
Walter Doerwald
2011-12-08
1
-20
/
+24
*
Add a C type to the iteration variable in _DTDAttributeDecl.tree.
Walter Doerwald
2011-12-04
1
-1
/
+1
*
Expose list of allowed attribute values to Python.
Walter Doerwald
2011-12-04
1
-0
/
+8
*
Rename _gc_dtd to _dtd and change the type to DTD (instead of object).
Walter Doerwald
2011-12-04
1
-11
/
+8
*
Check that _c_node is not NULL in each access method. Fix indentation.
Walter Doerwald
2011-12-03
1
-80
/
+96
*
Make the DTD classes private.
Walter Doerwald
2011-12-03
1
-8
/
+11
*
Make attributes of libxml2's DTD object visible to lxml.
Walter Doerwald
2011-12-03
1
-0
/
+190
*
code cleanup
Stefan Behnel
2011-07-22
1
-5
/
+1
*
let parse() and iterparse() only close files they opened themselves, provide ...
Stefan Behnel
2011-05-23
1
-1
/
+1
*
[svn r4402] r5569@lenny: sbehnel | 2010-04-27 21:41:20 +0200
scoder
2010-04-27
1
-1
/
+4
*
[svn r3679] r4225@delle: sbehnel | 2008-05-19 00:50:22 +0200
scoder
2008-05-20
1
-12
/
+12
*
[svn r3603] r4092@delle: sbehnel | 2008-04-25 22:47:11 +0200
scoder
2008-04-25
1
-2
/
+2
*
[svn r3278] r3463@delle: sbehnel | 2008-02-13 00:07:06 +0100
scoder
2008-02-13
1
-2
/
+5
*
[svn r3239] r3390@delle: sbehnel | 2008-02-01 14:52:59 +0100
scoder
2008-02-01
1
-1
/
+2
*
[svn r3195] r3303@delle: sbehnel | 2008-01-24 15:11:15 +0100
scoder
2008-01-24
1
-4
/
+6
[next]