forked from hydralabs/pyamf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged cpyamf-encoder-517: Provide C based AMF3 encoder/decoders whil…
…st maintaining Python api compatibility. Fixes: #517 Author: nick Reviewer: thijs git-svn-id: https://svn.pyamf.org/trunk@3331 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
- Loading branch information
Showing
25 changed files
with
31,134 additions
and
8,639 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
PyAMF.egg-info/ | ||
_trial_temp/ | ||
build/ | ||
cpyamf/*.so | ||
doc/_build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Copyright (c) 2007-2009 The PyAMF Project. | ||
# Copyright (c) The PyAMF Project. | ||
# See LICENSE.txt for details. | ||
|
||
""" | ||
Python C-extensions for L{PyAMF<pyamf>}. | ||
@since: 0.4 | ||
:since: 0.4 | ||
""" |
Oops, something went wrong.