[issue44575] Windows installer prohibits different patches for the same version

2021-07-08 Thread Zachary Ware
Change by Zachary Ware : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue44575> ___ ___ Python-bugs-list

[issue44591] Added max heap push

2021-07-09 Thread Zachary Ware
Change by Zachary Ware : -- components: +Library (Lib) -Windows nosy: +rhettinger -zach.ware stage: -> patch review versions: +Python 3.11 -Python 3.9 ___ Python tracker <https://bugs.python.org/issu

[issue44623] help(open('/dev/zero').writelines) gives no help

2021-07-13 Thread Zachary Ware
Zachary Ware added the comment: I also can't reproduce this with a fresh build of 3b5b99da4b on Linux. -- nosy: +zach.ware resolution: -> works for me status: open -> pending ___ Python tracker <https://bugs.python.

[issue44623] help(open('/dev/zero').writelines) gives no help

2021-07-13 Thread Zachary Ware
Zachary Ware added the comment: Even with 3.6 I get a different result: ``` Python 3.6.13 (tags/v3.6.13:aa73e1722e, Mar 23 2021, 15:45:49) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> he

[issue44623] help(open('/dev/zero').writelines) gives no help

2021-07-13 Thread Zachary Ware
Change by Zachary Ware : -- versions: +Python 3.6 -Python 3.11 ___ Python tracker <https://bugs.python.org/issue44623> ___ ___ Python-bugs-list mailing list Unsub

[issue44639] [sqlite3] Confusing typo "transation"

2021-07-14 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue44639> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44670] bug on showing tuple on console

2021-07-18 Thread Zachary Ware
Zachary Ware added the comment: As Dennis said, this isn't a bug. Try printing `b` and `c` as well, and you'll find 3 and 4. -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: open -> closed ___ Pyt

[issue44689] MacOS: Python binaries not portable between Catalina and Big Sur

2021-07-20 Thread Zachary Ware
Change by Zachary Ware : -- components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker <https://bugs.python.org/issue44689> ___ ___ Python-bugs-list m

[issue44634] Version is duplicated in name of app in list of installed apps

2021-07-21 Thread Zachary Ware
Zachary Ware added the comment: Agreed with Paul, it's more useful than confusing to have the version in the name. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue33063] failed to build _ctypes: undefined reference to `ffi_closure_FASTCALL'

2021-07-23 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: -25844 ___ Python tracker <https://bugs.python.org/issue33063> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33063] failed to build _ctypes: undefined reference to `ffi_closure_FASTCALL'

2021-07-23 Thread Zachary Ware
Zachary Ware added the comment: The bundled version of libffi is no longer included in any version in bugfix support; closing this as out of date. As suggested in an earlier message, the libffi from your system should be used instead if you're building a version of Python that

[issue42357] Wrong Availability for signal.SIGCHLD

2021-07-23 Thread Zachary Ware
Zachary Ware added the comment: You are correct, thanks for the ping Andrei. And thank you for the patch, Maiyun! -- nosy: +zach.ware resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8, P

[issue44765] Misspelled Word In Docs

2021-07-28 Thread Zachary Ware
Zachary Ware added the comment: This is at https://docs.python.org/3/library/http.server.html#http.server.BaseHTTPRequestHandler.handle_expect_100, which can be found in Doc/library/http.server.rst -- assignee: -> docs@python components: +Documentation keywords: +easy, newco

[issue44762] getpass.getpass on Windows fallback detection is bad

2021-07-28 Thread Zachary Ware
Change by Zachary Ware : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware stage: -> needs patch versions: +Python 3.10, Python 3.11 ___ Python tracker <https://bugs.python.org/issu

[issue44814] python 3.9.6 installation installs 0 modules

2021-08-02 Thread Zachary Ware
Zachary Ware added the comment: Posting just an image link makes this look like spam. Please copy and paste text showing your problem into a message instead. -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue44

[issue33232] Segmentation fault in operator.attrgetter

2021-08-07 Thread Zachary Ware
Zachary Ware added the comment: 3.5 is now EOL, so this is definitely out of date :) -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/i

