* move codebase to use black, [287](https://github.com/pydantic/pydantic/pull/287) by samuelcolvin
* fix alias use in settings, [286](https://github.com/pydantic/pydantic/pull/286) by jasonkuhrt and samuelcolvin
* fix datetime parsing in `parse_date`, [298](https://github.com/pydantic/pydantic/pull/298) by samuelcolvin
* allow dataclass inheritance, fix [293](https://github.com/pydantic/pydantic/pull/293) by samuelcolvin
* fix `PyObject = None`, fix [305](https://github.com/pydantic/pydantic/pull/305) by samuelcolvin
* allow `Pattern` type, fix [303](https://github.com/pydantic/pydantic/pull/303) by samuelcolvin