Python module rv is release 1.0 of a collection of uniform and non-uniform random number generators, with housekeeping utilities. It is patterned after...
Ivan Frohne
frohne@...
Aug 1, 1998 7:21 pm
91
I've just released a new version of the "standard" documentation: FTP from: ftp://ftp.python.org/pub/python/doc/ Browse online at: http://www.python.org/doc/ ...
Fred L. Drake
fdrake@...
Aug 5, 1998 6:08 am
92
A new feature of this year's Python Conference is a poster and demo session. Its goal is to highlight work that is more interesting to see than to talk about...
Jim Hugunin
hugunin@...
Aug 6, 1998 8:16 am
93
Hi, I like to announce a new release of the Linux Python Distribution. New packages have been added, a lot of the addons haven been updated and quite important...
Oliver Andrich
oli@...
Aug 9, 1998 9:45 pm
94
I have written a C extension, ExpectPy, for the Expect library, that does not need for the Tcl library (by default). With the exception of the interact and...
Michael P. Reilly
arcege@...
Aug 9, 1998 9:46 pm
95
Hi all, There's a new version 0.3 of wxPython at <http://starship.skyport.net/crew/robind/python/>. This one is built with wxWindows 2.0. The Win32 version...
Robin Dunn
robind@...
Aug 9, 1998 9:48 pm
96
A 120-page Python chapter I wrote has just been published by Macmillan. It's in the _Handbook of Programming Languages_, Volume 3: Little Languages and Tools,...
Mark Lutz
lutz@...
Aug 13, 1998 11:46 pm
97
ANNOUNCING: mxDateTime Version 0.9.1 A Python extension package providing generic date/time types WHAT IT IS: mxDateTime is an extension package that provides...
M.-A. Lemburg
mal@...
Aug 13, 1998 11:47 pm
98
A new HOWTO on regular expressions, and on using them via the re module, has been released. The HOWTO takes a tutorial-style approach, instead of the more...
Andrew Kuchling
akuchlin@...
Aug 13, 1998 11:48 pm
99
Hi, shortly after I released the reworked Python Distribution for Linux, John Eikenberry send me an email that he has packaged some new packages that he likes...
Oliver Andrich
olli@...
Aug 15, 1998 1:09 am
100
Object Domain 2.0 Beta 3 now available at: http://www.objectdomain.com Object Domain 2.0 is an Object-Oriented modeling tool based on UML and developed in...
Dan Snider
dsnider@...
Aug 19, 1998 4:06 pm
101
This is both a SIG status update, and an informal software announcement. Please don't forward this announcement to forums other than c.l.py.a; in particularly,...
Andrew M. Kuchling
akuchlin@...
Aug 19, 1998 9:38 pm
102
Version 1.3 of the Python interface to the MySQL database is now available. All users of previous versions are urged to upgrade. MySQLmodule-1.3.tar.gz is...
Joerg Senekowitsch
senekow@...
Aug 19, 1998 9:57 pm
103
http://www.as.cmu.edu/~geek/Zephyr.html What's in here is a C module for Python to provide access to the Zephyr routines. It can send and receive ZephyrGrams,...
geek+@...
Aug 19, 1998 10:17 pm
104
NOTE: the deadline to submit a letter of intent for a poster or demo is this Friday. This letter can be as simple as "I'd like to demo FooBar at IPC-7," and...
Jim Hugunin
hugunin@...
Aug 19, 1998 10:24 pm
105
This week developer.com is running an article about JPython written by Guido van Rossum. The article explains what Python and JPython are, and discusses how...
Concorde 0.10 A graphical, modular, email client. Concorde is written in Python using Tcl/Tk for a GUI via Tkinter. The basic idea of Concorde is that all the...
Peter Haight
peterh@...
Aug 21, 1998 1:03 pm
108
ANNOUNCING: mxTextTools Version 1.0.2 A Python extension package providing fast text scanning and processing tools WHAT IT IS: mxTextTools is an extension...
M.-A. Lemburg
mal@...
Aug 21, 1998 1:27 pm
109
Hi, I just want to inform you that I just uploaded updates to the following packages: python-mxDateTime to mxDateTime 0.9.1 python-mxTextTools to mxTextTools...
Oliver Andrich
olli@...
Aug 21, 1998 7:44 pm
110
This message announces the availability of the latest python-mode.el release for Emacs and XEmacs, a major mode that helps you edit and execute programs...
python-mode@...
Aug 21, 1998 7:55 pm
111
[Moderator's note: please note that Python-LZO and the LZO library, even though they are libraries, are distributed under the plain GNU General Public...
Markus F.X.J. Oberhumer
k3040e4@...
Aug 24, 1998 3:52 pm
112
It looks like Volume 2 of the Japanese translation of the book _Programming Python_ is now available. For details, and a look at the cover, see: ...
Mark Lutz
lutz@...
Aug 25, 1998 7:37 pm
113
Pydb is a modified version of the standard Python debugger, pdb, with a number of augmented features that make it suitable for use with DDD, the Data Display...
Richard Wolff
rwolff@...
Aug 27, 1998 2:32 am
114
The following announcement may be interesting to users who want to access MySQL database server from Windows. Alexander Voinov (avv@...) has...
JeffBauer@...
Aug 28, 1998 5:14 pm
115
I'm pleased to announce the release of Lyntin 1.3, a python-based mud client and agent framework. It aims to be the emacs of mud clients. I appreciate all...
Lyn A Headley
laheadle@...
Aug 31, 1998 9:46 pm
116
Release 2.1 of the Python Object Publisher (the object publishing component of the Bobo family of software) is available at: ...
Jim Fulton
jim.fulton@...
Sep 5, 1998 5:46 pm
117
Hi, I wrote a small CGI-BIN in Python (using the ldapmodule) which acts as an web LDAP client. You can download it from: ...