Timeline


and .

03/14/10: Today

20:47 Ticket #706 (Add register_class example to documentation that uses the Python 2.6 Class ...) closed by thijs
fixed
20:46 Changeset [3285] by thijs
  • trunk
  • trunk/cpyamf
  • trunk/doc/architecture/classmapping.rst
  • trunk/doc/architecture/examples/class-mapping
  • trunk/doc/architecture/examples/class-mapping/alias-decorator.py
  • trunk/doc/architecture/examples/class-mapping/example-classes.as
  • trunk/doc/architecture/examples/class-mapping/example-classes.py
  • trunk/doc/architecture/index.rst
  • trunk/doc/library/pyamf.rst
  • trunk/pyamf/__init__.py
  • trunk/pyamf/tests/modules

Merge register-class-decorator-706: Add class mapping documentation, including example
that uses Python 2.6's class decorators feature.

Author: thijs
Reviewers: nick
Fixes: #706

20:41 Ticket #728 (Remove year in copyright headers) closed by thijs
fixed
20:40 Changeset [3284] by thijs
  • trunk
  • trunk/cpyamf
  • trunk/doc/tutorials/examples/actionscript/addressbook/python/client.py
  • trunk/doc/tutorials/examples/actionscript/addressbook/python/controller.py
  • trunk/doc/tutorials/examples/actionscript/addressbook/python/models.py
  • trunk/doc/tutorials/examples/actionscript/addressbook/python/persistent.py
  • trunk/doc/tutorials/examples/actionscript/addressbook/python/server.py
  • trunk/doc/tutorials/examples/actionscript/addressbook/python/server.wsgi
  • trunk/doc/tutorials/examples/actionscript/bytearray/python/__init__.py
  • trunk/doc/tutorials/examples/actionscript/bytearray/python/client.py
  • trunk/doc/tutorials/examples/actionscript/bytearray/python/gateway/__init__.py
  • trunk/doc/tutorials/examples/actionscript/bytearray/python/gateway/gateway.py
  • trunk/doc/tutorials/examples/actionscript/bytearray/python/gateway/models.py
  • trunk/doc/tutorials/examples/actionscript/bytearray/python/gateway/views.py
  • trunk/doc/tutorials/examples/actionscript/bytearray/python/urls.py
  • trunk/doc/tutorials/examples/actionscript/echo/python/client.py
  • trunk/doc/tutorials/examples/actionscript/echo/python/echo/__init__.py
  • trunk/doc/tutorials/examples/actionscript/echo/python/echo/gateway.py
  • trunk/doc/tutorials/examples/actionscript/echo/python/echo/urls.py
  • trunk/doc/tutorials/examples/actionscript/echo/python/server.py
  • trunk/doc/tutorials/examples/actionscript/echo/python/server.wsgi
  • trunk/doc/tutorials/examples/actionscript/echo/python/util.py
  • trunk/doc/tutorials/examples/actionscript/geoip/python/client.py
  • trunk/doc/tutorials/examples/actionscript/geoip/python/server.py
  • trunk/doc/tutorials/examples/actionscript/geoip/python/server.wsgi
  • trunk/doc/tutorials/examples/actionscript/google_appengine/echo/__init__.py
  • trunk/doc/tutorials/examples/actionscript/google_appengine/echo/gateway.py
  • trunk/doc/tutorials/examples/actionscript/google_appengine/echo/index.py
  • trunk/doc/tutorials/examples/actionscript/google_appengine/punit/__init__.py
  • trunk/doc/tutorials/examples/actionscript/google_appengine/punit/models.py
  • trunk/doc/tutorials/examples/actionscript/google_appengine/punit/views.py
  • trunk/doc/tutorials/examples/actionscript/google_appengine/shell/__init__.py
  • trunk/doc/tutorials/examples/actionscript/google_appengine/shell/gateway.py
  • trunk/doc/tutorials/examples/actionscript/google_appengine/shell/index.py
  • trunk/doc/tutorials/examples/actionscript/google_appengine/templates/punit/index.html
  • trunk/doc/tutorials/examples/actionscript/guestbook/python/client.py
  • trunk/doc/tutorials/examples/actionscript/guestbook/python/guestbook.py
  • trunk/doc/tutorials/examples/actionscript/guestbook/python/guestbook.tac
  • trunk/doc/tutorials/examples/actionscript/guestbook/python/server.py
  • trunk/doc/tutorials/examples/actionscript/jython/client.py
  • trunk/doc/tutorials/examples/actionscript/jython/gui.py
  • trunk/doc/tutorials/examples/actionscript/ohloh/python/client.py
  • trunk/doc/tutorials/examples/actionscript/ohloh/python/ohloh.py
  • trunk/doc/tutorials/examples/actionscript/ohloh/python/server.py
  • trunk/doc/tutorials/examples/actionscript/ohloh/python/server.wsgi
  • trunk/doc/tutorials/examples/actionscript/recordset/python/client.py
  • trunk/doc/tutorials/examples/actionscript/recordset/python/db.py
  • trunk/doc/tutorials/examples/actionscript/recordset/python/gateway.py
  • trunk/doc/tutorials/examples/actionscript/recordset/python/gateway.wsgi
  • trunk/doc/tutorials/examples/actionscript/recordset/python/init.py