[issue44903] [Doc] How does one to about getting onto the "Other Graphical User Interface Packages" page?

2021-08-12 Thread Zachary Ware
Zachary Ware added the comment: Frankly, we should probably just remove that page, or replace it with a generic "Many other GUI toolkits can be found on PyPI" message. -- nosy: +mdk, zach.ware versions: +Python 3.11 -Python 3.6, Python 3.7,

[issue44903] [Doc] How does one to about getting onto the "Other Graphical User Interface Packages" page?

2021-08-12 Thread Zachary Ware
Zachary Ware added the comment: I don't have the bandwidth to do so at the moment, but am willing to review one :) -- keywords: +easy, newcomer friendly stage: -> needs patch type: -> enhancement ___ Python tracker <https://b

[issue44924] logging.handlers.QueueHandler does not maintain the exc_text

2021-08-16 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +vinay.sajip, zach.ware versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue44

[issue45038] Bugs

2021-08-28 Thread Zachary Ware
Zachary Ware added the comment: If you don't describe them, we can't fix them ;) This looks rather like an accidental submission, so I'm going to go ahead and close it; if you do have a report you would like to submit, please edit the title and add a new comment and I'l

[issue45038] Bugs

2021-08-28 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg400479 ___ Python tracker <https://bugs.python.org/issue45038> ___ ___ Python-bugs-list m

[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread Zachary Ware
Zachary Ware added the comment: I agree with Serhiy and Terry that this is not the right place for this example and am closing the issue. -- nosy: +zach.ware resolution: -> rejected stage: -> resolved status: open -> closed ___ Pytho

[issue45051] wrote optimised async_test.py for async lib

2021-08-30 Thread Zachary Ware
New submission from Zachary Ware : Ayush, your PRs are starting to look like spam. Please slow down and ask for advice on what contributions would be welcome. We have several resources available for this, such as the core-mentors...@python.org mailing list, the discuss.python.org

[issue33426] [doc] Behavior of os.path.join does not match documentation

2021-08-31 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue33426> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45068] python 3.9.2 contains libcrypto-1_1.dll and libssl-1_1.dll associates CVE-2021-23840\CVE-2021-3450\CVE-2021-3711\CVE-2021-3712\CVE-2021-23841\CVE-2021-3449 of openssl-1.1.1i

2021-08-31 Thread Zachary Ware
Zachary Ware added the comment: v3.9.2 is rather out of date at this point; v3.9.7 was released just yesterday and includes OpenSSL v1.1.1l. If you're concerned about issues in the version of OpenSSL included with Python v3.9.2, you are encouraged to update to the latest v3.9.7, or re

[issue45072] python 3.9.2 contains ensurepip and pip associates CVE-2021-3572 of pip-20.2.3

2021-08-31 Thread Zachary Ware
Zachary Ware added the comment: As noted in bpo-45068, v3.9.2 is out of date. v3.9.7 includes pip v21.2.3. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue45070] python 3.9.2 contains wininst-10.0-amd64.exe. wininst-10.0.exe.wininst-7.1.exe. wininst-8.0.exe.wininst-9.0.exe.wininst-9.0-amd64.exe.wininst-14.0-amd64.exe and wininst-14.0.exe associate

2021-08-31 Thread Zachary Ware
Zachary Ware added the comment: As noted in bpo-45068, these executables are helpers for deprecated functionality. It is safe to delete them if they concern you and you don't need the deprecated functionality. They will not be updated except to remove them. -- compo

[issue45071] python 3.9.2 contains _bz2.pyd associates CVE-2019-12900 and CVE-2016-3189 of bzip2-1.0.6

2021-08-31 Thread Zachary Ware
Zachary Ware added the comment: This is a duplicate of bpo-44549. For future reports, please first check for existing issues, and also ensure that you are looking at the latest release of the version you are reporting against. -- nosy: +zach.ware resolution: -> duplicate st

[issue45076] open "r+" problem

