21 Commits

Author SHA1 Message Date
rdb
f14f7d1913 Add missing 'os' module import 2015-08-18 17:46:38 +02:00
Ed Swartz
03d633f2e7 For stdpy.file wrapper, handle mode more consistently with Python.
For Python 2, ignore unknown characters in the mode rather than silently failing to open.
For Python 3, fail if unknown characters appear.
2015-08-11 11:47:11 -05:00
rdb
0aa0f34c74 Lots of work to make the rtdist work with the new library building system 2015-01-12 15:02:42 +01:00
rdb
350b2aaf3c Add version of execfile() that uses the VFS 2013-07-23 17:27:58 +00:00
rdb
8062339604 fix broken implementation of join() 2012-02-09 12:01:40 +00:00
David Rose
b5eeced04a whoops, remove debug prints 2011-12-29 22:02:08 +00:00
David Rose
5496c4a9ec more writable vfs stuff 2011-09-27 16:10:19 +00:00
David Rose
703271d15d writable vfs 2011-09-17 00:41:06 +00:00
David Rose
016ff7d026 fix tell() bug (632883) 2010-09-08 05:19:48 +00:00
David Rose
991d5179a3 add __enter__ and __exit__ 2010-03-03 18:32:46 +00:00
David Rose
e68e597b6a more verbose error messages 2010-03-01 19:06:12 +00:00
David Rose
3cf40a0a28 support glob for vfs 2010-02-24 01:58:36 +00:00
David Rose
5289285624 more robust temp file and log handling 2009-08-20 00:24:00 +00:00
David Rose
da2f1cd9c9 better frozen module handling 2009-08-19 18:35:21 +00:00
David Rose
54f7b2376a renamed python file streams 2009-08-09 16:06:45 +00:00
David Rose
d315cbf20e handle invalid dir better 2008-11-12 04:31:18 +00:00
David Rose
4139466fc9 join 2008-11-12 04:05:21 +00:00
David Rose
0f52801b0c listdir, walk 2008-11-12 03:58:47 +00:00
David Rose
512197c7d3 allow a VirtualFile 2008-11-04 23:21:57 +00:00
David Rose
5f5dd02b30 oops 2008-11-04 10:17:02 +00:00
David Rose
9df2912b68 file.py 2008-10-22 23:21:39 +00:00