See http://gmpy.sourceforge.net/ for details.
What is it: a wrapper for the GMP library, to provide multi-precision
arithmetic for Python. Multi-precision floats, and unbounded-precision
rationals, are not present in stock Python; multi-precision integers
('long') are, but gmpy's version of multi-precision integers is faster
for some operations (NOT all -- used to be, but Python 2.3 did serious
enhancements to some operations on longs) and provides lots of nifty
pre-packaged additional functions.
Minor changes and bug-fixes since the latest 0.9 pre-alpha; support for
Python 2.3. The Windows binary release is now for Python 2.3 _only_ (if
you're stuck with Python 2.2 on Windows, you can keep using gmpy 0.9
pre-alpha and not really suffer from that). Known bug on Windows: the
scan0 and scan1 functions appear broken (perhaps related to the lack of
a GMP 4.0 library for Windows -- haven't found one around yet).
Alex
AsciiDoc
--------
AsciiDoc is an uncomplicated text document format for writing short
documents, articles, books and UNIX man pages.
AsciiDoc files can be translated to HTML (with or without
stylesheets), DocBook (articles, books and refentry documents)
and LinuxDoc using the asciidoc(1) command.
AsciiDoc is configurable: both the AsciiDoc source file syntax
and the backend output markups (which can be almost any type of
SGML/XML markup) can be customized and extended by user.
Requisites
----------
Python 2.3 or higher.
Obtaining AsciiDoc
------------------
The latest AsciiDoc version, examples and online documentation can be
found at the AsciiDoc website http://www.methods.co.nz/asciidoc/
AsciiDoc is also hosted at the SourceForge at
http://sourceforge.net/projects/asciidoc/
Best regards,
---
Stuart Rackham <srackham(a)methods.co.nz>
Hi All,
PyDev - Python IDE (Python development enviroment for Eclipse) version
0.9.1 has just been released.
You can check the homepage (http://pydev.sourceforge.net/) or my blog
(http://pydev.blogspot.com/) for more details.
------------------------------------------------------
COMMENTS ON RELEASE:
Content assistant improvements:
- assign content assistant when assigned to variable strips the "get";
- move imports content assistant should be improved to move import
closer to existant import and
not to top of file;
- Icons added to them;
Others:
- Ctrl+Shift+O: if no selection: Organizes all global imports from the
file (sorts alphabetically);
- Ctrl+Shift+O: if some line selection: sorts alphabetically the lines
selected;
- Ctrl+Shift+F: if no selection: Formats all code;
- Ctrl+Shift+F: if some line selection: Formats selected code;
- PyLint only blocks interface on "update results";
- the namespace in debug mode is not polluted anymore (Scott Schleiser
provided the patch);
- The PYTHONPATH used for debug now should be the same used in run.
- Editor preferences
Code Completion:
- get parameters in code completion;
- builtins like ' ', {}, [] should bring correct suggestions;
- relative imports;
- other bug-fixes;
------------------------------------------------------
Regards,
Fabio Zadrozny
------------------------------------------------------
Software Developer
ESSS - Engineering Simulation and Scientific Software
www.esss.com.br
I'm pleased to announce that ActivePython 2.4.1 build 245 is now
available from:
http://www.ActiveState.com/Products/ActivePython
ActivePython 2.4.1.245 is a bug-fix release matching the recent core
Python 2.4.1 release. ActivePython builds for Linux, Solaris and
Windows are available.
We welcome any and all feedback to:
ActivePython-feedback(a)ActiveState.com
Please file bugs against ActivePython at:
http://bugs.ActiveState.com/ActivePython
What is ActivePython?
---------------------
ActivePython is ActiveState's quality-assured binary build of Python.
Builds for Windows, Linux and Solaris and made freely available.
ActivePython includes the Python core and core extensions (zlib 1.2.1,
bzip2 1.0.2, bsddb 4.2.52, Tk 8.4.9, and Tix 8.1.4). On Windows,
ActivePython includes the PyWin32 suite of Windows tools developed by
Mark Hammond, including bindings to the Win32 API and Windows COM, the
Pythonwin IDE, and more.
ActivePython also includes a wealth of Python documentation, including:
- the core Python docs
- Andrew Kuchling's "What's New in Python" series
- the Non-Programmer's Tutorial for Python
- Mark Pilgrim's excellent "Dive into Python", and
- a snapshot of the Python FAQs, HOWTOs and PEPs.
An online version of the docs can be found here:
http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/welcome.html
In particular the Release Notes:
http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/relnotes.html
and the Installation Guide:
http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/installnotes.html
Extra Bits
----------
ActivePython releases also include the following packages:
- a Windows "debug" package: debug-built binaries for ActivePython
users building debug versions of their binary Python extensions
- ActivePython24.chm: an MS compiled help collection of the full
ActivePython documentation set. Linux users of applications such as
xCHM might find this useful. This package is installed by default on
Windows.
These packages are available from:
ftp://ftp.activestate.com/ActivePython/etc/
On behalf of the team at ActiveState,
Thanks, and enjoy!
--
Trent Mick
TrentM(a)ActiveState.com
The version 0.3.1 of Fail2Ban is available.
Fail2Ban is written in Python. It scans log files like /var/log/pwdfail
or /var/log/apache/error_log and bans IP that makes too many password
failures. It updates firewall rules to reject the IP address. Currently,
iptables, ipfwadm and ipfw are supported. It needs log4py.
http://fail2ban.sourceforge.net
Best Regards,
Cyril Jaquier
Thanks to Bob Ippolito, there's now an installer for Python 2.4.1
available for Mac OS X 10.3 and later.
Grab it from the Python 2.4.1 page - http://www.python.org/2.4.1/
Anthony
hi folks,
after much interest at Pycon 2005 (great to have been there, thanks
to all who where there, btw!), i release version 0.96 of the interactive
command line completer "rlcompleter2".
rlcompleter2 provides tab-completion to the python interactive
commandline interpreter much like bash does to the shell commandline.
Main reason for the 0.96 release: I figure that people would
actually like to have it run nicely on 2.3, 2.4 and CVS-python
which it didn't before in not-so-uncommon cases. Sorry that i
waited so long.
Grab it from
http://codespeak.net/rlcompleter2/download/rlcompleter2-0.96.tar.gz
or try out the new PyPI downloading feature
http://www.python.org/pypi/rlcompleter2/0.96
(I, for one, welcome our new PyPI / CPAN-For-Python overlords!
thanks Richard, Barry and all those who helped make it happen!)
And/or go to the home page at
http://codespeak.net/rlcompleter2
cheers and have fun,
holger
On behalf of the Python development team and the Python community, I'm
happy to announce the release of Python 2.4.1 (final).
Python 2.4.1 is a bug-fix release. See the release notes at the website
(also available as Misc/NEWS in the source distribution) for details of
the bugs squished in this release. Python 2.4.1 should be a completely
painless upgrade from Python 2.4 - no new features have been added.
For more information on Python 2.4.1, including download links for
various platforms, release notes, and known issues, please see:
http://www.python.org/2.4.1/
Highlights of this new release include:
- Bug fixes. According to the release notes, several dozen bugs
have been fixed, including a fix for the SimpleXMLRPCServer
security issue (PSF-2005-001).
Highlights of the previous major Python release (2.4) are available
from the Python 2.4 page, at
http://www.python.org/2.4/highlights.html
Enjoy the new release,
Anthony
Anthony Baxter
anthony(a)python.org
Python Release Manager
(on behalf of the entire python-dev team)
CVXOPT is a package for specifying and solving convex optimization
problems. Version 0.3 is a pre-release and includes the following.
* Sparse and dense matrix extension types, interfaces to most of the
BLAS 'double' routines, interfaces to the dense linear equation
solvers and symmetric eigenvalue routines from LAPACK, interfaces to
the sparse linear equation solvers UMFPACK and LDL and a simple
C API for extension writers.
* A linear programming solver written in Python.
* A modeling tool for specifying convex optimization problems with
piecewise-linear objective and constraint functions.
Future releases will include solvers and modeling support for other
classes of convex optimization problems (for example, quadratic,
geometric, second-order cone and semidefinite programming).
http://www.ee.ucla.edu/~vandenbe/cvxopt
Joachim Dahl
Lieven Vandenberghe