2021-09-01 Thread Zachary Ware
Zachary Ware added the comment: Usage questions like this are better suited to the Users category at https://discuss.python.org/c/users/7 or the python-l...@python.org mailing list. The write is buffered. If you want it to be written before you read, add `f.flush()` after the write

[issue45079] 3.8.11 and 3.8.12 missing Windows artifacts, only tarballs - build system failed?

2021-09-01 Thread Zachary Ware
Zachary Ware added the comment: 3.8 is in security-only maintenance mode, which means we no longer provide binary installers for this version. If you need binary installers, we highly recommend updating to a version in bugfix maintenance mode, which currently means 3.9

[issue45139] Docs: add source directive for minor translation simplification

2021-09-09 Thread Zachary Ware
Zachary Ware added the comment: Note that this is suggesting to introduce a `.. source` directive, not adjust the existing `:source:` role. There's nothing preventing the use of the existing pattern in special cases, while using the new directive in the common cases. I don't ha

[issue45022] Update libffi to 3.4.2

2021-09-13 Thread Zachary Ware
Zachary Ware added the comment: The 3.8 branch has been updated to point to the `libffi-3.3.0` tag; you can either update to the latest revision of 3.8 or pull in just 8c3a10e58b12608c3759fee684e7aa399facae2a -- ___ Python tracker <ht

[issue15870] PyType_FromSpec should take metaclass as an argument

2021-09-15 Thread Zachary Ware
Change by Zachary Ware : -- components: -2to3 (2.x to 3.x conversion tool), Argument Clinic, Build, C API, Cross-Build, Demos and Tools, Distutils, Documentation, Extension Modules, FreeBSD, IDLE, IO, Installation, Library (Lib), Parser, Regular Expressions, SSL, Subinterpreters

[issue15870] PyType_FromSpec should take metaclass as an argument

2021-09-15 Thread Zachary Ware
Change by Zachary Ware : Removed file: https://bugs.python.org/file50281/MicrosoftOnlineServicesTerms(WW)(English)(February2021)(CR).docx ___ Python tracker <https://bugs.python.org/issue15

[issue45220] Windows builds sometimes fail on main branch

2021-09-16 Thread Zachary Ware
Change by Zachary Ware : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue45

[issue45229] Always use unittest for collecting tests in regrtests

2021-09-17 Thread Zachary Ware
Zachary Ware added the comment: See also bpo-16748 -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue45229> ___ ___ Python-bugs-list mailin

[issue45382] platform() is not able to detect windows 11

2021-10-05 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +eryksun ___ Python tracker <https://bugs.python.org/issue45382> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45393] help() on operator precedence has confusing entries "await" "x" and "not" "x"

2021-10-07 Thread Zachary Ware
Zachary Ware added the comment: Correct; 3.7 and 3.8 are both in security-fix-only maintenance mode; their documentation is no longer updated unless a security-related fix causes a significant change in behavior that needs to be documented. As far as fixing this issue, we have a few options

[issue45432] sys.argv is processed strangely under Windows

2021-10-11 Thread Zachary Ware
Zachary Ware added the comment: This is Windows behavior, not Python; ^ is an escape character in cmd.exe. Try for example `echo test ^| python -c "print('hello world')"` with and without the ^ character. -- resolution: -> not a bug stage: -> resol

[issue45437] Assignment to a list of dictionary wrong

2021-10-11 Thread Zachary Ware
Zachary Ware added the comment: See https://docs.python.org/3/faq/programming.html#how-do-i-create-a-multidimensional-list Not quite the same example, but the underlying reason for what you're seeing is the same: each of the `dict` objects in `[{}] * 4` is actually the *same* dict o

[issue45481] gc is disabled without explict calling gc.disable()

2021-10-15 Thread Zachary Ware
Change by Zachary Ware : -- versions: -Python 3.6 ___ Python tracker <https://bugs.python.org/issue45481> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26626] test_dbm_gnu

