Brett C. | 4 Feb 2003 03:43
Picon

python-dev Summary for 2003-01-16 through 2003-01-31

+++++++++++++++++++++++++++++++++++++++++++++++++++++
python-dev Summary for 2003-01-16 through 2003-01-31
+++++++++++++++++++++++++++++++++++++++++++++++++++++

This is a summary of traffic on the `python-dev mailing list`_ from
January 16, 2003 to January 31, 2003.  It is intended to inform the
wider Python community of on-going developments on the list that might
be of interest.  To comment on anything mentioned here, just post to
python-list <at> python.org or comp.lang.python with subject line
delineating what you discussing. All python-dev members are interested
in seeing ideas discussed by the community, so don't hesitate to take
a stance on something.  And if all of this really interests you then
get involved and join python-dev!

This is the tenth summary written by Brett Cannon (double digits,
baby!).

All summaries are archived at http://www.python.org/dev/summary/ .

Please note that this summary is written using reStructuredText_ which
can be found at http://docutils.sf.net/rst.html .  Any unfamiliar
punctuation is probably markup for reST_; you can safely ignore it
(although I suggest learning reST; its simple and is accepted for PEP
markup).  Also, because of the wonders of programs that like to
reformat text, I cannot guarantee you will be able to run the text
version of this summary through Docutils_ as-is unless it is from the
original text file.

.. _python-dev mailing list:
http://mail.python.org/mailman/listinfo/python-dev
(Continue reading)

Thomas Heller | 7 Feb 2003 22:17
Favicon

[Ann] ctypes 0.4.0 released

I've just released ctypes 0.4.0.

Homepage http://starship.python.net/crew/theller/ctypes.html

-----

ctypes is a module allowing to create and manipulate C data types in
Python. These can then be passed to C-functions loaded from dynamic
link libraries.

This module is supposed to be a greatly enhanced and much more
complete replacement of Sam Rushing's calldll/npstruct/windll
modules. ctypes is not based on Sam's work, it has different roots.

It requires Python 2.2 or higher, since it makes intensive use of the
new type system.

ctypes runs on Windows, Linux, and MacOS X (and maybe on other systems
as well).

For all platforms except Windows you'll need a recent version of
libffi which supports your processor.  Ronald Oussoren has kindly
assembled a snapshot of libffi taken from the GCC CVS repository which
works with this release, it is available for download from the ctypes
download page
http://sourceforge.net/project/showfiles.php?group_id=71702.

----
Version 0.4.0, 2003-02-07:

(Continue reading)

Peter Hansen | 14 Feb 2003 15:26

Toronto-area Python/Zope user group will meet Tues. Feb. 18

We're pleased to announce that the next meeting of PyGTA, the 
Toronto-area Python and Zope user group, will be on Tuesday 
February 18.

It will be held at the 519 Church St. Community Centre,
near Wellesley, from 8 to 10 p.m.  This is the same building
as last time but this time we'll be in the auditorium.

Please visit http://web.engcorp.com/pygta/wiki/NextMeeting
for other details of the meeting.  As usual we're extending an 
invitation to you to come and present for 5-10 minutes on your own 
Python activity if you believe it will be of interest to others...
just let us know ahead of time so we can leave time for it.

If you don't get this message through email, you must not be
on our announcement mailing list.  Please visit the wiki to
learn how to subscribe to it or to the general discussion list.

-Ian Garmaise and
 Peter Hansen,
 PyGTA organizers

Brett C. | 21 Feb 2003 00:57
Picon

python-dev Summary for 2003-02-01 through 2003-02-15

++++++++++++++++++++++++++++++++++++++++++++++++++++++
python-dev Summary from 2003-02-01 through 2003-02-15
++++++++++++++++++++++++++++++++++++++++++++++++++++++

This is a summary of traffic on the `python-dev mailing list`_ from
February 1, 2003 through February 15, 2003.  It is intended to inform
the wider Python community of on-going developments on the list that
might be of interest to them.  To comment on anything mentioned here,
just post to python-list <at> python.org or `comp.lang.python`_ with a
subject line delineating what you are discussing. All python-dev
members are interested in seeing ideas discussed by the community, so
don't hesitate to take a stance on something.  And if all of this
really interests you then get involved and join python-dev!

This is the eleventh summary written by Brett Cannon (and still sane
even after over 800 emails for this summary).

All summaries are archived at http://www.python.org/dev/summary/ .

Please note that this summary is written using reStructuredText_ which
can be found at http://docutils.sf.net/rst.html .  Any unfamiliar
punctuation is probably markup for reST_ (else it is probably regular
expression syntax); you can safely ignore it (although I suggest
learning reST; its simple and is accepted for PEP markup).  Also,
because of the wonders of programs that like to reformat text, I
cannot guarantee you will be able to run the text version of this
summary through Docutils_ as-is unless it is from the original text
file.

