beets/beets
Adrian Sampson 060041a69e Load YAML as binary data
This lets the YAML library itself deal with the encoding (mostly), which
should address #2456 and #2565, which have to do with `open` giving us a
system-specific encoding by default on Python 3 on Windows when the files
should have been written using UTF-8 per the YAML standard.
2017-05-17 10:19:18 -04:00
..
autotag Corrected line length 2017-05-12 11:36:30 +02:00
dbcore Adjust indentation to pass flake8 tests 2017-04-22 18:23:33 +01:00
ui Always pass unicode to print_ 2017-04-29 21:13:34 -04:00
util Load YAML as binary data 2017-05-17 10:19:18 -04:00
__init__.py Version bump: 1.4.4 2017-01-09 10:40:06 -05:00
__main__.py Simpler __main__ docstring (#2453) 2017-02-25 13:39:14 -05:00
art.py images: use jpg extensions for jpeg files everywhere 2016-11-08 18:48:44 +01:00
config_default.yaml Add default replace for - to _ 2017-04-12 13:48:37 -04:00
importer.py Simplify is_subdir_of_any_in_list and the test that uses it 2017-03-27 00:20:44 +02:00
library.py Merge pull request #2529 from dosoe/master 2017-05-12 10:34:46 -04:00
logging.py s/utf8/utf-8/ in all encoding/decoding contexts 2016-09-06 23:10:24 -04:00
mediafile.py Undo some noisy whitespace changes 2017-05-12 10:42:50 -04:00
plugins.py Remove untyped except statements 2017-04-29 00:05:20 +02:00
vfs.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00