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

Changelog History
Page 1

  • v1.4.3 Changes

    November 21, 2020
    • No longer use a universal wheel
  • v1.4.2 Changes

    November 21, 2020
    • ๐Ÿ›  Fix exception raised when calling PyQuery("<textarea></textarea>").text()

    • ๐Ÿ‘ python2 is no longer supported

  • v1.4.1 Changes

    October 26, 2019
    • ๐Ÿš€ This is the latest release with py2 support

    • โœ‚ Remove py33, py34 support

    • 0๏ธโƒฃ web scraping improvements: default timeout and session support

    • โž• Add API methods to serialize form-related elements according to spec

    • Include HTML markup when querying textarea text/value

  • v1.4.0 Changes

    January 11, 2018
    • ๐Ÿ”จ Refactoring of .text() to match firefox behavior.
  • v1.3.0 Changes

    October 21, 2017
    • โœ‚ Remove some unmaintained modules: pyquery.ajax and pyquery.rules

    • Code cleanup. No longer use ugly hacks required by python2.6/python3.2.

    • โœ… Run tests with python3.6 on CI

    • โž• Add a method argument to .outer_html()

  • v1.2.17 Changes

    October 14, 2016
    • PyQuery('<input value="">').val() is ''
    • PyQuery('<input>').val() is ''
  • v1.2.16 Changes

    October 14, 2016
    • ๐Ÿšš .attr('value', '') no longer removes the value attribute

    • <input type="checkbox"> without value="..." have a .val() of 'on'

    • <input type="radio"> without value="..." have a .val() of 'on'

    • <select> without <option selected> have the value of their first <option> (or None if there are no options)

  • v1.2.15 Changes

    October 11, 2016
    • .val() should never raise

    • โฌ‡๏ธ drop py26 support

    • ๐Ÿ‘Œ improve .extend() by returning self

  • v1.2.14 Changes

    October 10, 2016
    • ๐Ÿ›  fix val() for and , to match jQuery behavior
  • v1.2.13 Changes

    April 12, 2016
    • ๐Ÿ‘ Note explicit support for Python 3.5