summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add morphologybaserock/morphDaniel Firth2013-11-041-0/+10
* 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
* Data for Python 2 testswillmcgugan@gmail.com2013-03-250-0/+0
* Experimental Python3 supportwillmcgugan@gmail.com2013-03-251-0/+142
* r844 modified test_archivefs.py to not run the TestReadArchiveFS tests if lib...gcode@loowis.durge.org2013-03-181-0/+6
* Tests for mountfilewillmcgugan@gmail.com2013-03-171-4/+46
* Some minor fixes and doc changeswillmcgugan@gmail.com2013-03-171-16/+32
* Partially fixes Issue 148gcode@loowis.durge.org2013-03-171-1/+1
* *sigh* typo, caught during testing.btimby2013-03-041-1/+1
* Don\'t double-close.btimby2013-03-041-2/+3
* Fix for xmlrpcwillmcgugan@gmail.com2013-02-106-168/+184
* Change the way TempFS's _meta dict gets built so that it 'inherits' default v...gcode@loowis.durge.org2012-12-232-18/+12
* More accurate (and possibly more efficient) version of the _requires_normaliz...gcode@loowis.durge.org2012-12-221-3/+1
* Made normpath('/.') and normpath('/..') behave more consistentlygcode@loowis.durge.org2012-12-222-2/+6
* Change test_invalid_chars to call the base version first (eliminates duplicat...gcode@loowis.durge.org2012-12-211-5/+1
* Whitespace fix.btimby2012-12-041-1/+39
* Micro-optimization for normpath. I should probably leave that function alone ...willmcgugan@gmail.com2012-12-031-7/+4
* Implemented generic validatepath method and optimized normpathwillmcgugan@gmail.com2012-12-019-104/+173
* Changed detection of Windows for invalid_path_chars stringwillmcgugan@gmail.com2012-11-291-1/+1
* Fixed some encoding mismatch between pyftpdlib (uses str internally) and pyfs...btimby2012-11-281-2/+11
* Fix for mountfs testswillmcgugan2012-11-281-2/+2