Pyro Changelog

What's new in Pyro 3.9

Apr 7, 2009
  • Note: Pyro 3.9 is fully backwards compatible with Pyro 3.8.
  • Fixed mobile code failing when needed to process depending modules (hierarchy)
  • Renamed some parameters in core.py to avoid overwriting the builtin type name 'object'
  • Added '-x' option to name server to avoid starting a broadcast listener
  • Much simpler setup.py script
  • Added PYRO_ONEWAY_THREADED config item to tell Pyro to use a thread or not for oneway calls (default=1, use threads)
  • NS and ES, and the nsc tools, can now all be started by using python -m
  • Easy config diagnostic using python -m Pyro.configuration
  • jython: added workarounds for jython 2.2 bugs regarding import
  • jython: re-enabled broadcast name server lookup for newer jython versions (2.5+)
  • jython: removed seemingly useless select call in protocol code that caused crash in jython's select module
  • More info about 127.0.0.1 connection problems added to troubleshooting chapter in the manual
  • Event server can now also run without name server
  • Fixed possible deadlock in NS proxy when it needed to rebind to the server
  • Added overview about threads,sessions,objects to usage chapter in manual
  • Clarified TLS section in the manual
  • Nice new logo on website, also in manual
  • Added session example to show use of TLS and user-session resource objects