Age | Commit message (Collapse) | Author | Files | Lines |
|
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
|
|
|
|
|
3.5.0:
Do not require mock for the test suite on Python 3; use unittest.mock instead.
100% test coverage for each version of Python rather than combined, using coverage-python-version.
Add the optional extra_node_attrs parameter to show_backrefs and show_backrefs
Fix IPython/Jupyter inline graph support code that would kick in even if you explicitly passed a filename=’foo.png’ argument to show_refs/show_backrefs. See issue 47.
Add support for Python 3.8.
Drop support for Python 3.5.
|
|
3.4.1:
- Add support for Python 3.7.
- Drop support for Python 3.3 and 3.4.
|
|
objgraph is a module that lets you visually explore Python object graphs.
You'll need graphviz if you want to draw the pretty graphs.
|