PyCQA Astroid Versions Save

A common base representation of python source code for pylint and other projects

v3.0.0a9

9 months ago

Pre-release for astroid 3.0.0, with performance improvements, fixes for Python 3.12 compatibility, and an improvement to Arguments.arguments(), among other changes.

See the full list of changes.

v3.0.0a8

10 months ago

Pre-release for astroid 3.0.0, for https://github.com/pylint-dev/astroid/pull/2250 and python 3.12 in pylint. For a full list of changes see https://github.com/pylint-dev/astroid/blob/v3.0.0a8/ChangeLog

v2.15.6

10 months ago
  • Harden get_module_part() against ".".

    Closes pylint-dev/pylint#8749

  • Avoid expensive list/tuple multiplication operations that would result in MemoryError.

    Closes pylint-dev/pylint#8748

v3.0.0a7

10 months ago

This is the seventh pre-release for astroid 3.0.0, main change is added Try node. For a full list of changes see https://github.com/pylint-dev/astroid/blob/v3.0.0a7/ChangeLog

v3.0.0a6

10 months ago

This is the sixth pre-release for astroid 3.0.0, main change is the python 3.12 support. For a full list of changes see https://github.com/pylint-dev/astroid/blob/v3.0.0a6/ChangeLog

v3.0.0a5

11 months ago

This is the fifth pre-release for astroid 3.0.0. For a full list of changes see https://github.com/pylint-dev/astroid/blob/v3.0.0a5/ChangeLog

v3.0.0a4

11 months ago

This is the fourth pre-release for astroid 3.0.0. For a full list of changes see https://github.com/pylint-dev/astroid/blob/v3.0.0a4/ChangeLog

v3.0.0a3

1 year ago

This is the third pre-release for astroid 3.0.0. For a full list of changes see https://github.com/pylint-dev/astroid/blob/v3.0.0a3/ChangeLog

v2.15.5

1 year ago
  • Handle objects.Super in helpers.object_type().

    Refs pylint-dev/pylint#8554

v3.0.0a2

1 year ago

This is the second pre-release for astroid 3.0.0. For a full list of changes see https://github.com/pylint-dev/astroid/blob/v3.0.0a1/ChangeLog