|/
|\ISS               Tidbits  Posts  Answers  Install  Wiki  Contact  Donate  GitHub
python                                                            version 3.10.0
________________________________________________________________________________
Python is an interpreted high-level general-purpose programming language. Its
design philosophy emphasizes code readability with its use of significant
indentation. Its language constructs as well as its object-oriented approach aim
to help programmers write clear, logical code for small and large-scale
projects.
Python is dynamically-typed and garbage-collected. It supports multiple
programming paradigms, including structured (particularly, procedural),
object-oriented and functional programming. It is often described as a
"batteries included" language due to its comprehensive standard library. [0]
Upstream: https://www.python.org/
[000] Index
________________________________________________________________________________
* Installation ........................................................... [001]
* Usage .................................................................. [002]
* History ................................................................ [003]
* References ............................................................. [004]
[001] Installation
________________________________________________________________________________
+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b python                                                             |
|                                                                              |
+------------------------------------------------------------------------------+
[002] Usage
________________________________________________________________________________
Refer to the manual pages and command help output.
[003] History
________________________________________________________________________________
2023-10-05 0bcde10b python: 3.10.0
2023-08-31 a38805e7 python: 3.9.7
2023-08-10 93fb6638 python: bump rel
2023-08-10 2ef91243 python: slow startup fix for all pyc files
2023-08-10 42f4937f python: fix slow startup time
2023-08-10 a95ba873 python: set default stack size to 1MB
2023-08-10 a2119c22 python: remove unneeded line
2023-07-20 9ee14d93 python: enable ensurepip. Closes #295
2023-07-18 f2e4cb70 python: update for new env
2023-07-15 1c1499d1 python: use VERSION
2023-07-08 2716d66d python: depend on openssl
2023-07-06 41c785df python: add libressl to depends
2023-06-30 526c2462 python: 3.9.6
2023-10-06 6f803a37 python: bump to 3.9.0
2023-09-24 6a2d6104 python: 3.8.6
2023-07-21 ed0c3ec4 python: bump to 3.8.5
2023-07-14 06b1e7ac python: bump to 3.8.4
2023-05-25 94f8a65a python: Add back 2to3
2023-05-14 5c3afa2a python: bump to 3.8.3
2024-03-28 33ee7e74 python: Re-add CFLAGS as clang (as of 10.0.0) supports it
2024-03-24 ec965e86 python: Disable CFLAG for clang. Closes #177
2024-03-24 878a5ff1 python: Drop -r
2024-03-24 f03ebb10 python: Drop 90-100MB of STUFF
2024-02-26 d0dc7f4a python: fix chmod
2024-02-25 b24033a2 python: bump to 3.8.2
2024-02-08 5901fbf9 python: remove util-linux dependency
2023-12-19 3ccd70cb python: bump to 3.8.1
2023-10-15 08d630b2 python: bump to 3.8.0. See: https://getkiss.org/news/20191015b
2023-09-11 232af986 python: Fix python not always installing pip/setuptools
2023-09-09 3a7d6d07 python: fix builds sometimes not including pip/setuptools
2023-08-30 7939a69d python: fix package
2023-08-28 7faf20ea python: Add pip to builds
2023-08-21 6f06b55d python: fix checksums
2023-08-20 973757c3 python: fix depends
2023-08-20 e0b763fe python: fix 3.7 build.
2023-08-20 579c2947 python: fix build
2023-08-20 b2af02d7 python: revert to python 3.6.8
2023-08-17 86f0da28 python: bump to 3.7.4
2023-07-17 18b1fb4a python: Revert auto rebuilding osubpackages.
2023-07-17 6dda50a1 python: Rebuild all subpackages if required.
2023-07-17 fa56ed1a python: Rebuild all subpackages if required.
2023-06-27 5e754dde python: pls
2023-06-27 52ad04e6 python: Fix conflict with setuptools
2023-06-27 0f29f261 python: Rollbac to 3.6.8
2023-06-27 7878725d python: Fix build.
2023-06-27 b39f7eb4 python: Attempt to fix build.
2023-06-27 7ed8ba10 python: Attempt to fix build.
2023-06-27 c986f9c0 python: Attempt to fix build.
2023-06-25 0579582f python: Symlink to python
2023-06-25 5004e9f8 python: Fix musl build and remove libffi.
2023-06-25 0d4816e8 python: Fix build error.
2023-06-02 0aa1d93a python: init at 3.7.3

[004] References
________________________________________________________________________________
[0] https://en.wikipedia.org/wiki/Python_(programming_language)
________________________________________________________________________________
Dylan Araps (C) 2019-2021
The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.