Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (14m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 11:33:27 UTC Now

2019-10-15 16:50:11 UTC MAIN commitmail json YAML

pkgsrc/lang/Makefile@1.525 / diff
pkgsrc/lang/python/pyversion.mk@1.130 / diff
pkgsrc/lang/python38/ALTERNATIVES@1.1 / diff
pkgsrc/lang/python38/DESCR@1.1 / diff
pkgsrc/lang/python38/Makefile@1.1 / diff
pkgsrc/lang/python38/PLIST@1.1 / diff
pkgsrc/lang/python38/PLIST.Darwin@1.1 / diff
pkgsrc/lang/python38/PLIST.FreeBSD@1.1 / diff
pkgsrc/lang/python38/PLIST.IRIX@1.1 / diff
pkgsrc/lang/python38/PLIST.Linux@1.1 / diff
pkgsrc/lang/python38/PLIST.SunOS@1.1 / diff
pkgsrc/lang/python38/dist.mk@1.1 / diff
pkgsrc/lang/python38/distinfo@1.1 / diff
pkgsrc/lang/python38/options.mk@1.1 / diff
pkgsrc/lang/python38/patches/patch-Lib_ctypes_util.py@1.1 / diff
pkgsrc/lang/python38/patches/patch-Lib_distutils_command_install.py@1.1 / diff
pkgsrc/lang/python38/patches/patch-Lib_distutils_sysconfig.py@1.1 / diff
pkgsrc/lang/python38/patches/patch-Lib_distutils_unixccompiler.py@1.1 / diff
pkgsrc/lang/python38/patches/patch-Lib_sysconfig.py@1.1 / diff
pkgsrc/lang/python38/patches/patch-Makefile.pre.in@1.1 / diff
pkgsrc/lang/python38/patches/patch-Modules_makesetup@1.1 / diff
pkgsrc/lang/python38/patches/patch-Modules_nismodule.c@1.1 / diff
pkgsrc/lang/python38/patches/patch-Modules_socketmodule.c@1.1 / diff
pkgsrc/lang/python38/patches/patch-Modules_socketmodule.h@1.1 / diff
pkgsrc/lang/python38/patches/patch-Python_thread__pthread.h@1.1 / diff
pkgsrc/lang/python38/patches/patch-configure@1.1 / diff
pkgsrc/lang/python38/patches/patch-pyconfig.h.in@1.1 / diff
pkgsrc/lang/python38/patches/patch-setup.py@1.1 / diff

python38: added version 3.8.0

Major new features of the 3.8 series, compared to 3.7

PEP 572, Assignment expressions
PEP 570, Positional-only arguments
PEP 587, Python Initialization Configuration (improved embedding)
PEP 590, Vectorcall: a fast calling protocol for CPython
PEP 578, Runtime audit hooks
PEP 574, Pickle protocol 5 with out-of-band data
Typing-related: PEP 591 (Final qualifier), PEP 586 (Literal types), and PEP 589 (TypedDict)
Parallel filesystem cache for compiled bytecode
Debug builds share ABI as release builds
f-strings support a handy = specifier for debugging
continue is now legal in finally: blocks
on Windows, the default asyncio event loop is now ProactorEventLoop
on macOS, the spawn start method is now used by default in multiprocessing
multiprocessing can now use shared memory segments to avoid pickling costs between processes
typed_ast is merged back to CPython
LOAD_GLOBAL is now 40% faster
pickle now uses Protocol 4 by default, improving performance

(adam)