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.
- ๐จ Refactoring of
-
v1.3.0 Changes
October 21, 2017โ Remove some unmaintained modules:
pyquery.ajax
andpyquery.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, 2016PyQuery('<input value="">').val()
is''
PyQuery('<input>').val()
is''
-
v1.2.16 Changes
October 14, 2016๐
.attr('value', '')
no longer removes thevalue
attribute<input type="checkbox">
withoutvalue="..."
have a.val()
of'on'
<input type="radio">
withoutvalue="..."
have a.val()
of'on'
<select>
without<option selected>
have the value of their first<option>
(orNone
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