<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.python.announce">
    <title>gmane.comp.python.announce</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11072"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11071"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11070"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11069"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11068"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11067"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11066"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11065"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11064"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11063"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11062"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11061"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11060"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11059"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11058"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11057"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11056"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11055"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11054"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.announce/11053"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11072">
    <title>github3.py v0.7.0</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11072</link>
    <description>&lt;pre&gt;Hi all,

github3.py version 0.7.0 was released today. The following is a list
of all changes since 0.6.1:

- Fix ``Issue.close``, ``Issue.reopen``, and ``Issue.assign``. (Issue #106)

- Add ``check_authorization`` to the ``GitHub class`` to cover the `new part
  of the API &amp;lt;http://developer.github.com/v3/oauth/#check-an-authorization&amp;gt;`_.

- Add ``create_file``, ``update_file``, ``delete_file``,
  ``iter_contributor_statistics``, ``iter_commit_activity``,
  ``iter_code_frequency`` and ``weekly_commit_count`` to the ``Repository``
  object.

- Add ``update`` and ``delete`` methods to the ``Contents`` object.

- Add ``is_following`` to the ``User`` object.

- Add ``head``, ``base`` parameters to ``Repository.iter_pulls``.

- The signature of ``Hook.edit`` has changed since that endpoint has changed
  as well. See:
  github/developer.github.com&amp;lt; at &amp;gt;b95f291a47954154a6a8cd7c2296cdda9b610164

- ``github3.GitHub`` can now be used as a context manager, e.g.,
  ::

       with github.GitHub() as gh:
           u = gh.user&lt;/pre&gt;</description>
    <dc:creator>Ian Cordasco</dc:creator>
    <dc:date>2013-05-19T19:47:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11071">
    <title>Portable Python 2.7.5.1 released</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11071</link>
    <description>&lt;pre&gt;Dear people,

I would like to announce new release of Portable Python based on Python 2.7.5

Included in this release:
-------------------------
 PyScripter v2.5.3
 NymPy 1.7.1
 SciPy 0.12.0
 Matplotlib 1.2.1
 PyWin32 218
 Django 1.5.1
 PIL 1.1.7
 Py2Exe 0.6.9
 wxPython 2.9.4.0
 NetworkX 1.7
 Lxml 2.3
 PySerial 2.5
 PyODBC 3.0.6
 PyGame 1.9.1
 PyGTK 2.24.2
 PyQt 4.10.1
 IPython 0.13.0
 Pandas 0.11.0

Improvements since last release:
--------------------------------
Upgraded core Python version to fix issues discovered in Python 2.7.4. Snippet from Python 2.7.5 release announcement: 


Installation and use:
---------------------
After downloading, run the installer, select the packages you would like to install, select the target folder and you are done! In the root folder of the distribution you will find shortcuts for selected applications. Some of the most popular free Python IDE’s come preinstalled and preconfigured with Portable Python. How to use and configure them further please consult their documen&lt;/pre&gt;</description>
    <dc:creator>Perica Zivkovic</dc:creator>
    <dc:date>2013-05-20T19:35:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11070">
    <title>Zato 1.0. The next generation ESB and application server. Open-source.In Python.</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11070</link>
    <description>&lt;pre&gt;Hello,

I'm very happy to announce the first release of Zato, the next 
generation ESB and application server, available under a 
commercial-friendly open-source LGPL license.

https://zato.io

What can you expect out of the box?
-----------------------------------

* HTTP, JSON, SOAP, Redis, AMQP, JMS WebSphere MQ, ZeroMQ, FTP, SQL,
   hot-deployment, job scheduling, statistics,
   high-availability load balancing and more

* Incredible productivity with Python

* Painless rollouts with less downtime

* Slick web admin GUI, CLI and API

* Awesome documentation (several hundred A4 pages)

* 24x7 commercial support and training

Links
-----

Project's site: https://zato.io
Download: https://zato.io/download/zato-1.0.tar.bz2
Support: https://zato.io/support
Docs: https://zato.io/docs
Architecture: https://zato.io/docs/architecture/overview.html
Tutorial: https://zato.io/docs/tutorial/01.html
GitHub: https://github.com/zatosource
Mailing list: https://mailman-mail5.webfaction.com/listinfo/zato-discuss
IRC: irc:&lt;/pre&gt;</description>
    <dc:creator>Dariusz Suchojad</dc:creator>
    <dc:date>2013-05-18T21:28:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11069">
    <title>ANN: python-blosc 1.1 RC1, a wrapper for the compression library,is available</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11069</link>
    <description>&lt;pre&gt;================================
Announcing python-blosc 1.1 RC1
================================

What is it?
===========

python-blosc (http://blosc.pydata.org/) is a Python wrapper for the
Blosc compression library.

Blosc (http://blosc.org) is a high performance compressor optimized for
binary data.  It has been designed to transmit data to the processor
cache faster than the traditional, non-compressed, direct memory fetch
approach via a memcpy() OS call.  Whether this is achieved or not
depends of the data compressibility, the number of cores in the system,
and other factors.  See a series of benchmarks conducted for many
different systems: http://blosc.org/trac/wiki/SyntheticBenchmarks.

Blosc works well for compressing numerical arrays that contains data
with relatively low entropy, like sparse data, time series, grids with
regular-spaced values, etc.

There is also a handy command line for Blosc called Bloscpack
(https://github.com/esc/bloscpack) that allows you to compress large
binary datafiles on&lt;/pre&gt;</description>
    <dc:creator>Francesc Alted</dc:creator>
    <dc:date>2013-05-17T18:40:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11068">
    <title>SQLObject 1.4.0</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11068</link>
    <description>&lt;pre&gt;Hello!

I'm pleased to announce version 1.4.0, the first stable release of branch
1.4 of SQLObject.


What's new in SQLObject
=======================

Features &amp;amp; Interface
--------------------

* Support for PostgreSQL 8.1 is dropped. The minimal supported version of
  PostgreSQL is 8.2 now.

* Optimization in PostgresConnection: use INSERT...RETURNING id
  to get the autoincremented id in one query instead of two
  (INSERT + SELECT id).

* Changed the way to get if the table has identity in MS SQL.

* NCHAR/NVARCHAR and N''-quoted strings for MS SQL.

Contributors for this release are Ken Lalonde and Andrew Ziem.


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


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, Syb&lt;/pre&gt;</description>
    <dc:creator>Oleg Broytman</dc:creator>
    <dc:date>2013-05-18T10:08:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11067">
    <title>PyDev 2.7.4 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11067</link>
    <description>&lt;pre&gt;Hi All,

PyDev 2.7.4 has been released

Details on PyDev: http://pydev.org
Details on its development: http://pydev.blogspot.com

Release Highlights:
-------------------------------

* Improved Jython scripting startup time (so, the editor should start up
faster).

* PyDev no longer causing JSP problem annotation disappear (fix by Danny
Ju).

* Restored invalidateTextPresentation on save due to issue on annotations
kept.

* Thank you everyone for helping to keep PyDev going:
http://pydev.blogspot.com.br/2013/05/pydev-crowdfunding-finished.html

What is PyDev?
---------------------------

PyDev is a plugin that enables users to use Eclipse for Python, Jython and
IronPython development -- making Eclipse a first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.


Cheers,

&lt;/pre&gt;</description>
    <dc:creator>Fabio Zadrozny</dc:creator>
    <dc:date>2013-05-16T11:27:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11066">
    <title>EuroPython 2014/2015 Conference Team - Call for Proposals</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11066</link>
    <description>&lt;pre&gt;The EuroPython Society (EPS) is happy to announce the Call for Proposals for
the EuroPython Conference in 2014 and 2015.  This Call for Proposals is meant
to collect proposals from teams that volunteer for organizing the EuroPython
conference in 2014-2015.

The Call for Proposals document containing all the details and information
about the proposals and selection process can be found here:

https://docs.google.com/file/d/0B8YBdLoQM_6fbVpuM2ZWUGp3Slk/edit?usp=sharing

If you are part of a great team organizing amazing Python events you could be
the team organizing the next EuroPython! Please also forward this Call for
Proposals to anyone that you feel may be interested.

The Call for Proposals will run until Friday, June 14th. Proposals must be
submitted to europython-contact&amp;lt; at &amp;gt;python.org before that day, and must adhere
the requirements specified in the CFP document.

Regards,
--
Marc-Andre Lemburg
Director
EuroPython Society
http://www.europython.eu/

&lt;/pre&gt;</description>
    <dc:creator>M.-A. Lemburg</dc:creator>
    <dc:date>2013-05-16T07:53:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11065">
    <title>[RELEASED] Python 2.7.5</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11065</link>
    <description>&lt;pre&gt;It is my greatest pleasure to announce the release of Python 2.7.5.

2.7.5 is the latest maintenance release in the Python 2.7 series. You may be
surprised to hear from me so soon, as Python 2.7.4 was released slightly more
than a month ago. As it turns out, 2.7.4 had several regressions and
incompatibilities with 2.7.3. Among them were regressions in the zipfile, gzip,
and logging modules. 2.7.5 fixes these. In addition, a data file for testing in
the 2.7.4 tarballs and binaries aroused the suspicion of some virus
checkers. The 2.7.5 release removes this file to resolve that issue.

For details, see the Misc/NEWS file in the distribution or view it at

    http://hg.python.org/cpython/file/ab05e7dd2788/Misc/NEWS

Downloads are at

    http://python.org/download/releases/2.7.5/

As always, please report bugs to

    http://bugs.python.org/

(Thank you to those who reported these bugs in 2.7.4.)

This is a production release.

Happy May,
Benjamin Peterson
2.7 Release Manager
(on behalf of all of Python 2.7's &lt;/pre&gt;</description>
    <dc:creator>Benjamin Peterson</dc:creator>
    <dc:date>2013-05-16T04:19:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11064">
    <title>ANN: Portable Python 2.7.4.1</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11064</link>
    <description>&lt;pre&gt;Dear people,

I would like to announce new release of Portable Python based on Python 2.7.4

Included in this release:
-------------------------
 PyScripter v2.5.3
 NymPy 1.7.1
 SciPy 0.12.0
 Matplotlib 1.2.1
 PyWin32 218
 Django 1.5.1
 PIL 1.1.7
 Py2Exe 0.6.9
 wxPython 2.9.4.0
 NetworkX 1.7
 Lxml 2.3
 PySerial 2.5
 PyODBC 3.0.6
 PyGame 1.9.1
 PyGTK 2.24.2
 PyQt 4.10.1
 IPython 0.13.0
 Pandas 0.11.0

Improvements since last release:
--------------------------------
Aside from upgrade of all pacakges listed above these are improvements and bugfixes compared to 2.7.3.2 release
- Added PythonW-Portable.exe so that scripts can be executed without opening command window 
- By default all packages are installed if selection is not modified during the installation
- Added basic IPython support
- Added Pandas

Installation and use:
---------------------
After downloading, run the installer, select the packages you would like to install, select the target folder and you are done! In the root folder of the distributio&lt;/pre&gt;</description>
    <dc:creator>Perica Zivkovic</dc:creator>
    <dc:date>2013-05-15T20:42:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11063">
    <title>ANN: Portable Python 2.7.4.1</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11063</link>
    <description>&lt;pre&gt;Dear people,

I would like to announce new release of Portable Python based on Python 2.7.4

Included in this release:
-------------------------
 PyScripter v2.5.3
 NymPy 1.7.1
 SciPy 0.12.0
 Matplotlib 1.2.1
 PyWin32 218
 Django 1.5.1
 PIL 1.1.7
 Py2Exe 0.6.9
 wxPython 2.9.4.0
 NetworkX 1.7
 Lxml 2.3
 PySerial 2.5
 PyODBC 3.0.6
 PyGame 1.9.1
 PyGTK 2.24.2
 PyQt 4.10.1
 IPython 0.13.0
 Pandas 0.11.0

Improvements since last release:
--------------------------------
Aside from upgrade of all pacakges listed above these are improvements and bugfixes compared to 2.7.3.2 release
- Added PythonW-Portable.exe so that scripts can be executed without opening command window 
- By default all packages are installed if selection is not modified during the installation
- Added basic IPython support
- Added Pandas

Installation and use:
---------------------
After downloading, run the installer, select the packages you would like to install, select the target folder and you are done! In the root folder of the distributio&lt;/pre&gt;</description>
    <dc:creator>Perica Zivkovic</dc:creator>
    <dc:date>2013-05-15T20:42:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11062">
    <title>[RELEASED] Python 3.2.5 and Python 3.3.2</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11062</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On behalf of the Python development team, I am pleased to announce the
releases of Python 3.2.5 and 3.3.2.

The releases fix a few regressions in 3.2.4 and 3.3.1 in the zipfile, gzip
and xml.sax modules.  Details can be found in the changelogs:

    http://hg.python.org/cpython/file/v3.2.5/Misc/NEWS  and
    http://hg.python.org/cpython/file/v3.3.2/Misc/NEWS

To download Python 3.2.5 or Python 3.3.2, visit:

    http://www.python.org/download/releases/3.2.5/  or
    http://www.python.org/download/releases/3.3.2/

respectively.  As always, please report bugs to

    http://bugs.python.org/

(Thank you to those who reported these regressions.)

Enjoy!

- -- 
Georg Brandl, Release Manager
georg at python.org
(on behalf of the entire python-dev team and all contributors)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)

iEYEARECAAYFAlGUbJ4ACgkQN9GcIYhpnLDH8ACdEM4k7bobLJsFmCb49zuwQR3W
EjgAoIWAOFNhJNdTAWEGSWqFWUP20wrb
=YnPr
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>Georg Brandl</dc:creator>
    <dc:date>2013-05-16T05:20:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11061">
    <title>Authomatic - New Authorization / Authentication Client Package forPython WEB Applications</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11061</link>
    <description>&lt;pre&gt;Hi there,

I would like to introduce Authomatic, an authorization / authentication client library for Python WEB applications.

project home: http://peterhudec.github.io/authomatic
code: https://github.com/peterhudec/authomatic
live demo: http://authomatic-example.appspot.com/

Features:

* Loosely coupled.
* Tiny but powerfull interface.
* The python-openid library is the only optional dependency.
* CSRF protection.
* Framework agnostic thanks to adapters.
* Ready to accommodate future authorization/authentication protocols.
* Makes calls to provider APIs a breeze.
* Supports asynchronous requests.
* JavaScript library as a bonus.
* Out of the box support for:
    * Authorization with 10 OAuth 1.0a providers
    * Authorization with 16 OAuth 2.0 providers
    * python-openid and Google App Engine based OpenID authentication.

It's my first Python project, so feedback of any kind is very welcome.

Use and enjoy

Peter Hudec
peterhudec&amp;lt; at &amp;gt;peterhude.com
http://peterhude.com
&lt;/pre&gt;</description>
    <dc:creator>Peter Hudec</dc:creator>
    <dc:date>2013-05-15T16:29:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11060">
    <title>devpi-server-0.8.5: fixes, fewer dependencies for pypi caching server</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11060</link>
    <description>&lt;pre&gt;Hi all,

just did a quick release of devpi-server 0.8.5, the pypi.python.org
caching server.  This should fix some cases of uninstallable packages 
and removes "pip" and "virtualenv" from its dependencies.  See

    https://pypi.python.org/pypi/devpi-server

for details.  Thanks to Markus Zapke-Gruendemann for some help
and to everybody for reporting issues.

cheers,
holger

&lt;/pre&gt;</description>
    <dc:creator>holger krekel</dc:creator>
    <dc:date>2013-05-14T10:40:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11059">
    <title>Pint 0.2 released. Python units library</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11059</link>
    <description>&lt;pre&gt;Hi,

We are happy to announce Pint 0.2. Pint is a Python package to define,
operate and manipulate physical quantities: the product of a numerical
value and a unit of measurement. This release brings a lot of new
exciting features including extended NumPy support, temperature
conversion, implementation of the Buckingham Pi Theorem and support
for values with uncertainties.

Check out the blog post for more details:

http://python-in-the-lab.blogspot.com.ar/2013/05/a-pint-day.html


You can get pint using pip:

    $ pip install pint

or get the source code:

    https://github.com/hgrecco/pint

and check the docs:

    http://pint.readthedocs.org/


What is Pint?
---

Pint is Python package to define, operate and manipulate physical
quantities: the product of a numerical value and a unit of
measurement. It allows arithmetic operations between them and
conversions from and to different units.

It is distributed with a comprehensive list of physical units,
prefixes and constants. Due to it’s modular design, &lt;/pre&gt;</description>
    <dc:creator>Hernan Grecco</dc:creator>
    <dc:date>2013-05-13T03:37:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11058">
    <title>Template Data Interface (tdi) 0.9.9.7</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11058</link>
    <description>&lt;pre&gt;Hello World!

I'm pleased to announce version 0.9.9.7 of TDI.


About TDI
=========

TDI is a markup templating system written in python with (optional but
recommended) speedup code written in C. It features strict markup /
logic separation, is very fast and provides powerful tools for template
manipulation.


About Release 0.9.9.7
=====================

The following features have been added:

* Support for plain text templates
* More C code, speeding up the parsing and filtering process
* Support for more python implementations


Supported Python Versions
=========================

* Python 2.4 - 2.7
* PyPy 1.9, 2.0 (Python only)
* Jython 2.5, 2.7 (Python only)


License
=======

TDI is available under the terms and conditions of the "Apache License,
Version 2.0."


TODO
====

* better framework integration
* python 3 support


Links
=====

* Homepage + Documentation: http://opensource.perlig.de/tdi/
* PyPI: https://pypi.python.org/pypi/tdi
* License: http://www.apache.org/licenses/LICENSE-2.0


André "nd&lt;/pre&gt;</description>
    <dc:creator>André Malo</dc:creator>
    <dc:date>2013-05-12T20:39:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11057">
    <title>Karlsruhe (Germany) Python User Group, May 17th 2013, 7pm</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11057</link>
    <description>&lt;pre&gt;The Karlsruhe Python User Group (KaPy) meets again.

Friday, 2013-05-17 (May 17th) at 19:00 (7pm) in the rooms of Entropia eV
(the local affiliate of the CCC).  See http://entropia.de/wiki/Anfahrt
on how to get there.

For your calendars: meetings are held monthly, on the 3rd Friday.

There's also a mailing list at
https://lists.bl0rg.net/cgi-bin/mailman/listinfo/kapy.
&lt;/pre&gt;</description>
    <dc:creator>Jürgen A. Erhard</dc:creator>
    <dc:date>2013-05-10T04:16:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11056">
    <title>Announce : LDTP 3.5.0 - Linux GUI test automation tool</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11056</link>
    <description>&lt;pre&gt;Hello,

New API:
* inserttext, objtimeout, guitimeout, getcellsize, getcellvalue,
getobjectnameatcoords, getcombovalue, getaccesskey in Python client
* doubleClick, doubleClickRow, onWindowCreate, getCellSize, getComboValue,
appUnderTest, getAccessKey in Java client
* getcellsize, getcellvalue in Ruby client
* GetCellSize, GetComboValue, AppUnderTest, GetAccessKey, MouseRightClick,
DoubleClick, DoubleClickRow, RightClick in C# client

New control type:
* POPUP MENU for Ubuntu environment

Bugs fixed:

Ruby client:
* Fixed optional arguments to imagecapture
* Check window_name parameter, if empty then use &amp;lt; at &amp;gt;window_name passed in
constructor

Python client:
* Fixed optional argument APIs to work on both Windows and Linux
* imagecapture x, y offset, height and width parameters are disregarded if
window parameter is provided - Bug#685548
* Return unicode string all the time on gettextvalue
* Fix partial match argument in selectrow, compatible with Windows
* Patch by ebass to support Python 2.6
* Added Errno 101 a&lt;/pre&gt;</description>
    <dc:creator>Nagappan Alagappan</dc:creator>
    <dc:date>2013-05-12T02:37:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11055">
    <title>Kiwi PyCon 2013 Call for Proposals is now open! (closes 01 June)</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11055</link>
    <description>&lt;pre&gt;Dear fellow Pythonistas,

We're pleased to announce that Kiwi PyCon 2013's Call for Proposals is now open!

This year the conference will be held Saturday 06 and Sunday 07
September in Auckland, New Zealand. Friday 05 September will see
tutorials and workshops run during the day - a Kiwi PyCon first!

The deadline for proposal submission is Saturday 01 June 2013.

For more information please visit
http://nz.pycon.org/call-for-proposals/

Looking forward to seeing you in Auckland in September!

--
Danny W. Adair

Event Director
Kiwi PyCon 2013
&lt;/pre&gt;</description>
    <dc:creator>Danny Adair</dc:creator>
    <dc:date>2013-05-10T02:01:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11054">
    <title>PyPy 2.0 - Einstein Sandwich</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11054</link>
    <description>&lt;pre&gt;We're pleased to announce PyPy 2.0. This is a stable release that brings
a swath of bugfixes, small performance improvements and compatibility fixes.
PyPy 2.0 is a big step for us and we hope in the future we'll be able to
provide stable releases more often.

You can download the PyPy 2.0 release here:

    http://pypy.org/download.html

The two biggest changes since PyPy 1.9 are:

* stackless is now supported including greenlets, which means eventlet
  and gevent should work (but read below about gevent)

* PyPy now contains release 0.6 of `cffi`_ as a builtin module, which
  is preferred way of calling C from Python that works well on PyPy

.. _`cffi`: http://cffi.readthedocs.org

If you're using PyPy for anything, it would help us immensely if you fill out
the following survey: http://bit.ly/pypysurvey This is for the developers
eyes and we will not make any information public without your agreement.

What is PyPy?
=============

PyPy is a very compliant Python interpreter, almost a drop-in replacement fo&lt;/pre&gt;</description>
    <dc:creator>Maciej Fijalkowski</dc:creator>
    <dc:date>2013-05-09T18:40:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11053">
    <title>MacroPy 0.1.2: Macros for Pythoon. Quasiquotes, Case Classes, PatternMatching, LINQ and more!</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11053</link>
    <description>&lt;pre&gt;Hey All,

MacroPy is an implementation of Macros in the Python Programming, providing a mechanism for user-defined functions (macros) to perform transformations on the abstract syntax tree(AST) of Python code at module import time. This is an easy way to modify the semantics of a python program in ways which are otherwise impossible, for example providing an extremely concise way of declaring classes:

&amp;lt; at &amp;gt;case
class Point(x, y)

p = Point(1, 2)
print p.x   # 1
print p     # Point(1, 2)

Apart from this, we've used MacroPy's macros to implement a pretty impressive list of features:

- Quasiquotes
- String Interpolation
- Pyxl, integrating XML markup into a Python program
- Tracing and Smart Asserts
- Case Classes, easy Algebraic Data Types from Scala
- Pattern Matching from the Functional Programming world
- LINQ to SQL from C#
- Quick Lambdas from Scala and Groovy,
- Parser Combinators, inspired by Scala's.

The full documentation is over on github (https://github.com/lihaoyi/macropy) if anyone wants to check &lt;/pre&gt;</description>
    <dc:creator>Haoyi Li</dc:creator>
    <dc:date>2013-05-08T21:32:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.announce/11052">
    <title>ANN: Scopt - Python small ERP</title>
    <link>http://permalink.gmane.org/gmane.comp.python.announce/11052</link>
    <description>&lt;pre&gt;Hello,

I would like to introduce Scopt - Python ERP like project. 

Project URL: http://code.google.com/p/scopt/
Project version: 0.0.005 - POC
Project license: Apache License 2.0 (License matrix is not finished yet.)

Project was started out as search for Java alternative in area of business
software development.

Project is divided into:
- Scopt - business Core(engine), 
- Magua - referential GUI implementation
- TinyESB - mediation like engine and framework. 

Architecture of solution is built on asynchronous message passing (mediation).

We try to make Scopt easy testable, client and transport layer agnostic with
flexible deployment model.

Technologies used:
Language - Python 2.7.3
DB abstraction - SQLAlchemy - core
DB - SQLite, (Oracle and PostgreSql will be supported)
HTTP connector - Tornado async web server.
GUI referential implementation is developed in Dojo. Android client is planned.

For now, main design is outlined and most of implementation details and API
are stabilized.

We learn Python as &lt;/pre&gt;</description>
    <dc:creator>gallas.robert&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2013-05-08T20:15:11</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.python.announce">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.announce</link>
  </textinput>
</rdf:RDF>
