Timeline
12/19/08:
- 04:00 Ticket #386 (AMF3 encoding error in r1810) reopened by
- Further testing revealed a problem with this solution. dict objects should …
12/18/08:
- 18:10 Ticket #394 (WSGI gateway should return correct response type and log all exceptions) created by
- WSGI gateway does not return response if an exception is raised during …
- 01:23 Ticket #355 (Option to map ArrayCollection/ObjectProxy to (list, tuple)/dict) reopened by
- Previous changes added the ability to encode pyamf.MixedArray objects as …
- 01:01 Ticket #391 (Rename the --disable-cpyamf option) closed by
- fixed: Fixed with r1858.
- 01:00 Changeset [0160c14a3ae59ec2759c4c6ba4d1a96bfc51770f] by
-
- INSTALL.txt
- setup.py
Merge rename-ext-391: Rename --disable-cpyamf to --disable-ext.
Also update the installation instructions and add some new pypi classifiers.
Author: thijs
Reviewer: nick
Fixes: #391
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1858 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
- 00:35 Ticket #393 (Setup Python 2.7 buildslave) created by
- It's (almost) that time again.
- 00:31 Ticket #392 (exceptions.AssertionError: <type 'file'> != <built-in function open>) created by
- The following test …
12/17/08:
- 23:47 Ticket #391 (Rename the --disable-cpyamf option) created by
- Perhaps --disable-ext would be a better name.
- 23:45 IPhoneOSExample edited by
- (diff)
- 23:43 IPhoneOSExample edited by
- update (diff)
- 22:10 Ticket #357 (Refactor `flex.messaging.*` registered classes to have static attributes) closed by
- fixed: Merged in r1853.
- 22:09 Changeset [944e2f60838b7f5feb8487a48ba85f40667ca6b5] by
-
- CHANGES.txt
- pyamf/__init__.py
- pyamf/amf3.py
- pyamf/flex/messaging.py
- pyamf/tests/test_amf0.py
- pyamf/tests/test_amf3.py
- pyamf/tests/test_basic.py
- pyamf/tests/test_flex_messaging.py
- pyamf/util/__init__.py
AMF3 now correctly encodes static attributes on objects. pyamf.flex.messaging has been refactored accordingly and now produces the 'correct' encoding.
Fixes: #357
Authoer: nick
Reviewer: thijs
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1853 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
- 19:53 Ticket #390 (encoding/decoding dates prior to 1970 with Windows) created by
- The following example results in an exception: […]
12/16/08:
- 18:19 Ticket #389 (Upgrade setuptools to 0.6c9) closed by
- fixed: Fixed with r1848
- 18:19 Changeset [954eebed296f4daa6ae83a7c0a2837eda52efec5] by
-
- ez_setup.py
Upgrade to setuptools 0.6c9, fixes #389
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1848 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
- 18:12 Ticket #389 (Upgrade setuptools to 0.6c9) created by
- setuptools 0.6c8 (and older?) throw the following error when using …
12/15/08:
- 21:33 Examples edited by
- adding reference to SQLAlchemyAdapter (diff)
- 21:30 CherryPyHowto edited by
- adding sections (diff)
- 20:22 RemoteObjectConfig edited by
- formatting update (diff)
12/12/08:
- 13:29 SQLAlchemyAdapter edited by
- adding link, description and logo (diff)
12/11/08:
- 13:21 Ticket #386 (AMF3 encoding error in r1810) closed by
- fixed: Merged in r1837.
- 13:21 Changeset [6466272099758bfc5b12310601a8576bf5f0d74f] by
-
- pyamf/amf3.py
- pyamf/tests/test_amf3.py
- pyamf/tests/util.py
Merged source:pyamf/branches/class-def-refs-386
Class definition references should not be storing for dicts
Author: nick
Reviewer: dthompso
Fixes: #386
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1837 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
12/09/08:
- 00:08 Ticket #381 (Ability to disable cPyAMF from the commandline) closed by
- fixed: Branched to source:pyamf/branches/disable-cpyamf-381 in r1834 and merged …
- 00:07 Changeset [e15f801720a6c6f7ad307d2791878b56841210e5] by
-
- setup.py
Refactor setup.py to be able to disable building cpyamf on the commandline.
Author: nick
Reviewer: thijs, darkhorse
Fixes: #381
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1835 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
12/08/08:
- 22:55 AdapterFramework edited by
- linking to new ticket page (diff)
- 22:45 Changeset [fe565b8297e11b7011afef84ac11d5b500a949dd] by
-
- pyamf/flex/__init__.py
Small formatting updates.
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1832 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
- 19:05 Changeset [93de092baabcb6067de314c54f3f60e7100cceba] by
-
- pyamf/__init__.py
- pyamf/adapters/_decimal.py
- pyamf/amf3.py
- pyamf/util/__init__.py
Epydoc fixes.
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1831 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
12/07/08:
- 20:37 Ticket #367 (Ignore cPyAMF if it can't be compiled and installed) closed by
- wontfix: I think this is bogus - if there is a specific reason why cpyamf …
12/06/08:
- 21:31 AdapterFramework edited by
- Updated docs and modules. (diff)
- 20:45 Ticket #355 (Option to map ArrayCollection/ObjectProxy to (list, tuple)/dict) closed by
- fixed: Excellent patch and unit tests - thanks for those! I just added some code …
- 20:41 Changeset [45fe495e3db0124613d785acf730e1e9bea4725e] by
-
- CHANGES.txt
- pyamf/amf3.py
- pyamf/flex/__init__.py
- pyamf/remoting/gateway/wsgi.py
- pyamf/tests/test_amf3.py
- pyamf/tests/test_flex.py
- pyamf/tests/test_util.py
- pyamf/util/__init__.py
Added use_proxy option to amf3 which will automagically convert ObjectProxy to dict and ArrayCollection to list on decoding and vice versa on encode.
Excellent patch and unit tests!
Fixed: #355
Author: dthompso
Reviewer: nick
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1822 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
- 19:57 Ticket #382 (Django QuerySet failing) closed by
- fixed: This patch was so trivial - and required to support django again that I …
- 19:54 Changeset [16384cbb3c69b88525854ada9a83b803b34dec5d] by
-
- pyamf/adapters/_django_db_models_fields.py
- pyamf/adapters/_django_db_models_query.py
Applying patch from ticket. Fixes: #382
git-svn-id: https://svn.pyamf.org/pyamf/trunk@1818 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
