Path to this page:
./
lang/python25,
Interpreted, interactive, object-oriented programming language
Branch: CURRENT,
Version: 2.5.5nb1,
Package name: python25-2.5.5nb1,
Maintainer: rechtPython is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The
Python Library Reference documents built-in and standard
types, constants, functions and modules. Finally, the
Python Reference Manual describes the syntax and semantics
of the core language in (perhaps too) much detail.
Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an exten-
sion language for existing applications. See the internal
documentation for hints.
MESSAGE.SunOS [+/-]===========================================================================
$NetBSD: MESSAGE.SunOS,v 1.2 2009/04/11 19:42:23 snj Exp $
In order for the Python installation to successfuly compile the
"sunaudiodev" module you must install the SUNWaudh package to have
the necessary headers installed.
===========================================================================
Required to run:[
devel/libffi]
Required to build:[
devel/readline]
Master sites:
SHA1: dcf1abd94a1ab4155dcd3668cca42c5bfc81159f
RMD160: 4754238d415142466778560d989582464385654c
Filesize: 9592.692 KB
Version history: (Expand)
- (2010-09-02) Updated to version: python25-2.5.5nb1
- (2010-04-07) Updated to version: python25-2.5.5
- (2010-01-27) Updated to version: python25-2.5.4nb5
- (2010-01-17) Updated to version: python25-2.5.4nb4
- (2009-09-09) Updated to version: python25-2.5.4nb3
- (2009-09-08) Updated to version: python25-2.5.4nb2
CVS history: (Expand)
2010-09-02 13:27:55 by Matthias Drochner | Files touched by this commit (1) |  |
Log message:
work around a configure check which looks for bind_textdomain_codeset(3)
only in libc but not in libintl: assume it is always there on NetBSD
(unbreaks gnome-sudoku and glchess of gnome-games)
bump PKGREVISION
|
2010-04-07 16:57:49 by Greg Troxel | Files touched by this commit (2) |  |
Log message:
Update to 2.5.5, a minor security fix release with very few changes relative to \
2.5.4.
(ok to update during freeze by wiz@)
Extension Modules
-----------------
- expat: Fix DoS via XML document with malformed UTF-8 sequences
(CVE_2009_3560).
- expat: Fix DoS via malformed XML (CVE-2009-3720).
Core and builtins
-----------------
- Issue #6990: Fix threading.local subclasses leaving old state around
after a reference cycle GC which could be recycled by new locals.
Library
-------
- Issue #7403: logging: Fixed possible race condition in lock creation.
- Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop
forever on incomplete input. That caused tarfile.open() to hang when used
with mode 'r' or 'r:bz2' and a fileobj argument that contained no data or
partial bzip2 compressed data.
|
2010-01-27 09:43:04 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
Properly disable pyexpat module here as well.
Bump PKGREVISION.
|
2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) |  |
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
|
| 2009-12-21 00:58:27 by Tobias Nygren | Files touched by this commit (2) |
Log message:
Disable ipv6 on Tru64, configure complains about buggy getaddrinfo()
Closes PR pkg/42472. May want to revisit this later, though.
|
| 2009-09-19 11:18:54 by OBATA Akio | Files touched by this commit (2) |
Log message:
Fixes module names in disabled_module_list
* not "_sqlite", but "_sqlite3"
* "bsddb" does not exists, probably removed/renamed before Python24
* "cjkcodes" does not exists (and should not be disabled)
* missng "," afiter it
* "mpz" was removed in Python24.
|
| 2009-09-13 00:24:06 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Fix build under Mac OS X Snow Leopard.
|
| 2009-09-12 19:47:17 by Matthias Drochner | Files touched by this commit (3) |
Log message:
remove assignments to the LIBS env var -- this should have been done
earlier, but there became no-ops due to my change to db4/bl3 and thus
didn't do harm. Now that part of that change was backed out they became
harmful again and thus need to go.
|