summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix comment typogcode@loowis.durge.org2014-10-191-1/+1
* Fix typo in _meta dictgcode@loowis.durge.org2014-10-191-1/+1
* opener fixwillmcgugan@gmail.com2014-10-182-11/+16
* Fixes, including hang bug in readlinewillmcgugan@gmail.com2014-10-167-36/+47
* fix for watchwillmcgugan@gmail.com2014-05-242-3/+3
* Fix for exception messagewillmcgugan@gmail.com2014-04-222-50/+49
* doc tweakwillmcgugan@gmail.com2014-03-301-1/+1
* doc fixwillmcgugan@gmail.com2014-03-201-2/+2
* Added homepages of contributorswillmcgugan@gmail.com2014-03-171-2/+2
* Docswillmcgugan@gmail.com2014-03-174-12/+32
* requirements for docswillmcgugan@gmail.com2014-03-141-0/+6
* doc tweakswillmcgugan@gmail.com2014-03-143-1/+24
* Docs updatewillmcgugan@gmail.com2014-03-143-27/+20
* tweaks for 0.5.0willmcgugan@gmail.com2014-03-142-2/+2
* Applied patch to zipfswillmcgugan@gmail.com2014-03-132-2/+3
* Test fixes and preparations for 0.5.0 releasewillmcgugan@gmail.com2014-03-1312-34/+119
* Fixes for fs commands in PY3willmcgugan@gmail.com2014-02-274-87/+104
* py2.6 fixeswillmcgugan@gmail.com2014-02-263-3/+3
* Test fixeswillmcgugan@gmail.com2014-02-267-105/+105
* fixeswillmcgugan@gmail.com2014-02-193-3/+3
* Tests for getinfokeyswillmcgugan@gmail.com2013-10-181-2/+17
* getinfokeys methodwillmcgugan@gmail.com2013-10-183-4/+48
* Added missing methods to RawWrapperwillmcgugan@gmail.com2013-09-101-0/+6
* Quick fix for Vladwillmcgugan@gmail.com2013-09-101-0/+3
* Fix for #147willmcgugan@gmail.com2013-09-101-1/+1
* Allow unicode conversion for errors containing non-ascii strings. willmcgugan@gmail.com2013-09-102-1/+13
* createfile fixeswillmcgugan@gmail.com2013-09-104-9/+15
* Changed signature for 'createfile' everywhere, fixes #133willmcgugan@gmail.com2013-09-094-8/+20
* Fix for setcontents with empty stringwillmcgugan@gmail.com2013-09-092-1/+3
* Added option to folllow symlinks to ftpfs, patch from Andrewwillmcgugan@gmail.com2013-09-093-16/+44
* errno constantswillmcgugan@gmail.com2013-09-091-4/+5
* Use errno constantwillmcgugan@gmail.com2013-09-091-3/+4
* Added constants rather than magic numbers #82willmcgugan@gmail.com2013-09-091-10/+15
* Fix for read(0)willmcgugan@gmail.com2013-09-091-1/+1
* Added test for read(0) (should return empty string)willmcgugan@gmail.com2013-09-091-0/+8
* mountfs testswillmcgugan@gmail.com2013-09-091-0/+8
* Fix for mountfs with no mounts #162willmcgugan@gmail.com2013-09-091-0/+6
* Used SEEK_* constants from fs, rather than oswillmcgugan@gmail.com2013-09-081-3/+4
* Replaced io.SEEK_ constants with os equivelent for 2.6 compatibilitywillmcgugan@gmail.com2013-09-061-2/+3
* wsgi example fixedwillmcgugan@gmail.com2013-09-033-23/+33
* Fixes an issue serving binary fileswillmcgugan@gmail.com2013-08-101-26/+26
* Don't store methods as attributes.btimby2013-07-191-1/+4
* Fixed issue in memoryfs.makedir where a path containing a forward slash at th...willmcgugan@gmail.com2013-07-061-1/+1
* doctest correctionwillmcgugan@gmail.com2013-06-281-1/+1
* simpler version of relativefromwillmcgugan@gmail.com2013-06-281-5/+6
* Added 'relativefrom' method to path.pywillmcgugan@gmail.com2013-06-283-2/+45
* After testing, there is no unicode in six module. six.text_type represents un...btimby2013-04-241-1/+2
* Pyftpdlib 1.x uses unicode, the provided path will already be unicode and thu...btimby2013-04-241-1/+7
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-3145-1333/+1705
* unicode test filewillmcgugan@gmail.com2013-03-251-0/+212