dnuos

log

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