2021-10-18 Thread Zachary Ware
Zachary Ware added the comment: Judging by the error message ("Device or resource busy:"), it seems likely to me that NFS was the culprit here. The fact that the tests passed when run alone may point to an issue with the way tests were run as a group, but this has changed sig

[issue25934] ICC compiler: ICC treats denormal floating point numbers as 0.0

2021-10-18 Thread Zachary Ware
Zachary Ware added the comment: I no longer have access to ICC, and the ICC buildbots have been mothballed some years ago. Closing this as out of date; the issue might not be, but the information about it here probably is :) -- resolution: -> out of date stage: -> resolved

[issue10071] Should not release GIL while running RegEnumValue

2021-10-18 Thread Zachary Ware
Zachary Ware added the comment: With Steve's opposition and the fact that we've gotten along for 11 years since this issue was opened without it (and also without further reports of issues), I'm going to go ahead and close the issue. -- resolution: -> rejected s

[issue20983] Python 3.4 'repair' Windows installation does not install pip & setuptools packages

2021-10-19 Thread Zachary Ware
Zachary Ware added the comment: The installer system for v3.4 and before has long since been retired. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue28584] ICC compiler check is too permissive

2021-10-19 Thread Zachary Ware
Change by Zachary Ware : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue28584> ___ ___ Python-bug

[issue39293] Windows 10 64-bit needs reboot after install

2021-10-19 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2021-10-19 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +zach.ware nosy_count: 6.0 -> 7.0 pull_requests: +27346 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/29077 ___ Python tracker <https://bugs.python.org/i

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2021-10-19 Thread Zachary Ware
Zachary Ware added the comment: AFAICT, this is just a couple of tests that are testing something that's no longer an error, though anyone with deeper knowledge is more than welcome to disagree with my diagnosis :). I've posted PR29077 to fix the tests. Ned and Łukasz, will you

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2021-10-19 Thread Zachary Ware
Zachary Ware added the comment: New changeset 4fe454c6f54b0948af67b53af6c2f35af6377e69 by Zachary Ware in branch 'main': bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) https://github.com/python/cpython/commit/4fe454c6f54b0948af67b53af6c2f3

[issue38371] Tkinter: deprecate the split() method

2021-10-19 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +zach.ware nosy_count: 2.0 -> 3.0 pull_requests: +27350 pull_request: https://github.com/python/cpython/pull/29082 ___ Python tracker <https://bugs.python.org/issu

[issue37815] 'Make Test' error while trying to install Python 3.7.4 on Linux Mint

2021-10-19 Thread Zachary Ware
Zachary Ware added the comment: I can't reproduce this on Pop_OS! 20.04 with libreadline-gplv2-dev, so I'm going to assume it's been fixed somewhere along the way. If anyone else can still reproduce with up-to-date versions of everything involved, please post the releva

[issue38371] Tkinter: deprecate the split() method

2021-10-19 Thread Zachary Ware
Zachary Ware added the comment: New changeset 085ccb0f177988065dbe9ef4c5cda434560066bc by Zachary Ware in branch 'main': bpo-38371: Remove remaining use of tk.split from bigmem tcl test (GH-29082) https://github.com/python/cpython/commit/085ccb0f177988065dbe9ef4c5cda4

[issue40051] Dead link in help(idlelib/turtledemo/tkinter.sub/test_*/?)

2021-10-20 Thread Zachary Ware
Zachary Ware added the comment: This one got caught up in the purge of 2to3 issues, but it's about more than just 2to3. Reopening. -- components: +Documentation, Library (Lib) -2to3 (2.x to 3.x conversion tool) nosy: +zach.ware resolution: wont fix -> stage: resolved ->

[issue45548] Update Modules/Setup

2021-10-21 Thread Zachary Ware
Change by Zachary Ware : -- stage: patch review -> ___ Python tracker <https://bugs.python.org/issue45548> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue45548] Update Modules/Setup

2021-10-21 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +zach.ware stage: -> patch review ___ Python tracker <https://bugs.python.org/issue45548> ___ ___ Python-bugs-list mai

[issue43139] test_ttk test_compound, test_tk test_type fail with Tk 8.6.11.1

