txamqp:master

Last commit made on 2018-02-07
Get this branch:
git clone -b master https://git.launchpad.net/txamqp

Branch merges

Branch information

Name:
master
Repository:
lp:txamqp

Recent commits

10caf99... by Esteve Fernandez

Bump to version 0.8.2

1e6898e... by The Z <email address hidden>

Take care of unicode in Content properties + tests (#7)

* Refs #4

Unicode values in Content properties were not encoded correctly in py2

* Making it py3/py2 compliant

07bc0b9... by Terry Cain <email address hidden>

Makes publish binary compatible + Tests (#6)

871bb55... by Esteve Fernandez

Bump to version 0.8.0

05a0778... by Terry Cain <email address hidden>

PEP 8 / General tidy up (#2)

* Made whitespace changes

* Mostly snake_case, some __init__ superclass calls and bit of tidying

Things to note:
* connection.py: removed staticmethod call in __new__, added @staticmethod decorator instead
* Tried to rename variables that overwrite builtins, mainly type

* Cleaned up test cases

* Renamed some methods

Have renamed most of the camelCase methods that don't override inherited methods to snake_case.
The test seem to pass so nothing internal is broken, though as for methods used by clients, that is yet to be seen

feea3d4... by Esteve Fernandez

Merge pull request #1 from terrycain/python3

Add Python3 Compatibility

0d76b9a... by Terry Cain

Removed 3.3 and 3.4 from travis build matrix

10e0e63... by Terry Cain

Converted thrift twisted examples to be Python3 compatible

Changes:
* Changed to importing gen-py.twisted as thats what thrift now generates
* Fixed print's and except syntax
* Swapped out sys.argv for nicer argparse

a5ba058... by Terry Cain

Changed print syntax and added argparse for nicer ux

fe436dc... by Terry Cain

Added six to setup.py