Download List

Project Description

pycallgraph is a Python library that creates call
graphs for Python programs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-07-08 19:30
0.5.1

The "pycg" command line tool was renamed to "pycallgraph" due to naming conflicts with other packages.
Tags: Minor bugfixes

2008-07-07 22:29
0.5.0

The command line tool "pycallgraph-dot.py" was
renamed to "pycg". "pythonfile" was removed as a
required field and was turned into a standard
option. Importing relative modules now works when
using the command line tool. pycg now catches
every Exception and raises them after the graph is
generated. pycg also catches SystemExit and
continues creating graphs.
Tags: Major feature enhancements

2007-06-24 17:14
0.4.0

A command line interface has been added.
Accumulative time per function is now measured and
displayed in the graph. There's now an option to
filter standard library modules. There are many
more changes such as more examples and bugfixes.
Tags: Major feature enhancements

2007-06-09 15:04
0.3.1

This release fixes a major bug that would generate
an incorrect graph
under some circumstances.
Tags: Major feature enhancements

2007-02-15 03:34
0.3.0

make_graph has been renamed to make_dot_graph to allow different output types in the future. A callback filter patch was applied to allow a more flexible filter method. Docstrings were added, along with a filter example.
Tags: Major feature enhancements

Project Resources