99516c6c7e
- Stupid me: it should be rm -rf test_output, not just rm -rf test (gh#Preston-Landers/concurrent-log-handler#38).
Matej Cepl2021-07-27 05:43:52 +00:00
d7806e0a51
Update to 0.9.19: 0.9.19: Fix Python 2 compatibility (again), thanks @buddly27 Fix accidental detection of 'darwin' (Mac OS) as Windows in setup.py 0.9.18: Remove ez_setup from the setup.py 0.9.17: Contains the following fixes: - Catch exceptions when unlocking the lock. - Clarify documentation, esp. with use of multiprocessing - In Python 2, don't request/allow portalocker 2.0 which won't work. (Require portalocker<=1.7.1) 0.9.16: Fix publishing issue with incorrect code included in the wheel Affects Python 2 mainly - see Issue #21 0.9.15: Fix bug from last version on Python 2. (Issue #21) Thanks @condontrevor Also, on Python 2 and 3, apply unicode_error_policy (default: ignore) to convert a log message to the output stream's encoding. I.e., by default it will filter out (remove) any characters in a log message which cannot be converted to the output logfile's encoding. 0.9.14: Fix writing LF line endings on Windows when encoding is specified. Added newline and terminator kwargs to allow customizing line ending behavior. Thanks to @vashek 0.9.13: Fixes Crashes with ValueError: I/O operation on closed file (issue #16) Also should fix issue #13 with crashes related to Windows file locking. Big thanks to @terencehonles, @nsmcan, @wkoot, @dismine for doing the hard parts 0.9.12: Add umask option (thanks to @blakehilliard) This adds the ability to control the permission flags when
Matej Cepl2021-03-17 22:24:38 +00:00