Merge copyright-728: Remove year refences from copyright headers so we don't
have to update this every year.

Author: thijs
Reviewer: nick
Fixes: #728

20:31 Changeset [3283] by nick
  • branches/cpyamf-encoder-517/cpyamf/amf3.c
  • branches/cpyamf-encoder-517/cpyamf/amf3.pyx
  • branches/cpyamf-encoder-517/cpyamf/context.c
  • branches/cpyamf-encoder-517/cpyamf/util.c
  • branches/cpyamf-encoder-517/cpyamf/util.pyx
  • branches/cpyamf-encoder-517/pyamf/__init__.py

Fix up static attr when decoding so it doesn't do far too much work than necessary

Fix a possible segfault caused in the previous commit

03/12/10:

18:34 Changeset [3282] by thijs
  • branches/copyright-728/doc/tutorials/examples/actionscript/addressbook/python/client.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/addressbook/python/controller.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/addressbook/python/models.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/addressbook/python/persistent.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/addressbook/python/server.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/addressbook/python/server.wsgi
  • branches/copyright-728/doc/tutorials/examples/actionscript/bytearray/python/__init__.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/bytearray/python/client.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/bytearray/python/gateway/__init__.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/bytearray/python/gateway/gateway.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/bytearray/python/gateway/models.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/bytearray/python/gateway/views.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/bytearray/python/urls.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/echo/python/client.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/echo/python/echo/__init__.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/echo/python/echo/gateway.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/echo/python/echo/urls.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/echo/python/server.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/echo/python/server.wsgi
  • branches/copyright-728/doc/tutorials/examples/actionscript/echo/python/util.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/geoip/python/client.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/geoip/python/server.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/geoip/python/server.wsgi
  • branches/copyright-728/doc/tutorials/examples/actionscript/google_appengine/echo/__init__.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/google_appengine/echo/gateway.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/google_appengine/echo/index.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/google_appengine/punit/__init__.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/google_appengine/punit/models.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/google_appengine/punit/views.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/google_appengine/shell/__init__.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/google_appengine/shell/gateway.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/google_appengine/shell/index.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/google_appengine/templates/punit/index.html
  • branches/copyright-728/doc/tutorials/examples/actionscript/guestbook/python/client.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/guestbook/python/guestbook.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/guestbook/python/guestbook.tac
  • branches/copyright-728/doc/tutorials/examples/actionscript/guestbook/python/server.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/jython/client.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/jython/gui.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/ohloh/python/client.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/ohloh/python/ohloh.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/ohloh/python/server.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/ohloh/python/server.wsgi
  • branches/copyright-728/doc/tutorials/examples/actionscript/recordset/python/client.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/recordset/python/db.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/recordset/python/gateway.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/recordset/python/gateway.wsgi
  • branches/copyright-728/doc/tutorials/examples/actionscript/recordset/python/init.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/shared-object/python/client.py
  • branches/copyright-728/doc/tutorials/examples/actionscript/shared-object/python/server.py

Remove copyright, refs #728

18:04 Changeset [3281] by thijs
  • branches/copyright-728

Branching to copyright-728

11:49 Ticket #760 (Create HTML template for Architecture section) created by thijs
The architecture section of the site needs to have a html template like we …
01:37 Ticket #620 (Twill howto) closed by thijs
wontfix
01:24 Ticket #744 (Replace use of wsgiref.handlers.CGIHandler) closed by thijs
fixed
01:24 Changeset [3280] by thijs
  • trunk
  • trunk/cpyamf
  • trunk/doc/tutorials/examples/gateways/appengine/client.py
  • trunk/doc/tutorials/examples/gateways/appengine/webapp.py
  • trunk/doc/tutorials/examples/gateways/appengine/wsgi.py
  • trunk/doc/tutorials/gateways/appengine.rst
  • trunk/pyamf/tests/modules

