summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #275 from 0x326/add-deprecation-warning-to-docsHEADmasterWill McGugan2017-10-111-0/+4
|\ | | | | Add deprecation warning to documentation
| * Update documentation URLJohn Meyer2017-10-101-1/+1
| |
| * Add deprecation warning to documentationJohn Meyer2017-10-091-0/+4
|/
* update docs linkWill McGugan2017-08-091-1/+1
|
* Added reference to PyFilesystem2Will McGugan2017-08-091-0/+2
|
* Merge pull request #258 from Liryna/masterWill McGugan2017-01-222-371/+491
|\ | | | | Update Dokan wrapper to 1.0.0
| * open as directory if isdirLiryna2016-11-111-1/+2
| |
| * Change handle_fs_errors old error valuesLiryna2016-11-101-2/+2
| |
| * Move to from ctypes import *Adrien JUND2016-10-241-63/+63
| |
| * Move to import ctypesAdrien JUND2016-10-241-58/+57
| |
| * Add missing import ctypesAdrien JUND2016-10-241-0/+1
| |
| * Fix import cPickle commandlineAdrien JUND2016-10-241-1/+2
| |
| * Add securityfolder docAdrien JUND2016-10-211-0/+1
| |
| * Add GetFileSecurity path variableLiryna2016-10-201-6/+5
| | | | | | | | Fix libdokan import
| * Change xrange to rangeAdrien JUND2016-10-201-1/+1
| |
| * fix importAdrien JUND2016-10-201-4/+2
| |
| * Fix import pickleAdrien JUND2016-10-201-3/+3
| |
| * Change "path letter" -> "path"Adrien JUND2016-10-201-7/+7
| | | | | | | | Change import cPickle
| * Update Dokan wrapper to 1.0.0Liryna2016-10-202-366/+486
| |
* | some doc fixesWill McGugan2017-01-0814-66/+66
| |
* | docstring typosAndrew Scheller2016-11-041-6/+6
| |
* | Merge pull request #233 from aisch/s3fs-conn-argsAndrew Scheller2016-09-071-13/+14
|\ \ | |/ |/| allow any s3fs connection args
| * allow any (possibly none, boto will fill these in as needed from env) s3fs ↵aisch2016-01-051-13/+14
| | | | | | | | connection args
* | Remove winpdb from tox.ini as none of the unit tests actually use itAndrew Scheller2016-07-041-1/+0
| |
* | Minor whitespace tidyupsAndrew Scheller2016-07-0434-2222/+2222
| | | | | | | | | | * convert all files to UNIX line-endings * strip trailing whitespace
* | Fix test_with_statement to work on python3, and remove the python2.5Andrew Scheller2016-07-041-21/+12
| | | | | | | | special-case code (because we no longer support python2.5)
* | Don't try comparing the 'asbytes' method that recent versions of ParamikoAndrew Scheller2016-07-041-1/+2
| | | | | | | | add to their SFTPAttributes
* | Fix FSImportHook tests on python3Andrew Scheller2016-07-041-2/+2
| |
* | Merge pull request #255 from jwilk/spellingAndrew Scheller2016-06-275-15/+15
|\ \ | | | | | | Fix typos
| * | Fix typosJakub Wilk2016-06-275-15/+15
|/ /
* | TypoAndrew Scheller2016-02-051-1/+1
| |
* | Doc updateAndrew Scheller2016-02-051-1/+1
| | | | | | Paramiko is needed for sftpfs, not ftpfs
* | Update Paramiko URL in docsAndrew Scheller2016-02-051-1/+1
| |
* | Correct source-code location in docsAndrew Scheller2016-02-051-3/+3
| |
* | Removed wx requirementAndrew Scheller2016-02-051-1/+0
| | | | | | See #234
* | Merge pull request #235 from PyFilesystem/lurch-patch-1Andrew Scheller2016-01-064-4/+4
|\ \ | | | | | | Replace GoogleCode URLs
| * | Update GoogleCode URLAndrew Scheller2016-01-061-1/+1
| | |
| * | Update GoogleCode URLAndrew Scheller2016-01-061-1/+1
| | |
| * | Update GoogleCode URLAndrew Scheller2016-01-061-1/+1
| | |
| * | Update GoogleCode URLAndrew Scheller2016-01-061-1/+1
|/ /
* | Add link to documentationAndrew Scheller2016-01-061-0/+5
| | | | | | Make README.md 'sync up' with http://pyfilesystem.org/
* | Merge pull request #224 from hmeine/masterAndrew Scheller2016-01-063-2/+2
|\ \ | |/ |/| rename README for GitHub to properly render it
| * reflect README.md rename in MANIFEST.in/setup.pyHans Meine2015-12-072-2/+2
| |
| * rename README for GitHub to properly render itHans Meine2015-11-231-0/+0
|/
* version bumpWill McGugan2015-11-142-2/+2
|
* fixes for printtree, tox ini changesWill McGugan2015-11-133-43/+33
|
* Merge pull request #205 from selaux/fix-tree-to-stdout-with-python-3Will McGugan2015-11-131-2/+2
|\ | | | | Fix #181: Write to stdout.buffer in python3 instead of stdout.
| * Fix #181: Write to stdout.buffer in python3 instead of stdout.Stefan Lau2015-06-121-2/+2
| |
* | Merge pull request #210 from whiterabbit1983/masterWill McGugan2015-11-131-0/+1
|\ \ | | | | | | order_sensitive property is set to False for all dexml models
| * \ Merge github.com:PyFilesystem/pyfilesystemDmitry Paramonov2015-10-056-14/+40
| |\ \