Dear Python User: You have probably been wondering why you haven't yet heard that PyCon has opened its doors for registration. Well, we are a volunteer...
Steve Holden
pycon@...
Dec 1, 2003 6:01 pm
3120
Kodos 2.0 has been released and is available at: http://kodos.sourceforge.net Changes since 1.5: - Added "replace" capability. You can now define a replace...
Phil
stuff@...
Dec 2, 2003 12:16 am
3121
Naja is a freeware tool written in Python/wxPython. You can add some plugins (newsreader, client FTP, client WebDAV) and take the control on your downloads...
webmaster@...
Dec 2, 2003 3:21 pm
3122
Dear Python User: We have received many enquiries asking "When and how will I be able to submit my paper to PyCon DC 2004?". This is encouraging news - from...
Steve Holden
pycon@...
Dec 2, 2003 3:21 pm
3123
Find a new pre-release of python-ldap: http://python-ldap.sourceforge.net/ python-ldap provides an object-oriented API to access LDAP directory servers from...
Michael Ströder
michael@...
Dec 2, 2003 10:31 pm
3124
Thuban 1.0rc1 has been released and is available at http://thuban.intevation.org/ Thuban is an interactive geographic data viewer implemented in Python and...
Bernhard Herzog
bh@...
Dec 3, 2003 2:51 pm
3125
Unfortunately my tx.technion.ac.il/~cben/python site has been down for a couple of weeks. Meanwhile I've moved my python hacks (most notably series.py and...
Beni Cherniavsky
cben@...
Dec 5, 2003 1:26 am
3126
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.3 (release candidate 1). Python 2.3.3 is a...
Anthony Baxter
anthony@...
Dec 5, 2003 2:56 pm
3127
Leo 4.1 beta 5 is now available at: http://sourceforge.net/projects/leo/ For the first time in months there are no serious bugs outstanding. Warning: By...
Edward K. Ream
edreamleo@...
Dec 5, 2003 3:11 pm
3128
I goofed, missing a unit test for one of the new features: 'protocols.Variation' was broken in the 0.9.1 release. 0.9.2 fixes the bug. Sorry for the...
Phillip J. Eby
pje@...
Dec 5, 2003 3:16 pm
3129
Hi, I am pround to announce, that eric3 3.3 has been released today. It is available via http://www.die-offenbachs.de/detlev/eric3.html This version includes...
Detlev Offenbach
detlev@...
Dec 6, 2003 2:41 pm
3130
1.1. What is dfp? ================= A frequent software pattern is processing files that have changed: - an incremental backup system, which will add new and...
Patrick Useldinger
p@...
Dec 6, 2003 3:36 pm
3131
http://wwwsearch.sourceforge.net/ClientCookie/ Stable bugfix release. Changes since 0.4.9: (The first two are strictly interface changes, but they're tiny,...
John J. Lee
jjl@...
Dec 7, 2003 12:36 am
3132
Kodos 2.1 has been released and is available at: http://kodos.sourceforge.net Changes since 2.0: - Added: The Regex Library which aims to be a repository of...
Phil
stuff@...
Dec 7, 2003 12:36 am
3133
... I spoke too soon. There is an extremely serious bug that arises when cutting from 3.x versions of Leo and pasting to 4.x versions of Leo. The entire .leo...
Edward K. Ream
edreamleo@...
Dec 7, 2003 8:01 pm
3134
Spe is a python IDE with auto-indentation, auto completion, call tips, syntax coloring, syntax highlighting, class explorer, source index, auto todo list,...
SM
stani_@...
Dec 7, 2003 8:01 pm
3135
At http://www.python.org/dev/dev_intro.html you will find an essay entitled, "Guido, Some Guys, and a Mailing List: How Python is Developed". The essay covers...
Brett C.
bac@...
Dec 7, 2003 9:46 pm
3136
Find a new pre-release of python-ldap: http://python-ldap.sourceforge.net/ python-ldap provides an object-oriented API to access LDAP directory servers from...
Michael Ströder
michael@...
Dec 9, 2003 8:36 pm
3137
... Not quite. The reported problem occurred when pasting from 4.1 beta to 4.0.4. I suspect that the problem is in 4.0.4; I plan to retire 4.0.4 asap. There...
Edward K. Ream
edreamleo@...
Dec 10, 2003 1:16 am
3138
Twisted is an event-driven networking framework for server and client applications. For more information, visit http://www.twistedmatrix.com, join the list ...
Itamar Shtull-Trauring
itamar@...
Dec 10, 2003 9:51 pm
3139
________________________________________________________________________ ANNOUNCEMENT EGENIX.COM mxODBC Zope Database Adapter Version 1.0.7 Available for Zope...
M.-A. Lemburg
mal@...
Dec 11, 2003 9:44 pm
3140
python-dev Summary for 2003-11-16 through 2003-11-30 ++++++++++++++++++++++++++++++++++++++++++++++++++++ This is a summary of traffic on the `python-dev...
Brett C.
bac@...
Dec 12, 2003 2:46 am
3141
py_mpgedit SDK 0.2 beta has been released ========================================= CHANGES * Added volume control * Fixed exception handling when not using...
Bryan Weingarten
bryan.weingarten@...
Dec 12, 2003 8:16 am
3142
The Widget Construction Kit (WCK) is an extension API that allows you to implement custom widgets in pure Python. The WCK can be (and is being) used for...
Fredrik Lundh
fredrik@...
Dec 12, 2003 2:22 pm
3143
Naja is a freeware tool written in Python/wxPython. You can add some plugins (newsreader, newsposter, client FTP, client WebDAV) and take the control on your...
webmaster@...
Dec 12, 2003 4:46 pm
3144
Release Notes for numarray-0.8 Numarray is an array processing package designed to efficiently manipulate large multi-dimensional arrays. Numarray is modelled...
Todd Miller
jmiller@...
Dec 12, 2003 10:36 pm
3145
matplotlib is a pure python 2D plotting library with a matlab syntax which produces publication quality figures using in a variety of hardcopy formats (PNG,...
John Hunter
jdhunter@...
Dec 15, 2003 5:16 pm
3146
Summary ... sambapasswords.py is a native Python module for generating the NT MD4 and the LanMan password hashes, as used by Samba and various versions of...
Arcady Genkin
agenkin@...
Dec 15, 2003 5:56 pm
3147
Leo 4.1 release candidate 1 is now available at: http://sourceforge.net/projects/leo/ The highlights of this release: - Leo runs in batch mode when invoked...
Edward K. Ream
edreamleo@...
Dec 15, 2003 5:56 pm
3148
Dear Python User: I am pleased to be able to announce that the submission process for PyCon DC 2004 is now open. Please direct your browser to ...