ACTIVITY SUMMARY (2021-01-29 - 2021-02-05)
Python tracker at https://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open    7379 (-209)
  closed 47495 (+284)
  total  54874 (+75)

Open issues with patches: 2926 


Issues opened (55)
==================

#16202: sys.path[0] security issues
https://bugs.python.org/issue16202  reopened by christian.heimes

#24275: lookdict_* give up too soon
https://bugs.python.org/issue24275  reopened by Jim.Jewett

#42278: Remove usage of tempfile.mktemp in stdlib
https://bugs.python.org/issue42278  reopened by epaine

#42616: C Extensions on Darwin that link against libpython are likely 
https://bugs.python.org/issue42616  reopened by froody

#43048: Printing RecursionError results in RecursionError
https://bugs.python.org/issue43048  reopened by iritkatriel

#43064: Cannot clear signal handler set with loop.add_signal_handler i
https://bugs.python.org/issue43064  opened by selimb

#43065: 'concurrent.futures' stucks in 3.9.1
https://bugs.python.org/issue43065  opened by doublex

#43066: Zipfile with leading slashes
https://bugs.python.org/issue43066  opened by garrison.taylor

#43067: inspect.signature(bytes.hex) raises ValueError "builtin has in
https://bugs.python.org/issue43067  opened by boris

#43068: test_subprocess: test_specific_shell() fails on AMD64 FreeBSD 
https://bugs.python.org/issue43068  opened by vstinner

#43069: Python fails to read a script whose path is `/dev/fd/X`
https://bugs.python.org/issue43069  opened by ciprian.craciun

#43071: IDLE: Windows 7 - Trackpad two-finger vertical scrolling is no
https://bugs.python.org/issue43071  opened by Kritzy

#43072: Memory Leak when using Thread
https://bugs.python.org/issue43072  opened by goyalakshat14

#43073: Adding a ctypes.Union to a ctypes.BigEndianStructure results i
https://bugs.python.org/issue43073  opened by MrSurly

#43075: ReDoS in request
https://bugs.python.org/issue43075  opened by yetingli

#43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0
https://bugs.python.org/issue43077  opened by paul.moore

#43079: wrong IP address range given for ipv4_mapped
https://bugs.python.org/issue43079  opened by alwhaley

#43080: pprint for dataclass instances
https://bugs.python.org/issue43080  opened by LewisGaul

#43081: Recursive call crash module multiprocessing
https://bugs.python.org/issue43081  opened by xxm

#43084: curses.window.enclose() should return bool
https://bugs.python.org/issue43084  opened by serhiy.storchaka

#43085: Loosening | and |= operator type checking restriction
https://bugs.python.org/issue43085  opened by Siy_V

#43086: Excess data in not handled properly in binascii.a2b_base64()
https://bugs.python.org/issue43086  opened by idan22moral

#43087: ctypes documentation error
https://bugs.python.org/issue43087  opened by metolone

#43092: Python installation fails to install pip3 if pip, setuptools i
https://bugs.python.org/issue43092  opened by quotemstr

#43093: Make modules picklable
https://bugs.python.org/issue43093  opened by Arusekk

#43094: sqlite3.create_function takes parameter named narg, not num_pa
https://bugs.python.org/issue43094  opened by nchammas

#43095: Windows does not raise IsADirectoryError
https://bugs.python.org/issue43095  opened by Jairo Llopis

#43096: Adding `read_into` method to `asyncio.StreamReader`
https://bugs.python.org/issue43096  opened by jakirkham

#43098: tarfile list() method does not show file type
https://bugs.python.org/issue43098  opened by val.shkolnikov

#43101: Add deprecation of float limits for resource to documentation
https://bugs.python.org/issue43101  opened by nafur

#43103: Add configure --without-static-libpython to not build libpytho
https://bugs.python.org/issue43103  opened by vstinner

#43105: Can't import extension modules resolved via relative paths in 
https://bugs.python.org/issue43105  opened by smunday

#43109: When using Apple Clang, --with-lto builds should not check for
https://bugs.python.org/issue43109  opened by acmorrow

#43111: webbrowser.py triggers unwanted XQuartz startup
https://bugs.python.org/issue43111  opened by hans-meine

#43112: SOABI on Linux does not distinguish between GNU libc and musl 
https://bugs.python.org/issue43112  opened by ncopa

#43115: locale.getlocale fails if locale is set
https://bugs.python.org/issue43115  opened by AndersMunch

#43118: inspect.signature() raises RuntimeError on failed to resolve t
https://bugs.python.org/issue43118  opened by tkomiya

#43119: asyncio.Queue.put never yields if the queue is unbounded
https://bugs.python.org/issue43119  opened by spenczar

#43120: Some OSX syslog facilities are missing from syslog module
https://bugs.python.org/issue43120  opened by ronaldoussoren

#43122: Python Launcher doesn't open a terminal window
https://bugs.python.org/issue43122  opened by kjw

#43123: email MIME splitting
https://bugs.python.org/issue43123  opened by martin.ortner

#43124: [security] smtplib multiple CRLF injection
https://bugs.python.org/issue43124  opened by martin.ortner

#43125: Trying To Concatenate Bytes and String in SMTPLIB
https://bugs.python.org/issue43125  opened by boom0192

