log tests/test-atomictempfile.py @ 44104:1fbc38b4df97 draft default tip glob

age author description
2018-03-05 Augie Fackler cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
2018-03-02 Augie Fackler tests: add missing b prefixes in test-atomictempfile.py
2018-02-18 Pulkit Goyal py3: use range instead on xrange on py3 in tests/test-atomictempfile.py
2017-05-13 Gregory Szorc tests: use context manager form of assertRaises
2016-10-17 Mads Kiilerich spelling: fixes of non-dictionary words
2016-06-23 Martijn Pieters atomictempfile: add context manager support
2016-06-23 Martijn Pieters atomictempfile: add read to the supported file operations
2016-06-23 Martijn Pieters atomictempfile: remove test ordering
2016-06-23 Martijn Pieters atomictempfile: use a tempdir to keep the test environment clean
2016-05-18 FUJIWARA Katsunori util: make atomictempfile avoid ambiguity of file stat if needed
2016-05-15 Pulkit Goyal py3: make tests/test-atomictempfile.py use absolute_import
2016-04-20 timeless tests: mark test-atomictempfile.py write as binary
2013-02-09 Idan Kamara test-atomictempfile: convert to unit test
2011-08-26 Greg Ward atomictempfile: make close() consistent with other file-like objects.
2011-04-24 Greg Ward atomictempfile: avoid infinite recursion in __del__().