[Lunar-commits] CVS: moonbase/devel/psyco DETAILS,1.4,1.5
Joel Vennin
jol at lunar-linux.org
Sat Dec 4 17:48:01 UTC 2004
Update of /var/cvs/lunar/moonbase/devel/psyco
In directory espresso.foo-projects.org:/tmp/cvs-serv1180
Modified Files:
DETAILS
Log Message:
Bumped version to 1.3.
- support for Python 2.4,
- few bugfixes, including a memory leak when using the profiler,
- locals(), eval(), execfile(), vars(), dir(), input()now work correctly!
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/psyco/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 5 Oct 2004 09:29:55 -0000 1.4
+++ DETAILS 4 Dec 2004 17:47:59 -0000 1.5
@@ -1,11 +1,11 @@
MODULE=psyco
- VERSION=1.2
+ VERSION=1.3
SOURCE=$MODULE-$VERSION-src.tar.gz
- SOURCE_VFY=md5:441bfc7693bf13902a479550dcbaabd2
+ SOURCE_VFY=sha1:dadb3833456f84c1e5216b27cdbc5ba2034c3597
SOURCE_URL=$SFORGE_URL/$MODULE/
WEB_SITE=http://psyco.sourceforge.net
ENTERED=20031020
- UPDATED=20040319
+ UPDATED=20041204
SHORT="Psyco is a Python extension module which can massively speed up the execution of any Python code"
cat << EOF
More information about the Lunar-commits
mailing list