Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9f5da2e4 | 2022-06-09 14:49:29 | Move from using Tcl/Tk 8.5 to Tcl/Tk 8.6, except for Python-2.7, which stays with 8.5. Make COMMENTs and DESCRs consistent with Tk. Fix typo in 3.10/files/CHANGES.OpenBSD. OKs and thanks to kmos@, sthen@. | ||
| 808880dc | 2022-03-23 11:20:05 | add an end-of-life warning to MESSAGE for python 2, ok kmos@ | ||
| e93f9d0c | 2022-03-11 19:28:46 | drop RCS Ids | ||
| 6b9e7104 | 2022-01-23 21:32:07 | use a FULL_VERSION variable in Python Makefiles The goal is to shuffle things around allowing us to use this variable in the packing lists. This should reduce a little bit of churn going forward given some files get bumped with every point release. For example in Python 3.9 we make the following update: -lib/python3.9/lib2to3/Grammar3.9.10.final.0.pickle +lib/python3.9/lib2to3/Grammar${FULL_VERSION}.final.0.pickle -lib/python3.9/lib2to3/PatternGrammar3.9.10.final.0.pickle +lib/python3.9/lib2to3/PatternGrammar${FULL_VERSION}.final.0.pickle ok kmos@ (MAINTAINER), sthen@ | ||
| abb55fc1 | 2021-07-30 20:01:19 | avoid some more hardcoding of 'openbsd6' | ||
| e82c1acb | 2021-03-22 17:35:26 | install the gdb autoload helper for the various Python versions, allows some additional debugging features for Python-based software (for example there's a new "py-bt" command to print a Python backtrace which can give clues if a py process is hanging). ok rpointel@ | ||
| 10d97806 | 2020-04-24 11:01:26 | Drop the post-install "if you want to use this as your default system Python" messages, Python 2 development has finished so this is not a sensible option to use as default. (It is still kept in the ports tree for now, as some important software has not been updated to use Python 3). ok tracey aja mariani rpointel From https://www.python.org/doc/sunset-python-2/, "We are volunteers who make and take care of the Python programming language. We have decided that January 1, 2020, was the day that we sunset Python 2. That means that we will not improve it anymore after that day, even if someone finds a security problem in it. You should upgrade to Python 3 as soon as you can." | ||
| 75bb5042 | 2020-04-23 07:56:01 | update python to 2.7.18: the last release of Python 2. tested in a bulk build by naddy@, thanks. | ||
| 8e232da1 | 2019-11-11 17:47:41 | Provide all python debug packages. | ||
| b5e9f7f1 | 2019-11-01 17:40:08 | update python to 2.7.17. ok kmos@. |