Timeline
12/03/08:
- 16:09 Ticket #388 (Exclude third-party class(es) in our API documentation) created by
- The API documentation on http://api.pyamf.org shows a Twisted class that …
- 16:08 IExternalizable edited by
- cosmetic update (diff)
- 16:05 AsyncMessage edited by
- adding api docs link (diff)
- 16:04 AbstractMessage edited by
- adding api docs link (diff)
- 16:02 ObjectProxy edited by
- (diff)
- 16:02 ArrayCollection edited by
- cosmetic update (diff)
- 16:02 ObjectProxy edited by
- (diff)
- 16:01 ObjectProxy edited by
- cosmetic update (diff)
- 16:01 ObjectProxy edited by
- adding api docs link (diff)
- 16:00 ArrayCollection edited by
- adding api docs link (diff)
- 13:52 Ticket #387 (Skin the PyAMF blog) created by
- The blog still uses the default Wordpress skin. …
12/02/08:
- 22:53 Ticket #386 (AMF3 encoding error in r1810) created by
- I don't know how to explain this other than something is funky with the …
11/29/08:
- 23:17 IPhoneOSExample edited by
- update (diff)
- 22:37 Ticket #385 (Fix some issues on lists.pyamf.org) closed by
- fixed
11/28/08:
- 15:25 Ticket #385 (Fix some issues on lists.pyamf.org) created by
- - http://lists.pyamf.org/mailman/listinfo/commits contains a link to …
- 11:06 Ticket #384 (cPyAMF fails to compile on Windows) created by
- Our windows buildslaves are reporting build errors for all Windows …
- 11:03 Ticket #358 (Setup windows buildslave) closed by
- fixed: The buildslaves have been created but the cPyAMF tests are failing for all …
11/27/08:
- 21:20 Ticket #276 (PyAMF and IronPython issue) closed by
- wontfix: IronPython is horrible, fuck this, marking as wonteverfix
- 20:37 Ticket #383 (Add new builbot builders for magneto) closed by
- fixed: Fixed: - http://buildbot.pyamf.org/builders/x86-win2003-py24 - …
- 15:07 Ticket #314 (TypeError: unbound method __getstate__()) closed by
- invalid: Support for __getstate__ and __setstate__ has been removed in 0.4, so …
11/25/08:
- 23:55 Ticket #383 (Add new builbot builders for magneto) created by
- Add the following builders on the "magneto" buildbot: - x86-win2003-py24 …
- 22:55 IPhoneOSExample edited by
- adding additional packages (diff)
- 22:53 Ticket #382 (Django QuerySet failing) created by
- Traceback: […]
- 22:51 IPhoneOSExample edited by
- adding python (diff)
- 22:46 IPhoneOSExample edited by
- adding subversion (diff)
- 22:28 IPhoneOSExample edited by
- adding openssh (diff)
- 22:11 Ticket #349 (pyamf.flex.ArrayCollection should not inherit from dict) closed by
- fixed: Merged in r1806.
- 22:10 Changeset [659a05c3fe33e51fa8e5bc5da63344e9cf0786bb] by
-
- CHANGES.txt
- pyamf/amf0.py
- pyamf/flex/__init__.py
- pyamf/tests/test_amf0.py
- pyamf/tests/test_flex.py
Encoding registered subclass of list that define the 'externalised' metadata will be encoded as an object. ArrayCollection now extends list and IList has been implemented and tested.
Fixes: #349
Author: nick
Reviewer: thijs
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1806 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
- 22:00 ParseDump created by
- initial page
- 21:40 Ticket #381 (Ability to disable cPyAMF from the commandline) created by
- Right now there's a hardcoded USE_CPYAMF=True line in the …
11/24/08:
- 00:10 IPhoneOSExample edited by
- adding jailbreak complete image (diff)
- 00:06 IPhoneOSExample edited by
- adding work in progress note (diff)
11/23/08:
- 23:33 IPhoneOSExample edited by
- adding install packages section (diff)
- 23:26 IPhoneOSExample edited by
- adding cydia screenshot (diff)
- 21:51 IPhoneOSExample edited by
- adding Cydia notes (diff)
- 21:46 IPhoneOSExample edited by
- adding download links (diff)
- 21:40 IPhoneOSExample edited by
- (diff)
- 21:35 Ticket #376 (Error when encoding Decimal type) closed by
- fixed: Merged in r1796.
- 21:34 IPhoneOSExample edited by
- adding image (diff)
- 21:33 Changeset [9e1d20c6b4bc2cac3a2e57e7f6b17944b17d8ffb] by
-
- CHANGES.txt
- pyamf/__init__.py
- pyamf/adapters/_decimal.py
- pyamf/adapters/_sets.py
- pyamf/remoting/__init__.py
- pyamf/remoting/client/__init__.py
- pyamf/remoting/gateway/__init__.py
- pyamf/remoting/gateway/django.py
- pyamf/remoting/gateway/google.py
- pyamf/remoting/gateway/twisted.py
- pyamf/remoting/gateway/wsgi.py
- pyamf/tests/__init__.py
- pyamf/tests/modules/test_decimal.py
- pyamf/tests/test_amf0.py
- pyamf/tests/test_amf3.py
- pyamf/tests/test_basic.py
- pyamf/tests/test_modules.py
Added strict to Encoders. Doesn't really affect anything - useful for future developments.
Ticket: #376
Author: nick
Reviewer: thijs
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1796 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
- 21:32 IPhoneOSExample edited by
- update (diff)
- 21:06 EncodeError edited by
- (diff)
- 21:06 EncodeError created by
- initial page
- 20:51 Changeset [ab190d948347692832ec55b52f1170d3b4588e86] by
-
- pyamf/__init__.py
Adding @since markup.
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1791 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
- 20:45 Ticket #378 (Add option to decode typed but unaliased classes without raising ...) closed by
- fixed: Merged in r1789.
- 20:43 Changeset [4f86ca0f4e8cdf9a98cb44d6f4e9749cf860c0d2] by
-
- pyamf/__init__.py
- pyamf/amf0.py
- pyamf/amf3.py
- pyamf/remoting/__init__.py
- pyamf/tests/test_amf0.py
- pyamf/tests/test_amf3.py
- pyamf/tests/test_basic.py
Added a strict mode to the decoders to attempt to decode objects that have no registered class. Defaults to False. Switch to True for the old behaviour.
Fixes: #378
Author: nick
Reviewer: thijs
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1789 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
- 19:08 Changeset [41e938f09514cc50f4c30b54cce93ed33d050e90] by
-
- CHANGES.txt
Updating changelog
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1783 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
- 19:03 Ticket #347 (Support __slots__ for new style classes) closed by
- fixed: Merged in r1782.
- 19:01 Changeset [6f8deeef611ab382b40fd68c78cb4349e9bc714c] by
-
- pyamf/amf3.py
- pyamf/tests/test_amf0.py
- pyamf/tests/test_amf3.py
- pyamf/util/__init__.py
Added support for slots
Fixes: #347
Author: nick
Reviewer: thijs
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1782 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
