Timeline


and

10/22/07:

05:49 Changeset [4afcbf9ae815581f3e2055fa8fd7d3826181c525] by thijstriemstra <thijs@…>
  • pyamf/__init__.py

Adding xml, custom class and bytearray amf dump files. Fixing old encoder reference.

git-svn-id:  https://svn.pyamf.org/trunk@49 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5

01:01 Ticket #13 (DeprecationWarning) created by thijs
When I test the AMF encoder with the amf_server.py example and a test SWF …

10/21/07:

23:21 Changeset [c6057883f90360b275541f04e50231abbf501b77] by thijstriemstra <thijs@…>
  • LICENSE.txt

Adding Nick to credits.

git-svn-id:  https://svn.pyamf.org/trunk@48 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5

23:18 Changeset [402ea21a47ea5ae734f0ad1903633c58cd6ed6d1] by thijstriemstra <thijs@…>
  • pyamf/amf3.py
  • setup.py

Ignore parse.py in the dump parser.

git-svn-id:  https://svn.pyamf.org/trunk@47 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5

23:04 Changeset [96deb78d004ceab19a96214d38a61063483caa28] by thijstriemstra <thijs@…>
  • pyamf/__init__.py
  • pyamf/amf0.py
  • pyamf/amf3.py
  • pyamf/tests/__init__.py
  • pyamf/tests/amf0.py
  • pyamf/util.py

Adding Nick to credits, fixing some issues with dumps decoder, renamed parser to decoder.

git-svn-id:  https://svn.pyamf.org/trunk@46 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5

19:53 Ticket #12 (Provide helper functions for easy parsing/encoding) created by nick
To be able to do something like: […] or […]
19:47 Ticket #11 (Add support for Shared Object) created by nick
I would suggest using …
16:19 Ticket #10 (util.BufferedByteStream should not extend StringIO) created by nick
StringIO is a pure Python implementation (and therefore relatively slow) …
16:16 Ticket #9 (Add support for timezones) created by nick
Currently any timezone information is being ignored. From …

10/19/07:

