Pyquery

Latest version: v2.0.0

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

1.3.0

------------------

- 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()``

1.2.17

-------------------

- ``PyQuery('<input value="">').val()`` is ``''``
- ``PyQuery('<input>').val()`` is ``''``

1.2.16

-------------------

- ``.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)

1.2.15

-------------------

- .val() should never raise

- drop py26 support

- improve .extend() by returning self

1.2.14

-------------------

- fix val() for <textarea> and <select>, to match jQuery behavior

1.2.13

-------------------

- Note explicit support for Python 3.5

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.