* Fix the prefixes() function to compile and work on Python 3. (Daniel Thayer)
* Cleanup tests for the prefixes() function and improved comments and error messages. (Daniel Thayer)
0.247
* Added prefixes() method to return all prefixes in the tree as a set of strings, with or without length. Also supports returning IPv4 addresses in their "native" format. (James Royalty)