------------------
* Migrate repository to Git and Github. (https://github.com/mikeorr/Unipath)
* Supports Python 2.6, 2.7, 3.2, and 3.3. No longer suppots Python 2.5 or older.
* Python 3 compatibility. (Ricardo Duarte)
* Convert tests to py.test. (Ricardo Duarte)
* Delete old PEP 335 reference documentation. To recover, check out Git rev
7575cdf, directory "doc/reference".
* Undocument ``Path.copy_tree()``. It was never implemented.
* Fix Path.remove and Path.rmtree for symlinks. (Joel Rosdahl)