#43126: IOBase.readlines(0) behaviour is inconsistent with documentati
https://bugs.python.org/issue43126  opened by althonos2

#43127: Unable to install Python 3.9.1 - Windows 10
https://bugs.python.org/issue43127  opened by adrian.e.d.lloyd

#43128: make test fails Lib/test/test_httpservers.py on 3.9.1
https://bugs.python.org/issue43128  opened by ostermana

#43129: Number of object on stack required by opcode
https://bugs.python.org/issue43129  opened by mdartiailh

#43131: MMAP duplicate reads and writes on ARM64 platform
https://bugs.python.org/issue43131  opened by psswirhun

#43132: Incorrect handling of PyObject_RichCompareBool() in the _zonei
https://bugs.python.org/issue43132  opened by ZackerySpytz

#43133: Accept file mode "rw" to open-or-create a file and seek to the
https://bugs.python.org/issue43133  opened by ncoghlan

#43134: (list have item) instate (item in list)
https://bugs.python.org/issue43134  opened by mablue

#43135: Can't input Japanese on idle (MacOS).
https://bugs.python.org/issue43135  opened by Marusoftware

#43136: multiprocessing.Queue.get(block=False) can raise queue.Empty o
https://bugs.python.org/issue43136  opened by sbraz

#43137: webbrowser to support "gio open <URL>"
https://bugs.python.org/issue43137  opened by doko

#43138: [doc] Inconsistent / confusing documentation regarding importi
https://bugs.python.org/issue43138  opened by Dirk Herrmann



Most recent 15 issues with no replies (15)
==========================================

#43138: [doc] Inconsistent / confusing documentation regarding importi
https://bugs.python.org/issue43138

#43137: webbrowser to support "gio open <URL>"
https://bugs.python.org/issue43137

#43128: make test fails Lib/test/test_httpservers.py on 3.9.1
https://bugs.python.org/issue43128

#43127: Unable to install Python 3.9.1 - Windows 10
https://bugs.python.org/issue43127

#43126: IOBase.readlines(0) behaviour is inconsistent with documentati
https://bugs.python.org/issue43126

#43125: Trying To Concatenate Bytes and String in SMTPLIB
https://bugs.python.org/issue43125

#43124: [security] smtplib multiple CRLF injection
https://bugs.python.org/issue43124

#43123: email MIME splitting
https://bugs.python.org/issue43123

#43120: Some OSX syslog facilities are missing from syslog module
https://bugs.python.org/issue43120

#43115: locale.getlocale fails if locale is set
https://bugs.python.org/issue43115

#43111: webbrowser.py triggers unwanted XQuartz startup
https://bugs.python.org/issue43111

#43109: When using Apple Clang, --with-lto builds should not check for
https://bugs.python.org/issue43109

#43105: Can't import extension modules resolved via relative paths in 
https://bugs.python.org/issue43105

#43101: Add deprecation of float limits for resource to documentation
https://bugs.python.org/issue43101

#43098: tarfile list() method does not show file type
https://bugs.python.org/issue43098



Most recent 15 issues waiting for review (15)
=============================================

#43132: Incorrect handling of PyObject_RichCompareBool() in the _zonei
https://bugs.python.org/issue43132

#43120: Some OSX syslog facilities are missing from syslog module
https://bugs.python.org/issue43120

#43119: asyncio.Queue.put never yields if the queue is unbounded
https://bugs.python.org/issue43119

#43118: inspect.signature() raises RuntimeError on failed to resolve t
https://bugs.python.org/issue43118

#43103: Add configure --without-static-libpython to not build libpytho
https://bugs.python.org/issue43103

#43087: ctypes documentation error
https://bugs.python.org/issue43087

#43086: Excess data in not handled properly in binascii.a2b_base64()
https://bugs.python.org/issue43086

#43085: Loosening | and |= operator type checking restriction
https://bugs.python.org/issue43085

#43084: curses.window.enclose() should return bool
https://bugs.python.org/issue43084

#43080: pprint for dataclass instances
https://bugs.python.org/issue43080

#43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0
https://bugs.python.org/issue43077

#43075: ReDoS in request
https://bugs.python.org/issue43075

#43049: Use io.IncrementalNewlineDecoder for doctest newline conversio
https://bugs.python.org/issue43049

#43047: logging.config formatters documentation is out of sync with co
https://bugs.python.org/issue43047

#43046: argparse: capturing actions
https://bugs.python.org/issue43046



Top 10 most discussed issues (10)
=================================

#43048: Printing RecursionError results in RecursionError
https://bugs.python.org/issue43048   8 msgs

#43080: pprint for dataclass instances
https://bugs.python.org/issue43080   8 msgs

#42899: Is it legal to eliminate tests of a value, when that test has 
https://bugs.python.org/issue42899   7 msgs

#39951: Ignore specific errors when closing ssl connections
https://bugs.python.org/issue39951   6 msgs

#43085: Loosening | and |= operator type checking restriction
https://bugs.python.org/issue43085   6 msgs

#43112: SOABI on Linux does not distinguish between GNU libc and musl 
https://bugs.python.org/issue43112   6 msgs

#24275: lookdict_* give up too soon
https://bugs.python.org/issue24275   5 msgs

#43103: Add configure --without-static-libpython to not build libpytho
https://bugs.python.org/issue43103   4 msgs

