stevedore 0.11

What’s New? Fixes logging configuration under Python 2.6 with a NullHandler.

cliff 1.4.3

What’s New In This Release? More stdout encoding issues with Python 2.6.

cliff 1.4.2

What’s New In This Release? Fix an issue with unicode output under Python 2.6. See

cliff 1.4.1

What’s New In This Release? Add dict2columns method to ShowOne. (Contributed by Dean Troyer) Pin the requirement for cmd2 more tightly.

smiley 0.5.0

thumbnail imageWhat’s New? Add a call graph image, built with gprof2dot and graphviz. Add server mode documentation. Clean up template implementations. Clean up navigation and breadcrumbs.

smiley 0.4.0

thumbnail imageWhat’s New? Collect profiling data along with the trace data. Add stats show command. Add stats export command.

entry-point-inspector 0.1

thumbnail imageWhat’s new? This is the first public release. For details, see the home page on PyPI or GitHub repository.

virtualenvwrapper 4.1

What’s New? Ensure that all $() style commands that produce paths are quoted; addresses issue 164. Add wipeenv command for removing all packages installed in the virtualenv. Allow users of virtualenvwrapper_lazy.sh to extend the list of API commands that trigger the lazy-loader by extending _VIRTUALENVWRAPPER_API. Patch contributed by John Purnell, see issue 188. Fix detection of --python option to mkvirtualenv. Resolves issue 190. Add allvirtualenv command to run a command across all virtualenvs.

smiley 0.3.0

thumbnail imageWhat’s New? Add record command. Add list command. Add web UI and server command Add mode option to run to allow writing results directly to a database file.

stevedore 0.10

What’s New? Adds propagate_map_exceptions parameter to all of the extension managers which specifies whether exceptions are propagated up through the map call or logged and then ignored. The default is to preserve the current behavior of logging and ignoring exceptions. Christopher Yeoh cyeoh@au1.ibm.com