Export to GitHub

pyfakefs - default

Source Commits


Commits

Author Date Commit Message
David Baird Sep 23, 2013 fa50c8fb8bd7 All tests now pass in Windows
David Baird Sep 19, 2013 e68a0a9ab329 Fixed Issue 21: Behavior of relpath, abspath and normpath on Windows.
David Baird Aug 27, 2013 10b79c6e5332 Revision 2.3
David Baird Aug 27, 2013 e5301942f8eb Fixed Issue 20: Python 3 now properly supports files open in binary mode as a by
David Baird Jun 18, 2013 b670f3b7fda9 Fixed Issue 19: mkstemp returns a file descriptor instead of 9999, now
David Baird Jun 6, 2013 81e5712a5845 updated version 2.2
David Baird Jun 6, 2013 b2e83013c61e Fixed Issue 18: Builtin open methods lack IOError for prohibited operations
David Baird May 31, 2013 f5c5a3bd3079 Fixed Issue 3: fake_filesystem.py incorrectly resolves the path "a/b/../non_exis
David Baird May 30, 2013 1545aeee72f6 Syncronizes the open file StringIO contents with the file object in case
David Baird May 24, 2013 9576cce51abb Fixes Issue 5: FakeFileOpen keyword args do not match the __builtin__ equivalent
David Baird May 21, 2013 5defdee8a516 updated packages for python 3
David Baird May 21, 2013 e41b182f5191 correction to testExpandUser
David Baird May 21, 2013 4300e25d1a3c Fixes Issue 14: Support for Python 3
David Baird May 17, 2013 22227f12608e Fixes Issue 17: FakePathModule is missing relpath
David Baird May 13, 2013 51f6453a1afc adds more keywords and topics to pipy package index
David Baird May 13, 2013 b14b755537a2 fixes issue 16: pyfakefs does not support relative paths
David Baird May 13, 2013 150d995ac995 revert
dbaird May 13, 2013 b396be720fcb fixes issue 16: pyfakefs does not support relative paths
David Baird Mar 2, 2013 4fa0619114a5 Fixes: Issue 12: Fix tests to work on OS X.
David Baird Mar 1, 2013 eab0db1d1436 version 1.1
David Baird Mar 1, 2013 de1f2245c412 Resolves several issues: Issue 4: Raise OSError when calling fake_filesystem.mkd
David Baird Mar 1, 2013 8fd9b645ad58 Fixed category for Apache license in setup file.
David Baird Mar 1, 2013 d8efba5ee714 Changed classifier to a valid license
David Baird Mar 1, 2013 efc2df31fb63 Added setup.py to publish to PyPi.
Mike Bland Jun 11, 2011 50ec7acd8b72 Initial import of pyfakefs.