2021-10-21 Thread Zachary Ware
Zachary Ware added the comment: Closing as a duplicate of bpo-45436; fixes to the tests were committed with that issue number. -- nosy: +zach.ware resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> test_tk.test_configure_type() fails

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2021-10-21 Thread Zachary Ware
Zachary Ware added the comment: I'm not sure there's much utility to keeping this issue open: the test failures are fixed with a mild but not unprecedented weakening of the tests, and Tcl/Tk 8.6.11 is in the wild and will remain there, so our tests are likely to need to continu

[issue40906] Unable to import module due to python unable to resolve dependecies

2021-10-21 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue40906> ___ ___

[issue23120] installation order of 32bit and 64bit python seems to matter

2021-10-21 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue29370] "./configure --enable-optimizations && make install" does not install files in ${BINDIR} and ${LIBDIR}

2021-10-21 Thread Zachary Ware
Zachary Ware added the comment: I can't reproduce this one with current main, so I'm closing as out of date. If someone can still reproduce with a current version, please reopen or leave a message with details. -- nosy: +zach.ware resolution: -> out of date stage:

[issue42358] Python 3.9.0 unable to detect ax_cv_c_float_words_bigendian value on bigendian system

2021-10-21 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> out of date stage: -> resolved status: open -> closed title: Python 3.9.0 unable to detect ax_cv_c_float_words_bigendian value on nigendan system -> Python 3.9.0 unable to detect ax_cv_c_float_words_bigendian value on bige

[issue42074] setup error on windows

2021-10-21 Thread Zachary Ware
Zachary Ware added the comment: Closing due to lack of response. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue29844] Windows Python installers not installing DLL to System32/SysWOW64

2021-10-21 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +patch pull_requests: +27417 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/29141 ___ Python tracker <https://bugs.python.org/issu

[issue29844] Windows Python installers not installing DLL to System32/SysWOW64

2021-10-21 Thread Zachary Ware
Zachary Ware added the comment: New changeset 098a33f6a60ca2df88e03024ac9d8da507cfa5c8 by Zachary Ware in branch 'main': bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141) https://github.com/python/cpython/commit/098a33f6a60ca2df88e03024ac9d8d

[issue45601] test_tk and test_ttk_guionly fail with resource not availiable

2021-10-25 Thread Zachary Ware
Zachary Ware added the comment: The failure that you saw was due to a change in Tcl/Tk 8.6.11; we recently updated our tests to handle that change in bpo-45436; the fixes have not been released at any version yet, but the fixes have been applied back to 3.7. The "resource not avai

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2021-10-25 Thread Zachary Ware
Zachary Ware added the comment: Thanks for tracking that down! Any word on the tk Menu type parameter change? -- ___ Python tracker <https://bugs.python.org/issue45

[issue45709] 3.11 regression: tracing with-statement on exit from block

2021-11-04 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +3.11regression stage: -> needs patch ___ Python tracker <https://bugs.python.org/issue45709> ___ ___ Python-bugs-lis

[issue45712] Typo in "control flow" documentation

2021-11-04 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +easy, newcomer friendly stage: -> needs patch ___ Python tracker <https://bugs.python.org/issue45712> ___ ___ Python-

[issue45712] Typo in "control flow" documentation

2021-11-04 Thread Zachary Ware
Change by Zachary Ware : -- versions: +Python 3.10 ___ Python tracker <https://bugs.python.org/issue45712> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40051] Give proper link in help(idlelib/turtledemo/tkinter.sub/test_*/?)

2021-11-04 Thread Zachary Ware
Zachary Ware added the comment: Option 4: generate a list of modules (or a mapping of module names to documentation files) that have documentation when generating Lib/pydoc_data/topics.py, and teach pydoc.help to not include the link when it knows the module doesn't have document

[issue45717] Bad link to python docs in help(_hashlib)

2021-11-04 Thread Zachary Ware
Zachary Ware added the comment: I'm closing this as a duplicate of bpo-40051, as it's basically another manifestation of that issue. However, any module named with a leading underscore is a private module, and won't have documentation. The source for _hashlib can be f

