2020-03-21 11:37:15 by Thomas Klausner | Files touched by this commit (3) |
Log message:
python3*: link pydoc in ALTERNATIVES instead of pydoc3
|
2020-03-16 11:19:15 by Tobias Nygren | Files touched by this commit (2) |
Log message:
python38: fix uuid/uuid.h detection
|
2020-03-08 17:42:31 by Benny Siegert | Files touched by this commit (67) |
Log message:
Revbump packages depending on libffi after .so version change.
Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
|
2020-02-27 15:33:02 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
python38: updated to 3.8.2
Python 3.8.2 final
Core and Builtins
bpo-39382: Fix a use-after-free in the single inheritance path of issubclass(), \
when the __bases__ of an object has a single reference, and so does its first \
item. Patch by Yonatan Goldschmidt.
bpo-39427: Document all possibilities for the -X options in the command line \
help section. Patch by Pablo Galindo.
Library
bpo-39649: Remove obsolete check for __args__ in bdb.Bdb.format_stack_entry.
bpo-39681: Fix a regression where the C pickle module wouldn’t allow \
unpickling from a file-like object that doesn’t expose a readinto() method.
bpo-39546: Fix a regression in ArgumentParser where allow_abbrev=False was \
ignored for long options that used a prefix character other than “-“.
bpo-39432: Implement PEP-489 algorithm for non-ascii “PyInit_…” symbol \
names in distutils to make it export the correct init symbol also on Windows.
Documentation
bpo-17422: The language reference now specifies restrictions on class \
namespaces. Adapted from a patch by Ethan Furman.
bpo-39572: Updated documentation of total flag of TypeDict.
bpo-39654: In pyclbr doc, update ‘class’ to ‘module’ where appropriate \
and add readmodule comment. Patch by Hakan Çelik.
IDLE
bpo-39663: Add tests for pyparse find_good_parse_start().
|
2020-01-25 11:45:12 by Jonathan Perkin | Files touched by this commit (24) |
Log message:
*: Remove obsolete BUILDLINK_API_DEPENDS.openssl.
|
2020-01-21 11:57:26 by Kamil Rytarowski | Files touched by this commit (4) |
Log message:
python*: Switch to USE_X11=weak
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2020-01-06 23:54:51 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
python38: Use gnu99 instead of c99 to avoid "alloca() undefined" problems
Add a missed hunk from python3[67] to patch-configure.
This fixes the build on NetBSD/evbarm (aarch64) and probably other ports.
PKGREVISION++
|
2019-12-28 23:36:13 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
python38: updated to 3.8.1
Python 3.8.1 is the first maintenance release of Python 3.8. The Python 3.8 \
series is the newest feature release of the Python language, and it contains \
many new features and optimizations.
|
2019-11-03 20:04:09 by Roland Illig | Files touched by this commit (159) |
Log message:
lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|