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
*
[svn r1850] added forgotton test file to MANIFEST.in
lxml-1.1beta
scoder
2006-08-08
1
-1
/
+1
*
[svn r1849] added forgotton test file
scoder
2006-08-08
1
-0
/
+9
*
[svn r1847] small fix in setup.py
scoder
2006-08-08
1
-1
/
+1
*
[svn r1846] small fix in ChangeLog
scoder
2006-08-08
1
-2
/
+2
*
[svn r1845] prepared release of 1.1beta
scoder
2006-08-08
3
-12
/
+288
*
[svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.
scoder
2006-08-08
37
-1042
/
+5404
*
[svn r1827] fixed various threading issues: more unlocking, prevent concurren...
scoder
2006-08-07
5
-12
/
+33
*
[svn r1826] fixed test case
scoder
2006-08-07
1
-1
/
+1
*
[svn r1825] support parser options in iterparse()
scoder
2006-08-07
5
-10
/
+88
*
[svn r1824] added 'compact' parser option with clear warning not to modify th...
scoder
2006-08-07
2
-13
/
+29
*
[svn r1813] note on requirement for patched Pyrex version
scoder
2006-08-06
1
-16
/
+31
*
[svn r1812] small change
scoder
2006-08-06
1
-1
/
+1
*
[svn r1809] let XPathSyntaxError inherit from XPathError
scoder
2006-08-06
2
-3
/
+3
*
[svn r1808] exception fixes for Python 2.5
scoder
2006-08-06
1
-1
/
+18
*
[svn r1798] test case for crash found by John Krukoff
scoder
2006-08-06
1
-0
/
+25
*
[svn r1782] dropped src/doctest.py
scoder
2006-08-04
1
-2704
/
+0
*
[svn r1780] test cases: import ET from stdlib under Python 2.5
scoder
2006-08-04
1
-2
/
+5
*
[svn r1779] fix for crash when mixing XSLT result elements into other trees
scoder
2006-08-04
4
-4
/
+13
*
[svn r1760] fixed resolver doctests: must not rely on the execution order of ...
scoder
2006-08-02
1
-12
/
+7
*
[svn r1750] Clarify build instructions; Pyrex is not necessary if you're tryi...
faassen
2006-08-01
1
-4
/
+11
*
[svn r1749] note on XPath return value fixes
scoder
2006-08-01
1
-1
/
+4
*
[svn r1748] ignore document nodes in XPath results, return namespace declarat...
scoder
2006-08-01
3
-15
/
+35
*
[svn r1747] let xpath('/') return the root element instead of raising an exce...
scoder
2006-08-01
4
-3
/
+19
*
[svn r1742] mark ET copy/deepcopy bug fixed
scoder
2006-08-01
1
-0
/
+2
*
[svn r1741] make copy/deepcopy work for ElementTree objects
scoder
2006-08-01
2
-11
/
+47
*
[svn r1740] fix for EXSLT regexp:match function: handle groups of non-global ...
scoder
2006-07-31
4
-11
/
+161
*
[svn r1739] FAQ entry on missing symbol errors for eggs compiled on UCS4 plat...
scoder
2006-07-31
1
-1
/
+18
*
[svn r1706] fix: return empty string for el.text instead of None if it was se...
scoder
2006-07-26
3
-2
/
+17
*
[svn r1677] fix: iterparse.__next__ did not INCREF borrowed Python references...
scoder
2006-07-22
3
-1
/
+17
*
[svn r1675] fix: raise exception on non-string attribute values
scoder
2006-07-21
4
-1
/
+21
*
[svn r1658] test cases for using str subclasses instead of str
scoder
2006-07-20
1
-0
/
+34
*
[svn r1653] merged in new Element.replace() method and tail fixes for Element...
scoder
2006-07-19
4
-2
/
+79
*
[svn r1647] one more little clarification on iterparse() in api.txt
scoder
2006-07-19
1
-1
/
+1
*
[svn r1646] more clarifications on iterparse() in api.txt
scoder
2006-07-19
1
-5
/
+5
*
[svn r1645] note on different iterparse() cleanup in compatibility.txt, more ...
scoder
2006-07-19
2
-6
/
+17
*
[svn r1644] clarification in api.txt/FAQ.txt: do not delete parents in terpar...
scoder
2006-07-19
2
-4
/
+33
*
[svn r1604] MANIFEST.in: include etree_defs.h instead of etree.h (was renamed)
scoder
2006-07-03
1
-1
/
+1
*
[svn r1603] small C-ification
scoder
2006-07-02
1
-0
/
+3
*
[svn r1602] made ElementBase (and related) classes public to make them access...
scoder
2006-07-02
2
-5
/
+9
*
[svn r1601] do not copy parser on document creation, only keep a reference
scoder
2006-07-02
4
-18
/
+21
*
[svn r1600] C-ifications
scoder
2006-07-01
3
-16
/
+25
*
[svn r1599] renamed etree.h to etree_defs.h to move it out of the way: public...
scoder
2006-07-01
4
-6
/
+6
*
[svn r1597] ReST fixes and typos
scoder
2006-06-27
3
-1
/
+17
*
[svn r1594] mark 1.1alpha release in CHANGES.txt
lxml-1.1alpha
scoder
2006-06-27
1
-2
/
+2
*
[svn r1593] release merges from 1.0.2
scoder
2006-06-27
2
-3
/
+7
*
[svn r1590] small ReST fix
scoder
2006-06-27
1
-0
/
+1
*
[svn r1588] removed reference to 1.0.beta version from CHANGES.txt - alpha/be...
scoder
2006-06-27
1
-62
/
+61
*
[svn r1585] clarification in api.txt
scoder
2006-06-27
1
-1
/
+4
*
[svn r1583] merged in extended doctest from lxml 1.0.2
scoder
2006-06-26
1
-0
/
+2
*
[svn r1579] forward reference in docs
scoder
2006-06-26
1
-0
/
+3
[next]