Add support for all comparison operators to Locale
While the C++ implementation only overloads operators == and != I think that a lot of Python programmers would expect all comparison operators to be implemented (at least it surprised me when I couldn't simply sort a list of Locale objects).