summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [svn r1850] added forgotton test file to MANIFEST.inlxml-1.1betascoder2006-08-081-1/+1
* [svn r1849] added forgotton test filescoder2006-08-081-0/+9
* [svn r1847] small fix in setup.pyscoder2006-08-081-1/+1
* [svn r1846] small fix in ChangeLogscoder2006-08-081-2/+2
* [svn r1845] prepared release of 1.1betascoder2006-08-083-12/+288
* [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.scoder2006-08-0837-1042/+5404
* [svn r1827] fixed various threading issues: more unlocking, prevent concurren...scoder2006-08-075-12/+33
* [svn r1826] fixed test casescoder2006-08-071-1/+1
* [svn r1825] support parser options in iterparse()scoder2006-08-075-10/+88
* [svn r1824] added 'compact' parser option with clear warning not to modify th...scoder2006-08-072-13/+29
* [svn r1813] note on requirement for patched Pyrex versionscoder2006-08-061-16/+31
* [svn r1812] small changescoder2006-08-061-1/+1
* [svn r1809] let XPathSyntaxError inherit from XPathErrorscoder2006-08-062-3/+3
* [svn r1808] exception fixes for Python 2.5scoder2006-08-061-1/+18
* [svn r1798] test case for crash found by John Krukoffscoder2006-08-061-0/+25
* [svn r1782] dropped src/doctest.pyscoder2006-08-041-2704/+0
* [svn r1780] test cases: import ET from stdlib under Python 2.5scoder2006-08-041-2/+5
* [svn r1779] fix for crash when mixing XSLT result elements into other treesscoder2006-08-044-4/+13
* [svn r1760] fixed resolver doctests: must not rely on the execution order of ...scoder2006-08-021-12/+7
* [svn r1750] Clarify build instructions; Pyrex is not necessary if you're tryi...faassen2006-08-011-4/+11
* [svn r1749] note on XPath return value fixesscoder2006-08-011-1/+4
* [svn r1748] ignore document nodes in XPath results, return namespace declarat...scoder2006-08-013-15/+35
* [svn r1747] let xpath('/') return the root element instead of raising an exce...scoder2006-08-014-3/+19
* [svn r1742] mark ET copy/deepcopy bug fixedscoder2006-08-011-0/+2
* [svn r1741] make copy/deepcopy work for ElementTree objectsscoder2006-08-012-11/+47
* [svn r1740] fix for EXSLT regexp:match function: handle groups of non-global ...scoder2006-07-314-11/+161
* [svn r1739] FAQ entry on missing symbol errors for eggs compiled on UCS4 plat...scoder2006-07-311-1/+18
* [svn r1706] fix: return empty string for el.text instead of None if it was se...scoder2006-07-263-2/+17
* [svn r1677] fix: iterparse.__next__ did not INCREF borrowed Python references...scoder2006-07-223-1/+17
* [svn r1675] fix: raise exception on non-string attribute valuesscoder2006-07-214-1/+21
* [svn r1658] test cases for using str subclasses instead of strscoder2006-07-201-0/+34
* [svn r1653] merged in new Element.replace() method and tail fixes for Element...scoder2006-07-194-2/+79
* [svn r1647] one more little clarification on iterparse() in api.txtscoder2006-07-191-1/+1
* [svn r1646] more clarifications on iterparse() in api.txtscoder2006-07-191-5/+5
* [svn r1645] note on different iterparse() cleanup in compatibility.txt, more ...scoder2006-07-192-6/+17
* [svn r1644] clarification in api.txt/FAQ.txt: do not delete parents in terpar...scoder2006-07-192-4/+33
* [svn r1604] MANIFEST.in: include etree_defs.h instead of etree.h (was renamed)scoder2006-07-031-1/+1
* [svn r1603] small C-ificationscoder2006-07-021-0/+3
* [svn r1602] made ElementBase (and related) classes public to make them access...scoder2006-07-022-5/+9
* [svn r1601] do not copy parser on document creation, only keep a referencescoder2006-07-024-18/+21
* [svn r1600] C-ificationsscoder2006-07-013-16/+25
* [svn r1599] renamed etree.h to etree_defs.h to move it out of the way: public...scoder2006-07-014-6/+6
* [svn r1597] ReST fixes and typosscoder2006-06-273-1/+17
* [svn r1594] mark 1.1alpha release in CHANGES.txtlxml-1.1alphascoder2006-06-271-2/+2
* [svn r1593] release merges from 1.0.2scoder2006-06-272-3/+7
* [svn r1590] small ReST fixscoder2006-06-271-0/+1
* [svn r1588] removed reference to 1.0.beta version from CHANGES.txt - alpha/be...scoder2006-06-271-62/+61
* [svn r1585] clarification in api.txtscoder2006-06-271-1/+4
* [svn r1583] merged in extended doctest from lxml 1.0.2scoder2006-06-261-0/+2
* [svn r1579] forward reference in docsscoder2006-06-261-0/+3