1.2.9 (2014-08-22)
------------------
- Support for keyword arguments in PyQuery custom functions
- Fixed#78: items must take care or the parent
- Fixed#65 PyQuery.make_links_absolute() no longer creates 'href' attribute
when it isn't there
- Fixed#19. ``is_()`` was broken.
- Fixed#9. ``.replaceWith(PyQuery element)`` raises error
- Remove official python3.2 support (mostly because of 3rd party semi-deps)
pyquery allows you to make jQuery queries on XML documents. The API is as much
as possible the similar to jQuery. pyquery uses lxml for fast XML and HTML
manipulation.
This is not (or at least not yet) a library to produce or interact with
JavaScript code.