#42115: Caching infrastructure for the evaluation loop: specialised op
https://bugs.python.org/issue42115   3 msgs

#42825: Build libraries with "/OPT:REF" linker optimization on Windows
https://bugs.python.org/issue42825   3 msgs



Issues closed (262)
===================

#1887: Document that distutils doesn't support out-of-source builds
https://bugs.python.org/issue1887  closed by steve.dower

#2200: find_executable fails to find .bat files on win32
https://bugs.python.org/issue2200  closed by steve.dower

#2437: Distutils runtime_library_dirs broken on Windows
https://bugs.python.org/issue2437  closed by steve.dower

#2445: Use The CygwinCCompiler Under Cygwin
https://bugs.python.org/issue2445  closed by steve.dower

#2624: swig support in distutils should use the build and temp dirs
https://bugs.python.org/issue2624  closed by steve.dower

#2943: Distutils should generate a better error message when the SDK 
https://bugs.python.org/issue2943  closed by steve.dower

#4010: configure options don't trickle down to distutils
https://bugs.python.org/issue4010  closed by steve.dower

#4032: distutils doesn't search ".dll.a" as library on cygwin
https://bugs.python.org/issue4032  closed by steve.dower

#4508: distutils compiler not handling spaces in path to output/src f
https://bugs.python.org/issue4508  closed by steve.dower

#5243: Missing dependency in distutils build
https://bugs.python.org/issue5243  closed by steve.dower

#5300: distutils should preserve +x bit on data files
https://bugs.python.org/issue5300  closed by steve.dower

#5936: Add MSI suport for uninstalling individual versions
https://bugs.python.org/issue5936  closed by steve.dower

#6040: bdist_msi does not deal with pre-release version
https://bugs.python.org/issue6040  closed by steve.dower

#6087: distutils.sysconfig.get_python_lib gives surprising result whe
https://bugs.python.org/issue6087  closed by steve.dower

#6114: distutils build_ext path comparison only based on strings
https://bugs.python.org/issue6114  closed by steve.dower

#6145: distutils.extension.read_setup_file misinterprets -C switch
https://bugs.python.org/issue6145  closed by steve.dower

#6792: Distutils-based installer does not detect 64bit versions of Py
https://bugs.python.org/issue6792  closed by steve.dower

#6863: Wrong linker command if CXX set to "ccache g++"
https://bugs.python.org/issue6863  closed by steve.dower

#7182: For non-debug builds, the cygwinccompiler.py should define NDE
https://bugs.python.org/issue7182  closed by steve.dower

#7202: "python setup.py cmd --verbose" does not set verbosity
https://bugs.python.org/issue7202  closed by steve.dower

#7219: Unhelpful error message when a distutils package install fails
https://bugs.python.org/issue7219  closed by steve.dower

#7412: distutils install race condition
https://bugs.python.org/issue7412  closed by steve.dower

#7546: msvc9compiler.py: add .asm extension
https://bugs.python.org/issue7546  closed by steve.dower

#7562: Custom order for the subcommands of build
https://bugs.python.org/issue7562  closed by steve.dower

#7677: upload: improve display for error messages from gpg
https://bugs.python.org/issue7677  closed by steve.dower

#8027: distutils fail to determine c++ linker with unixcompiler if us
https://bugs.python.org/issue8027  closed by steve.dower

#8170: Wrong Paths for distutils build --plat-name=win-amd64
https://bugs.python.org/issue8170  closed by steve.dower

#8384: Better error message for executables not found
https://bugs.python.org/issue8384  closed by steve.dower

#8501: setup.py install --dry-run option doesn't work
https://bugs.python.org/issue8501  closed by steve.dower

#8763: py3K bdist_msi wrongly installs itself in ALL python versions
https://bugs.python.org/issue8763  closed by steve.dower

#8908: friendly errors for UAC misbehavior in windows installers
https://bugs.python.org/issue8908  closed by steve.dower

#8954: wininst regression: errors when building on linux
https://bugs.python.org/issue8954  closed by steve.dower

#8987: Distutils doesn't quote Windows command lines properly
https://bugs.python.org/issue8987  closed by steve.dower

#9023: distutils relative path errors
https://bugs.python.org/issue9023  closed by steve.dower

#9322: Don’t fail silently if ext_modules use absolute paths
https://bugs.python.org/issue9322  closed by steve.dower

#9912: Fail when vsvarsall.bat produces stderr
https://bugs.python.org/issue9912  closed by steve.dower

#9995: "setup.py register sdist upload" requires pass to be saved
https://bugs.python.org/issue9995  closed by steve.dower

#10374: distutils[2] should recreate scripts in the build tree
https://bugs.python.org/issue10374  closed by steve.dower

#10932: distutils.core.setup - data_files misbehaviour ?
https://bugs.python.org/issue10932  closed by steve.dower

#11376: Solaris/GCC/shared lib problem
https://bugs.python.org/issue11376  closed by steve.dower

#11472: upload command fails to read auth information from .pypirc
https://bugs.python.org/issue11472  closed by steve.dower

#11600: PY_CFLAGS and PY_CPPFLAGS inconsistent
https://bugs.python.org/issue11600  closed by steve.dower

#11601: UnixCCompiler always uses compiler_so, not compiler
https://bugs.python.org/issue11601  closed by steve.dower

