Changes
1.6.0 (2010-12-18)
- Python 3 support, thanks to Stefano Rivera (fixes LP#687601).
- Removed weird weakref special-casing.
1.5.1 (2010-12-09)
- Avoid test failures in uncollectable-garbage.txt (fixes LP#686731).
- Added HACKING.txt.
1.4.0 (2010-11-03)
- Compatibility with Python 2.4 and 2.5 (tempfile.NamedTemporaryFile has no
delete argument).
- New function: most_common_types().
1.3.1 (2010-07-17)
- Rebuild an sdist with no missing files (fixes LP#606604).
- Added MANIFEST.in and a Makefile to check that setup.py sdist generates
source distributions with no files missing.
1.3 (2010-07-13)
- Highlight objects with a __del__ method.
- Fixes LP#483411: suggest always passing
[obj] to show_refs(), show_backrefs(), since obj might be a
list/tuple.
- Fixes LP#514422: show_refs(),
show_backrefs() don’t create files in the current working directory any
more. Instead they accept a filename argument, which can be a .dot file or a
.png file. If None or not specified, those functions will try to spawn xdot
as before.
- New extra_info argument to graph-generating functions (patch by Thouis Jones,
LP#558914).
- setup.py should work with distutils now (LP#604430, thanks to Randy Heydon).
1.2 (2009-03-25)
- Project website, public source repository, uploaded to PyPI.
- No code changes.