Skip to content

Releases: remram44/rpaths

1.0.0

30 Jun 20:42
Compare
Choose a tag to compare
Release 1.0.0

0.13

17 Apr 17:50
0.13
Compare
Choose a tag to compare

Enhancements:

  • Add documentation to sdist (by @ghisvail, #20)
  • Run tests with UTF-8 path encoding (this means they'll pass even on a machine with ASCII locale)

0.12

25 Mar 15:27
0.12
Compare
Choose a tag to compare

Enhancements:

  • Don't follow symlinks in recursedir()
  • Allow recursedir() to keep going by passing it a handle_errors callback instead of letting it raise.

Behavior change:

  • recursedir() now doesn't follow symlinks unless you set follow_links=True explicitely

0.11

26 Aug 20:29
0.11
Compare
Choose a tag to compare

Enhancements:

  • Add a Pattern class, exposing pattern-matching outside of directory listing.

0.10

06 Nov 18:01
0.10
Compare
Choose a tag to compare

Bugfixes:

  • Fixes a rel_path_to() bug on Python 3
  • Fixes '.'.rel_path_to('.') exception
  • Fixes tempfile() and tempdir() not accepting Path as 'dir' parameter

0.9

20 Oct 20:51
0.9
Compare
Choose a tag to compare
0.9

Features:

  • unicode() conversion uses surrogateescape on Python 3

0.8

15 Aug 15:59
0.8
Compare
Choose a tag to compare
0.8

Bugfixes:

  • Fixes recursedir()'s recursing on too many folders

Features:

  • chown() now has 'no change' defaults for uid and gid
  • Adds '+' operator to add a string to the end of the name of a path
  • Adds Path#rewrite() context-manager, for rewriting a file in-place

0.7

24 Jul 20:09
0.7
Compare
Choose a tag to compare
0.7

Features:

  • Extended glob filters (à la git, /some/dir*/**/*.log)
  • Python 3.2 compatibility

0.6

21 Jul 23:00
0.6
Compare
Choose a tag to compare
0.6

Bugfixes:

  • Fixes Path#rel_path_to()

0.5

26 Jun 21:23
0.5
Compare
Choose a tag to compare
0.5

Features:

  • Adds pattern parameter to listdir() and recursedir()