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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
prevent race conditions with error logging during DTD validation
Stefan Behnel
2012-04-05
1
-6
/
+3
*
|
instead of a global setup, use execution local error callbacks for XMLSchema ...
Stefan Behnel
2012-04-05
6
-29
/
+69
*
|
safety fixes
Stefan Behnel
2012-04-05
1
-5
/
+5
*
|
changelog
Stefan Behnel
2012-04-05
1
-0
/
+3
*
|
merged DTD attributes branch
Stefan Behnel
2012-04-05
5
-0
/
+537
|
\
\
|
*
|
Update source code in validation.txt so that doctests work.
walter
Walter Doerwald
2012-02-16
1
-5
/
+5
|
*
|
Rename various DTD attributes for PEP 8 compatibility and consistency.
Walter Doerwald
2012-02-16
2
-8
/
+8
|
*
|
Remove bogus statement from source in documentation.
Walter Doerwald
2012-02-16
1
-1
/
+0
|
*
|
Document new attributes of DTD objects.
Walter Doerwald
2012-02-16
1
-0
/
+89
|
*
|
Update comments.
Walter Doerwald
2012-01-29
1
-2
/
+3
|
*
|
Add tests for the DTD attributes name, systemID and externalID.
Walter Doerwald
2012-01-29
1
-0
/
+24
|
*
|
Add tests for DTD attributes.
Walter Doerwald
2012-01-28
2
-0
/
+28
|
*
|
Expose entities to Python. Rename iterdeclarations() to iterelements().
Walter Doerwald
2011-12-12
2
-3
/
+71
|
*
|
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
2
-0
/
+274
*
|
|
cssselect: sequences of whitespace are handled by the tokeniser, not the parser
Stefan Behnel
2012-04-05
1
-2
/
+2
*
|
|
Merge pull request #44 from lrowe/fix-whitespace-comma
scoder
2012-04-05
2
-3
/
+6
|
\
\
\
|
*
|
|
Ignore whitespace after a CSS group separator.
Laurence Rowe
2012-04-05
2
-3
/
+6
|
/
/
/
*
|
|
Fix failing test.
Jeff Dairiki
2012-03-31
1
-1
/
+6
*
|
|
Merge pull request #42 from lrowe/minor_fix_for_test_css
scoder
2012-03-31
1
-1
/
+1
|
\
\
\
|
*
|
|
e.args is intended to be a tuple with a single item.
Laurence Rowe
2012-03-31
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #39 from lrowe/css-optimizations
scoder
2012-03-31
2
-19
/
+20
|
\
\
\
|
*
|
|
Optimize css attribute selectors to test for existence of attribute before st...
Laurence Rowe
2012-03-31
2
-14
/
+15
|
*
|
|
Optimize css class selector to test for existence of class attribute before s...
Laurence Rowe
2012-03-31
2
-5
/
+5
|
/
/
/
*
|
|
sort attributes at Element creation time to make their creation order predict...
Stefan Behnel
2012-03-31
3
-2
/
+9
*
|
|
minor code cleanup
Stefan Behnel
2012-03-31
1
-4
/
+5
*
|
|
minor code cleanup
Stefan Behnel
2012-03-31
1
-1
/
+1
*
|
|
test fixes
Stefan Behnel
2012-03-31
1
-3
/
+2
*
|
|
disable cElementTree tests in Py3.3 where cET==ET
Stefan Behnel
2012-03-31
1
-1
/
+1
*
|
|
Py3.3 fix for cElementTree compatibility test
Stefan Behnel
2012-03-31
1
-1
/
+1
*
|
|
merged 2.3 branch into mainline
Stefan Behnel
2012-03-26
2
-0
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Added tag lxml-2.3.4 for changeset cf0980063266
Stefan Behnel
2012-03-26
1
-0
/
+1
|
*
|
changelog
Stefan Behnel
2012-03-26
1
-0
/
+3
*
|
|
merged 2.3 branch into mainline
Stefan Behnel
2012-03-26
3
-9
/
+26
|
\
\
\
|
|
/
/
|
*
|
prepare release of 2.3.4
lxml-2.3.4
Stefan Behnel
2012-03-26
3
-5
/
+9
|
*
|
changelog
Stefan Behnel
2012-03-26
1
-0
/
+3
|
*
|
fix race condition in threaded XSLT processing
Stefan Behnel
2012-03-26
1
-4
/
+1
|
*
|
fix compile error reporting for XSLT stylesheet compilation
Stefan Behnel
2012-02-23
3
-1
/
+19
|
*
|
test for latest nsmap fix
Stefan Behnel
2012-02-18
1
-0
/
+5
|
*
|
fix crash when building nsmap for empty namespace URI
Stefan Behnel
2012-02-18
1
-5
/
+2
*
|
|
changelog
Stefan Behnel
2012-03-24
1
-0
/
+2
[prev]
[next]