Skip to content

Releases: remram44/rpaths

0.4

19 Jun 15:05
0.4
Compare
Choose a tag to compare
0.4

Bugfixes:

  • Adds missing __all__ lists
  • Actually prevents the creation of AbstractPath directly (thanks to VnC-)

Features:

  • Adds comparison operators

0.3

11 Jun 21:54
0.3
Compare
Choose a tag to compare
0.3

Bugfixes:

  • Path.read_link() didn't work at all
  • AbstractPath.eq() returns False instead of raising TypeError if the objects are not compatible

Features:

  • Adds AbstractPath.lies_under()
  • Path.open() uses io.open(). It now accepts the buffering, encoding, errors, newline, closefd and opener arguments, and will return unicode instead of bytes if opened in text mode (the default) on Python 2.

0.2

09 Jun 17:42
0.2
Compare
Choose a tag to compare
0.2

Adds documentation all around. There is now some HTML documentation at ReadTheDocs: http://rpaths.remram.fr/en/0.2/

  • Make __hash__ use normcase (like __eq__ does).
  • Removes AbstractPath.relative() since it only worked for Path anyway.
  • Fixes *atime methods.

0.1

07 Jun 20:17
0.1
Compare
Choose a tag to compare
0.1

Release 0.1.

Basic functionality is here, bugs may exist. New features are planned, so stay tuned!