comp.lang.python.announce
  Home FAQ Contact Sign in
Your Ad Here
comp.lang.python.announce only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.python.announce Profile…
RELATED GROUPS

POPULAR GROUPS

more...


 Up
  ANN: Pyrex 0.9.8         


Author: greg
Date: May 15, 2008 01:52

Pyrex 0.9.8 is now available:

http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/

This version has a number of new features:

* In-place operators (+= etc.) are now supported.

* The Pyrex compiler now has built-in facilities for
automatically tracking down and compiling all the
modules a given module depends on, and for only
compiling modules whose source has changed.

* Some restrictions on nogil functions have been relaxed.
In particular, it's now possible to declare a C method
as nogil.

* A feature has been added that makes it easier to manage
circular imports between .pxd files. It's now possible
to declare two extension types in different .pxd files
that refer to each other.

What is Pyrex?
--------------
Show full article (0.95Kb)
no comments
  ANN: Pyrex 0.9.7.2         


Author: greg
Date: May 13, 2008 16:51

Pyrex 0.9.7.2 is now available:

http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/

Seems I didn't quite eradicate all of the integer
indexing bugs. Here's a fix for the other half.

What is Pyrex?
--------------

Pyrex is a language for writing Python extension modules.
It lets you freely mix operations on Python and C data, with
all Python reference counting and error checking handled
automatically.
no comments
  [ANN] PPyGui emulator         


Author: Stef Mientki
Date: May 13, 2008 15:43

hello,

I've ran the first real world application through PPyGui-emulator,
so I think it's time to release the first version.
There's lot of room for improvements and a more beautiful layout.

PPyGui-emulator is build upon wxPython and released under BSD license.

For remarks, screen shots and downloads, see
http://oase.uci.kun.nl/~mientki/data_www/pylab_works/pp_intro.html

have fun,

Stef Mientki
no comments
  ANN: Pyrex 0.9.7.1         


Author: greg
Date: May 13, 2008 00:48

Pyrex 0.9.7.1 is now available:

http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/

This version fixes a bug in the new integer indexing
optimisation which causes indexing of a non-sequence type
with a C int to fail with a TypeError.

What is Pyrex?
--------------

Pyrex is a language for writing Python extension modules.
It lets you freely mix operations on Python and C data, with
all Python reference counting and error checking handled
automatically.
no comments
  ANN: pyspread 0.0.5         


Author: Martin Manns
Date: May 12, 2008 15:23

pyspread 0.0.5 has been released.

--

New features are:
+ X, Y, Z for relative cell relations are now pre-processed (easier to
use)
+ Cells can be given a name with =. These names are
located in the global namespace
+ Arrays and matrices within one cell can now easily be spread out to a
cell range in the grid with the spread function. (spread(x,y,z,value)
where x,y,z represents the top-left-front target cell and value is
replaced by the origin cell reference)
+ Rows and columns can be inserted and deleted
+ Copy, Paste and Delete behaviour improved
+ Copy and Paste now work in cell editor when no selection is present
+ Basic tab-delimited text import added

--

About:
pyspread is a spreadsheet that accepts a pure python expression in
each cell.
Show full article (1.28Kb)
1 Comment
  ANN: headstock 0.1.0 - Python implementation of XMPP         


Author: Sylvain Hellegouarch
Date: May 12, 2008 13:23

All,

I am pleased to announce headstock 0.1.0, a Python
implementation of the XMPP protocol based on Kamaelia [1].

headstock is currently not production ready and lack documentation but
offers a good sample case that shows how to use it. Documentation will
come in a near future.

== Features ==

* support for RFC 3920 and 3921 (except privacy list)

Supports almost complete (at least usable) for a few extensions:
* XEP-0004
* XEP-0077
* XEP-0060 (PubSub)

== Download ==

* easy_install -U headstock
* Tarballs http://www.defuze.org/oss/headstock/
* svn co https://svn.defuze.org/oss/headstock/

== More info ==

http://trac.defuze.org/wiki/headstock/

== TODO ==
Show full article (0.84Kb)
no comments
  [ANN] Release 0.70.0 of Task Coach         


Author: Frank Niessink
Date: May 12, 2008 13:14

Hi,

I'm happy to announce release 0.69.2 of Task Coach. This release
contains small feature enhancements, more translations and several bug
fixes. Task Coach is now distributed under the GPLv3+.

Bugs fixed:

* Allow for editing seconds in effort editor.
* The combobox in the effort detail editor always picked the first
task when multiple tasks had the same subject, effectively prohibiting
the user to move an effort record to another task with the same
subject.
* Reset invalid input in the priority field of the task editor to 0
instead of to the minimum priority (a large negative value).
* "View->Filter->Reset all filters" now also unchecks all categories.
* Task Coach now is packaged as a proper Debian package, thanks to
Stani Michiels. The Debian package installs a menu item for Task Coach
in the Applications/Office menu.

Features added:
Show full article (2.33Kb)
no comments
  April PSF Board meeting minutes available         


Author: David Goodger
Date: May 12, 2008 12:45

Minutes of a Regular Meeting of the Board of Directors of the Python
Software Foundation, April 14, 2008:
http://www.python.org/psf/records/board/minutes/2008-04-14/

David Goodger, PSF Secretary
no comments
  Python-URL! - weekly Python news and links (May 12)         


Author: Gabriel Genellina
Date: May 12, 2008 09:30

QOTW: "With Python, you can program with a smile on your face." - Gary
Herron
"Looking back over the years, after I learned Python I realized that I
never really had enjoyed programming before." - Aahz
http://groups.google.com/group/comp.lang.python/browse_thread/thread/b4aa1d1578c.../

Python 2.6a3 and 3.0a5 released
http://mail.python.org/pipermail/python-list/2008-May/490243.html

Choosing a license for an open source project, and how it impacts
users, contributors *and* developers:
http://mail.python.org/pipermail/python-list/2008-May/489663.html
http://mail.python.org/pipermail/python-list/2008-May/489840.html

Are we missing something due to Python not having interfaces?
http://mail.python.org/pipermail/python-list/2008-May/489799.html

Anonymous for-loops (a "repeat N times" loop) and anonymous asignments:
http://mail.python.org/pipermail/python-list/2008-May/490591.html
http://mail.python.org/pipermail/python-list/2008-May/490723.html

Why should a programmer learn Python as a new language?
http://mail.python.org/pipermail/python-list/2008-May/490110.html
Show full article (7.12Kb)
no comments
Your Ad Here
  Pydev 1.3.17 Released         


Author: Fabio Zadrozny
Date: May 12, 2008 08:42

Hi All,

Pydev and Pydev Extensions 1.3.17 have been released

Details on Pydev Extensions: http://www.fabioz.com/pydev
Details on Pydev: http://pydev.sf.net
Details on its development: http://pydev.blogspot.com

Release Highlights in Pydev Extensions:
-----------------------------------------------------------------

* Minor bug-fixes

Release Highlights in Pydev:
----------------------------------------------
Show full article (1.67Kb)
no comments
1 2 3 4 5 6 7 8 9