Alex Clark | 1 May 05:11
Favicon
Gravatar

ANN: Plone Conference 2008 Planning Survey

Hi all,

For those interested in helping affect the outcome of Plone Conference 2008
in Washington, DC, USA please take the planning survey located at:
http://tinyurl.com/4hxr8o
The Zope/Python Users Group of DC would appreciate your help!

Thanks,

--

-- 
Alex Clark (http://aclark.net)
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Martin Pool | 2 May 07:04
Favicon
Gravatar

Bazaar 1.4 released

On behalf of the developers of the Bazaar version control system I'd
like to announce our 1.4 release, available now from
<http://bazaar-vcs.org/Download/>

Thanks very much to all the people who contributed patches, bug reports,
suggestions and feedback for this release.

Martin

bzr 1.4 2008-04-28
------------------

This release of Bazaar includes handy improvements to the speed of log and
status, new options for several commands, improved documentation, and better
hooks, including initial code for server-side hooks.  A number of bugs have
been fixed, particularly in interoperability between different formats or
different releases of Bazaar over there network.  There's been substantial
internal work in both the repository and network code to enable new features
and faster performance.

  BUG FIXES:

    * Pushing a branch in "dirstate" format (Branch5) over bzr+ssh would break
      if the remote server was < version 1.2.  This was due to a bug in the
      RemoteRepository.get_parent_map() fallback code.
      (John Arbash Meinel, Andrew Bennetts, #214894)

bzr 1.4rc2 2008-04-21
---------------------

(Continue reading)

Mark Summerfield | 2 May 11:05

Forthcoming Book: Programming in Python 3

Hi,

My forthcoming book:

"Programming in Python 3: A Complete Introduction to the Python
Language"

is now available from Safari Books Online. The online version contains
about half the book so far and is about six weeks behind my working
copy. It is accurate for Python 3.0 alpha 4. More text will be added
and updates made as the book and Python progress.

The book began life last year once it was clear that Python 3 was
going to come out this year. The printed version should be available
in October in the U.S.---but it will only go to press once all the
examples and snippets have been tested against Python 3.0 final, so
the date will slip if Python's release date slips.

The book is aimed at a wide audience, but assumes some programming
experience (not necessarily Python, not necessarily object-oriented).
It teaches solid procedural style programming, then builds on that to
teach solid object-oriented programming, and then goes on to more
advanced topics. But even newcomers to Python 3 should be able to
write useful (although small and basic) programs after reading chapter
1.

There is no Python 2 coverage (except for an appendix on migration),
so as to avoid confusion and to allow the book to use Python 3 to its
best advantage.

(Continue reading)

Catherine Devlin | 1 May 22:00
Picon
Gravatar

PyOhio call for proposals

PyOhio, the first annual Python programming mini-conference for Ohio and surrounding areas will take place Saturday, July 26, in Columbus, Ohio. The conference is free of change and will include scheduled presentations, Lighting Talks and unconference-style Open Spaces.

You can read more about the conference at http://pyohio.org

PyOhio invites all interested people to present scheduled talks. All presentations are expected to last 40 minutes with a 10 minute question-and-answer period. PyOhio will accept abstracts covering any area of Python programming. A classroom area with computers will also be available for possible hands-on sessions.

All presentations proposals should submit abstracts no longer than 500 words in length. Abstracts must include the title, summary of the presentation, the expertise level targeted, and a brief description of the area of Python programming it relates to.

All proposals should be emailed to <cfp <at> pyohio.org> for review.

The submission deadline will be June 1, 2008. Accepted proposals will be notified by July 1.

If you have trouble submitting a proposal, or have specific questions about proposals please email Mat Kovach <matkovach <at> gmail.com> or call at 216-798-3397.
--
- Catherine
http://catherinedevlin.blogspot.com/
*** PyOhio 2008 * Columbus * July 26, 2008 * pyohio.org ***

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

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html
Steve Holden | 1 May 21:41
Picon
Picon
Gravatar

Python Wins "Favorite Scripting Language" Award

The Linux Journal readers apparently suffer the same ambiguity as the 
rest of us when it comes to defining what the difference between a 
scripting language and a programming language.

They do, however, clearly like Python, which they voted their scripting 
language of 2008. PHP, Bash and Perl came in reasonably close on 
Python's heels, but 28.9% of those voting voted for Python.

See all the awards at

   http://www.linuxjournal.com/article/10065

regards
  Steve
--

-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Ole Nielsen | 3 May 09:40
Picon
Gravatar

New pypar release

Dear all who are interested in pypar or parallel programming with Python.

 
I have released a new pypar version (2.1.0_49). It incorporates

  • Race-condition patch from Jim Bosch
  • Functionality and demo for Bsend by C Makassikis
  • Deprecated obsolete functions
  • Migrated Mandelbrot demos to numpy
  • Fixed demo3.py for version 2 thanks to Felix Richter

I also verified that all tests and demos work on a Linux 32 bit platform.

Thanks to everyone for all the contributions and looking forward to hearing how it goes.

 

Best regards
Ole Nielsen
Canberra, Australia
 
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html
Dave Fugate | 2 May 18:42
Picon
Favicon

Announcing IronPython 2.0 Beta 2

We’re pleased to announce the release of IronPython 2.0 Beta 2.  In addition to the usual bug fixes (~25 reported on CodePlex and ~50 reported internally), this release has been partially focused on improving the performance of IronPython, in particular startup perf.  Another focus of this release was improving upon our traceback support which had regressed quite a bit in 2.0B1 and had largely been broken in the 2.0 Alphas.  Our traceback support should now be superior to that of IronPython 1.1!

 

We’ve also made a minor change to our packaging by adding a Microsoft.Scripting.Core.dll in addition to the Microsoft.Scripting.dll that’s been around since the start of 2.0.  We are doing this purely as an architectural layering cleanup.  Microsoft.Scripting.Core contains DLR features that are essential to building dynamic languages.  Microsoft.Scripting will contain language implementation helpers that can either be re-used (e.g., BigInts) or copied (possibly e.g., the default binder).  This process is all about our work to get the DLR architecture right and shouldn’t have any noticeable IronPython impact except that there’s now one more DLL to include in any package.

 

As a consequence of the new DLL, the deprecated file IronPython2005.sln is broken.  This is the last release that will include this .sln file in the source zip file.  Of course the Visual Studio 2008 version of this file, IronPython.sln, still builds.

 

We’d like to thank everyone in the community who reported bugs on CodePlex that were fixed in this release: kevgu, oldman, christmas, brucec, scottw, fuzzyman, haibo, Seo Sanghyeon, grizlupo, J. Merrill, perhaps, antont, 05031972, Jason Ferrara, Matt Beckius, and Davy Mitchell.

 

You can download IronPython 2.0 Beta 2 at: http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=IronPython&ReleaseId=11566

 

The IronPython Team

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

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html
Detlev Offenbach | 4 May 10:58
Picon
Favicon

ANN: eric 4.1.3 released

Hi,

I'd like to inform everybody about the immediate availability of eric
v4.1.3. This is a bug fix release.

It is available via http://www.die-offenbachs.de/eric/index.html.

What is eric?
-------------
eric is a Python IDE written using PyQt4 and QScintilla2. It comes with
all batteries included. For details please see the above link.

Regards,
Detlev
--

-- 
Detlev Offenbach
detlev <at> die-offenbachs.de
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Oleg Broytmann | 4 May 16:14
X-Face
Picon
Favicon

SQLObject 0.9.6

Hello!

I'm pleased to announce version 0.9.6, a minor bug fix release of SQLObject.

What is SQLObject
=================

SQLObject is an object-relational mapper.  Your database tables are described
as classes, and rows are instances of those classes.  SQLObject is meant to be
easy to use and quick to get started with.

SQLObject supports a number of backends: MySQL, PostgreSQL, SQLite,
Firebird, Sybase, MSSQL and MaxDB (also known as SAPDB).

Where is SQLObject
==================

Site:
http://sqlobject.org

Development:
http://sqlobject.org/devel/

Mailing list:
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss

Archives:
http://news.gmane.org/gmane.comp.python.sqlobject

Download:
http://cheeseshop.python.org/pypi/SQLObject/0.9.6

News and changes:
http://sqlobject.org/News.html

What's New
==========

News since 0.9.5
----------------

Bug Fixes
~~~~~~~~~

* A bug in inheritable delColumn() that doesn't remove properties was fixed.

* A minor bug was fixed in col.py - the registry must be passed to findClass().

* Reverted the patch declarative.threadSafeMethod() - it causes more harm
  then good.

For a more complete list, please see the news:
http://sqlobject.org/News.html

Oleg.
--

-- 
     Oleg Broytmann            http://phd.pp.ru/            phd <at> phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

t.koutsovassilis | 3 May 23:17
Picon

ANN: Porcupine 0.5 is released. More Pythonic, more productive.

Porcupine Web Application Server is a Python based framework that
provides front-to-back revolutionary technologies for building modern
Web2.0 applications.

This release is a major breakthrough for Porcupine. The two main new
concepts introduced on the server side are the services and the web
methods. Porcupine's architecture is now based on configurable
services running over a common object database. Currently, the
supported service types include an asynchronous network server and a
scheduler used for executing Python code at predefined fixed
intervals. In the upcoming releases there are plans for new service
types to be added including persistent queues, loggers etc.

Web methods have replaced servlets completely and they are actually
smart Python decorators which allow you to add methods to content
classes dynamically (a technique also known as 'monkey-patching').
These methods become directly accessible over HTTP and they are mainly
used for serving all kinds of UIs and RPC requests.
Another major productivity enhancement is that this release no longer
requires heavy XML file editing. Thanks to web methods, the
"store.xml" is no longer used and the "config.xml" files for each
published directory can now contain smart registrations with regular
expressions matching becoming a powerful rewriting engine.

Other improvements include support for pre-processing filters, more
memory efficient object sets and type safe data types.

On the browser side QuiX has become less resource intensive by using a
pooled set of XMLHTTP objects and improved garbage collection. Last
but not least, the scroll bars bleed through issue on MacOS Firefox
browsers is now resolved.

Helpful links
==========
What is Porcupine?
http://www.innoscript.org/content/view/30/42/

Porcupine online demo:
http://www.innoscript.org/content/view/21/43/

Porcupine Wiki:
http://wiki.innoscript.org
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html


Gmane