Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | opener fix | willmcgugan@gmail.com | 2014-10-18 | 2 | -11/+16 |
* | Fixes, including hang bug in readline | willmcgugan@gmail.com | 2014-10-16 | 7 | -36/+47 |
* | fix for watch | willmcgugan@gmail.com | 2014-05-24 | 2 | -3/+3 |
* | Fix for exception message | willmcgugan@gmail.com | 2014-04-22 | 2 | -50/+49 |
* | doc tweak | willmcgugan@gmail.com | 2014-03-30 | 1 | -1/+1 |
* | doc fix | willmcgugan@gmail.com | 2014-03-20 | 1 | -2/+2 |
* | Added homepages of contributors | willmcgugan@gmail.com | 2014-03-17 | 1 | -2/+2 |
* | Docs | willmcgugan@gmail.com | 2014-03-17 | 4 | -12/+32 |
* | requirements for docs | willmcgugan@gmail.com | 2014-03-14 | 1 | -0/+6 |
* | doc tweaks | willmcgugan@gmail.com | 2014-03-14 | 3 | -1/+24 |
* | Docs update | willmcgugan@gmail.com | 2014-03-14 | 3 | -27/+20 |
* | tweaks for 0.5.0 | willmcgugan@gmail.com | 2014-03-14 | 2 | -2/+2 |
* | Applied patch to zipfs | willmcgugan@gmail.com | 2014-03-13 | 2 | -2/+3 |
* | Test fixes and preparations for 0.5.0 release | willmcgugan@gmail.com | 2014-03-13 | 12 | -34/+119 |
* | Fixes for fs commands in PY3 | willmcgugan@gmail.com | 2014-02-27 | 4 | -87/+104 |
* | py2.6 fixes | willmcgugan@gmail.com | 2014-02-26 | 3 | -3/+3 |
* | Test fixes | willmcgugan@gmail.com | 2014-02-26 | 7 | -105/+105 |
* | fixes | willmcgugan@gmail.com | 2014-02-19 | 3 | -3/+3 |
* | Tests for getinfokeys | willmcgugan@gmail.com | 2013-10-18 | 1 | -2/+17 |
* | getinfokeys method | willmcgugan@gmail.com | 2013-10-18 | 3 | -4/+48 |
* | Added missing methods to RawWrapper | willmcgugan@gmail.com | 2013-09-10 | 1 | -0/+6 |
* | Quick fix for Vlad | willmcgugan@gmail.com | 2013-09-10 | 1 | -0/+3 |
* | Fix for #147 | willmcgugan@gmail.com | 2013-09-10 | 1 | -1/+1 |
* | Allow unicode conversion for errors containing non-ascii strings. | willmcgugan@gmail.com | 2013-09-10 | 2 | -1/+13 |
* | createfile fixes | willmcgugan@gmail.com | 2013-09-10 | 4 | -9/+15 |
* | Changed signature for 'createfile' everywhere, fixes #133 | willmcgugan@gmail.com | 2013-09-09 | 4 | -8/+20 |
* | Fix for setcontents with empty string | willmcgugan@gmail.com | 2013-09-09 | 2 | -1/+3 |
* | Added option to folllow symlinks to ftpfs, patch from Andrew | willmcgugan@gmail.com | 2013-09-09 | 3 | -16/+44 |
* | errno constants | willmcgugan@gmail.com | 2013-09-09 | 1 | -4/+5 |
* | Use errno constant | willmcgugan@gmail.com | 2013-09-09 | 1 | -3/+4 |
* | Added constants rather than magic numbers #82 | willmcgugan@gmail.com | 2013-09-09 | 1 | -10/+15 |
* | Fix for read(0) | willmcgugan@gmail.com | 2013-09-09 | 1 | -1/+1 |
* | Added test for read(0) (should return empty string) | willmcgugan@gmail.com | 2013-09-09 | 1 | -0/+8 |
* | mountfs tests | willmcgugan@gmail.com | 2013-09-09 | 1 | -0/+8 |
* | Fix for mountfs with no mounts #162 | willmcgugan@gmail.com | 2013-09-09 | 1 | -0/+6 |
* | Used SEEK_* constants from fs, rather than os | willmcgugan@gmail.com | 2013-09-08 | 1 | -3/+4 |
* | Replaced io.SEEK_ constants with os equivelent for 2.6 compatibility | willmcgugan@gmail.com | 2013-09-06 | 1 | -2/+3 |
* | wsgi example fixed | willmcgugan@gmail.com | 2013-09-03 | 3 | -23/+33 |
* | Fixes an issue serving binary files | willmcgugan@gmail.com | 2013-08-10 | 1 | -26/+26 |
* | Don't store methods as attributes. | btimby | 2013-07-19 | 1 | -1/+4 |
* | Fixed issue in memoryfs.makedir where a path containing a forward slash at th... | willmcgugan@gmail.com | 2013-07-06 | 1 | -1/+1 |
* | doctest correction | willmcgugan@gmail.com | 2013-06-28 | 1 | -1/+1 |
* | simpler version of relativefrom | willmcgugan@gmail.com | 2013-06-28 | 1 | -5/+6 |
* | Added 'relativefrom' method to path.py | willmcgugan@gmail.com | 2013-06-28 | 3 | -2/+45 |
* | After testing, there is no unicode in six module. six.text_type represents un... | btimby | 2013-04-24 | 1 | -1/+2 |
* | Pyftpdlib 1.x uses unicode, the provided path will already be unicode and thu... | btimby | 2013-04-24 | 1 | -1/+7 |
* | Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i... | willmcgugan@gmail.com | 2013-03-31 | 45 | -1333/+1705 |
* | unicode test file | willmcgugan@gmail.com | 2013-03-25 | 1 | -0/+212 |
* | Data for Python 2 tests | willmcgugan@gmail.com | 2013-03-25 | 0 | -0/+0 |
* | Experimental Python3 support | willmcgugan@gmail.com | 2013-03-25 | 1 | -0/+142 |