.. _python-dev mailing list:
(Continue reading)

Robert Sander | 1 Feb 2003 12:46
Favicon

ANN: python-fam 1.0.2

Hi!

http://python-fam.sourceforge.net/

Python FAM is the interface to the File Alteration Monitor for Python.

The new release fixes the "hostname" bug. The hostname component of the
FAMEvent struvt is deprecated and usually contains random garbage.

Greetings
--
Robert Sander
Manager
Information Systems        www.epigenomics.com        Kastanienallee 24
+493024345330                                              10435 Berlin

--

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Bill Bumgarner | 1 Feb 2003 17:01

PyObjC Article at O'Reilly

> http://www.macdevcenter.com/pub/a/mac/2003/01/31/pyobjc_one.html

--

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

[ANN] python-pysqldb 0.6 released

pysqldb
-------

PySQLdb is a SQL middleware layer for programmers.

it provides functions and classes that help programmers
construct SQL queries, and access SQL databases.

presently supported are MySQL (via andy dustman's python-mysqldb)
and MS-SQL 2000 (via the MS-SQL 2000 XML interface using the rather
stupidly named pyxsqmll package at http://sf.net/projects/pyxsqmll).

after writing four SQL database applications in python and
looking for the fifth, it gets _real_ boring to mash out 15,000
lines of code each time.

pysqlgen
--------

alongside pysqldb is two programs, pysqlgen and pysqlhtmlgen,
which auto-generate code compatible with pysqldb - DIRECTLY
from a mysql dump file.

it's a bit clunky but it gives you a massive head-start on
developing your python SQL application: if you already have
your SQL file designed, pysqlgen cuts your development time
down from days to minutes.

if you don't like the style of the code so generated, it's
a simple enough job to hack the pysqlgen principle so it
(Continue reading)

Peter Ohler | 3 Feb 2003 04:52

extremely light, all python, XML parser

I've written a very small non-validating XML parser. The parser and 
print routines are written completely in python and require no C 
compilation. It does not follow the DOM or SAX interfaces but instead 
produces a simple list or rather list hierarchy of the XML file or 
string. This module, xmlite, is useful for simple XML files such as 
those used for configuration.

This is my first python code but the code has been tested. Can anyone 
tell me how to make the module available to others?

Pete Ohler
peter <at> ohler.com

--

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Wari Wahab | 2 Feb 2003 16:42
Gravatar

[ANN] Pyblosxom 0.6

pyblosxom is a CGI-based Weblog program written in Python. It uses 
ordinary text files as your entries, and in addition to the features of 
blosxom, on which it is based, it can be easily extended with 
preformatters and plugins.

This release includes the following changes (listed in no
particular order):
  * In addition to flavour overrides, we now have
    configuration overrides with flavours.
  * Better documentation available at the
    [http://wiki.subtlehints.net/moin/PyBlosxom Wiki Site]
  * Change XML content-type detection for content-type
    other than just text/xml
  * Plugins, from simple `$templateVariables` type to
    CallbackChains type
  * Lot's of new features available just by dropping in plugins
  * Weblogs.com and blo.gs pings available with plugins
  * Conditional HTTP is now a plugin

Fixes:
  * Fixed directory recursions
  * Fixed entry display by category to honor num_entries
  * Example flavours fixes

Demo Site: http://roughingit.subtlehints.net/pyblosxom
Documentation: http://wiki.subtlehints.net/moin/PyBlosxom
SourceForge Site: http://sf.net/projects/pyblosxom
Download: 
https://sourceforge.net/project/showfiles.php?group_id=67445&release_id=137592

(Continue reading)

Aahz | 2 Feb 2003 23:23

Pre-announce: PyCon registration

I'll post again when we have the form set up, but I figure people ought
to know now what the costs and dates will be:

$150	through Feb 28
$200	through Mar 15
$250	at the door

We'll take charge and checks for pre-reg; cash and charge at the door.

The pre-con sprint is still not settled, but will cost around $30-50.

PyCon

   PyCon is a community-oriented Python conference emphasizing
   accessibility and low cost. It is designed to complement the
   International Python Conference (IPC), which will be a track at the
   O'Reilly Open Source Convention (OSCON) starting in 2003.

PyCon DC 2003

   The first PyCon will be held 26-28 March, 2003, at George Washington
   University's Cafritz Conference Center in Washington DC. There will be
   a development sprint Mon/Tues before the conference.

As always, current info is available at http://www.python.org/pycon/
--

-- 
Aahz (aahz <at> pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Argue for your limitations, and sure enough they're yours."  --Richard Bach

(Continue reading)


Gmane