All Versions
25
Latest Version
Avg Release Cycle
153 days
Latest Release
1312 days ago

Changelog History
Page 2

  • v1.2.12 Changes

    April 12, 2016
    • ๐Ÿ”— make_links_absolute now take care of whitespaces

    • โž• added pseudo selector :has()

    • โž• add cookies arguments as allowed arguments for requests

  • v1.2.11 Changes

    February 02, 2016
    • Preserve namespaces attribute on PyQuery copies.

    • Do not raise an error when the http response code is 2XX

  • v1.2.10 Changes

    January 05, 2016
    • ๐Ÿ›  Fixed #118: implemented usage lxml.etree.tostring within outer_html method

    • ๐Ÿ›  Fixed #117: Raise HTTP Error if HTTP status code is not equal to 200

    • ๐Ÿ”— Fixed #112: make_links_absolute does not apply to form actions

    • ๐Ÿ›  Fixed #98: contains act like jQuery

  • v1.2.9 Changes

    August 22, 2014
    • ๐Ÿ‘Œ 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)

  • v1.2.8 Changes

    December 21, 2013
    • ๐Ÿ›  Fixed #22: Open by filename fails when file contains invalid xml

    • ๐Ÿ› Bug fix in .remove_class()

  • v1.2.7 Changes

    December 21, 2013
    • ๐Ÿ‘‰ Use pep8 name for methods but keep an alias for camel case method. Eg: remove_attr and removeAttr works Fix #57

    • .text() now return an empty string instead of None if there is no text node. Fix #45

    • ๐Ÿ›  Fixed #23: removeClass adds class attribute to elements which previously lacked one

  • v1.2.6 Changes

    October 11, 2013
    • ๐Ÿš€ README_fixt.py was not include in the release. Fix #54.
  • v1.2.5 Changes

    October 10, 2013
  • v1.2.4 Changes

    • ๐Ÿšš Moved to github. So a few files are renamed from .txt to .rst

    • Added .xhtml_to_html() and .remove_namespaces()

    • ๐Ÿ‘‰ Use requests to fetch urls (if available)

    • ๐Ÿ‘‰ Use restkit's proxy instead of Paste (which will die with py3)

    • ๐Ÿ‘ Allow to open https urls

    • โœ… python2.5 is no longer supported (may work, but tests are broken)

  • v1.2.3 Changes

    • ๐Ÿ‘ Allow to pass this in .filter() callback

    • โž• Add .contents() .items()

    • โž• Add tox.ini

    • ๐Ÿ› Bug fixes: fix #35 #55 #64 #66