Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Mon, 05 Mar 2018 12:30:20 -0500 |
Augie Fackler |
cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
|
Fri, 02 Mar 2018 18:47:27 -0500 |
Augie Fackler |
tests: add missing b prefixes in test-atomictempfile.py
|
Sun, 18 Feb 2018 17:41:56 +0530 |
Pulkit Goyal |
py3: use range instead on xrange on py3 in tests/test-atomictempfile.py
|
Sat, 13 May 2017 11:52:44 -0700 |
Gregory Szorc |
tests: use context manager form of assertRaises
|
Mon, 17 Oct 2016 23:16:55 +0200 |
Mads Kiilerich |
spelling: fixes of non-dictionary words
|
Thu, 23 Jun 2016 18:21:25 +0100 |
Martijn Pieters |
atomictempfile: add context manager support
|
Thu, 23 Jun 2016 18:20:58 +0100 |
Martijn Pieters |
atomictempfile: add read to the supported file operations
|
Thu, 23 Jun 2016 18:18:33 +0100 |
Martijn Pieters |
atomictempfile: remove test ordering
|
Thu, 23 Jun 2016 17:35:43 +0100 |
Martijn Pieters |
atomictempfile: use a tempdir to keep the test environment clean
|
Thu, 19 May 2016 00:20:38 +0900 |
FUJIWARA Katsunori |
util: make atomictempfile avoid ambiguity of file stat if needed
|
Mon, 16 May 2016 04:28:22 +0530 |
Pulkit Goyal |
py3: make tests/test-atomictempfile.py use absolute_import
|
Wed, 20 Apr 2016 19:55:59 +0000 |
timeless |
tests: mark test-atomictempfile.py write as binary
|
Sat, 09 Feb 2013 19:02:45 +0200 |
Idan Kamara |
test-atomictempfile: convert to unit test
|
Thu, 25 Aug 2011 20:21:04 -0400 |
Greg Ward |
atomictempfile: make close() consistent with other file-like objects.
|
Sun, 24 Apr 2011 19:25:10 -0400 |
Greg Ward |
atomictempfile: avoid infinite recursion in __del__().
|