Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added parsing of Dictionary objects #70

Open
wants to merge 66 commits into
base: master
Choose a base branch
from

Commits on Apr 3, 2017

  1. Init forked project

    Convert README.rst to README.md and fix it.
    Update .gitignore
    Add license
    StdCarrot committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    c113bf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Work Encode and Decode with Message in AMF3

    Yohan committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    9858cb5 View commit details
    Browse the repository at this point in the history
  2. Update project state

    Yohan committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    888ba84 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Support python3 with pure.py decoder/encoder

    - Pass setup.py test without adapters
    - Bump up to 0.8.2
    Yohan committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    d50d45f View commit details
    Browse the repository at this point in the history
  2. Update README

    Yohan committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    c940060 View commit details
    Browse the repository at this point in the history
  3. Fix setup.py

    Yohan committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    4a2dca0 View commit details
    Browse the repository at this point in the history
  4. Remove Cython dependency in setup.py

    Yohan committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    eeaffd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. Update README.md

    - Installation
    - Simple example
    Yohan committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    5143c39 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Support python3 by switching getheader() to get() to fetch a header v…

    …alue from a http.client.HTTPMessage
    paulopaixaoamaral committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    b890c29 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Merge pull request StdCarrot#1 from pauloAmaral/fix-getheader

    Fix fetch header from a HTTPMessage
    StdCarrot committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    0c615cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af9ec6d View commit details
    Browse the repository at this point in the history
  3. Merge pull request StdCarrot#2 from StdCarrot/revert-1-fix-getheader

    Revert "Fix fetch header from a HTTPMessage"
    StdCarrot committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    4907405 View commit details
    Browse the repository at this point in the history
  4. Support python3 by switching getheader() to get() to fetch a header v…

    …alue from a http.client.HTTPMessage
    paulopaixaoamaral committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    664da5d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Prepare travis CI

    Yohan committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    4f73ee5 View commit details
    Browse the repository at this point in the history
  2. Remove flask8 during travis CI

    Yohan committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    8a64842 View commit details
    Browse the repository at this point in the history
  3. Fix wrong testcase

    Yohan committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    e79150c View commit details
    Browse the repository at this point in the history
  4. Fix testcase to support unsorted object

    Yohan committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    6883f1e View commit details
    Browse the repository at this point in the history
  5. Merge pull request StdCarrot#4 from StdCarrot/dev

    Merge travisCI support and fix testcase to unsorted object
    StdCarrot committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    686b1b5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request StdCarrot#3 from pauloAmaral/fix-getheader

    Fix fetch header from a HTTPMessage
    StdCarrot committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    4e1631f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Bump to 0.8.7

    Yohan committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    06c5ee6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Support for python 3.6

    Under Python 3.6 negative timestamp produce OSError instead of Value error. Fix it
    RomanKharin committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    e7cabe2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Merge pull request StdCarrot#7 from RomanKharin/patch-1

    Support for python 3.6
    StdCarrot committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    2d7cc1c View commit details
    Browse the repository at this point in the history
  2. Bump up to 0.8.8

    Yohan committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    5d1bcf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Support sqlalchemy

    Bump up to 0.8.9
    Yohan committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    c62a52d View commit details
    Browse the repository at this point in the history
  2. Update travis setting for sqlalchemy testing

    Yohan committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    6488782 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. removed StopIteration error raising in Envelope.__iter__ and Envelope…

    ….iteritems methods
    
    the StopIteration error raised in generators is replaced by RuntimeError in Python 3.7+. See PEP479 and https://docs.python.org/3/whatsnew/3.7.html for more info
    elmordo committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    6f6ef16 View commit details
    Browse the repository at this point in the history
  2. fix of incorrect "bytes" concating in ByteArray.__str__ and ByteArray…

    ….__bytes__ methods
    
    old implementation raises TypeError of incompatible operands int and bytes.
    elmordo committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    5c0b745 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. CI test python3.8

    YohanBu committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    2f14d0f View commit details
    Browse the repository at this point in the history
  2. Fix travis config

    YohanBu committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    11df455 View commit details
    Browse the repository at this point in the history
  3. Merge pull request StdCarrot#10 from elmordo/master

    Fix of StopIteration errors for Python 3.8 and fix of ByteArray __str__ and __bytes__ methods
    StdCarrot committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    e6aae0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f57297 View commit details
    Browse the repository at this point in the history
  5. Bump up to 0.8.10

    YohanBu committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    d91a265 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2647369 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Merge pull request StdCarrot#1 from StdCarrot/master

    merge back to elmordo/Py3AMF
    elmordo committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    64705ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b2b917 View commit details
    Browse the repository at this point in the history
  3. nogil annotation removed

    elmordo committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    ab73dd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3071798 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b8edf3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4493683 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15bd8bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e652723 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    5c90ab5 View commit details
    Browse the repository at this point in the history
  2. added set type to codec.py

    mmiko committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    553b87d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55a0f43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25aa6ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    502288a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68f0d27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35f4206 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    26c9e92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0499743 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7de27fc View commit details
    Browse the repository at this point in the history
  4. fixed outdated asserts

    mmiko committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    991d300 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c8524d View commit details
    Browse the repository at this point in the history
  6. fixed django tests

    mmiko committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    ac12211 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    5a9963f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c824a9 View commit details
    Browse the repository at this point in the history
  3. updated dependencies: Cython>=0.28, lxml>=4.4.0, twisted>=16.0.0, rem…

    …oved wsgiref - this is included in standard lib
    mmiko committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    34d7520 View commit details
    Browse the repository at this point in the history
  4. restored inclusion of cpyamf/*.pyx files to the package - the setupin…

    …fo.py code expects them to be present when cython is installed otherwise install from sdist does not build c-extensions
    mmiko committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    05d6fdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ece033 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    e062a68 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Merge pull request StdCarrot#12 from elmordo/master

    Fix of the binary version of the PyAMF
    StdCarrot committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    ca38115 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Remove python 3.10 SyntaxWarning

    /venv/lib/python3.10/site-packages/pyamf/util/__init__.py:204: SyntaxWarning: "is" with a literal. Did you mean "=="?
      if mod_name is '':
    stumitchell committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    29f384b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Merge pull request StdCarrot#13 from stumitchell/patch-2

    Remove python 3.10 SyntaxWarning
    StdCarrot committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    aedb203 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Bump to 0.8.11

    StdC authored and StdC committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    4f20866 View commit details
    Browse the repository at this point in the history
  2. Change README.md to README.rst

    StdC authored and StdC committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    be79bf1 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. added dictionary parsing

    Hexalgo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9094b7f View commit details
    Browse the repository at this point in the history