All Versions
3
Latest Version
Avg Release Cycle
254 days
Latest Release
1645 days ago

Changelog History

  • v2.0.0 Changes

    October 26, 2019
    • โž• Added : Support for Python 3.8.
    • โœ‚ Removed : Support for Python 3.4.
    • ๐Ÿ”„ Changed : Switched core AST parsing engine to Alex Hall's executing
      (https://github.com/alexmojaki/executing). Huge thank you to Alex Hall.
    • ๐Ÿ”„ Changed : Whitespace in arguments is no longer collapsed. Indentation in
      multiline arguments is now preserved.
  • v1.3.1 Changes

    June 06, 2018
    • โœ‚ Removed: Support for Python 3.3, which reached EOL on 2017-09-29.
    • ๐Ÿ›  Fixed: ic() invocations that fail to find or access source code (e.g. eval(),
      ๐Ÿ–จ exec(), python -i, etc) now print an error message instead of throwing an
      IOError (Python 2) or OSError (Python 3).
  • v1.3 Changes

    June 06, 2018

    ๐Ÿš€ First release.