Skip to content

Latest commit

 

History

History
118 lines (65 loc) · 2.21 KB

CHANGES.rst

File metadata and controls

118 lines (65 loc) · 2.21 KB

Changes

1.5.2 (2019-10-31)

  • Add support for Python 3.8.
  • Fix a bug where a package/module with a name that is a prefix of another package/module might accidentally be used instead of the other one (e.g. py instead of pylab). See issue 10.

1.5.1 (2019-04-23)

  • Drop support for Python 3.4.

1.5.0 (2019-03-18)

  • Support Python 3.6 and 3.7.
  • Drop support for Python 2.6 and 3.3.
  • Suppress duplicate import warnings if the line in question has a comment.

1.4.1 (2016-09-28)

  • Replace getopt with optparse. This changes the --help message as a side effect (#4).

1.4.0 (2015-06-04)

  • Python 3 support (3.3 and newer).
  • Use ast instead of compiler (#1).

1.3.2 (2015-04-13)

  • Fix "cannot find datetime" on Ubuntu 14.04 LTS (#3).
  • 100% test coverage.

1.3.1 (2014-04-16)

  • Added support for relative imports (e.g. from .. import foo).

1.3.0 (2013-04-10)

  • Moved to Github.
  • Drop Python 2.4 and 2.5 support.
  • Handle unicode docstrings with doctests.

1.2.14 (2012-02-12)

1.2.13 (2011-04-18)

  • Suppress "not a zipfile" warnings about *.egg-info files listed in sys.path.

1.2.12 (2011-04-08)

  • Handle zipfile errors when there are plain files that are not zip files on sys.path.

1.2.11 (2011-03-30)

  • Fix 'could not find cPickle' errors on Python 2.6 and newer.

1.2.10 (2010-02-05)

  • Ignore 'from __future__ import ...'.

1.2.9 (2009-07-07)

  • Fixed broken and uninstallable source distribution by adding a MANIFEST.in.

1.2.8 (2009-07-07)

  • Is able to find modules inside zip files (e.g. eggs).
  • Fixed deprecation warning on Python 2.6.