GitHub user amorey opened a pull request:
https://github.com/apache/thrift/pull/26
Added Unicode support to Python Library
Added Unicode support to lib/py/src/protocol/fastbinary.c
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/octopart/thrift trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/26.patch
----
commit 6635dda40151cd9a8552232f5f1ee04cc27cfd5b
Author: bnewbold <[email protected]>
Date: 2011-11-30T07:25:45-08:00
auto python fastbinary utf8 conversion
commit c7969faeaeb72e02d8a82949df305e8f609ef287
Author: bnewbold <[email protected]>
Date: 2011-11-30T18:33:33-08:00
python utf8 conversion optional flag
commit 79611ef2cad47714d8addaa429bec4ce51bdf297
Author: bnewbold <[email protected]>
Date: 2011-11-30T20:05:56-08:00
compiler support for python fastbinary utf8 mode
commit 1152508165783dcf624471ac66458dac3ca67e62
Author: bnewbold <[email protected]>
Date: 2011-11-30T21:00:00-08:00
fix FastbinaryTest.py?
Runs, but "That shouldn't happen." happens.
commit 526e5618c792d3da9f7d62999fcea439b3214d48
Author: Andres Morey <[email protected]>
Date: 2012-10-16T09:41:21-07:00
merged upstream/trunk into local branch
commit abe23adeb6590dea94605373e51aa538dc106019
Author: Andres Morey <[email protected]>
Date: 2012-10-16T09:58:55-07:00
changed version number of python library
----