==================== - assert_is_empty() and assert_is_not_empty() now consume generators if necessary - implement "assert_almost_now()" - stop testing Python 2.6/3.3 (support for these versions will be removed in the next release)
1.4.0
==================== - implement "assert_is(expr1, expr2)" and "assert_is_not(expr1, expr2)" - implement "assert_path_exists()", "assert_path_not_exists()", "assert_file_exists()", and "assert_file_not_exists()"
1.3.4
==================== - prevent nosetests from running "skip_test" as an actual test case
1.3.3
==================== - provide a PEP8 compliant "skip_test" (and export "skipTest" via "__all__")
1.3.2
==================== - assert_length() now consumes generators if this is necessary to get the length
1.3.1
==================== - instruct test runners to suppress traceback lines from PythonicTestcase when displaying a test failure.