[issue40051] Give proper link in help(idlelib/turtledemo/tkinter.sub/test_*/?)

2021-11-04 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +patch pull_requests: +27672 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/29419 ___ Python tracker <https://bugs.python.org/issu

[issue40051] Give proper link in help(idlelib/turtledemo/tkinter.sub/test_*/?)

2021-11-04 Thread Zachary Ware
Zachary Ware added the comment: This actually turned out to be less effort than I expected (though I still should have been asleep 2 hours ago), so I've gone ahead and opened GH-29419 to implement what I suggested. -- stage: patch review -> tes

[issue45734] Spam

2021-11-05 Thread Zachary Ware
Change by Zachary Ware : -- components: -Build nosy: -skillovillaofficial resolution: -> not a bug stage: -> resolved status: open -> closed title: Data Science and Machine Learning Course -> Spam type: performance -> version

[issue45734] Spam

2021-11-05 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg405845 ___ Python tracker <https://bugs.python.org/issue45734> ___ ___ Python-bugs-list m

[issue45734] Spam

2021-11-05 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg405844 ___ Python tracker <https://bugs.python.org/issue45734> ___ ___ Python-bugs-list m

[issue45734] Spam

2021-11-05 Thread Zachary Ware
Change by Zachary Ware : Removed file: https://bugs.python.org/file50428/logo-thumbnail.png ___ Python tracker <https://bugs.python.org/issue45734> ___ ___ Python-bug

[issue45734] Spam

2021-11-05 Thread Zachary Ware
Change by Zachary Ware : Removed file: https://bugs.python.org/file50427/logo-thumbnail.png ___ Python tracker <https://bugs.python.org/issue45734> ___ ___ Python-bug

[issue40051] Give proper link in help(idlelib/turtledemo/tkinter.sub/test_*/?)

2021-11-07 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +27713 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/29459 ___ Python tracker <https://bugs.python.org/issu

[issue45712] Typo in "control flow" documentation

2021-11-08 Thread Zachary Ware
Zachary Ware added the comment: New changeset 7484a5c82a2dfc106bb1e4b060cad2df00521bfd by 180909 in branch 'main': Closes bpo-45712: Add missing word in control flow tutorial (GH-29460) https://github.com/python/cpython/commit/7484a5c82a2dfc106bb1e4b060cad2df00521bfd -

[issue45825] Heap Segmentation Fault

2021-11-17 Thread Zachary Ware
Zachary Ware added the comment: In general, as soon as you touch ctypes you're on your own :). ctypes has no protections for this kind of case, so you need to protect yourself. If you came across this some way that *should* have been safe, please provide more information. But just pa

[issue45833] NamedTemporaryFile deleted before enclosing context manager exit

2021-11-17 Thread Zachary Ware
Zachary Ware added the comment: It's a bit convoluted, but the file is actually deleted before the `os.stat` call. Because there are no references to anything but the `name` (which is just a string), the `_GeneratorContextManager` (result of `my_tmp_file`) and the `_TemporaryFileWr

[issue45833] NamedTemporaryFile deleted before enclosing context manager exit

2021-11-22 Thread Zachary Ware
Change by Zachary Ware : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue45833> ___ ___ Python-bugs-list

[issue45616] Python Launcher Matches 3.10 instead of 3.1

2021-11-23 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +patch pull_requests: +27968 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29731 ___ Python tracker <https://bugs.python.org/issu

[issue45616] Python Launcher Matches 3.10 instead of 3.1

2021-11-23 Thread Zachary Ware
Zachary Ware added the comment: New changeset f9de97aae5fe9dafb58a8099171f4a09c449f4e8 by Zachary Ware in branch 'main': bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731) https://github.com/python/cpython/commit/f9de97aae5fe9dafb58a8099171f4a

[issue45616] Python Launcher Matches 3.10 instead of 3.1