#11723: Add support for mingw64 compiler
https://bugs.python.org/issue11723  closed by steve.dower

#11928: fail on filename with space at the end
https://bugs.python.org/issue11928  closed by steve.dower

#12259: Document which compilers can be created on which platform
https://bugs.python.org/issue12259  closed by steve.dower

#12585: distutils dereferences symlinks for zip but not for bztar/gzta
https://bugs.python.org/issue12585  closed by steve.dower

#12669: test_curses skipped on buildbots
https://bugs.python.org/issue12669  closed by serhiy.storchaka

#13055: Distutils tries to handle null versions but fails
https://bugs.python.org/issue13055  closed by steve.dower

#13317: building with 2to3 generates wrong import paths because build_
https://bugs.python.org/issue13317  closed by steve.dower

#13420: newer() function in dep_util.py discard changes in the same se
https://bugs.python.org/issue13420  closed by steve.dower

#13486: msvc9compiler.py doesn't properly generate manifest files.
https://bugs.python.org/issue13486  closed by steve.dower

#13943: distutils’ build_py fails when package string is unicode
https://bugs.python.org/issue13943  closed by steve.dower

#13962: multiple lib and include directories on Linux
https://bugs.python.org/issue13962  closed by steve.dower

#14030: Be more careful about selecting the compiler in distutils
https://bugs.python.org/issue14030  closed by steve.dower

#14106: Distutils manifest: recursive-(include|exclude) matches suffix
https://bugs.python.org/issue14106  closed by steve.dower

#14529: distutils's build_msi command ignores the data_files argument
https://bugs.python.org/issue14529  closed by steve.dower

#14530: distutils's build_wininst command fails to correctly interpret
https://bugs.python.org/issue14530  closed by steve.dower

#14894: distutils.LooseVersion fails to compare number and a word
https://bugs.python.org/issue14894  closed by steve.dower

#15018: Incomplete Python LDFLAGS and CPPFLAGS used for extension modu
https://bugs.python.org/issue15018  closed by steve.dower

#15182: find_library_file() should try to link
https://bugs.python.org/issue15182  closed by steve.dower

#15205: distutils dereferences symlinks on Mac OS X but not on Linux
https://bugs.python.org/issue15205  closed by steve.dower

#15266: Perform the same checks as PyPI for Description field
https://bugs.python.org/issue15266  closed by steve.dower

#15797: bdist_msi does not pass -install/remove flags to install_scrip
https://bugs.python.org/issue15797  closed by steve.dower

#16108: Include maintainer information in register/upload
https://bugs.python.org/issue16108  closed by steve.dower

#16466: register command forgets password if no config file is created
https://bugs.python.org/issue16466  closed by steve.dower

#16472: Distutils+mingw links agains msvcr90, while python27.dll is li
https://bugs.python.org/issue16472  closed by steve.dower

#16879: distutils.command.config uses fragile constant temporary file 
https://bugs.python.org/issue16879  closed by steve.dower

#16926: setup.py register does not always respect --repository
https://bugs.python.org/issue16926  closed by steve.dower

#17144: Distutils: "sdist register upload" ignores -r argument
https://bugs.python.org/issue17144  closed by steve.dower

#17274: distutils silently omits relative symlinks
https://bugs.python.org/issue17274  closed by steve.dower

#18454: distutils crashes when uploading to PyPI having only the usern
https://bugs.python.org/issue18454  closed by steve.dower

#18639: mingw: avoid circular dependency from time module during nativ
https://bugs.python.org/issue18639  closed by steve.dower

#18640: mingw: generalization of posix build in distutils/sysconfig.py
https://bugs.python.org/issue18640  closed by steve.dower

#18654: modernize mingw&cygwin compiler classes
https://bugs.python.org/issue18654  closed by steve.dower

#18970: run_setup() behavior differs from cli invocation of setup.py
https://bugs.python.org/issue18970  closed by steve.dower

#18987: distutils.utils.get_platform() for 32-bit Python on a 64-bit m
https://bugs.python.org/issue18987  closed by steve.dower

#19549: PKG-INFO is created with CRLF on Windows
https://bugs.python.org/issue19549  closed by steve.dower

#20106: warn_dir is always true for install_data, even if an install_d
https://bugs.python.org/issue20106  closed by steve.dower

#20212: distutils: fix build_ext check to find whether we're building 
https://bugs.python.org/issue20212  closed by steve.dower

#20337: bdist_rpm should support %config(noreplace)
https://bugs.python.org/issue20337  closed by steve.dower

#20397: distutils --record option does not validate existence of byte-
https://bugs.python.org/issue20397  closed by steve.dower

#20464: Update distutils sample config file in Doc/install/index.rst
https://bugs.python.org/issue20464  closed by steve.dower

#20705: distutils.extension.Extension with empty 'sources' list
https://bugs.python.org/issue20705  closed by steve.dower

#20788: distutils.msvccompiler - flags are hidden inside initialize()
https://bugs.python.org/issue20788  closed by steve.dower

#20819: reinitialize_command doesn't clear install_lib on install and 
https://bugs.python.org/issue20819  closed by steve.dower

#21409: setup.py check - should fail and retrun a non 0 exit code
https://bugs.python.org/issue21409  closed by steve.dower

#21410: setup.py check --restructuredtext  -- appears to pass if docut
https://bugs.python.org/issue21410  closed by steve.dower

