beets/beets
Adrian Sampson 15a5512ea5 Require Unicode format strings
Fallout from #2188. Following @jrobeson's suggestion, I just turned the check
in LibModel.__format__ into an assert. This turned up a few badly-behaved
clients, which are also fixed.
2016-09-07 21:42:59 -04:00
..
autotag s/utf8/utf-8/ in all encoding/decoding contexts 2016-09-06 23:10:24 -04:00
dbcore s/utf8/utf-8/ in all encoding/decoding contexts 2016-09-06 23:10:24 -04:00
ui Template strings must always be unicode (#2188) 2016-09-07 21:01:24 -04:00
util s/utf8/utf-8/ in all encoding/decoding contexts 2016-09-06 23:10:24 -04:00
__init__.py Next release version is 1.4.0, not 1.3.20 2016-07-02 10:11:31 -07:00
art.py remove byte literals from art.py commands args 2016-08-25 04:08:05 -04:00
config_default.yaml Add new importer configuration to deal with duplicate items 2016-06-19 12:53:37 +05:30
importer.py replace deprecated log.warn() with log.warning() 2016-08-09 00:33:38 -04:00
library.py Require Unicode format strings 2016-09-07 21:42:59 -04:00
logging.py s/utf8/utf-8/ in all encoding/decoding contexts 2016-09-06 23:10:24 -04:00
mediafile.py s/utf8/utf-8/ in all encoding/decoding contexts 2016-09-06 23:10:24 -04:00
plugins.py replace deprecated log.warn() with log.warning() 2016-08-09 00:33:38 -04:00
vfs.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00