- Add
get()
andgetall()
methods as aliases forextract_first
andextract
respectively - Add default value parameter to
SelectorList.re_first
method - Add
Selector.re_first
method - Bug fix: detect
None
result from lxml parsing and fallback with an empty document - Rearrange XML/HTML examples in the selectors usage docs
- Travis CI:
- Test against Python 3.6
- Test against PyPy using "Portable PyPy for Linux" distribution