Google Groups Home
Help | Sign in
Message from discussion tinypy 1.1 released, yay
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Phil Hassey  
View profile  
 More options May 21 2008, 11:44 pm
From: Phil Hassey <philhas...@yahoo.com>
Date: Wed, 21 May 2008 20:44:51 -0700 (PDT)
Local: Wed, May 21 2008 11:44 pm
Subject: tinypy 1.1 released, yay
Hey,

Here it is: http://tinypy.googlecode.com/files/tinypy-1.1.tar.gz

Thanks loads to everyone (allefant, Seth, Krzy, Rockins, Dean) who helped get this release together :)  I'll probably post some news to my blog in the tinypy category as well.

Highlights are:

- works in VS now
- math module
- better setup.py
- a million bug fixes

The changelog is huge:

* applied patch by Dean Hall to fix several range() bugs
* applied patch by Krzysztof Kowalczyk to add VS 2005, 2008 compatibility.
* reorganized the source so that contributed modules can go into contrib
* reorganized the reorganization so that modules go into modules
    since that seems less confusing somehow
* added a crude pygame module - to see it in action:
    $ python setup.py linux pygame
    $ ./build/tinypy examples/julia.py
* added support for
    from x import *
    from x import y
* trimmed off 1064 bytes by changing all the tokens from dicts to
    a Token class in tokenize, parse, encode modules
* applied patch by Seth Lemons to support /* */ comment stripping in
    setup.py and get tinypy up to -std=c89 spec
* cleaned up encode.py so that registers are no longer leaked
    added assert after each frame to check that this is the case
* applied patch by KK to improve tinypy/tests.py feedback
* applied patch by allefant to finish namespacing tinypy
* applied patch by allefant to keep blob->tinypy.h from having warnings
* added math module from Rockins Chen
* fixed precedent of **
* removed unused tp_data meta methods
* made tp_data API "safer" by requiring the magic type
* improved setup.py to handle the clean argument
* renamed some internal fnc names for no good reason
* added boot option to setup.py so that full boostrapping
    isn't always required
* applied const correctness patch from allefant
* fixed memory leak in list & dict copy functions
* improved kwargs support
* got it compiling with -Wc++-compat
* applied ord patch from allefant
* fixed mingw build

Thanks!
-Phil



    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google