comp.lang.python.announce
  Home FAQ Contact Sign in
comp.lang.python.announce only
 
Advanced search
December 2007
motuwethfrsasuw
     12 48
3456789 49
10111213141516 50
17181920212223 51
24252627282930 52
31       1
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.python.announce Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  ikaaro 0.20.0 released         


Author: J. David Ibáñez
Date: Dec 31, 2007 08:36

This is a Content Management System built on Python & itools, among
other features ikaaro provides:

- content and document management (index&search, metadata, etc.)
- multilingual user interfaces and content
- high level modules: wiki, forum, tracker, etc.

This is the first release of ikaaro as a separate package (before it
was distributed as a sub-package of the "itools" [1] library).
>From a functional and visual point of view, the changes of this release
are modest:

- Now we have a friendlier user interface to manage multilingual web
pages.

- Following the W3C recommendations [2], type extensions have been
drop from the URI, so for example "http://.../index.html" becomes
"http://.../index".

However, the most important changes concern the architecture and the
programming interface, and are strongly related to the changes in the
latest itools version.

This is the (new) architecture diagram:
Show full article (2.26Kb)
no comments
  itools 0.20.1 released         


Author: J. David Ibáñez
Date: Dec 31, 2007 08:35

itools is a Python library, it groups a number of packages into a single
meta-package for easier development and deployment:

itools.catalog itools.i18n itools.uri
itools.csv itools.ical itools.vfs
itools.datatypes itools.odf itools.web
itools.gettext itools.pdf itools.workflow
itools.git itools.rest itools.xliff
itools.handlers itools.rss itools.xml
itools.html itools.stl
itools.http itools.tmx

This is a bug fix release.

The packages concerned are "itools.datatypes", "itools.handlers",
"itools.ical", "itools.vfs" and "itools.web".

Resources
---------

Download
http://download.ikaaro.org/itools/itools-0.20.1.tar.gz
http://download.ikaaro.org/itools/itools-0.20.1.win32-py2.5.exe
http://download.ikaaro.org/itools/itools-0.20.1.win32-py2.4.exe
Show full article (1.23Kb)
no comments
  PyPy-Sprint 12th-19th January Leysin, Switzerland         


Author: Carl Friedrich Bolz
Date: Dec 31, 2007 08:30

=====================================================================
PyPy Leysin Winter Sprint (12-19th January 2008)
=====================================================================
.. image:: http://www.ermina.ch/002.JPG

The next PyPy sprint will be in Leysin, Switzerland, for the
fifth time. This is a fully public sprint: newcomers and
topics other than those proposed below are welcome.

------------------------------
Goals and topics of the sprint
------------------------------

* Like previous winters, the main side goal is to have fun in winter
sports :-) We can take a couple of days off for ski; at this time of
year, ski days end before 4pm, which still leaves plenty of time
to recover (er, I mean hack).

* the overall idea of the sprint is to continue working on making PyPy
ready for general use. A few more specific tasks:

- app-level ctypes: getting to a basically usable point
would be really nice.
Show full article (3.40Kb)
no comments
  Python-URL! - weekly Python news and links (Dec 31)         


Author: Gabriel Genellina
Date: Dec 31, 2007 07:35

QOTW: "I find the best approach is to use multiple languages." - Roger Binns

"All generators can be re-written with classes using the iterator
protocol." - Jean-Paul Calderone

Mutable default arguments revisited:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/33b7b1a1f62.../

itertools.dropwhile/takewhile might be deprecated:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/8e19a68c004.../

Getting n items at a time from a generator:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/4696a3b3e1a.../

A design decision: have an Article class, want a list of all Articles:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/9be37092d1c.../

Looking for a common API for parallel processing:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/57ef7cf6fc5.../

Why is pythonXX.dll installed in a system directory, and not
besides the python executable?
http://groups.google.com/group/comp.lang.python/browse_thread/thread/1c165cabaa7.../

========================================================================
Everything Python-related you want is probably one or two clicks away in
these pages:
Show full article (6.76Kb)
no comments