* Deprecated `grizzled.os.file_separator()`. Silly me, there's a standard
`os.path.sep` variable.
* In `grizzled.db`, the MySQL index metadata function wasn't detecting column
uniqueness properly.
* In `grizzled.db`, the PostgreSQL table metadata function wasn't detecting
NULL/NOT NULL properly.
* Added `find_command()` and `path_elements()` functions to `grizzled.os`.
* Documentation format changed from default Epydoc to reStructuredText.
* Fixed bug in `grizzled.db.add_driver()` function that prevented a driver
from being added programmatically.
* Added `class_for_name()` function to `grizzled.system` module.
* `grizzled.config` now uses `grizzled.collections.OrderedDict`
* In `grizzled.config`, `Configuration.sections()` is now a property.
---------------------------------------------------------------------------