Skip to content

Releases: malor/cpython-lldb

Development Build

13 Nov 07:39
bbde776
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • 5d31e5f: Format the source code with ruff (Roman Podoliaka) #70

0.3.2

05 Jun 16:37
b66b680
Compare
Choose a tag to compare
Fix permissions for the release workflow: it needs additional permiss…

Development Build

30 May 22:14
b0eaabd
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Continuous Integration

0.3.1

12 May 21:31
dcafe2d
Compare
Choose a tag to compare
Merge pull request #58 from dalazx/dalazx/readme/macos

Revisit the MacOS installation steps

Development Build

12 May 21:22
dcafe2d
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • 185ba23: Revisit the MacOS installation steps (Oleksandr Danshyn) #58

0.3.0

06 Oct 07:37
79876eb
Compare
Choose a tag to compare
  • add support for CPython 3.10

Development Build

06 Oct 07:15
79876eb
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • 1da23ce: Use python:3.10 Docker image for testing (Roman Podoliaka) #51

0.2.1

22 Aug 09:01
Compare
Choose a tag to compare

This releases contains no functional changes. Its purpose is to verify the new release workflow via GitHub Actions.

0.2.0

21 Aug 22:38
Compare
Choose a tag to compare

Functional changes

  • py-bt now traverses the call stack starting from the selected frame and up rather than from the newest frame

  • Added pretty-printing support for the following types:

    • frozensets
    • collections.defaultdict
    • collections.UserDict
    • collections.OrderedDict
    • collections.Counter
    • collections.UserList
    • collections.UserString
  • Add type summaries for the following built-in CPython structs:

    • PyLongObject
    • PyFloatObject
    • PyBytesObject
    • PyUnicodeObject
    • PyListObject
    • PyTupleObject
    • PySetObject
    • PyDictObject
    • defdictobject

Non-functional changes

  • Tests are now executed in parallel via pytest-xdist
  • Added a test for py-bt triggered on a mixed Python/C-API call stack
  • Switched to using of GitHub Actions instead of Travis CI

Initial release

24 Oct 18:04
8b6976f
Compare
Choose a tag to compare
Merge pull request #35 from malor/cleanup

Documentation cleanups