| Store | Cart

ANN: ActivePython 2.6.6.15 is now available

From: Sridhar Ratnakumar <srid...@activestate.com>
Fri, 27 Aug 2010 16:25:22 -0700
ActiveState is pleased to announce ActivePython 2.6.6.15, a complete, 
ready-to-install binary distribution of Python 2.6.6.

     http://www.activestate.com/activepython

What's New in ActivePython-2.6.6.15
===================================

*Release date: 25-Aug-2010*

New Features & Upgrades
-----------------------

- Upgrade to Python 2.6.6 (`release notes 
<http://www.python.org/download/releases/2.6.6/NEWS.txt>`__)
- Security upgrade to openssl-0.9.8o
- [MacOSX] 64-bit support (PPC and 10.4 are no longer supported)
- Upgrade to PyPM 1.1.1; noteworthy changes:

   - Custom config file support w/ new repository settings (-R free,be 
instead of
     -L)
   - Support for installing a local package, eg: ``pypm install
     /path/to/foo.pypm``
   - Bug #87687: Prevent partial downloading of repo index cache

- Upgraded the following packages:

   - Distribute-0.6.14
   - pip-0.8
   - SQLAlchemy-0.6.3

Noteworthy Changes & Bug Fixes
------------------------------

- [MacOSX] Fix Help index on Snow Leopard (10.6) - Bug #87290
- [Windows] Add file extension to Tools\scripts\2to3.py - Bug #87465


What's New in ActivePython-2.6.5.14
===================================

*Release date: 07-Jul-2010*

New Features & Upgrades
-----------------------

- Upgrade to PyPM 1.0.2

   - 'pypm search' now also shows if a package is installed and upgradeable
   - 'pypm info' now prints a concise representation by default
   - 'pypm list --short' will show only packages names; for scripting 
purposes
   - Respect distutils install schemes (purelib, scripts)


Noteworthy Changes & Bug Fixes
------------------------------

- [MacOSX] Fix /usr/local/bin symlinks to not use the 'Current' symlink
- [MacOSX] Fix uninstall on Snow Leopard (10.6)
- [Windows] Include IDLE in the Start Menu shortcut, instead of PythonWin


See the release notes for full details:

     http://docs.activestate.com/activepython/2.6/relnotes.html#changes


What is ActivePython?
=====================

ActivePython is ActiveState's binary distribution of Python. Builds for 
Windows, Mac OS X, Linux are made freely available. Solaris, HP-UX and 
AIX builds, and access to older versions are available in ActivePython 
Business, Enterprise and OEM editions:

     http://www.activestate.com/python

ActivePython includes the Python core and the many core extensions: zlib 
and bzip2 for data compression, the Berkeley DB (bsddb) and SQLite 
(sqlite3) database libraries, OpenSSL bindings for HTTPS support, the 
Tix GUI widgets for Tkinter, ElementTree for XML processing, ctypes (on 
supported platforms) for low-level library access, and others. The 
Windows distribution ships with PyWin32 -- a suite of Windows tools 
developed by Mark Hammond, including bindings to the Win32 API and 
Windows COM.

ActivePython 2.6 and 2.7 also include a binary package manager for 
Python (PyPM) that can be used to install packages much easily. For example:

   C:\>pypm install mysql-python
   [...]

   C:\>python
   >>> import MySQLdb>>>

See this page for full details:

     http://docs.activestate.com/activepython/2.6/whatsincluded.html

As well, ActivePython ships with a wealth of documentation for both new 
and experienced Python programmers. In addition to the core Python docs, 
ActivePython includes the "What's New in Python" series, "Dive into 
Python", the Python FAQs & HOWTOs, and the Python Enhancement Proposals 
(PEPs).

An online version of the docs can be found here:

     http://docs.activestate.com/activepython/2.6/

We would welcome any and all feedback to:

     acti...@activestate.com

Please file bugs against ActivePython at:

     http://bugs.activestate.com/enter_bug.cgi?product=ActivePython

Supported Platforms
===================

ActivePython is available for the following platforms:

- Windows/x86   (32-bit)
- Windows/x64   (64-bit) (aka "AMD64")
- Mac OS X
- Linux/x86     (32-bit)
- Linux/x86_64  (64-bit) (aka "AMD64")

- Solaris/SPARC (32-bit and 64-bit) (Business, Enterprise or OEM edition 
only)
- Solaris/x86   (32-bit)            (Business, Enterprise or OEM edition 
only)
- HP-UX/PA-RISC (32-bit)            (Business, Enterprise or OEM edition 
only)
- HP-UX/IA-64   (32-bit and 64-bit) (Enterprise or OEM edition only)
- AIX/PowerPC   (32-bit and 64-bit) (Business, Enterprise or OEM edition 
only)

More information about the Business Edition can be found here:

     http://www.activestate.com/business-edition

Custom builds are available in the Enterprise Edition:

     http://www.activestate.com/enterprise-edition

Thanks, and enjoy!

The Python Team

--
Sridhar Ratnakumar
sridharr at activestate.com
_______________________________________________
ActivePython mailing list
Acti...@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Recent Messages in this Thread
Sridhar Ratnakumar Aug 27, 2010 11:25 pm