dnuos

log

age author description
6 months ago Brodie Rao The id3v1 and id3v2 keys should always be set in MPC's tag dictsdefault tip
6 months ago Brodie Rao Don't parse ID3v2 frames that we don't want.
6 months ago Brodie Rao Implemented missing MPC.year() method
7 months ago Brodie Rao Don't supress KeyboardInterrupts when using --debug
8 months ago Brodie Rao Fixed non-UTF-8 strings causing decode errors when going into the sqlite cache
8 months ago Brodie Rao Removed automatic detection and setting of --prefix=/usr/local
8 months ago Brodie Rao Isolated py2exe import in try/except clause and moved setup into else clause
8 months ago Brodie Rao Removed unnecessary StringIO imports (it isn't meant as a fallback)
10 months ago Brodie Rao Added tag 1.0.10 for changeset 5dc87c03fe47
10 months ago Nicolas Dumazet Updating LISEZMOI to include the release notes from the last
10 months ago Brodie Rao Updated dnuOSX URL
10 months ago Brodie Rao Fixed the LAME preset field being masked incorrectly
12 months ago Brodie Rao Removed unused prefix guessing in Makefile
12 months ago Brodie Rao Worked around setuptools not running build_mo1.0.10
12 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
13 months ago Brodie Rao Fixed some minor errors in the READMEs and corrected the download URL in setup.py
13 months ago Brodie Rao Bumped version to 1.0.10 and updated changelogs
13 months ago Brodie Rao Updated tests to cope with natural sorting
13 months ago Brodie Rao Updated translations
13 months ago Brodie Rao Improved missing file/directory error handling
13 months ago Brodie Rao Moved build_mo down with other commands, and added back explicit setuptools import
13 months ago Brodie Rao Added dnuos.cache to packages to be installed
13 months ago Brodie Rao Implemented a sqlite3-based cache, with the old shelve-based cache used as a fallback
13 months ago Brodie Rao Don't import gettext if translation isn't needed
13 months ago Brodie Rao Removed unnecessary list copying
13 months ago Brodie Rao Implemented natural sorting
13 months ago Brodie Rao Fixed individually listed files not being sorted in output
13 months ago Brodie Rao Bumped version to 1.0.10b1
13 months ago Brodie Rao Fixed default locale not being set correctly
13 months ago Brodie Rao Fixed test cache not being removed reliably
13 months ago Brodie Rao Improved modified time assertion in cache test
13 months ago Brodie Rao Support for specifying individual files to list
13 months ago Brodie Rao setup.py: clean up, build_mo command, zip_safe=False for setuptools
13 months ago Jean-Denis Vauguet French localization corrections
13 months ago Jean-Denis Vauguet French README corrections
17 months ago Brodie Rao Fixed AttributeError on sys.stdout.fileno() in test suite when calling get_terminal_width()
17 months ago Brodie Rao Added resizing of the default format string to fit terminal width (using ioctl)
17 months ago Brodie Rao Added tag 1.0.9 for changeset 1eeeffd52839
17 months ago Brodie Rao Fixed issues with installing into /usr/local when it isn't in sys.path1.0.9
17 months ago Brodie Rao French grammar correction
17 months ago Brodie Rao Bumped version to 1.0.9 and updated changelogs
17 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()
17 months ago Brodie Rao Updated translation template and French translation
17 months ago Brodie Rao Fixed bad arguments to os.path.split()
17 months ago Brodie Rao Added -C shorthand switch for --disable-cache
17 months ago Brodie Rao Removed win32 dependencies on dbhash and bsddb
17 months ago Brodie Rao Changed --delete-cache to remove the cache directory unconditionally
17 months ago Brodie Rao Switched from anydbm to dumbdbm directly.
17 months ago Brodie Rao Fixed crash on bad year ID3 tags
17 months ago Brodie Rao Fixed typo