#21453: Support of RPM subpackages in distutils
https://bugs.python.org/issue21453  closed by steve.dower

#21710: --install-base option ignored?
https://bugs.python.org/issue21710  closed by steve.dower

#21749: pkgutil ImpLoader does not support frozen modules
https://bugs.python.org/issue21749  closed by steve.dower

#21821: The function cygwinccompiler.is_cygwingcc leads to FileNotFoun
https://bugs.python.org/issue21821  closed by steve.dower

#22269: Resolve distutils option conflicts with priorities
https://bugs.python.org/issue22269  closed by steve.dower

#22309: distutils/spawn.py handle fork() not implemented.
https://bugs.python.org/issue22309  closed by steve.dower

#22888: ensurepip and distutils' build_scripts fails on Windows when p
https://bugs.python.org/issue22888  closed by steve.dower

#22990: bdist installation dialog
https://bugs.python.org/issue22990  closed by steve.dower

#23023: ./Modules/ld_so_aix not found on AIX during test_distutils
https://bugs.python.org/issue23023  closed by steve.dower

#23102: distutils: isinstance checks fail with setuptools-monkeypatche
https://bugs.python.org/issue23102  closed by steve.dower

#24239: Allow to  configure which gpg to use in distutils upload
https://bugs.python.org/issue24239  closed by steve.dower

#24591: offer option to suppress "clean --all" output relating to none
https://bugs.python.org/issue24591  closed by steve.dower

#24673: distutils/_msvccompiler does not remove /DLL during link(CComp
https://bugs.python.org/issue24673  closed by steve.dower

#24691: out of memory in distutils.upload with large files
https://bugs.python.org/issue24691  closed by steve.dower

#24908: sysconfig.py and distutils.sysconfig.py disagree on directory 
https://bugs.python.org/issue24908  closed by steve.dower

#24935: LDSHARED is not set according when CC is set.
https://bugs.python.org/issue24935  closed by steve.dower

#25100: Test_distutils fails instead of skipping if no VS2015
https://bugs.python.org/issue25100  closed by steve.dower

#25187: bdist_rpm fails due to wrong hardcoded assumption about RPM fi
https://bugs.python.org/issue25187  closed by steve.dower

#25229: distutils doesn't add "-Wl," prefix to "-R" on Linux if the C 
https://bugs.python.org/issue25229  closed by steve.dower

#25385: Spurious warning when compiling extension module
https://bugs.python.org/issue25385  closed by steve.dower

#25392: setup.py --quiet doesn't silence "no previously-included direc
https://bugs.python.org/issue25392  closed by steve.dower

#25544: cleanup temporary files in distutils.has_function
https://bugs.python.org/issue25544  closed by steve.dower

#25627: distutils : file "bdist_rpm.py" does not quote filenames when 
https://bugs.python.org/issue25627  closed by steve.dower

#26425: 'TypeError: object of type 'NoneType' has no len()' in 'splitd
https://bugs.python.org/issue26425  closed by steve.dower

#26786: bdist_msi duplicates directories with names in ALL CAPS to a b
https://bugs.python.org/issue26786  closed by steve.dower

#26790: bdist_msi package duplicates everything to a bogus location wh
https://bugs.python.org/issue26790  closed by steve.dower

#26872: Default ConfigParser in python is not able to load values habi
https://bugs.python.org/issue26872  closed by steve.dower

#26876: Extend MSVCCompiler class to respect environment variables
https://bugs.python.org/issue26876  closed by steve.dower

#27004: Handle script shbang options
https://bugs.python.org/issue27004  closed by steve.dower

#27123: Allow `install_headers` command to follow specific directory s
https://bugs.python.org/issue27123  closed by steve.dower

#27226: distutils: unable to compile both .opt-1.pyc and .opt2.pyc sim
https://bugs.python.org/issue27226  closed by steve.dower

#27317: Handling data_files: too much is removed in uninstall
https://bugs.python.org/issue27317  closed by steve.dower

#27790: test_distutils spews linker messages on Windows
https://bugs.python.org/issue27790  closed by steve.dower

#27919: Deprecate and remove extra_path distribution kwarg
https://bugs.python.org/issue27919  closed by steve.dower

#28209: Exe or MSI unable to find Py3.5
https://bugs.python.org/issue28209  closed by steve.dower

#28981: distutils/check.py overzealous catch block hides errors
https://bugs.python.org/issue28981  closed by steve.dower

#29225: distutils.command.install_lib.get_outputs() wrong with extensi
https://bugs.python.org/issue29225  closed by steve.dower

#29313: msi by bdist_msi will fail execute install-scripts if space in
https://bugs.python.org/issue29313  closed by steve.dower

#29320: bdist_msi install_script fail to execute if alt python locatio
https://bugs.python.org/issue29320  closed by steve.dower

#29408: Add timestamp-based dependency system to build_clib
https://bugs.python.org/issue29408  closed by steve.dower

#29895: Distutils blows up with an incorrect pypirc, should be caught
https://bugs.python.org/issue29895  closed by steve.dower

#30613: Distutils register command creates non-standard multipart data
https://bugs.python.org/issue30613  closed by steve.dower

#30925: RPM build lacks ability to include other files similar to doc_
https://bugs.python.org/issue30925  closed by steve.dower

