6-NOV-2011
As requested (http://forum.vmspython.org/viewtopic.php?t=248) add flup (http://trac.saddi.com/flup)
- Put online new kits and LD images
26-OCT-2011
- Fix Pyro4 server on OpenVMS
Upgrade pychecker 0.8.17 -> 0.8.19
patch rdb module: http://hg.vmspython.org/vmspython/rev/c4a78e4ac279
- Put online new LD images, rename zip files of LD images.
- PyRTE for WASD is included in the LD images
18-OCT-2011
- Add Pyro4 v4.10
- Update soaplib
- Update Django to 1.3.1
5-SEP-2011
- Upgrade Mercurial to 1.9.3
4-SEP-2011
- Fix the rdb import problem
- Put online new versions of the pcsi and LD images
3-SEP-2011
- Put online new versions of the pcsi and LD images which don't have the streamlf source restriction. The default of this version online is to read source file in text mode instead in 'U' mode which need to open the file in binary mode.
The support of source using Python universal newline is now optional (using PYTHON_SOURCE_UNIVNL), see http://hg.vmspython.org/cpython/.hg/patches-27/rev/14afb5c8c66a.
- Add PYRTE.EXE in the LD images ([wasd.axp-bin] or [wasd.ia64-bin])
rdb module is, currently, not functionnal.
30-SEP-2011
- Put online the first port of Python 2.7.2+
- PCSI kit and image LD (JFPPY0100x)
- Python on OpenVMS, now, support the universal newline open file mode.
this version need that Python source files to be streamlf, pystmlf utility can be used to convert.
8-AUG-2011
- Update dateutil to 1.5.
21-MAY-2011
- Philippe Vouters has fixed a bug in libffi on Alpha.
- put new online LD image for alpha JFPPY0021A.
15-MAY-2011
Fix a security vulnerability, see http://bugs.python.org/issue9123. Thanks to Zooko O'Whielacronx for reporting and patch.
- Freeze JFPPY0020x, put online LD images for these versions and remove previous ones.
20-APR-2011
- Philippe Vouters has fixed libffi port, all, libffi and Python ctypes, tests pass successfully on both Alpha and IA64 platform.
- Put online new temporary LD images.
17-APR-2011
- Update Mercurial
- Apply a security patch to urllib.py and urllib2.py
- Put online new temporary LD images.
27-MAR-2011
Update Django (1.2.5 -> 1.3.0)
- Put online new temporary LD images.
23-MAR-2011
Update pyparsing (1.5.2 -> 1.5.5)
10-MAR-2011
Update docutils (0.5 -> 0.7)
8-MAR-2011
Update MoinMoin to allow via a new configuration parameter (language_ignore_browser) to not generate in the reply the HTTP header field "Vary: User-Agent". So anonymous browsing can used WASD caching mechanism.
- Put online new temporary LD images.
3-MAR-2011
- Fix some script caching problems in Django, HTTP header Cache-Control field, not always generated.
- Put online new temporary LD images.
25-FEB-2011
Replace setuptools by distribute v0.6.14 (http://packages.python.org/distribute/)
- Fix some path problems, now PYTHONPATH need not to be defined.
- Fix a regression in pycrypto
- Put online new temporary LD images.
14-FEB-2011
Update Django (1.2.4 -> 1.2.5)
- Update pystmlf, thanks to Mark Plowman
Update Pyro (3.10 -> 3.12)
9-FEB-2011
Add TLS support in the LDAP module (http://forum.vmspython.org/viewtopic.php?t=228)
- put online new LD images (AXP and IA64). Just update v19 images...
2-FEB-2011
Update mpmath (0.13 -> 0.17)
- put online new LD images (AXP and IA64)
24-JAN-2011
- Update soaplib (2.0.0beta 1)
- Update pyftpdlib (0.6.0)
18-JAN-2011
- Update mercurial
14-JAN-2011
Update and bugfix rdb module: http://hg.vmspython.org/vmspython/rev/a9a9d96d9917
8-JAN-2011
Add module cdecimal 2.2 (http://www.bytereef.org/mpdecimal/)
8-JAN-2011
Update Django (1.2.1 -> 1.2.4)
5-JAN-2011
- Fix a bug in pyampf (missing modules in pyamf.cpyamf)
- Each module in pyamf.cpyamf s, now, a separate shareable, so logical PYTHON_MODULE_AMF3 should be deassign
4-JAN-2011
- Update module vms.screen
- Add module asciitable
29-DEC-2010
- Update formencode module
27-DEC-2010
- fix a bug in libffi
- add new module vms.descrip and update module vms.iledef
- add new module vms.newstarlet (experimental)
- put online new LD images (AXP and IA64)
15-DEC-2010
- fix a bug in libffi
- put online new LD images (AXP and IA64)
13-DEC-2010
- libffi is, now, statically linked with module ctypes
- modules ctypes pass all tests provided (test_ctypes) on AXP and IA64
- put online new LD images (AXP and IA64)
9-DEC-2010
- Backport ctypes include in Python 2.6 to 2.5.4
29-NOV-2010
Fix a regression in vms.user module (see http://hg.vmspython.org/vmspython/rev/9e22599248d4)
3-NOV-2010
Fix a regression in sys.exit (see http://www.pi-net.dyndns.org/piforum/viewtopic.php?t=210)
- Put new LD images online
27-OCT-2010
- Upgrade ftputil from 2.4.2 to 2.5
- upgrade pyamf to 0.6
8-OCT-2010
- Upgrade reportlab from 2.3 to 2.5
- upgrade pyamf to latest svn repository version
9-SEP-2010
- Put new LD images online (JFPPY0015x), contains fix for all problems reported.
7-SEP-2010
- Update the vms.rms module: allow to retrieve XABDAT informations on a file
- Restore undocumented items in module vms.user
- Update pystmlf tool, converted file keep creation date
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
Update MoinMoin, version 1.9.3
Fix a bug in the rdb module, read_write routine was incorrectly defined, see http://hg.vmspython.org/vmspython/rev/ce6f3e4f341f
- HAVE_POLL and HAVE_POLL_H was not defined in pyconfig.h, fix this.
2-JUN-2010
- Freeze JFPLIB0004x and JFPPY0014x, put online LD images for these versions and remove previous ones.
Read Download and installation Python page for more informations.
1-JUN-2010
Philippe Vouters has ported ctypes module (and libffi 3.0.9) on IA64, pass all 294 tests provided
- 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
Fix a bug in rdb module (http://www.pi-net.dyndns.org/piforum/viewtopic.php?t=187)
- add function rdb.disconnectAll()
- add function vms.crtl.getname(file_desc, vms)
- Update Django
- Update Mercurial
- Put new Python LD kits online
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
Add amqlib 0.6.1 (http://code.google.com/p/py-amqplib/)
- implements a simple non-threaded Python client library for AMQP 0-8
tested with RabbitMQ.
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.