Merge cgihandler-744: Update and expand the google app engine howto,
switching to recommended google.appengine.ext.webapp.util.run_wsgi_app.

Author: thijs
Reviewer: nick
Fixes: #744

01:18 Ticket #414 (Support for the NetConnection Debugger panel) closed by thijs
wontfix
01:18 Ticket #200 (Create Windows installer for PyAMF) closed by thijs
wontfix: Closing, see #201

03/11/10:

23:25 Changeset [3279] by thijs
  • sandbox/release/bin/build-doc
  • sandbox/release/bin/build-egg
  • sandbox/release/bin/build-tarballs
  • sandbox/release/release/__init__.py
  • sandbox/release/release/package.py
  • sandbox/release/release/scripts.py

Add documentation build script (#755)

22:04 Changeset [3278] by thijs
  • sandbox/release/bin/build-egg
  • sandbox/release/release/builds/__init__.py
  • sandbox/release/release/builds/steps.py
  • sandbox/release/release/package.py

add build-egg script (#755)

19:21 Ticket #201 (Create Mac OSX installer for PyAMF) closed by thijs
wontfix: Let's not do this. The build-tarballs script (#755) is sufficient and …
19:19 Ticket #750 (Django csrf check and pyamf djangogateway) closed by thijs
duplicate: Replying to coulix: > It is enabled by default in 1.2 or when …
15:45 Changeset [3277] by nick
  • branches/remoting-amf3-737/pyamf/remoting/__init__.py

Added support for AMF3 types as the body args.

15:44 Changeset [3276] by nick
  • branches/remoting-amf3-737

Create branch remoting-amf3-737

14:35 Ticket #418 (Setup nightly builds page) closed by nick
wontfix: Nightly builds are not required for PyAMF .. the lib is aimed at …
14:32 Ticket #508 ([Patch] Django test client) closed by nick
worksforme: Since tests aren't going to be included and the code for the client is …
14:27 Ticket #649 (Consider switching out httplib in favour of PyCurl) closed by nick
wontfix: This is not going to happen .. PyCurl on the windows platform is a …
14:19 Changeset [3275] by nick
  • branches/django-1.2-759/doc/whatsnew/0.6.rst

Doc update for branch changes

14:14 Changeset [3274] by nick
  • branches/django-1.2-759/pyamf/remoting/gateway/django.py
  • branches/django-1.2-759/pyamf/tests/gateway/test_django.py

Ensure that the DjangoGateway supports the new CSRF middleware.

AMF Gateways are exempt from this framework.

14:12 Changesets [3272-3273] by nick
  • branches/django-1.2-759/pyamf/adapters/_django_contrib_auth_models.py
  • branches/django-1.2-759/pyamf/adapters/_django_contrib_auth_models.py
  • branches/django-1.2-759/pyamf/adapters/_django_db_models_base.py
  • branches/django-1.2-759/pyamf/tests/adapters/test_django.py

Exclude the _state attribute on model.Model instances.

14:00 Changeset [3271] by nick
  • branches/django-1.2-759

Create branch django-1.2-759

13:59 Ticket #759 (Support Django 1.2) created by nick
This includes the updates to the Model class (_state attribute)

03/10/10:

01:34 MessagingArchitecture edited by thijs
add link to Message Queue Evaluation notes on Second Life wiki (diff)
01:32 Changeset [3270] by thijs
  • branches/cgihandler-744/doc/tutorials/examples/gateways/appengine/client.py
  • branches/cgihandler-744/doc/tutorials/examples/gateways/appengine/webapp.py
  • branches/cgihandler-744/doc/tutorials/examples/gateways/appengine/wsgi.py
  • branches/cgihandler-744/doc/tutorials/gateways/appengine.rst

Update GoogleAppEngine tutorial, refs #744

00:04 Ticket #354 (PyAMF example for IPhone OS) closed by thijs
wontfix: Removed in r3269 but closing as wontfix.
00:03 Changeset [3269] by thijs
  • trunk
  • trunk/cpyamf
  • trunk/doc/tutorials/examples/actionscript/iphone-os
  • trunk/pyamf/tests/modules

Merge remove-iphone-354: remove old broken IPhoneOSExample

Author: thijs
Reviewer: nick
Fixes: #354

03/08/10:

22:28 Ticket #758 (New tutorial to push AMF object from server to client through a socket) created by ethankennerly
Go is an elegant Chinese board game of pure strategy. Programming the full …

03/03/10:

15:15 Ticket #757 (Fix svn:mergeinfo) created by thijs
It's currently referring to branches that don't exist anymore... […]
15:12 Changeset [3268] by thijs
  • branches/cgihandler-744

Branching to 'cgihandler-744'

15:03 Changeset [3267] by thijs
  • sandbox/release/release/package.py

Update logging

14:41 Changeset [3266] by thijs
  • sandbox/release
  • sandbox/release/release/package.py

Improve logging

13:55 ReleaseCheckList edited by thijs
update (#543) (diff)
13:50 Changeset [3265] by thijs
  • branches/remove-iphone-354/doc/tutorials/examples/actionscript/iphone-os

Remove broken, unfinished iphone-os example (#354)

13:49 Changeset [3264] by thijs
  • branches/remove-iphone-354

Branching to 'remove-iphone-354'

13:38 Ticket #543 (Replace release date in changelog) closed by thijs
fixed
13:38 Changeset [3263] by thijs
  • sandbox/release/release/package.py

Update release date in changelog.

Author: thijs
Fixes: #543

12:51 Changeset [3262] by thijs
  • sandbox/release/release/package.py

Include examples (#755)

12:32 ReleaseCheckList edited by thijs
update (#756) (diff)
12:31 Ticket #756 (Update MD5 checksums) closed by thijs
fixed
12:31 Changeset [3261] by thijs
  • sandbox/release/release/package.py

Update MD5 checksums.

Author: thijs
Fixes: #756

11:14 ReleaseCheckList edited by thijs
fixed #546 (diff)
11:13 Ticket #546 (Remove the egg_info metadata from setup.cfg) closed by thijs
fixed
11:12 Changeset [3260] by thijs
  • sandbox/release/release/package.py

Remove the egg_info metadata from setup.cfg using ConfigParser.

Author: thijs
Fixes: #546

03/02/10:

21:00 ReleaseCheckList edited by thijs
update (#755) (diff)
20:46 Ticket #756 (Update MD5 checksums) created by thijs
We need to create a script that downloads the …
20:42 Changeset [3259] by thijs
  • sandbox/release/release/package.py

Fix tarball builder, #755

16:56 Changeset [3258] by thijs
  • sandbox/release/release/package.py

clean pyc and so files, #755

16:19 Changeset [3257] by thijs
  • sandbox/release/release/package.py

Add doc building

15:41 Changeset [3256] by thijs
  • sandbox/release/release/package.py

Add references to tickets, refs #755

15:34 Changeset [3255] by thijs
  • sandbox/release/release/package.py

build-tarballs script update, #755

13:52 Changeset [3254] by thijs
  • sandbox/release
  • sandbox/release/bin
  • sandbox/release/bin/build-tarballs
  • sandbox/release/release/__init__.py
  • sandbox/release/release/package.py

Add build-tarballs script, refs #755

13:51 Ticket #755 (Create build/release scripts) created by thijs
I'm working on tools in sandbox/release/bin script that: - …
12:55 Changeset [3253] by thijs
  • sandbox/release/buildbot-config.py

Renaming script

12:15 Ticket #375 (Support IPhone OS / ARM cpu) closed by thijs
wontfix
12:11 Ticket #645 (Tests fail for Django 1.1) closed by thijs
fixed: It works fine with 1.1.1 here on OSX. Going to close it as fixed, please …
12:09 Ticket #481 (test_write_infinites failing on IPodOS) closed by thijs
duplicate: This is the same error reported in the Jython ticket. Going …
12:06 Ticket #259 (Pygments example) closed by thijs
wontfix: Closing this because we already have an AIR example (for UDP).
10:02 Ticket #616 (Roundup WSGI howto) closed by thijs
wontfix: Closing this, don't see the benefit of such an example anymore.
10:01 Ticket #594 (Create a pywebkitgtk example) closed by thijs
wontfix: Closing this, don't see the benefit of such an example anymore.
10:00 Ticket #593 (Create a Python-only example using flex-pypy) closed by thijs
wontfix: Closing this, don't see the benefit of such an example anymore.
Note: See TracTimeline for information about the timeline view.