#31332: Building modules by Clang with Microsoft CodeGen
https://bugs.python.org/issue31332  closed by steve.dower

#31551: test_distutils fails if current directory contains spaces
https://bugs.python.org/issue31551  closed by steve.dower

#32054: Creating RPM on Python 2 works, but Python 3 fails because of 
https://bugs.python.org/issue32054  closed by steve.dower

#32223: distutils doesn't correctly read UTF-8 content from config fil
https://bugs.python.org/issue32223  closed by steve.dower

#32597: Bad detection of clang
https://bugs.python.org/issue32597  closed by steve.dower

#32716: setup.py register --repository is broken
https://bugs.python.org/issue32716  closed by steve.dower

#32773: distutils should NOT preserve timestamps
https://bugs.python.org/issue32773  closed by steve.dower

#32957: distutils.command.install checks truthiness of .ext_modules in
https://bugs.python.org/issue32957  closed by steve.dower

#33168: distutils build/build_ext and --debug
https://bugs.python.org/issue33168  closed by steve.dower

#33457: python-config ldflags, PEP 513 and explicit linking to libpyth
https://bugs.python.org/issue33457  closed by steve.dower

#33466: Distutils does not support the compilation of Objective-C++ (â
https://bugs.python.org/issue33466  closed by steve.dower

#33637: pip cannot build extensions for debug Python
https://bugs.python.org/issue33637  closed by steve.dower

#33875: Allow dynamic password evaluation in pypirc configuration file
https://bugs.python.org/issue33875  closed by steve.dower

#33969: "copytree" refuses to copy to a mount point
https://bugs.python.org/issue33969  closed by steve.dower

#33980: distutils upload: SSL Error when uploading package to your own
https://bugs.python.org/issue33980  closed by steve.dower

#33990: CPPFLAGS during ./configure are not passed-through in sysconfi
https://bugs.python.org/issue33990  closed by steve.dower

#34012: No option to include system headers in distutils.core.Extensio
https://bugs.python.org/issue34012  closed by steve.dower

#34322: modification to Lib/distutils/ccompiler.py to simplify handlin
https://bugs.python.org/issue34322  closed by steve.dower

#35172: Add support for other MSVC compiler versions to distutils. dis
https://bugs.python.org/issue35172  closed by steve.dower

#35244: Allow to setup Clang as default compiler for modules build
https://bugs.python.org/issue35244  closed by steve.dower

#35295: Please clarify whether PyUnicode_AsUTF8AndSize() or PyUnicode_
https://bugs.python.org/issue35295  closed by methane

#35718: Cannot initialize the distutils  "force" command-option
https://bugs.python.org/issue35718  closed by steve.dower

#35882: distutils fails with UnicodeEncodeError with strange filename 
https://bugs.python.org/issue35882  closed by steve.dower

#35893: distutils fails to build extension on windows when it is a pac
https://bugs.python.org/issue35893  closed by steve.dower

#36238: distutils complains "package init file 'xxx/__init__.py' not f
https://bugs.python.org/issue36238  closed by steve.dower

#36353: rpath incorrectly handled on OSX by build_ext
https://bugs.python.org/issue36353  closed by steve.dower

#36383: Virtual environment sysconfig.get_path() and distutils.sysconf
https://bugs.python.org/issue36383  closed by steve.dower

#36640: distutils.sysconfig.get_python_lib behaves incorrectly when pi
https://bugs.python.org/issue36640  closed by steve.dower

#36768: distutils.util.convert_path mangles windows paths with forward
https://bugs.python.org/issue36768  closed by steve.dower

#36998: distutils sdist command fails to create MANIFEST if any filena
https://bugs.python.org/issue36998  closed by steve.dower

#37247: swap distutils build_ext and build_py commands to allow proper
https://bugs.python.org/issue37247  closed by steve.dower

#37541: get_python_lib() returns incorrect path for site-packages
https://bugs.python.org/issue37541  closed by steve.dower

#37570: [Windows] distutils.util.byte_compile() fails indirect byte co
https://bugs.python.org/issue37570  closed by steve.dower

#37680: distutils appends LDFLAGS environment variable before object f
https://bugs.python.org/issue37680  closed by steve.dower

#37794: Replace /Ox with /O2
https://bugs.python.org/issue37794  closed by steve.dower

#37916: distutils: allow overriding of the RANLIB command on macOS (da
https://bugs.python.org/issue37916  closed by steve.dower

#38078: IDLE: Don't run internal code in user namespace.
https://bugs.python.org/issue38078  closed by terry.reedy

#38569: Unknown distribution option: 'license_files'
https://bugs.python.org/issue38569  closed by steve.dower

#38597: C Extension import limit
https://bugs.python.org/issue38597  closed by steve.dower

#38632: setup.py sdist should honor SOURCE_DATE_EPOCH
https://bugs.python.org/issue38632  closed by steve.dower

#38709: distutils - setuptools - alias command removes comments from s
https://bugs.python.org/issue38709  closed by steve.dower

#38711: setup parameter 'distclass' ignored for configuration files
https://bugs.python.org/issue38711  closed by steve.dower

#38714: setup command alias erroneous for names with hyphens
https://bugs.python.org/issue38714  closed by steve.dower

#38718: query of global metadata options delivers error messages even 
https://bugs.python.org/issue38718  closed by steve.dower

