dnuos

log

age author description
5 months ago Brodie Rao The id3v1 and id3v2 keys should always be set in MPC's tag dictsdefault tip
5 months ago Brodie Rao Don't parse ID3v2 frames that we don't want.
5 months ago Brodie Rao Implemented missing MPC.year() method
6 months ago Brodie Rao Don't supress KeyboardInterrupts when using --debug
7 months ago Brodie Rao Fixed non-UTF-8 strings causing decode errors when going into the sqlite cache
7 months ago Brodie Rao Removed automatic detection and setting of --prefix=/usr/local
7 months ago Brodie Rao Isolated py2exe import in try/except clause and moved setup into else clause
7 months ago Brodie Rao Removed unnecessary StringIO imports (it isn't meant as a fallback)
9 months ago Brodie Rao Added tag 1.0.10 for changeset 5dc87c03fe47
9 months ago Nicolas Dumazet Updating LISEZMOI to include the release notes from the last
9 months ago Brodie Rao Updated dnuOSX URL
9 months ago Brodie Rao Fixed the LAME preset field being masked incorrectly
11 months ago Brodie Rao Removed unused prefix guessing in Makefile
11 months ago Brodie Rao Worked around setuptools not running build_mo1.0.10
11 months ago Brodie Rao Made build_mo subclass Command directly
12 months ago Brodie Rao Added shelve and dumbdbm to excluded modules list for py2exe
12 months ago Brodie Rao Updated changelogs
12 months ago Brodie Rao Fixed Python 2.6 incompatibility with formatwarning() args
12 months ago Brodie Rao Fixed dict.has_key() warnings with python2.6 -3
12 months ago Brodie Rao Fixed Python 2.6/sqlite3 errors with non-unicode strings going into the database
12 months ago Brodie Rao Fixed Python 2.3 compatibility issue with list.sort(cmp=...) when listing files
12 months ago Brodie Rao Removed unreliable and uninformative appdata doctest
12 months ago Brodie Rao Improved setup.py test to keep testing even if importing a module raised an exception
12 months ago Brodie Rao Fixed potential UnboundLocalError when Dnuos tries to save the cache after failing to create it
12 months ago Brodie Rao Fixed importing cache.Cache not properly falling back to shelve
12 months ago Brodie Rao Fixed some minor errors in the READMEs and corrected the download URL in setup.py
12 months ago Brodie Rao Bumped version to 1.0.10 and updated changelogs
12 months ago Brodie Rao Updated tests to cope with natural sorting
12 months ago Brodie Rao Updated translations
12 months ago Brodie Rao Improved missing file/directory error handling
12 months ago Brodie Rao Moved build_mo down with other commands, and added back explicit setuptools import
12 months ago Brodie Rao Added dnuos.cache to packages to be installed
12 months ago Brodie Rao Implemented a sqlite3-based cache, with the old shelve-based cache used as a fallback
12 months ago Brodie Rao Don't import gettext if translation isn't needed
12 months ago Brodie Rao Removed unnecessary list copying
12 months ago Brodie Rao Implemented natural sorting
12 months ago Brodie Rao Fixed individually listed files not being sorted in output
12 months ago Brodie Rao Bumped version to 1.0.10b1
12 months ago Brodie Rao Fixed default locale not being set correctly
12 months ago Brodie Rao Fixed test cache not being removed reliably
12 months ago Brodie Rao Improved modified time assertion in cache test
12 months ago Brodie Rao Support for specifying individual files to list
12 months ago Brodie Rao setup.py: clean up, build_mo command, zip_safe=False for setuptools
12 months ago Jean-Denis Vauguet French localization corrections
12 months ago Jean-Denis Vauguet French README corrections
16 months ago Brodie Rao Fixed AttributeError on sys.stdout.fileno() in test suite when calling get_terminal_width()
16 months ago Brodie Rao Added resizing of the default format string to fit terminal width (using ioctl)
16 months ago Brodie Rao Added tag 1.0.9 for changeset 1eeeffd52839
16 months ago Brodie Rao Fixed issues with installing into /usr/local when it isn't in sys.path1.0.9
16 months ago Brodie Rao French grammar correction
16 months ago Brodie Rao Bumped version to 1.0.9 and updated changelogs
16 months ago Brodie Rao Fixed mixed directories with LAME and non-LAME MP3s being listed with presets, and replaced dict.items() usage with dict.iteritems()
16 months ago Brodie Rao Updated translation template and French translation
16 months ago Brodie Rao Fixed bad arguments to os.path.split()
16 months ago Brodie Rao Added -C shorthand switch for --disable-cache
16 months ago Brodie Rao Removed win32 dependencies on dbhash and bsddb
16 months ago Brodie Rao Changed --delete-cache to remove the cache directory unconditionally
16 months ago Brodie Rao Switched from anydbm to dumbdbm directly.
16 months ago Brodie Rao Fixed crash on bad year ID3 tags
16 months ago Brodie Rao Fixed typo