Commit Graph

7 Commits

Author SHA1 Message Date
jab bb03034dec Prepare for v0.21.1 release. 2020-09-07 10:41:39 -04:00
Joshua Bronson 0ad5284f75 Finish first pass at adding type hints.
Fixes #93.
2020-08-12 10:22:25 -04:00
Joshua Bronson 5a4b6e99f4 Remove BidirectionalMapping.__subclasshook__
...due to lack of use and maintenance cost.

Fixes #111.
2020-07-23 09:37:53 -04:00
jab 307c6add78 docs tweaks 2019-09-03 10:54:11 -04:00
jab e9e1c41c28 [docs] update thanks, codefund 2019-02-03 20:00:32 -05:00
jab 1f97e41326 update thanks 2018-09-17 19:35:35 -04:00
jab 543d517ad9 bidict.pairs -> _iteritems_args_kw, docs + other small improvements
- improve coverage
- use latest pip on travis
- update to tox 3
- guard Python < 3.3 warning with PYMAJOR == 3 condition
- docs improvements, esp. for viewing on GitHub:
  - fix `foo <bar>`__ link syntax (always use two underscores)
  - use `.. code: python` for code blocks to enable GitHub syntax highlighting
  - ditch `.. include::` which GitHub does not support
  - use sphinx.ext.autosectionlabel
  - only wrap linkcheck with travis_retry
  - s/sibbell/libraries.io
2018-04-06 11:28:44 +07:00