#38727: setup.py sdist --format=gztar should use (equivalent of) `gzip
https://bugs.python.org/issue38727  closed by steve.dower

#39260: distutils.spawn: find_executable() Fails To Find Many Executab
https://bugs.python.org/issue39260  closed by steve.dower

#39286: Configure includes LIBS but does not pass it to distutils
https://bugs.python.org/issue39286  closed by steve.dower

#39917: new_compiler() called 2nd time causes error
https://bugs.python.org/issue39917  closed by steve.dower

#40042: Enum Flag: psuedo-members have None for name attribute
https://bugs.python.org/issue40042  closed by ethan.furman

#40070: GCC crashed on AMD64 RHEL7 LTO + PGO 3.7 (compiler bug)
https://bugs.python.org/issue40070  closed by vstinner

#40455: GCC 10 compiler warnings
https://bugs.python.org/issue40455  closed by corona10

#40478: allow finding nmake.exe executable in MSVCCompiler
https://bugs.python.org/issue40478  closed by steve.dower

#40530: distutils/cygwinccompiler.py doesn't support recent msvc versi
https://bugs.python.org/issue40530  closed by steve.dower

#40963: distutils make_zipfile uses random order
https://bugs.python.org/issue40963  closed by steve.dower

#41013: test_os.test_memfd_create() fails on AMD64 FreeBSD Shared 3.x
https://bugs.python.org/issue41013  closed by vstinner

#41027: get_version() fails to return gcc version for gcc-7
https://bugs.python.org/issue41027  closed by steve.dower

#41134: distutils.dir_util.copy_tree FileExistsError when updating sym
https://bugs.python.org/issue41134  closed by steve.dower

#41143: distutils uses the locale encoding for the .pypirc file
https://bugs.python.org/issue41143  closed by steve.dower

#41149: Threads can fail to start
https://bugs.python.org/issue41149  closed by pablogsal

#41154: test_pkgutil:test_name_resolution fails on macOS HFS+ file sys
https://bugs.python.org/issue41154  closed by steve.dower

#41490: Update bundled pip to 20.2.1 and setuptools to 49.2.1
https://bugs.python.org/issue41490  closed by steve.dower

#41601: Performance issue using isspace() in extension module on Windo
https://bugs.python.org/issue41601  closed by steve.dower

#41604: [curses.panel] Failed panel.set_userptr  will decrement refcou
https://bugs.python.org/issue41604  closed by serhiy.storchaka

#41748: HTMLParser: comma in attribute values with/without space
https://bugs.python.org/issue41748  closed by ezio.melotti

#41880: Get Python include directories from sysconfigdata
https://bugs.python.org/issue41880  closed by steve.dower

#41882: CCompiler.has_function does not delete temporary files
https://bugs.python.org/issue41882  closed by steve.dower

#42009: Unable to compile with message compiler due to source order
https://bugs.python.org/issue42009  closed by steve.dower

#42204: "import setuptools" Results in "ModuleNotFoundError: No module
https://bugs.python.org/issue42204  closed by steve.dower

#42323: [AIX] test_math: test_nextafter(float('nan'), 1.0) does not re
https://bugs.python.org/issue42323  closed by vstinner

#42554: distutils.util.get_platform() depends on minor version for mac
https://bugs.python.org/issue42554  closed by steve.dower

#42596: aarch64 Fedora Rawhide LTO + PGO 3.8 fails to build Python: /u
https://bugs.python.org/issue42596  closed by vstinner

#42605: dir_util.copy_tree crashes if folder it previously created is 
https://bugs.python.org/issue42605  closed by steve.dower

#42628: binascii doesn't work on some base64
https://bugs.python.org/issue42628  closed by serhiy.storchaka

#42727: [Enum] EnumMeta.__prepare__ needs to accept **kwds
https://bugs.python.org/issue42727  closed by ethan.furman

#42773: build.yml workflow not testing on pushes
https://bugs.python.org/issue42773  closed by ammar2

#42834: [subinterpreters] Convert "global" static variable caches in _
https://bugs.python.org/issue42834  closed by vstinner

#42865: sysconfig appends CFLAGS to LD
https://bugs.python.org/issue42865  closed by steve.dower

#42911: Addition chains for pow saves 5-20% time for pow(int,int)
https://bugs.python.org/issue42911  closed by mark.dickinson

#42927: Inline cache for slots
https://bugs.python.org/issue42927  closed by gvanrossum

#42986: pegen parser: Crash on SyntaxError with f-string on Windows
https://bugs.python.org/issue42986  closed by pablogsal

#42990: Improve the C code for calling Python code: _PyEval_EvalCode()
https://bugs.python.org/issue42990  closed by Mark.Shannon

#42997: Improve error message for missing : before suites
https://bugs.python.org/issue42997  closed by pablogsal

#43016: Improve tests for curses
https://bugs.python.org/issue43016  closed by serhiy.storchaka

#43017: Improve error message in the parser when using un-parenthesise
https://bugs.python.org/issue43017  closed by pablogsal

#43029: unittest: Add assertUniqeIn
https://bugs.python.org/issue43029  closed by terry.reedy

#43030: signed/unsigned mismatch in Py_UNICODE_ISSPACE macro
https://bugs.python.org/issue43030  closed by serhiy.storchaka

