PyAMF 0.4.2 released

2009-04-24 Thread Thijs Triemstra | Collab
The PyAMF team is proud to announce the release of 0.4.2!

PyAMF [1] is a lightweight library that allows Flash and Python
applications to communicate via Adobe’s ActionScript Message Format.

This is a bugfix release [2], see the changelog [3] for the complete list
of changes. A brief overview of the changes:

 - Support for decoding the 'source' property on ArrayCollections
 - Fixed an issue in the GAE adapter where dynamic properties would be
missing on referenced objects
 - Fixed a critical issue with AMF0 reference counting when encoding
remoting responses
 - Support for Django i18n ugettext_lazy
 - Added support for microseconds for datetime objects
 - Support for property types on SQLAlchemy mapped classes
 - Support for property types for Google AppEngine db.Model and db.Expando

Check out the download page [4], installation instructions [5] or the API
documentation [6] for more information.

Questions? First stop is the mailing list [7] but we also hang out on IRC
[8].

Cheers,

the PyAMF team.

[1] http://pyamf.org
[2] http://pyamf.org/milestone/0.4.2
[3] http://pyamf.org/browser/pyamf/tags/release-0.4.2/CHANGES.txt
[4] http://pyamf.org/wiki/Download
[5] http://pyamf.org/wiki/Install
[6] http://api.pyamf.org
[7] http://pyamf.org/wiki/MailingList
[8] irc://irc.collab.eu/pyamf

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

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


PyAMF 0.4.1 released

2009-02-25 Thread Thijs Triemstra | Collab

The PyAMF team is proud to announce the release of 0.4.1!

PyAMF [1] is a lightweight library that allows Flash and Python  
applications to communicate via Adobe’s

ActionScript Message Format.

This is a bugfix release [2], see the changelog [3] for the complete  
list of changes. A brief overview of the

changes:

- amf0.Encoder.use_amf3 has been extended to cover all object types
- Encoding {0:0, ‘0′:1} will now raise an AttributeError.
- Improvements to the Google App Engine adapter - see ticket 479 for  
details

- Unicode handling in __repr__ functions has been improved
- Django models.TimeField, models.DateField will now be converted to  
the correct type
  (datetime.time and datetime.date respectively). fields.NOT_PROVIDED  
is also checked for

  by converting to pyamf.Undefined and back again.

Check out the download page [4], installation instructions [5] or the  
API documentation [6] for more

information.

Questions? First stop is the mailing list [7] but we also hang out on  
IRC [8].


Cheers,

the PyAMF team.

[1] http://pyamf.org
[2] http://pyamf.org/milestone/0.4.1
[3] http://pyamf.org/browser/pyamf/tags/release-0.4.1/CHANGES.txt
[4] http://pyamf.org/wiki/Download
[5] http://pyamf.org/wiki/Install
[6] http://api.pyamf.org
[7] http://pyamf.org/wiki/MailingList
[8] irc://irc.collab.eu/pyamf

PGP.sig
Description: This is a digitally signed message part
--
http://mail.python.org/mailman/listinfo/python-announce-list

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


Re: Docutils rst2html.py gives Error/3 Unknown Directive type toctree

2008-06-29 Thread Thijs Triemstra | Collab
Getting the same error in the apache logs here, no idea where it's
coming from:

[Sun Jun 29 18:25:50 2008] [error] string:10: (ERROR/3) Unknown
directive type toctree.
[Sun Jun 29 18:25:50 2008] [error]
[Sun Jun 29 18:25:50 2008] [error] .. toctree::
[Sun Jun 29 18:25:50 2008] [error]:maxdepth: 2
[Sun Jun 29 18:25:50 2008] [error]
[Sun Jun 29 18:25:50 2008] [error] string:16: (ERROR/3) Unknown
interpreted text role ref.
[Sun Jun 29 18:25:50 2008] [error] string:17: (ERROR/3) Unknown
interpreted text role ref.
[Sun Jun 29 18:25:50 2008] [error] string:18: (ERROR/3) Unknown
interpreted text role ref.



On Jun 19, 11:19 pm, Calvin Cheng [EMAIL PROTECTED] wrote:
 Hi,

 I am attempting to convert a bunch of .txt files into html using the
 docutils package.

 It works for most of the txt files except for the index.txt file which
 gives 2 errors:
 (1) Error/3 Unknown Directive type toctree
 (2) (ERROR/3) Unknown interpreted text role ref.

 Any idea how I can fix this?

 Would be glad if someone who is familiar with docutils could point me
 in the right direction.

 Thank you,
 Calvin
--
http://mail.python.org/mailman/listinfo/python-list


ANN: PyAMF 0.3

2008-04-15 Thread Thijs Triemstra | Collab
We're pleased to announce PyAMF 0.3, a lightweight library that allows  
Flash and Python applications to communicate via Adobe's ActionScript  
Message Format.
AMF3 and RemoteObject are supported in all the implemented Remoting  
gateways, compatible with Django, Twisted, TurboGears2, Web2Py and any  
WSGI-compatible application.


