------------------
* Documentation:
- Some ``webhelpers.misc`` helpers were undocumented.
- Spelling corrections throughout, done by Marius Gedminas.
* webhelpers.date:
- Adjust test in 'test_date.py' to account for leap years. (61, reported
by Andrey Rahmatullin / wrar)
* webhelpers.html.grid, webhelpers.pylonslib.grid:
- Add 'request' and 'url' args to support paged display.
(webhelpers.html.grid only)
- Deprecate webhelpers.pylonslib.grid. It may be removed in a future
version.
* webhelpers.paginate:
- Add URL generator classes for new frameworks like Pyramid.
- In the Pylons backward compatibility code, support page parameter in the
route path (e.g., "/help/page5") when using Routes explicit mode without a
URL generator.
* setup.py:
- Fix typo in test requirements. (60, Andrey Rahmatullin/wrar)