Path to this page:
./
lang/python311,
Interpreted, interactive, object-oriented programming language
Branch: CURRENT,
Version: 3.11.12nb1,
Package name: python311-3.11.12nb1,
Maintainer: pkgsrc-usersPython 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.
This package provides Python version 3.11.x.
Package options: readline, x11
Master sites:
Filesize: 19640.852 KB
Version history: (Expand)
- (2025-04-23) Updated to version: python311-3.11.12nb1
- (2025-04-09) Updated to version: python311-3.11.12
- (2025-03-31) Updated to version: python311-3.11.11nb2
- (2024-12-06) Updated to version: python311-3.11.11nb1
- (2024-12-05) Updated to version: python311-3.11.11
- (2024-11-15) Updated to version: python311-3.11.10nb3
CVS history: (Expand)
2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449) |
Log message:
*: recursive bump for icu 77 and libxml2 2.14
|
2025-04-09 16:47:59 by Adam Ciarcinski | Files touched by this commit (5) |  |
Log message:
python311 py311-html-docs: updated to 3.11.12
Python 3.11.12 final
Security
gh-131809: Update bundled libexpat to 2.7.1
gh-131261: Upgrade to libexpat 2.7.0
gh-105704: When using urllib.parse.urlsplit() and urllib.parse.urlparse() host \
parsing would not reject domain names containing square brackets ([ and ]). \
Square brackets are only valid for IPv6 and IPvFuture hosts according to RFC \
3986 Section 3.2.2.
gh-121284: Fix bug in the folding of rfc2047 encoded-words when flattening an \
email message using a modern email policy. Previously when an encoded-word was \
too long for a line, it would be decoded, split across lines, and re-encoded. \
But commas and other special characters in the original text could be left \
unencoded and unquoted. This could theoretically be used to spoof header lines \
using a carefully constructed encoded-word if the resulting rendered email was \
transmitted or re-parsed.
gh-80222: Fix bug in the folding of quoted strings when flattening an email \
message using a modern email policy. Previously when a quoted string was folded \
so that it spanned more than one line, the surrounding quotes and internal \
escapes would be omitted. This could theoretically be used to spoof header lines \
using a carefully constructed quoted string if the resulting rendered email was \
transmitted or re-parsed.
gh-119511: Fix a potential denial of service in the imaplib module. When \
connecting to a malicious server, it could cause an arbitrary amount of memory \
to be allocated. On many systems this is harmless as unused virtual memory is \
only a mapping, but if this hit a virtual address size limit it could lead to a \
MemoryError or other process crash. On unusual systems or builds where all \
allocated memory is touched and backed by actual ram or storage it could’ve \
consumed resources doing so until similarly crashing.
Library
gh-127257: In ssl, system call failures that OpenSSL reports using ERR_LIB_SYS \
are now raised as OSError.
Documentation
gh-121277: Writers of CPython’s documentation can now use next as the version \
for the versionchanged, versionadded, deprecated directives.
C API
gh-106883: Disable GC during the _PyThread_CurrentFrames() and \
_PyThread_CurrentExceptions() calls to avoid the interpreter to deadlock.
|
2025-03-31 15:30:25 by Jonathan A. Kollasch | Files touched by this commit (2) |
Log message:
restore gettext-lib buildlink3.mk from previous python versions
needed to successfully build embedded python for tevent package
|
2025-01-07 20:35:09 by Taylor R Campbell | Files touched by this commit (5) |
Log message:
lang/python*: No need for :U with USE_CROSS_COMPILE.
After including bsd.prefs.mk or bsd.fast.prefs.mk, this is guaranteed
to be defined. If it isn't, there's a bug (like misspelling it),
which we should flag early rather than quietly suppress.
|
2025-01-07 20:34:41 by Taylor R Campbell | Files touched by this commit (5) |
Log message:
lang/python3*: Use PY_VER_SUFFIX instead of copying & pasting it.
Change is limited to cross-builds.
No change to generated package; CONFIGURE_ARGS should be unchanged by
this.
|
2024-12-06 07:19:12 by Taylor R Campbell | Files touched by this commit (6) |
Log message:
lang/python*: Use libreadline unconditionally.
libedit breaks some applications. Maybe we can fix it later but for
now let's just go back to using libreadline unconditionally like we
did before.
PKGREVISION++ because this materially affects the build product -- it
built before this change but didn't work right for some applications.
(No change to platforms without libedit -- which is most non-NetBSD
platforms, probably -- but we don't have per-platform PKGREVISION, so
gotta bump it for everyone.)
No change to 2.7, 3.9, or 3.10 because they already use libreadline
unconditionally; respecting READLINE_TYPE is a new change in >=3.11
since April which broke applications.
ok jperkin
PR pkg/58875: python: terminal colours broke in some applications
|
2024-12-05 08:51:12 by Adam Ciarcinski | Files touched by this commit (5) |  |
Log message:
python311 py311-html-docs: updated to 3.11.11
Python 3.11.11
Tools/Demos
gh-123418: Update GitHub CI workflows to use OpenSSL 3.0.15 and multissltests to \
use 3.0.15, 3.1.7, and 3.2.3.
Tests
gh-125041: Re-enable skipped tests for zlib on the s390x architecture: only skip \
checks of the compressed bytes, which can be different between zlib’s software \
implementation and the hardware-accelerated implementation.
Security
gh-126623: Upgrade libexpat to 2.6.4
gh-122792: Changed IPv4-mapped ipaddress.IPv6Address to consistently use the \
mapped IPv4 address value for deciding properties. Properties which have their \
behavior fixed are is_multicast, is_reserved, is_link_local, is_global, and \
is_unspecified.
Library
gh-124651: Properly quote template strings in venv activation scripts.
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2428) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|