https://github.com/jmcgeheeiv/pyfakefs

sort by:
Revision Author Date Message Commit Date
737172a All tests now pass in Windows 23 September 2013, 21:32:45 UTC
222fcf4 Fixed Issue 21: Behavior of relpath, abspath and normpath on Windows. 19 September 2013, 23:36:25 UTC
eecf2b8 Revision 2.3 27 August 2013, 15:40:47 UTC
ee7086d Fixed Issue 20: Python 3 now properly supports files open in binary mode as a bytes list. 27 August 2013, 15:38:48 UTC
1ca0daf Fixed Issue 19: mkstemp returns a file descriptor instead of 9999, now 18 June 2013, 18:04:51 UTC
6e2368a updated version 2.2 06 June 2013, 16:49:57 UTC
40118a5 Fixed Issue 18: Builtin open methods lack IOError for prohibited operations 06 June 2013, 16:49:07 UTC
78dba46 Fixed Issue 3: fake_filesystem.py incorrectly resolves the path "a/b/../non_existent_folder/../file" 31 May 2013, 17:14:16 UTC
8c2dc49 Syncronizes the open file StringIO contents with the file object in case 30 May 2013, 16:01:23 UTC
191e83c Fixes Issue 5: FakeFileOpen keyword args do not match the __builtin__ equivalents. 24 May 2013, 21:51:04 UTC
e267049 updated packages for python 3 21 May 2013, 21:56:50 UTC
45f9738 correction to testExpandUser 21 May 2013, 21:43:21 UTC
af5e030 Fixes Issue 14: Support for Python 3 21 May 2013, 21:38:15 UTC
66a9f7b Fixes Issue 17: FakePathModule is missing relpath 17 May 2013, 22:21:15 UTC
c19dc38 adds more keywords and topics to pipy package index 13 May 2013, 22:45:08 UTC
1a51947 fixes issue 16: pyfakefs does not support relative paths 13 May 2013, 18:41:49 UTC
7a4e96b revert 13 May 2013, 18:40:27 UTC
33dd46e fixes issue 16: pyfakefs does not support relative paths 13 May 2013, 18:32:39 UTC
e41ec62 Fixes: Issue 12: Fix tests to work on OS X. 02 March 2013, 00:01:51 UTC
e74b0cc version 1.1 01 March 2013, 22:54:30 UTC
68690c4 Resolves several issues: Issue 4: Raise OSError when calling fake_filesystem.mkdir() with a trailing "/." Issue 6: os.write() and os.close() are not mocked. Issue 7: fake_filesystem's os.chown() doesn't match Python's os.chown() handling of -1 Issue 8: fake_filesystem's os.rename() doesn't copy uid and gid to the renamed file Issue 10: FakeOsModule.os.fdopen should raise TypeError on a non-integer file descriptor. Issue 11: Stat time variables: ctime, atime and mtime should be int and not floats. 01 March 2013, 22:28:37 UTC
2f7c0d2 Fixed category for Apache license in setup file. 01 March 2013, 21:56:20 UTC
cd953e5 Changed classifier to a valid license 01 March 2013, 21:54:49 UTC
fd03d58 Added setup.py to publish to PyPi. 01 March 2013, 21:06:39 UTC
058dd83 Initial import of pyfakefs. 11 June 2011, 17:57:58 UTC
back to top