-----
* Fix for mocking proxy objects. Worked in 1.2.5 but broken in 1.2.6 by the
change to allow mocking static methods. Reported by Randy Syring.
* bugfix: ``mock_show_attrs`` was immutable after initialization because the
``mock_`` prefix was accidentally left off in ``Mock.__setattr__`` (Yusuke
Muraoka)