--------------------------
- polib is now `fully documented <http://polib.readthedocs.org>`_,
- switched from doctests to unit tests to keep the polib.py file clean,
- fixed issue 7 (wrapping issues, thanks jezdez),
- added a __eq__ method to _BaseFile (thanks kost BebiX),
- handle msgctxt correctly when compiling mo files,
- compiled mo files are now exactly the same as those compiled by msgfmt without using hash tables.