This release provides compatibility with Google App Engine and comes  
with following changes and fixes:

 - Make util.BufferedByteStream endian aware (Ticket:231)
 - Issue with Twisted threads (Ticket:233)
 - Fix interpretation of integers in AMF3 (Ticket:241)
 - Support for Google App Engine deployment (Ticket:237)
 - Classic class decoding throws an error (Ticket:248)
 - Make adapter framework load sub-modules (Ticket:246)
 - Added an adapter module for google.appengine.ext.db so that Model  
classes can be serialised easily (Ticket:247)

 - Problems with Importing and reloading files (Ticket:250)

Check out the download page [1], installation instructions [2] and  
examples [3].
Questions? First stop is the mailing list [4], but we also hang out on  
IRC [5].


Cheers,

- the PyAMF team

[1] http://pyamf.org/wiki/Download
[2] http://pyamf.org/wiki/Install
[3] http://pyamf.org/wiki/Examples
[4] http://pyamf.org/wiki/MailingList
[5] irc://irc.collab.eu/pyamf



PGP.sig
Description: This is a digitally signed message part
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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


ANN: PyAMF 0.2

2008-03-13 Thread Thijs Triemstra | Collab
We released PyAMF 0.2, a lightweight library that allows Flash and  
Python applications to communicate via Adobe's ActionScript Message  
Format.
AMF3 and RemoteObject are supported in all the implemented Remoting  
gateways, currently supported for Django, Twisted, Web2Py and WSGI.


This release comes with the following changes:

 - Encoding/decoding performance has been increased 2x for AMF0 and  
upto 10x(!) for AMF3 (Ticket:198)

 - Logging is now possible in all the supported gateways (Ticket:173)
 - Python 2.3 support (Ticket:33)
 - Python 2.6 support (Ticket:222)
 - Made PyAMF distributable as zip-based Python Egg (Ticket:193)
 - Encoders/Decoders now check for __getstate__/__setstate__  
respectively (Ticket:209)
 - A new preprocessor function that runs after authentication, but  
before invoking the service method (Ticket:196)

 - authenticator can now be decorated with expose_request (Ticket:195)
 - Removed amfinfo console_script (Ticket:226)
 - Gateway import hack has now been removed - permanently (Ticket:224)

Check out the download page [1], installation instructions [2] and  
examples [3].
Questions? First stop is the mailing list [4], but we also hang out on  
[5].


Cheers,

- the PyAMF team

[1] http://pyamf.org/wiki/Download
[2] http://pyamf.org/wiki/Install
[3] http://pyamf.org/wiki/Examples
[4] http://pyamf.org/wiki/MailingList
[5] irc://freenode.net/pyamf

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

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


PyAMF 0.1.1 released

2008-02-18 Thread Thijs Triemstra | Collab
We released PyAMF 0.1.1, a lightweight library that allows Flash and  
Python applications to communicate via Adobe's ActionScript Message  
Format.
AMF3 and RemoteObject are supported in all the implemented Remoting  
gateways, currently supported for Django, Twisted, Web2Py and WSGI.


This is bugfix release with the following important changes:

- AMF3 encoder reported byte length header for non-ASCII string data  
(patch supplied by akaihola)
- Decoder context not cleared between reading the remoting header and  
body.


Check out the download page [1], installation instructions [2] and  
examples [3].


Questions? First stop is the mailing list [4], but we also hang out  
on [5].


Cheers,

- the PyAMF team

[1] http://pyamf.org/wiki/Download
[2] http://pyamf.org/wiki/Install
[3] http://pyamf.org/wiki/Examples
[4] http://pyamf.org/wiki/MailingList
[5] irc://freenode.net/pyamf

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

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


[ANN] PyAMF 0.1.0 alpha released

2007-12-12 Thread Thijs Triemstra | Collab
We are pleased to announce the first alpha version of PyAMF.

PyAMF [1] is a lightweight library that allows Flash and Python
applications to communicate via Adobe's ActionScript Message Format.

A summary of features in this release:

  * AMF0 and AMF3 encoders/decoders
  * Support for IExternalizable, ArrayCollection, ObjectProxy,  
ByteArray,
RecordSet and RemoteObject
  * Remoting gateways for Twisted, WSGI, and Django
  * Authentication/setCredentials support (AMF0 only)
  * zlib compression support for ByteArray
  * Remoting client with httplib

Check out the download page [2] and installation instructions [3].

Got questions? First stop is the mailing list [4].

Cheers,

The PyAMF Team

[1] - http://pyamf.org
[2] - http://pyamf.org/wiki/Download
[3] - http://pyamf.org/wiki/Install
[4] - http://pyamf.org/wiki/MailingList
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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