pyui ... pure python user interface library for pygame Pyui is a user interface library written entirely in the high-level language python that uses the pygame...
sean riley
sean@...
Jun 3, 2001 9:48 pm
1217
This is a summary of traffic on the python-dev mailing list between May 24 and Jun 7 (inclusive) 2001. It is intended to inform the wider Python community of...
Michael Hudson
mwh@...
Jun 8, 2001 12:12 pm
1218
Dear all, I created a very special server: I'm creating a software, written in Python, to mix the advantages of Internet (server web) and a client/server ...
MANOTTI Alessandro
alessandro.manotti@...
Jun 8, 2001 12:13 pm
1219
By popular demand, I have created a Win32 binary for Python 2.1 in addition to the one already present for Python 2.0. You can find it at the following ...
Anthony Tuininga
Anthony@...
Jun 8, 2001 10:57 pm
1220
MapIt! 1.0 http://www.mapit.de/ MapIt! is a web-application that lets you navigate raster-maps through your web-browser and lets you zoom in and out and select...
Bernhard Herzog
bh@...
Jun 8, 2001 11:04 pm
1221
Sketch 0.6.11 - A vector drawing program Sketch is a vector drawing program for Linux and other unices. It's intended to be a flexible and powerful tool for...
Bernhard Herzog
bh@...
Jun 10, 2001 7:23 am
1222
Version 0.3 of the Quixote Web development toolkit is now available. Quixote uses a Python package to store all the code and HTML for a Web-based application....
Andrew Kuchling
akuchlin@...
Jun 11, 2001 5:23 pm
1223
I've made a new packaging of the ZODB from Digital Creations. This release contains the code from Zope 2.3.2 and the most recent ZEO release, ZEO 1.0beta3. ...
Andrew Kuchling
akuchlin@...
Jun 12, 2001 9:28 pm
1224
Announce: PyClimate 1.1, 13 June 2001 We present version 1.1 of our package PyClimate: http://www.pyclimate.org It is dedicated to the analysis of atmospheric...
Jon Saenz
jsaenz@...
Jun 14, 2001 9:23 am
1225
Hello, I am pleased to announce the release of pgnotify 0.1. pgnotify is a PostgreSQL client-side asynchronous notification handler for Python. Typically,...
Ng Pheng Siong
ngps@...
Jun 14, 2001 9:30 am
1226
With a sigh of relief I announce Python 2.0.1c1 -- the first Python release in a long time whose license is fully compatible with the GPL: ...
Guido van Rossum
guido@...
Jun 14, 2001 9:11 pm
1227
You can view an HTML version of PEP 255 here: http://python.sourceforge.net/peps/pep-0255.html Discussion should take place primarily on the Python Iterators...
Tim Peters
tim@...
Jun 14, 2001 9:12 pm
1228
I have just started fiddling around with building modules on NT so decided to convert my csv module to distutils. It seems to be working. So for all of you NT...
Dave Cole
djc@...
Jun 17, 2001 9:32 pm
1229
I have uploaded a port of Python 2.1 to the incoming directories of the Hobbes (http://hobbes.nmsu.edu) and LEO (http://archiv.leo.org/) OS/2 software...
Andrew MacIntyre
andymac@...
Jun 17, 2001 9:32 pm
1230
What is it: The Sybase module provides a Python interface to the Sybase relational database system. The Sybase package supports almost all of the Python ...
Dave Cole
djc@...
Jun 19, 2001 3:37 am
1231
June 18, 2001 Announcing : PLY-1.0 (Python Lex-Yacc) http://systems.cs.uchicago.edu/ply Just when you thought it was safe, I'm pleased to announce the...
David Beazley
beazley@...
Jun 19, 2001 3:37 am
1232
VideoCapture-0.1 ================ ... http://stud4.tuwien.ac.at/~e9326522/VideoCapture/ ... VideoCapture is a Python extension for Win32 which makes it...
Markus Gritsch
gritsch@...
Jun 19, 2001 3:37 am
1233
B.Y.P. Server v.2.4.1. beta ... Server to manage this clients over internet! The site was rebuilt. The target of this project was extended to support some thin...
B.Y.P.Server 2.4.1.Beta
manotti@...
Jun 19, 2001 2:46 pm
1234
QuantLib-Python is the SWIG Python wrap of QuantLib. QuantLib (http://quantlib.org) is a C++ open source library for quantitative finance. Version 0.1.9 of the...
Ferdinando Ametrano
ferdinando@...
Jun 19, 2001 9:14 pm
1235
HI! Find a new release of web2ldap on: http://www.web2ldap.de/download.html web2ldap is a web-based generic LDAP client written in Python. Ciao, Michael. ...
Michael Ströder
michael@...
Jun 24, 2001 9:37 pm
1236
Major revision: more details about exceptions, return vs StopIteration, and interactions with try/except/finally; more Q&A; and a BDFL Pronouncement. The ...
Tim Peters
tim.one@...
Jun 24, 2001 9:37 pm
1237
I'm happy to announce Python 2.0.1 -- the final release of the first Python version in a long time whose license is fully compatible with the GPL: ...
Guido van Rossum
guido@...
Jun 24, 2001 9:37 pm
1238
This is a summary of traffic on the python-dev mailing list between June 7 and June 21 (inclusive) 2001. It is intended to inform the wider Python community...
Michael Hudson
mwh@...
Jun 24, 2001 9:37 pm
1239
VideoCapture-0.2 ================ ... http://stud4.tuwien.ac.at/~e9326522/VideoCapture/ ... VideoCapture is a Python extension for Win32 which makes it...
Markus Gritsch
gritsch@...
Jun 24, 2001 9:37 pm
1240
HI! I'd like to announce msWeb which is yet another module package for web programming with Python (formerly probably not known ;-) as a bunch of separate...
Michael Ströder
michael@...
Jun 26, 2001 2:52 pm
1241
What is it: The Sybase module provides a Python interface to the Sybase relational database system. The Sybase package supports almost all of the Python ...
Dave Cole
djc@...
Jun 26, 2001 2:54 pm
1242
What is it: The Sybase module provides a Python interface to the Sybase relational database system. The Sybase package supports almost all of the Python ...
Dave Cole
djc@...
Jun 27, 2001 12:24 pm
1243
A new version of PyChecker is available for your hacking pleasure. PyChecker is a tool for finding common bugs in python source code. It finds problems that...
Neal Norwitz
neal@...
Jun 27, 2001 12:25 pm
1244
Here's another sweet and short PEP. What do folks think? Is xrange()'s complexity really worth having? --Guido van Rossum (home page:...
Guido van Rossum
guido@...
Jun 27, 2001 12:30 pm
1245
Hi, I'm looking for Python authors in several areas. Guido suggested I post my request. 1. Introduction to Programming. An introductory book, ideally by an ...