-
Notifications
You must be signed in to change notification settings - Fork 93
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
base: master
Are you sure you want to change the base?
Commits on Apr 3, 2017
-
Convert README.rst to README.md and fix it. Update .gitignore Add license
Configuration menu - View commit details
-
Copy full SHA for c113bf4 - Browse repository at this point
Copy the full SHA c113bf4View commit details
Commits on Apr 4, 2017
-
Work Encode and Decode with Message in AMF3
Yohan committedApr 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 9858cb5 - Browse repository at this point
Copy the full SHA 9858cb5View commit details -
Yohan committed
Apr 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 888ba84 - Browse repository at this point
Copy the full SHA 888ba84View commit details
Commits on Apr 6, 2017
-
Support python3 with pure.py decoder/encoder
- Pass setup.py test without adapters - Bump up to 0.8.2
Yohan committedApr 6, 2017 Configuration menu - View commit details
-
Copy full SHA for d50d45f - Browse repository at this point
Copy the full SHA d50d45fView commit details -
Yohan committed
Apr 6, 2017 Configuration menu - View commit details
-
Copy full SHA for c940060 - Browse repository at this point
Copy the full SHA c940060View commit details -
Yohan committed
Apr 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 4a2dca0 - Browse repository at this point
Copy the full SHA 4a2dca0View commit details -
Remove Cython dependency in setup.py
Yohan committedApr 6, 2017 Configuration menu - View commit details
-
Copy full SHA for eeaffd3 - Browse repository at this point
Copy the full SHA eeaffd3View commit details
Commits on Apr 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5143c39 - Browse repository at this point
Copy the full SHA 5143c39View commit details
Commits on Jun 29, 2017
-
Support python3 by switching getheader() to get() to fetch a header v…
…alue from a http.client.HTTPMessage
Configuration menu - View commit details
-
Copy full SHA for b890c29 - Browse repository at this point
Copy the full SHA b890c29View commit details
Commits on Jul 27, 2017
-
Merge pull request StdCarrot#1 from pauloAmaral/fix-getheader
Fix fetch header from a HTTPMessage
Configuration menu - View commit details
-
Copy full SHA for 0c615cf - Browse repository at this point
Copy the full SHA 0c615cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for af9ec6d - Browse repository at this point
Copy the full SHA af9ec6dView commit details -
Merge pull request StdCarrot#2 from StdCarrot/revert-1-fix-getheader
Revert "Fix fetch header from a HTTPMessage"
Configuration menu - View commit details
-
Copy full SHA for 4907405 - Browse repository at this point
Copy the full SHA 4907405View commit details -
Support python3 by switching getheader() to get() to fetch a header v…
…alue from a http.client.HTTPMessage
Configuration menu - View commit details
-
Copy full SHA for 664da5d - Browse repository at this point
Copy the full SHA 664da5dView commit details
Commits on Jul 28, 2017
-
Yohan committed
Jul 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 4f73ee5 - Browse repository at this point
Copy the full SHA 4f73ee5View commit details -
Remove flask8 during travis CI
Yohan committedJul 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 8a64842 - Browse repository at this point
Copy the full SHA 8a64842View commit details -
Yohan committed
Jul 28, 2017 Configuration menu - View commit details
-
Copy full SHA for e79150c - Browse repository at this point
Copy the full SHA e79150cView commit details -
Fix testcase to support unsorted object
Yohan committedJul 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 6883f1e - Browse repository at this point
Copy the full SHA 6883f1eView commit details -
Merge pull request StdCarrot#4 from StdCarrot/dev
Merge travisCI support and fix testcase to unsorted object
Configuration menu - View commit details
-
Copy full SHA for 686b1b5 - Browse repository at this point
Copy the full SHA 686b1b5View commit details -
Merge pull request StdCarrot#3 from pauloAmaral/fix-getheader
Fix fetch header from a HTTPMessage
Configuration menu - View commit details
-
Copy full SHA for 4e1631f - Browse repository at this point
Copy the full SHA 4e1631fView commit details
Commits on Aug 4, 2017
-
Yohan committed
Aug 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 06c5ee6 - Browse repository at this point
Copy the full SHA 06c5ee6View commit details
Commits on Mar 23, 2018
-
Under Python 3.6 negative timestamp produce OSError instead of Value error. Fix it
Configuration menu - View commit details
-
Copy full SHA for e7cabe2 - Browse repository at this point
Copy the full SHA e7cabe2View commit details
Commits on Apr 3, 2018
-
Merge pull request StdCarrot#7 from RomanKharin/patch-1
Support for python 3.6
Configuration menu - View commit details
-
Copy full SHA for 2d7cc1c - Browse repository at this point
Copy the full SHA 2d7cc1cView commit details -
Yohan committed
Apr 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 5d1bcf7 - Browse repository at this point
Copy the full SHA 5d1bcf7View commit details
Commits on Jul 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c62a52d - Browse repository at this point
Copy the full SHA c62a52dView commit details -
Update travis setting for sqlalchemy testing
Yohan committedJul 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 6488782 - Browse repository at this point
Copy the full SHA 6488782View commit details
Commits on Jan 9, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 6f6ef16 - Browse repository at this point
Copy the full SHA 6f6ef16View commit details -
fix of incorrect "bytes" concating in ByteArray.__str__ and ByteArray…
….__bytes__ methods old implementation raises TypeError of incompatible operands int and bytes.
Configuration menu - View commit details
-
Copy full SHA for 5c0b745 - Browse repository at this point
Copy the full SHA 5c0b745View commit details
Commits on Jan 10, 2020
-
YohanBu committed
Jan 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 2f14d0f - Browse repository at this point
Copy the full SHA 2f14d0fView commit details -
YohanBu committed
Jan 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 11df455 - Browse repository at this point
Copy the full SHA 11df455View commit details -
Merge pull request StdCarrot#10 from elmordo/master
Fix of StopIteration errors for Python 3.8 and fix of ByteArray __str__ and __bytes__ methods
Configuration menu - View commit details
-
Copy full SHA for e6aae0a - Browse repository at this point
Copy the full SHA e6aae0aView commit details -
Fix sqlalchemy test: avoid unsorted list comparison
YohanBu committedJan 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 6f57297 - Browse repository at this point
Copy the full SHA 6f57297View commit details -
YohanBu committed
Jan 10, 2020 Configuration menu - View commit details
-
Copy full SHA for d91a265 - Browse repository at this point
Copy the full SHA d91a265View commit details -
Drop compatibility with old version of sqlalchemy<1.0
YohanBu committedJan 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 2647369 - Browse repository at this point
Copy the full SHA 2647369View commit details
Commits on Feb 8, 2021
-
Merge pull request StdCarrot#1 from StdCarrot/master
merge back to elmordo/Py3AMF
Configuration menu - View commit details
-
Copy full SHA for 64705ed - Browse repository at this point
Copy the full SHA 64705edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b2b917 - Browse repository at this point
Copy the full SHA 2b2b917View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab73dd0 - Browse repository at this point
Copy the full SHA ab73dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3071798 - Browse repository at this point
Copy the full SHA 3071798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b8edf3 - Browse repository at this point
Copy the full SHA 8b8edf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4493683 - Browse repository at this point
Copy the full SHA 4493683View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15bd8bd - Browse repository at this point
Copy the full SHA 15bd8bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e652723 - Browse repository at this point
Copy the full SHA e652723View commit details
Commits on Mar 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5c90ab5 - Browse repository at this point
Copy the full SHA 5c90ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 553b87d - Browse repository at this point
Copy the full SHA 553b87dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a0f43 - Browse repository at this point
Copy the full SHA 55a0f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25aa6ae - Browse repository at this point
Copy the full SHA 25aa6aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 502288a - Browse repository at this point
Copy the full SHA 502288aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68f0d27 - Browse repository at this point
Copy the full SHA 68f0d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35f4206 - Browse repository at this point
Copy the full SHA 35f4206View commit details
Commits on Mar 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 26c9e92 - Browse repository at this point
Copy the full SHA 26c9e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0499743 - Browse repository at this point
Copy the full SHA 0499743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de27fc - Browse repository at this point
Copy the full SHA 7de27fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 991d300 - Browse repository at this point
Copy the full SHA 991d300View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8524d - Browse repository at this point
Copy the full SHA 5c8524dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac12211 - Browse repository at this point
Copy the full SHA ac12211View commit details
Commits on Mar 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5a9963f - Browse repository at this point
Copy the full SHA 5a9963fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c824a9 - Browse repository at this point
Copy the full SHA 7c824a9View commit details -
updated dependencies: Cython>=0.28, lxml>=4.4.0, twisted>=16.0.0, rem…
…oved wsgiref - this is included in standard lib
Configuration menu - View commit details
-
Copy full SHA for 34d7520 - Browse repository at this point
Copy the full SHA 34d7520View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 05d6fdf - Browse repository at this point
Copy the full SHA 05d6fdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ece033 - Browse repository at this point
Copy the full SHA 8ece033View commit details
Commits on Mar 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e062a68 - Browse repository at this point
Copy the full SHA e062a68View commit details
Commits on Nov 22, 2022
-
Merge pull request StdCarrot#12 from elmordo/master
Fix of the binary version of the PyAMF
Configuration menu - View commit details
-
Copy full SHA for ca38115 - Browse repository at this point
Copy the full SHA ca38115View commit details
Commits on Feb 2, 2023
-
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 '':
Configuration menu - View commit details
-
Copy full SHA for 29f384b - Browse repository at this point
Copy the full SHA 29f384bView commit details
Commits on Feb 16, 2023
-
Merge pull request StdCarrot#13 from stumitchell/patch-2
Remove python 3.10 SyntaxWarning
Configuration menu - View commit details
-
Copy full SHA for aedb203 - Browse repository at this point
Copy the full SHA aedb203View commit details
Commits on Feb 24, 2023
-
StdC authored and StdC committed
Feb 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 4f20866 - Browse repository at this point
Copy the full SHA 4f20866View commit details -
Change README.md to README.rst
StdC authored and StdC committedFeb 24, 2023 Configuration menu - View commit details
-
Copy full SHA for be79bf1 - Browse repository at this point
Copy the full SHA be79bf1View commit details
Commits on Jan 22, 2024
-
Hexalgo committed
Jan 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 9094b7f - Browse repository at this point
Copy the full SHA 9094b7fView commit details