Commit Graph

3 Commits

Author SHA1 Message Date
Joshua Bronson 1caa13f95c Minor code and docs improvements. 2022-01-03 17:18:24 -05:00
jab fe7e7217cb refactor, tests + docs improvements
- break up single bidict.py module into multiple separate modules inside
  "bidict" package
  - new bidict.util and bidict.compat modules
  - move/rename bidict.fancy_iteritems to bidict.util.pairs
  - move bidict.iteritems and bidict.viewitems to bidict.compat
- condense docstrings by moving more documentation into separate sphinx pages
  in "docs" dir and doctests into separate files in new "tests" dir
- initial work on property-based testing using hypothesis
- adopt pytest
- bump to 0.9.0-dev
2015-04-27 11:08:27 -04:00
jab a409c25525 moving from hg to git, cutting 0.2.1 2014-09-23 10:08:21 -04:00