Message from discussion
Pythoscope 0.4.1 released
Received: by 10.223.115.146 with SMTP id i18mr8675faq.12.1240492743535;
Thu, 23 Apr 2009 06:19:03 -0700 (PDT)
Return-Path: <constant.b...@gmail.com>
Received: from mail-bw0-f158.google.com (mail-bw0-f158.google.com [209.85.218.158])
by gmr-mx.google.com with ESMTP id 16si614027bwz.4.2009.04.23.06.19.02;
Thu, 23 Apr 2009 06:19:02 -0700 (PDT)
Received-SPF: pass (google.com: domain of constant.b...@gmail.com designates 209.85.218.158 as permitted sender) client-ip=209.85.218.158;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of constant.b...@gmail.com designates 209.85.218.158 as permitted sender) smtp.mail=constant.b...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by bwz2 with SMTP id 2so515169bwz.14
for <pythoscope@googlegroups.com>; Thu, 23 Apr 2009 06:19:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:received:date:message-id:subject
:from:to:content-type:content-transfer-encoding;
bh=Paqkr0iwUwubYx9Iy1iW5ckpOJQ2QnOd18lvG89frKA=;
b=t9E9haqD5hn+bONyQwM77ecn8hvtakN0hq3UHYiVNBeFCE6F76LGXjSzsdHMF2vkBM
jHVt/bKWFxmmObdunCPE8i/yrYjHSuY4ImwnDWgvLehjfpukCUUFCOa19RjTPwvO3hn9
j14E1J6mQlH19AGsBLnru+q+xdr03ewhm9h5k=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=mime-version:date:message-id:subject:from:to:content-type
:content-transfer-encoding;
b=eGZiJepQeJvjQz9EkvBigtD2ltbDNC3XTHzlE3h+4mAk9j0AMtFiQHlNQQ1jDOHBq+
y1oPFwzmFJ0c5GFxup+/tX2rZOqLd/FjYtbDR8QFUbLq0/U3hiYvPdJ6sDLZWE7Mgr3O
6LCDuYAfpStqX2qNKir6jwTCujStfxAS5C8Y0=
MIME-Version: 1.0
Received: by 10.204.120.193 with SMTP id e1mr925264bkr.147.1240492742407; Thu,
23 Apr 2009 06:19:02 -0700 (PDT)
Date: Thu, 23 Apr 2009 15:19:02 +0200
Message-ID: <5e8b0f6b0904230619o60fb687cw850884ff9e416af8@mail.gmail.com>
Subject: Pythoscope 0.4.1 released
From: =?ISO-8859-2?Q?Micha=B3_Kwiatkowski?= <constant.b...@gmail.com>
To: pythoscope@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hi all,
New release of your favourite testing tools is here. ;-)
This is mostly a bugfix release, trying to polish a few rough edges.
Pythoscope is now faster, handles bigger projects without hassle and
doesn't cause problems on Windows anymore.
To install/update get the source package from
http://pythoscope.org/local--files/download/pythoscope-0.4.1.tar.gz
and run:
$ python setup.py install
or simply use setuptools:
$ easy_install pythoscope==0.4.1
Full summary of changes:
* Greatly improved information storage performance
(https://blueprints.launchpad.net/pythoscope/+spec/improve-information-storage-performance).
* Added Pythoscope module for Emacs to the misc/ directory in the source tree.
* Unittests can now be used as points of entry
(https://bugs.launchpad.net/bugs/275059).
* Pythoscope now ignores source control files
(https://bugs.launchpad.net/bugs/284568).
* Static inspection happens on --init, as it should be
(https://bugs.launchpad.net/bugs/325928).
* Ported itertive pattern matcher for lib2to3 from Python trunk
(https://bugs.launchpad.net/bugs/304541).
* Fixed test generation bug related to nested function arguments
(https://bugs.launchpad.net/bugs/344220).
* Fixed point of entry cleanup bug (https://bugs.launchpad.net/bugs/324522).
* Fixed some more Windows-specific bugs
(https://bugs.launchpad.net/bugs/348136).
Cheers,
mk