Python-3 Interpreter
http://www.python.org/
Python is an interpreted, object-oriented programming language, and is often compared to Tcl, Perl, Scheme, or Java.
Python-3 is the next step in Python language evolution.
- Developed at devel:languages:python:Factory
- Sources inherited from project openSUSE:Factory
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python310 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
F00251-change-user-install-location.patch | 0000002439 2.38 KB | |
PACKAGING-NOTES | 0000001126 1.1 KB | |
Python-3.10.4.tar.xz | 0019342692 18.4 MB | |
Python-3.10.4.tar.xz.asc | 0000000833 833 Bytes | |
README.SUSE | 0000001683 1.64 KB | |
_multibuild | 0000000078 78 Bytes | |
baselibs.conf | 0000000043 43 Bytes | |
bluez-devel-vendor.tar.xz | 0000024976 24.4 KB | |
bpo-31046_ensurepip_honours_prefix.patch | 0000006311 6.16 KB | |
distutils-reproducible-compile.patch | 0000000475 475 Bytes | |
fix_configure_rst.patch | 0000001297 1.27 KB | |
idle3.appdata.xml | 0000001719 1.68 KB | |
idle3.desktop | 0000000253 253 Bytes | |
import_failed.map | 0000000319 319 Bytes | |
import_failed.py | 0000000706 706 Bytes | |
macros.python3 | 0000001031 1.01 KB | |
no-skipif-doctests.patch | 0000015693 15.3 KB | |
pre_checkin.sh | 0000002150 2.1 KB | |
python-3.3.0b1-fix_date_time_compiler.patch | 0000000896 896 Bytes | |
python-3.3.0b1-localpath.patch | 0000000401 401 Bytes | |
python-3.3.0b1-test-posix_fadvise.patch | 0000000488 488 Bytes | |
python.keyring | 0000006884 6.72 KB | |
python310-rpmlintrc | 0000000061 61 Bytes | |
python310.changes | 0000128497 125 KB | |
python310.spec | 0000033382 32.6 KB | |
skip-test_pyobject_freed_is_freed.patch | 0000000486 486 Bytes | |
skipped_tests.py | 0000001872 1.83 KB | |
subprocess-raise-timeout.patch | 0000000623 623 Bytes |
Revision 14 (latest revision is 53)
Dominique Leuenberger (dimstar_suse)
accepted
request 965119
from
Matej Cepl (mcepl)
(revision 14)
- Update to 3.10.4: - bpo-46968: Check for the existence of the “sys/auxv.h” header in faulthandler to avoid compilation problems in systems where this header doesn’t exist. Patch by Pablo Galindo - bpo-23691: Protect the re.finditer() iterator from re-entering. - bpo-42369: Fix thread safety of zipfile._SharedFile.tell() to avoid a “zipfile.BadZipFile: Bad CRC-32 for file” exception when reading a ZipFile from multiple threads. - bpo-38256: Fix binascii.crc32() when it is compiled to use zlib’c crc32 to work properly on inputs 4+GiB in length instead of returning the wrong result. The workaround prior to this was to always feed the function data in increments smaller than 4GiB or to just call the zlib module function. - bpo-39394: A warning about inline flags not at the start of the regular expression now contains the position of the flag. - bpo-47061: Deprecate the various modules listed by PEP 594: - aifc, asynchat, asyncore, audioop, cgi, cgitb, chunk, crypt, imghdr, msilib, nntplib, nis, ossaudiodev, pipes, smtpd, sndhdr, spwd, sunau, telnetlib, uu, xdrlib - bpo-2604: Fix bug where doctests using globals would fail when run multiple times. - bpo-45997: Fix asyncio.Semaphore re-aquiring FIFO order. - bpo-47022: The asynchat, asyncore and smtpd modules have been deprecated since at least Python 3.6. Their documentation and deprecation warnings and have now been updated to note they will removed in Python 3.12 (PEP 594). - bpo-46421: Fix a unittest issue where if the command was invoked as python -m unittest and the filename(s) began with a dot (.), a ValueError is returned.
Comments 0