Skip to content
Snippets Groups Projects
  1. Jun 14, 2016
    • Ken Payson's avatar
      Added cleanup to the server thread's join method. · ed742852
      Ken Payson authored
      When the Python Interpreter exits, it first attempts to join any
      outstanding threads.  This is problematic if a server is created
      as a top-level variable or referenced by a reference cycle, as join()
      will hang.  This adds cleanup behavior to the server thread's join().
      ed742852
  2. Jun 10, 2016
    • Ken Payson's avatar
      Initial Python3 support · 1efb6017
      Ken Payson authored
      Notable Changes:
        -Convert all str types to byte types at cython layer (ascii encoding)
        -Use six for packages that have different names in Python2/Python3
        -By default, unit tests are compiled/run in Python2.7 and Python3.4
        -Ensure MACOSX_BUILD_TARGET is at least 10.7
      1efb6017
  3. Jun 02, 2016
Loading