23:07 Ticket #8 (Support for AMFEXT) created by thijs
I came across a amfphp related …
22:57 Ticket #7 (Handling malformed AMF data) created by thijs
PyAMF should throw a better error when it tries to parse malformed AMF …
22:43 MailingList edited by thijs
adding pyamf-tickets mailinglist (diff)
22:42 Ticket #6 (Test ticket) closed by thijs
invalid
22:31 Ticket #6 (Test ticket) created by thijs
testing tickets mailinglist
18:39 Ticket #5 (Implement and test AMF3) created by nick
AMF3 support and testing is diabolical atm, improve the situation.
18:38 Ticket #4 (Complete AMF0 testing coverage) created by nick
This ticket is the start of getting on top of the test coverage (or lack …
18:22 Ticket #3 (Cruft in util.py) created by nick
There are a number of redundant functions in util.py that are throw backs …
18:07 Ticket #1 (Split out amf.py to amf0.py and amf3.py) closed by nick
fixed: (In [22]) Merge split-policies-1 Author: nick Reviewer: arnar Fixes #1
18:05 Changeset [5f1ef7edc56801822103dc270fb86e4462516404] by njoyce <nick@…>
  • pyamf/__init__.py
  • pyamf/amf.py
  • pyamf/amf0.py
  • pyamf/amf3.py
  • pyamf/tests/__init__.py
  • pyamf/tests/amf.py
  • pyamf/tests/amf0.py
  • pyamf/util.py

Merge split-versions-1

Author: nick
Reviewer: arnar
Fixes #1

Split out amf.py to amf0.py and amf3.py

git-svn-id:  https://svn.pyamf.org/trunk@22 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5

15:57 Ticket #2 (Add a remoting module) created by nick
The module should provide a unified api to process input/output streams …
13:07 Ticket #1 (Split out amf.py to amf0.py and amf3.py) created by nick
amf.py contains implementations for both versions of the protocol. AMF3 is …
09:00 Changeset [13112698bbf878af3e0693220595a125215de2c2] by thijstriemstra <thijs@…>
  • CHANGES.txt
  • setup.py

Adding changelog, bumping to 0.0.2

git-svn-id:  https://svn.pyamf.org/trunk@7 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5

08:56 Changeset [cb22cf231b5e0e487bab3df16d3dc149786c73a8] by thijstriemstra <thijs@…>
  • pyamf/tests/__init__.py
  • pyamf/tests/amf.py

Tagging original RTMPy code as 0.0.1

git-svn-id:  https://svn.pyamf.org/tags/0_0_1@6 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5

08:41 Changeset [6663a3b59373703f246e355d7181c451c62fae1e] by thijstriemstra <thijs@…>
  • pyamf/tests/__init__.py
  • pyamf/tests/amf.py

Adding test suite.

git-svn-id:  https://svn.pyamf.org/trunk@5 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5

08:25 WikiStart edited by thijs
adding source access page (diff)
08:23 MailingList created by thijs
created mailinglist page
08:22 WikiStart edited by thijs
created start page (diff)
08:08 Changeset [a138e8989520d28a8cff1ec45867215554926ee8] by thijstriemstra <thijs@…>
  • pyamf/__init__.py
  • pyamf/amf.py
  • pyamf/util.py

Adding start of AMF decoder and encoder.

git-svn-id:  https://svn.pyamf.org/trunk@4 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5

07:58 Changeset [2e34b37db92fc75caefc09e3dc32251111208688] by thijstriemstra <thijs@…>
  • LICENSE.txt
  • ez_setup.py
  • setup.cfg
  • setup.py

Adding license and setup files.

git-svn-id:  https://svn.pyamf.org/trunk@3 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5

05:58 Changeset [9482ac0217ec3b1dd44b7ef6e8bdee2c717638cf] by thijstriemstra <thijs@…>

    Initial import.

    git-svn-id:  https://svn.pyamf.org/trunk@1 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5

    05:17 TracBackup created by trac
    05:17 TracInstall created by trac
    05:17 TracTickets created by trac
    05:17 TracTimeline created by trac
    05:17 TracRss created by trac
    05:17 WikiDeletePage created by trac
    05:17 TracImport created by trac
    05:17 WikiPageNames created by trac
    05:17 WikiRestructuredText created by trac
    05:17 TracPermissions created by trac
    05:17 TracSupport created by trac
    05:17 WikiHtml created by trac
    05:17 TracIni created by trac
    05:17 TracFastCgi created by trac
    05:17 InterTrac created by trac
    05:17 PageTemplates created by trac
    05:17 TracModPython created by trac
    05:17 TracBrowser created by trac
    05:17 TracSyntaxColoring created by trac
    05:17 WikiFormatting created by trac
    05:17 TracNotification created by trac
    05:17 TracUnicode created by trac
    05:17 TracAccessibility created by trac
    05:17 TracTicketsCustomFields created by trac
    05:17 TracReports created by trac
    05:17 WikiMacros created by trac
    05:17 TracRevisionLog created by trac
    05:17 TracCgi created by trac
    05:17 CamelCase created by trac
    05:17 TracEnvironment created by trac
    05:17 TracQuery created by trac
    05:17 InterMapTxt created by trac
    05:17 TracSearch created by trac
    05:17 WikiStart created by trac
    05:17 WikiRestructuredTextLinks created by trac
    05:17 WikiProcessors created by trac
    05:17 TracLinks created by trac
    05:17 TracPlugins created by trac
    05:17 TracRoadmap created by trac
    05:17 SandBox created by trac
    05:17 TracLogging created by trac
    05:17 TracUpgrade created by trac
    05:17 TracAdmin created by trac
    05:17 TracStandalone created by trac
    05:17 TracInterfaceCustomization created by trac
    05:17 InterWiki created by trac
    05:17 TracGuide created by trac
    05:17 RecentChanges created by trac
    05:17 TitleIndex created by trac
    05:17 WikiNewPage created by trac
    05:17 TracChangeset created by trac
    05:17 TracWiki created by trac
    05:17 TracWorkflow created by trac
    Note: See TracTimeline for information about the timeline view.