Locked History Attachments

History

21-JUL-2010

  • Fix a regression in os.environ definition.
    • Thanks to Alexandre Mongin for reporting.
    • You can apply the following patch :
      --- os.py;1     Thu Jul  1 09:28:17 2010
      +++ os.py       Wed Jul 21 08:49:21 2010
      @@ -460,7 +460,6 @@
                       if dict.has_key(self,  key):
                           return True
                       value = vms.crtl.getenv(key)
      -                value = None
                       if value is not None:
                           dict.__setitem__(self, key, value)
                       return value is not None

1-JUL-2010

2-JUN-2010

1-JUN-2010

  • Philippe Vouters has ported ctypes module (and libffi 3.0.9) on IA64, pass all 294 tests provided :D

  • Put new LD images online (ia64 only)

27-MAY-2010

  • Update Django to 1.2.1
  • Add vms.starlet.create_uid(), and vms.rtl.lib.uid_to_ascii() routines. Python, already, has an uuid module, so these routines are not really needed.

21-MAY-2010

  • Update Beaker (hg clone 21-MAY-2010)

20-MAY-2010

  • Update Xapian (needed, moin 1.9.2)

7-MAY-2010

  • Update pyamf (needed for django 1.2 support)

29-APR-2010

  • Add MoinMoin 1.9.2 in the LD image which still contained 1.9.1

  • Put new Python LD kits online
  • Fix a bug in pyrte

28-APR-2010

  • fix a bug in rdb module
  • Add 2 missing files in errorhandler module
  • Put new Python LD kits online

23-APR-2010

  • rdb module update: add support for connection (connect, set connect,...)
  • Add routine vms.rtl.lib.free_timer()
  • Put new Python LD kits online

22-APR-2010

  • Update xlrd to 0.7.1
  • add xlwt (0.7.2), wlutils (1.4.1), errorhandler (1.1.1)
  • Put new Python LD kits online

20-APR-2010

4-MAR-2010

  • Update UnixODBC, for Python support, start a Rdb driver.
  • Update Django
  • Update Mercurial
  • Update MoinMoin, now version 1.9.2

  • Update Python module argparse, now version 1.1
  • Put new Python LD kits online

4-FEB-2010

  • Fix the Django rdb module, need update for Django 1.2
  • Put new Python LD kits online

3-FEB-2010

  • Rename environment variable PYTHONVMS_CASE_BLIND_FNMATCH into PYTHON_CASE_BLIND_FNMATCH, more consistent with others.
  • Add an optional parameter to the routine vms.crtl.from_vms which allow wildcard expansion like the vms CRTL routine decc$from_vms
  • Put new Python LD kits online

2-FEB-2010

  • Add environment variable PYTHONVMS_CASE_BLIND_FNMATCH. If defined function fnmatch.fnmatch perform a case-insensitive comparaison. This change the behaviour of the function glob.glob which use fnmatch.fnmatch.
  • Put new Python LD kits online

29-JAN-2010

  • Update suds
  • Update mercurial

26-JAN-2010

  • Add pika 0.6.1(http://github.com/tonyg/pika)

    • pika is a pure-Python implementation of the AMQP 0-8 protocol (with an 0-9-1 implementation on a separate git branch, for now)
    • support both synchronous and asynchronous approaches using adapters for
      • asyncore (part of the Python standard library)
      • direct blocking socket I/O
    • tested with RabbitMQ.

20-JAN-2010

19-JAN-2010

  • Upgrade MoinMoin from 1.9.0 to 1.9.1

  • Put new Python LD kits online

18-JAN-2010

  • Upgrade paramiko from 1.7.5 to 1.7.6
  • Update mercurial

17-JAN-2010

  • History page creation.