- 19 Apr, 2018 15 commits
-
-
-
-
-
-
-
-
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
The way the string returned by __str__ is created fails with Python 3.
-
André Anjos authored
Py3 compatibility See merge request !10
-
Samuel GAIST authored
-
Samuel GAIST authored
If no context given, use the global instance. This avoids creating multiple context when not needed and gives the class user the responsibility to handle multiple context if needed. This also fixes the deadlock where at some point one socket object was not yet deleted at the time of the context deletion thus making the zmq_ctx_destroy method call hang forever.
-
- 18 Apr, 2018 25 commits
-
-
Samuel GAIST authored
The string types being different the hash will not generate the same thing between the two versions of python.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
From python 2 to 3, items became a view.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-