summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Make sure logging gets initialized in example codeEthan Estrada2016-03-155-1/+18
| | | | | Since these are examples, use the `DEBUG` level so that developers can get a sense of what fusepy is doing under the hood.
* Run all Python 3 fixersEthan Estrada2016-03-151-11/+11
| | | | | | 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.
* Add Python3 compatibility boilerplateEthan Estrada2016-03-145-2/+5
|
* Remove trailing whitespace from filesEthan Estrada2016-03-142-20/+20
|
* Fix octal integer literals in examplesEthan Estrada2016-03-083-8/+8
| | | | | The form of octal literals used is compatible with Python 2.6+ and Python 3.
* loopback example fsync updateAdam Manzanares2013-05-101-2/+5
| | | | No longer ignoring the datasync parameter.
* loopback example updateAdam Manzanares2013-05-101-1/+1
| | | | | I was looking over the loopback example and I noticed that the create method was not truncating the file.
* fixing examples for 3.xTerence Honles2012-05-075-228/+106
| | | | | | - context needs numliteral fixer - memory needs numliteral fixer - sftp requires paramiko which isn't supported in 3.x
* organizing examples and package filesTerence Honles2012-04-236-0/+658