summaryrefslogtreecommitdiff
path: root/fs/filelike.py
Commit message (Expand)AuthorAgeFilesLines
* opener fixwillmcgugan@gmail.com2014-10-181-1/+1
* Fixes, including hang bug in readlinewillmcgugan@gmail.com2014-10-161-1/+1
* Fix for read(0)willmcgugan@gmail.com2013-09-091-1/+1
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-36/+38
* Python3 changeswillmcgugan2011-12-271-4/+4
* Python3 compatibilitywillmcgugan2011-12-271-1/+1
* First stab at a Python3 portwillmcgugan2011-12-261-22/+29
* S3FS: some code layout cleanupsrfkelly02011-03-261-0/+23
* spelling fixesrfkelly02011-03-081-8/+8
* cleanup FileWrapper.__del__ a littlerfkelly02011-02-051-7/+8
* some doc spelling fixesrfkelly02011-01-271-1/+1
* removed obsolute "objectree" module; use fs.path.PathMap insteadrfkelly02010-12-271-1/+1
* Added FS command line scriptswillmcgugan2010-12-051-2/+3
* add module "fs.filelike" with utils for building file-like objects.rfkelly02010-11-071-0/+743