2009-12-31 Geoffrey Sneddon Added tag 1.1 for changeset 7894cef2cd7a default tip
2009-12-31 Geoffrey Sneddon Update stuff for 1.1. 1.1
2009-12-31 Geoffrey Sneddon Fix tests, for real.
2009-12-29 Geoffrey Sneddon Merge.
2009-12-29 Geoffrey Sneddon Make this work out of the box with html5lib tip.
2009-12-29 Geoffrey Sneddon Change to running tests with c14n serialization of tree.
2009-08-13 Geoffrey Sneddon Peh, who needs setuptools?
2009-08-13 Geoffrey Sneddon Update tests for latest html5lib.
2009-07-13 Geoffrey Sneddon Yes, I can't get variable names right.
2009-07-13 Geoffrey Sneddon get is not None, not has.
2009-07-13 Geoffrey Sneddon It's the tag parameter we need to set…
2009-07-13 Geoffrey Sneddon Use img@alt within textContent.
2009-07-13 Geoffrey Sneddon Update Outliner to match the latest version of the spec; header/hgroup change and hgroup rank change.
2009-02-22 Geoffrey Sneddon Woops. Missed a case of "encoding" that has to be "output_encoding".
2009-02-22 Geoffrey Sneddon s/title=/data-anolis-xref=/
2009-02-22 Geoffrey Sneddon Document data-anolis-xref.
2009-02-21 Geoffrey Sneddon Support @data-anolis-xref when getting the xref term.
2009-02-21 Geoffrey Sneddon Update docs.
2009-02-21 Geoffrey Sneddon jgraham can't spell.
2009-02-21 Geoffrey Sneddon We will support html5lib 0.11 despite jgraham's wishes.
2009-02-21 Geoffrey Sneddon Make sure to change encoding to output_encoding elsewhere too.
2009-02-15 Geoffrey Sneddon Improve --help.
2009-02-15 Geoffrey Sneddon Change jgraham's "lxml" value to "lxml.html" (and change the commented out XML support to "lxml.etree", reflected the module names of both). Also change --encoding to --output-encoding to represent better what it does.
2009-02-14 jgraham Refactor options for parsing and serializing
2009-01-23 Geoffrey Sneddon Add examples.
2009-01-02 Geoffrey Sneddon Move body from sectioning content to sectioning root per HTML 5 r2593.
2008-12-18 Geoffrey Sneddon Welcome to Anolis 1.1dev
2008-12-18 Geoffrey Sneddon Add replaceHeadings for Lachy
2008-12-17 Geoffrey Sneddon Add egg fragment to get auto-magic downloading working.
2008-12-17 Geoffrey Sneddon Added tag 1.0 for changeset 77b14e2e2cf4
2008-12-17 Geoffrey Sneddon Update hgignore for setuptools 1.0
2008-12-17 Geoffrey Sneddon Add ez_setup magic.
2008-12-17 Geoffrey Sneddon Regen (this mainly just bumps dates and finally moves to new indentation for the website).
2008-12-17 Geoffrey Sneddon Move to setuptools (easy_install and PyPi, here we come).
2008-12-01 Geoffrey Sneddon Fix bugs with header element handling (inc. infinite loop).
2008-11-30 Geoffrey Sneddon Added tag 1.0RC4 for changeset 85a6d32479c4
2008-11-30 Geoffrey Sneddon Fix loading arbitrary modules. 1.0RC4
2008-11-30 Geoffrey Sneddon Add assertion to avoid bugs like those recently fixed (with content being changed between header and TOC).
2008-11-30 Geoffrey Sneddon Added tag 1.0RC3 for changeset b1648aaa8c8f
2008-11-29 Geoffrey Sneddon Rewrite ID gen algorithm in docs. 1.0RC3
2008-11-29 Geoffrey Sneddon Fix case when empty @id could be created.
2008-11-29 Geoffrey Sneddon Manually pass globals and locals to cProfile to work around bug in it.
2008-11-29 Geoffrey Sneddon Fix bug with directly-adjacent/parent-child elements being removed and removing too much.
2008-11-29 Geoffrey Sneddon Use either cProfile or hotshot depending on what is available.
2008-09-30 Geoffrey Sneddon We need to import lxml.etree here.
2008-09-29 Geoffrey Sneddon Fix needless wrapping.
2008-09-29 Geoffrey Sneddon Change default indent_char to U+0020.
2008-09-29 Geoffrey Sneddon Remove deprecated default arguments.
2008-09-29 Geoffrey Sneddon This hopefully more or less brings us in line with PEP8.
2008-09-28 Geoffrey Sneddon Start move to PEP 8 coding standards.
2008-09-16 Geoffrey Sneddon Added tag 1.0RC2 for changeset f27e58a1d386
2008-09-16 Geoffrey Sneddon Require only Python 2.3. 1.0RC2
2008-09-16 Geoffrey Sneddon Fix Anolis capitalization on the website too.
2008-09-16 Geoffrey Sneddon Capitalize Anolis.
2008-09-16 Geoffrey Sneddon Add reversed() if it doesn't already exists. Hopefully we now support Py2.3.
2008-09-16 Geoffrey Sneddon Use a list instead of a generator here (the performance penalty is around nothing), start work towards Py2.3 support.
2008-09-16 Geoffrey Sneddon Make Anolis work without profiling when hotshot doesn't exist.
2008-08-30 Geoffrey Sneddon Add fromFile, toFile, and fromToFile functions in generator. This simplifies a lot of other code.
2008-08-28 Geoffrey Sneddon Added tag 1.0RC1 for changeset ec226b16dbf1
2008-08-28 Geoffrey Sneddon Name change. 1.0RC1