| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Since these are examples, use the `DEBUG` level so that developers
can get a sense of what fusepy is doing under the hood.
|
| |
|
|
|
|
| |
Since all the syntax changes run the same in Python 2.6+ as well as
Python 3, there is no reason to convert at install time using 2to3
unless there is need to support versions earlier than Python 2.6.
|
| | |
|
| | |
|
| |
|
|
|
| |
The form of octal literals used is compatible with Python 2.6+ and
Python 3.
|
| |
|
|
| |
No longer ignoring the datasync parameter.
|
| |
|
|
|
| |
I was looking over the loopback example and I noticed that the
create method was not truncating the file.
|
| |
|
|
|
|
| |
- context needs numliteral fixer
- memory needs numliteral fixer
- sftp requires paramiko which isn't supported in 3.x
|
| |
|