2021-11-24 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the report, Gabe! We actually ran into this in the opposite direction as well; a system with 3.1 but not 3.10 started up 3.1 for `py -3.10` causing unexpected syntax errors. The fix is now merged and will be available with the release of v3.10.1

[issue44391] PC/launcher.c,one more argument than required

2021-11-24 Thread Zachary Ware
Change by Zachary Ware : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, vinay.sajip, zach.ware versions: +Python 3.11 ___ Python tracker <https://bugs.python.org/issue44

[issue45916] documentation link error

2021-11-29 Thread Zachary Ware
Zachary Ware added the comment: We had a similar report in bpo-45620, but as Dennis and Eric reported in that issue, I can't reproduce that behavior here. We are using a non-HTTPS link there even though the site supports HTTPS; I'm not sure if fixing that might actually fix thin

[issue45943] Spam

2021-11-30 Thread Zachary Ware
Change by Zachary Ware : -- components: -email nosy: -barry, oktaine57, r.david.murray title: kids10yrsap...@gmail.com -> Spam type: behavior -> versions: -Python 3.11 ___ Python tracker <https://bugs.python.org/i

[issue45943] Spam

2021-11-30 Thread Zachary Ware
Change by Zachary Ware : Removed file: https://bugs.python.org/file50463/PSX_20210903_080553.jpg ___ Python tracker <https://bugs.python.org/issue45943> ___ ___ Pytho

[issue45958] Document typo in unpack_from()

2021-12-01 Thread Zachary Ware
Zachary Ware added the comment: The `/` denotes that `format` is a positional-only argument; you cannot make a call like `struct.unpack_from(format=my_format, buffer=my_buffer)`, it must be `struct.unpack_from(my_format, buffer=my_buffer)` or `struct.unpack_from(my_format, my_buffer)`. The

[issue45916] documentation link error

2021-12-02 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +patch pull_requests: +28120 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29896 ___ Python tracker <https://bugs.python.org/issu

[issue45916] documentation link error

2021-12-02 Thread Zachary Ware
Zachary Ware added the comment: New changeset 9f2f7e42269db74a89fc8cd74d82a875787f01d7 by Zachary Ware in branch 'main': bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896) https://github.com/python/cpython/commit/9f2f7e42269db74a89fc8cd74d82a8

[issue45975] Simplify some while-loops with walrus operator

2021-12-03 Thread Zachary Ware
Zachary Ware added the comment: As a general rule, refactorings like this tend to be rejected as the risk of inadvertently adding a new bug outweighs the benefit of subjectively cleaner code ("if it ain't broke, don't fix it!"). Is there any measurable performan

[issue31148] Can we get an MSI installer for something past 3.4.4?

2021-12-04 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg407637 ___ Python tracker <https://bugs.python.org/issue31148> ___ ___ Python-bugs-list m

[issue31148] Can we get an MSI installer for something past 3.4.4?

2021-12-04 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg407658 ___ Python tracker <https://bugs.python.org/issue31148> ___ ___ Python-bugs-list m

[issue38779] Simple typo in strings module documentation

2019-11-12 Thread Zachary Ware
Zachary Ware added the comment: You're right, it is correct as is; the regular output of the REPL is essentially `print(repr(_))`. Please do feel free to report any issues you find, though you may want to send a message to tu...@python.org to check anything you're not sure about

[issue38797] x86-64 High Sierra 3.x buildbot worker fails to build Python: python.exe setup.py does crash with a bus error

2019-11-14 Thread Zachary Ware
Zachary Ware added the comment: Note that subsequent builds compiled successfully, see https://buildbot.python.org/all/#/builders/145/builds/2699 for the latest. It has been failing a test since build 2695, though. -- nosy: +zach.ware ___ Python

[issue38827] [security] requests (lib) connects to a wrong host

2019-11-16 Thread Zachary Ware
Zachary Ware added the comment: As mentioned, requests is a third-party project, please report bugs in requests following the instructions in the link provided by Karthikeyan. -- nosy: +zach.ware resolution: -> third party stage: -> resolved status: open -&g

<    1   2   3   4   5   6   7   8   9   10   >