#43035: FileNotFoundError in distutils\file_util.py copy_tree
https://bugs.python.org/issue43035  closed by steve.dower

#43039: tempfile.TemporaryDirectory() name string is incorrect
https://bugs.python.org/issue43039  closed by eric.smith

#43053: Speed up math.isqrt, again
https://bugs.python.org/issue43053  closed by mark.dickinson

#43056: Use of dicts in 4.2 and 4.7 of Python tutorial a bit confusing
https://bugs.python.org/issue43056  closed by rhettinger

#43059: sqlite3: Externally developed?
https://bugs.python.org/issue43059  closed by berker.peksag

#43062: Non-integer values in collections.Counter
https://bugs.python.org/issue43062  closed by rhettinger

#43070: Control keys stop working after pressing Ctrl-C Escape Enter
https://bugs.python.org/issue43070  closed by trey

#43074: Unable to use system proxy with HTTPS connection on Windows
https://bugs.python.org/issue43074  closed by admin3

#43076: str.split() indexing issue
https://bugs.python.org/issue43076  closed by steven.daprano

#43078: Equality Errors when Unpickling and Pickling a Dictionary with
https://bugs.python.org/issue43078  closed by rp4fx12

#43082: descriptor howto: typo in "Definition and introduction"
https://bugs.python.org/issue43082  closed by rhettinger

#43083: Minor errors related to error handling in _sqlite3 module
https://bugs.python.org/issue43083  closed by serhiy.storchaka

#43088: Regression in math.hypot
https://bugs.python.org/issue43088  closed by rhettinger

#43089: The optional argument to random.Random() is called "x" not "se
https://bugs.python.org/issue43089  closed by rhettinger

#43090: parseaddr (from email.utils) returns invalid input string inst
https://bugs.python.org/issue43090  closed by r.david.murray

#43091: console encode is not utf-8!!
https://bugs.python.org/issue43091  closed by christian.heimes

#43097: IndexError msg of random.choice() not helpful
https://bugs.python.org/issue43097  closed by rhettinger

#43099: Deleted positions lists
https://bugs.python.org/issue43099  closed by eric.smith

#43100: Python fails to execute shiv pyz files greater than 2 GB
https://bugs.python.org/issue43100  closed by mark.dickinson

#43102: namedtuple's __new__.__globals__['__builtins__'] is None
https://bugs.python.org/issue43102  closed by rhettinger

#43104: csv package in class
https://bugs.python.org/issue43104  closed by eric.smith

#43106: Some macOS open flags are missing from posixmodule.c
https://bugs.python.org/issue43106  closed by corona10

#43107: RotatingFileHandler with multi processes creates too small bac
https://bugs.python.org/issue43107  closed by vinay.sajip

#43108: test_curses is leaking references
https://bugs.python.org/issue43108  closed by pablogsal

#43110: import aiohttp crash closes Python from Windows Installer
https://bugs.python.org/issue43110  closed by giovanniwijaya

#43113: os.posix_spawn errors with wrong information when shebang poin
https://bugs.python.org/issue43113  closed by gregory.p.smith

#43114: Python 3.6 MSI  Installer for Windows
https://bugs.python.org/issue43114  closed by steve.dower

#43116: Integer division numerical error
https://bugs.python.org/issue43116  closed by mark.dickinson

#43117: Translation Mistakes
https://bugs.python.org/issue43117  closed by Mariatta

#43121: Incorrect SyntaxError message for missing comma (3.10.a5)
https://bugs.python.org/issue43121  closed by pablogsal

#43130: Should this construct throw an exception?
https://bugs.python.org/issue43130  closed by eric.smith

#809163: Can't add files with spaces under bdist_rpm
https://bugs.python.org/issue809163  closed by steve.dower

#1109658: distutils dry-run breaks when attempting to bytecompile
https://bugs.python.org/issue1109658  closed by steve.dower

#1371826: distutils is silent about multiple -I/-L/-R
https://bugs.python.org/issue1371826  closed by steve.dower

#1112955: move_file()'s return value when dry_run=1 unclear
https://bugs.python.org/issue1112955  closed by steve.dower

#1016626: distutils support for swig is under par
https://bugs.python.org/issue1016626  closed by steve.dower

#1382562: --install-base not honored on win32
https://bugs.python.org/issue1382562  closed by steve.dower

#1254718: GCC detection for runtime_library_dirs when ccache is used
https://bugs.python.org/issue1254718  closed by steve.dower

#993766: bdist_dumb and --relative on Windows fails
https://bugs.python.org/issue993766  closed by steve.dower

#919238: Recursive variable definition causes sysconfig infinite loop
https://bugs.python.org/issue919238  closed by steve.dower

#1052827: filelist.findall should not fail on dangling symlinks
https://bugs.python.org/issue1052827  closed by steve.dower

#832159: Bad value for Mingw32Compiler.compiler_cxx
https://bugs.python.org/issue832159  closed by steve.dower

#763043: unable to specify another compiler
https://bugs.python.org/issue763043  closed by steve.dower

#644744: bdist_rpm fails when installing man pages
https://bugs.python.org/issue644744  closed by steve.dower

#1479255: Fix building with SWIG's -c++ option set in setup.py
https://bugs.python.org/issue1479255  closed by steve.dower
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/FBSGFR2Z4SHPDHJWV3V6NHKYRYZF2FFZ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to