[issue43700] Replace Zulip badge with Discourse badge in README

2021-04-01 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- nosy: +zach.ware resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.8, Python 3.9 ___ Python tracker <https://bug

[issue43567] regen.vcxproj cannot regenerate some necessary files

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

[issue43543] Spam

2021-03-18 Thread Zachary Ware
Change by Zachary Ware : -- components: -C API nosy: -yotabestww title: stupid download -> Spam type: resource usage -> ___ Python tracker <https://bugs.python.org/i

[issue43543] stupid download

2021-03-18 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg389022 ___ Python tracker <https://bugs.python.org/issue43543> ___ ___ Python-bugs-list m

[issue19217] Calling assertEquals for moderately long list takes too long

2021-03-12 Thread Zachary Ware
Change by Zachary Ware : -- hgrepos: -401 ___ Python tracker <https://bugs.python.org/issue19217> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43485] Spam

2021-03-12 Thread Zachary Ware
Change by Zachary Ware : -- hgrepos: -400 ___ Python tracker <https://bugs.python.org/issue43485> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43485] Spam

2021-03-12 Thread Zachary Ware
Change by Zachary Ware : -- hgrepos: -399 ___ Python tracker <https://bugs.python.org/issue43485> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43485] Spam

2021-03-12 Thread Zachary Ware
New submission from Zachary Ware : You appear to be just creating spam, so I've removed your ability to make any changes to bugs.python.org. If you feel this was done in error, please bring it up on discuss.python.org. -- assignee: docs@python -> components: -2to3 (2.

[issue43484] we can create valid datetime objects that become invalid if the timezone is changed

2021-03-12 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +belopolsky, lemburg, p-ganssle ___ Python tracker <https://bugs.python.org/issue43484> ___ ___ Python-bugs-list mailin

[issue43440] Enable rtree support in SQLite

2021-03-08 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +berker.peksag, erlendaasland ___ Python tracker <https://bugs.python.org/issue43440> ___ ___ Python-bugs-list mailin

[issue43075] ReDoS in urllib.request

2021-03-02 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +patch ___ Python tracker <https://bugs.python.org/issue43075> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43075] ReDoS in urllib.request

2021-03-02 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +easy -easy (C), patch ___ Python tracker <https://bugs.python.org/issue43075> ___ ___ Python-bugs-list mailing list Unsub

[issue36480] .strip() unexpected output on Windows

2021-03-02 Thread Zachary Ware
Change by Zachary Ware : Removed file: https://bugs.python.org/file49847/tac.eml ___ Python tracker <https://bugs.python.org/issue36480> ___ ___ Python-bugs-list mailin

[issue43049] Use io.IncrementalNewlineDecoder for doctest newline conversion

2021-03-02 Thread Zachary Ware
Zachary Ware added the comment: New changeset b36349a647b2bf8174f0e736a4fc347e92ae204e by Peter Donis in branch 'master': bpo-43049: Use io.IncrementalNewlineDecoder for doctest newline conversion (GH-24359) https://github.com/python/cpython/commit/b36349a647b2bf8174f0e736a4fc34

[issue43049] Use io.IncrementalNewlineDecoder for doctest newline conversion

2021-03-02 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- components: +Library (Lib) -Tests resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.7, Python 3.8, Python 3.9 ___ Python tracke

[issue1812] doctest _load_testfile function -- newline handling seems incorrect

2021-03-02 Thread Zachary Ware
Zachary Ware added the comment: New changeset b36349a647b2bf8174f0e736a4fc347e92ae204e by Peter Donis in branch 'master': bpo-43049: Use io.IncrementalNewlineDecoder for doctest newline conversion (GH-24359) https://github.com/python/cpython/commit/b36349a647b2bf8174f0e736a4fc34

[issue43211] Python is not responding after running program

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

[issue43201] sqlite3 import * ImportError: DLL load failed while importing _sqlite3: The specified module could not be found.

2021-02-11 Thread Zachary Ware
Zachary Ware added the comment: That looks more like `_sqlite3.pyd` is missing. You're sure no changes have been to the installation directory? Does repairing the installation help at all? I imagine we would have been flooded with issue reports if the installer was missing this m

[issue43198] Operations on sets more than hundred times less efficient with python3.9 than with previous versions

2021-02-10 Thread Zachary Ware
Zachary Ware added the comment: Can reproduce on Linux: $ for python in /usr/bin/python3.? /usr/local/bin/python3.? do $python -VV $python -m timeit -r 10 -n 100_000 -u usec -s 'S = set(range(10_000))' 'S.remove(5000);S.add(5000)' done Python 3.8.5 (default, J

[issue43169] argparse: support options similar to find's -exec

2021-02-08 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +paul.j3, rhettinger ___ Python tracker <https://bugs.python.org/issue43169> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43166] Unused letters in Windows-specific pragma optimize

2021-02-08 Thread Zachary Ware
Change by Zachary Ware : -- assignee: -> steve.dower components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issu

[issue43059] sqlite3: Externally developed?

2021-01-28 Thread Zachary Ware
Zachary Ware added the comment: Looks like that link could be safely removed from our docs. Would you like to submit a pull request doing so? -- nosy: +berker.peksag, erlendaasland, zach.ware ___ Python tracker <https://bugs.python.

[issue43049] Use io.IncrementalNewlineDecoder for doctest newline conversion

2021-01-27 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +eric.araujo, zach.ware ___ Python tracker <https://bugs.python.org/issue43049> ___ ___ Python-bugs-list mailing list Unsub

[issue42989] Bug

2021-01-21 Thread Zachary Ware
Zachary Ware added the comment: That line on its own will cause an IndentationError, which is a subclass of SyntaxError. However, out of context, without the full traceback, and without a description of your environment, the only thing I have to go on here is the fact that the vast

[issue42804] Unable to compile the cpython code x86 windows

2021-01-05 Thread Zachary Ware
Zachary Ware added the comment: It seems possible that the fetch of the Tcl/Tk binaries failed somehow; you can try removing the entire `externals` directory (or just anything in it that includes `tcl` or `tk`); you can use `PCbuild\get_externals.bat --clean` to do so

[issue42770] Typo in email.headerregistry docs

2020-12-28 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the report, bazwal; for the patch, Zackery; and for the ping Ammar :) -- nosy: +zach.ware resolution: -> fixed stage: patch review -> resolved status: open -> closed type: enhancement -&

[issue42661] Hashlib Bug

2020-12-16 Thread Zachary Ware
Zachary Ware added the comment: `hashlib` is part of the standard library and thus does not need to be (and should not be :)) installed via pip. -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: open -> closed _

[issue41818] Lib/pty.py major revision

2020-11-25 Thread Zachary Ware
Zachary Ware added the comment: Moving my notes from PR23514 to here, the issue that that PR addressed is not Gentoo-specific; here's a simple reproducer on Ubuntu: ./python -c "import pty;pty.spawn('./python -m test -v

[issue42313] rstrip removes the trailing `e`s.

2020-11-10 Thread Zachary Ware
Zachary Ware added the comment: See https://docs.python.org/3/library/stdtypes.html#str.rstrip The `{l,r,}strip` methods remove all characters contained in the passed-in string; `"aabbccddeeffgg".rstrip("gfe") == "aabbccdd"` -- nosy: +zach.ware r

[issue42289] Found a secret/private key in code.

2020-11-08 Thread Zachary Ware
Zachary Ware added the comment: That commit does not appear to be part of any branch of the main repository, and also appears to contain non-changes to every file in the repository. There are known private keys somewhere in Lib/test for use in tests. If you're referring to something

[issue42279] replacements function corrupts file

2020-11-06 Thread Zachary Ware
Change by Zachary Ware : -- components: -IDLE ___ Python tracker <https://bugs.python.org/issue42279> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42279] replacements function corrupts file

2020-11-06 Thread Zachary Ware
Zachary Ware added the comment: That's because you're writing an output line once per replacement rather than once per input line. For usage questions such as this, you'll be better off on a forum such as discuss.python.org, the python-l...@python.org mailing list, or the

[issue42179] Clarify chaining exceptions in tutorial/errors.rst

2020-11-05 Thread Zachary Ware
Change by Zachary Ware : Removed file: https://bugs.python.org/file49575/Cellular-Z 20200909 14:25:47 SLOT1.CSV ___ Python tracker <https://bugs.python.org/issue42

[issue42024] Exception ignored in: .remove at 0x7f6a325f2ea0>

2020-10-28 Thread Zachary Ware
Change by Zachary Ware : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue42024> ___ ___ Python-bugs-list

[issue42120] Depreciated MACRO of copysign for MSVC

2020-10-22 Thread Zachary Ware
Change by Zachary Ware : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue42

[issue34716] MagicMock.__divmod__ should return a pair

2020-10-19 Thread Zachary Ware
Change by Zachary Ware : -- versions: +Python 3.10 -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue34716> ___ ___ Python-bug

[issue42024] Exception ignored in: .remove at 0x7f6a325f2ea0>

2020-10-14 Thread Zachary Ware
Zachary Ware added the comment: As mentioned in my first message, Python 3.5.4 has been out of support for over 2.5 years now, and 3.5 as a whole has been out of support for a month now. You'll need to show the problem using Python 3.8.6 or 3.9.0 for anything to be done about it

[issue42024] Exception ignored in: .remove at 0x7f6a325f2ea0>

2020-10-14 Thread Zachary Ware
Zachary Ware added the comment: Unfortunately, no guarantees that upgrading will fix things for you. However, there's nothing we can do here until you can show that the issue still exists in a supported version of Python. -- ___ Python tr

[issue42032] Setting PYTHONPYCACHEPREFIX using ~ (tilde) creates a "~" folder

2020-10-14 Thread Zachary Ware
Zachary Ware added the comment: AFAIK, tilde expansion is entirely up to your shell rather than Python (unless you use something like `os.path.expanduser` in your own program). A few debugging questions: 1) What version of what shell(s) do you have on each system? 2) What value do you get

[issue42024] Exception ignored in: .remove at 0x7f6a325f2ea0>

2020-10-13 Thread Zachary Ware
Zachary Ware added the comment: Python 3.5 is now at end-of-life as of September 5, 2020 with the release of 3.5.10, and will not be receiving any more changes. 3.5.4 itself has been obsolete since 3.5.5 was released in February 2018. You'll need to update to at least Python 3.8.6 (

[issue37575] Python Documentation on strings (tutorial section 3.1.2.)

2020-09-18 Thread Zachary Ware
Change by Zachary Ware : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue37575> ___ ___ Python-bugs-list

[issue40562] SEO: differentiate between Python 2 and Python 3 docs on Google SERP

2020-09-08 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg371208 ___ Python tracker <https://bugs.python.org/issue40562> ___ ___ Python-bugs-list m

[issue40562] SEO: differentiate between Python 2 and Python 3 docs on Google SERP

2020-09-08 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg376478 ___ Python tracker <https://bugs.python.org/issue40562> ___ ___ Python-bugs-list m

[issue41712] REDoS in purge

2020-09-04 Thread Zachary Ware
Zachary Ware added the comment: Does it matter? This is not a library, it is a script used occasionally by a release manager, called manually, and the only input to the regex is provided via a command-line argument in that manual call. I don't think Steve plans to REDoS hi

[issue41701] Buildbot web page: connection lost after 1 minute, then display "Connection restored" popup

2020-09-03 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +EWDurbin ___ Python tracker <https://bugs.python.org/issue41701> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41529] Unable to compile 3.0b3 on Ubuntu systems: Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding

2020-08-12 Thread Zachary Ware
Zachary Ware added the comment: Can you reproduce this with the current release (3.9.0rc1)? Also, how did you call `./configure` and `make`? Adding Ɓukasz so this is on his radar in case the first answer is affirmative and there's nothing exotic in the second. For the record, I

[issue41526] Python 3.9.0rc1 "setup successful" dialog box overflow

2020-08-11 Thread Zachary Ware
Change by Zachary Ware : -- assignee: -> steve.dower components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issu

[issue41322] unittest: Generator test methods will always be marked as passed

2020-07-17 Thread Zachary Ware
Zachary Ware added the comment: In the same vein as Serhiy's suggestion, I would like to see unittest raise a DeprecationWarning when a test method returns anything other than `None`, and eventually switch that to an error (probably TypeError or ValueError). -- nosy: +zach

[issue41244] Change to use str.join() instead of += when concatenating string

2020-07-08 Thread Zachary Ware
Zachary Ware added the comment: That is not performance-critical code, and in that case it is clearer to use `+=` than str.join. Closing the issue; Andrew or Yury can of course reopen it if they disagree with my assessment. -- nosy: +zach.ware resolution: -> wont fix stage: pa

[issue41243] SPAM

2020-07-08 Thread Zachary Ware
Change by Zachary Ware : -- components: -Interpreter Core nosy: -Deon257 versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issue41243> ___ ___

[issue41243] SPAM

2020-07-08 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg373315 ___ Python tracker <https://bugs.python.org/issue41243> ___ ___ Python-bugs-list m

[issue41030] Provide toList() method on iterators/generators (`list()` is a flow killer in REPL)

2020-06-19 Thread Zachary Ware
Zachary Ware added the comment: Hi Julien, Thanks for the suggestion, but I agree with Ammar and Remi that this is not likely to either be easily doable or actually help your case. This would also be a big enough change to likely need a PEP. If you still want to pursue this I would

[issue40914] tarfile creates output that appears to omit files

2020-06-15 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue40914> ___ ___

[issue40940] How to update pip permanently for new venv?

2020-06-10 Thread Zachary Ware
Change by Zachary Ware : -- components: +Library (Lib) -asyncio nosy: +vinay.sajip -asvetlov, yselivanov ___ Python tracker <https://bugs.python.org/issue40

[issue40914] tarfile creates output that appears to omit files

2020-06-08 Thread Zachary Ware
Zachary Ware added the comment: Note that `TarFile.getmembers()` is documented to return `TarInfo` objects, which are documented as explicitly *not* including file data. Try replacing `out.addfile(file)` with `out.addfile(file, tar.extractfile(file))`. -- nosy: +zach.ware

[issue40314] python code order of magnitude faster than equivalent CPython code for simple import statement

2020-06-06 Thread Zachary Ware
Zachary Ware added the comment: I've finally had a chance to try to reproduce this myself, and did. However, a subsequent run of `test.exe` showed exactly the same timing as the Python test, and even another attempt after removing and re-installing tensorflow showed comparable timi

[issue40813] Output SyntaxError is not defective

2020-05-29 Thread Zachary Ware
Change by Zachary Ware : -- type: compile error -> behavior ___ Python tracker <https://bugs.python.org/issue40813> ___ ___ Python-bugs-list mailing list Un

[issue40813] Output SyntaxError is not defective

2020-05-29 Thread Zachary Ware
Zachary Ware added the comment: Without some example code, there's no way to really tell what's going on here. In particular, it's suspicious that you're expecting an error on line 7 but seeing one on line 3. Can you attach your `main.py` file to the issue? -

[issue40801] Expose PyFloat_ToDouble at Python level: operator.as_float?

2020-05-28 Thread Zachary Ware
Zachary Ware added the comment: `operator` seems a slightly odd place for this. My naive expectation would be that `float(floatlike_obj)` should do what you want, but it seems that's not the case (too permissive of input types?). So then, what about an alternate constructor on the

[issue40791] hmac.compare_digest could try harder to be constant-time.

2020-05-27 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +christian.heimes, gregory.p.smith ___ Python tracker <https://bugs.python.org/issue40791> ___ ___ Python-bugs-list mailin

[issue40558] update CONTRIBUTING.rst docs

2020-05-25 Thread Zachary Ware
Zachary Ware added the comment: The very tiny disk on buildbot.python.org had filled up; its had some space cleared and is now working again. -- ___ Python tracker <https://bugs.python.org/issue40

[issue40761] unittest.TestCase.assertTrue return True even if the expr is False

2020-05-25 Thread Zachary Ware
Zachary Ware added the comment: `unittest.TestCase.assertTrue` is simple enough (the entire implementation is copied below) that there is almost no way for it to fail to raise some kind of exception when its first argument is not truthy: def assertTrue(self, expr, msg=None

[issue40754] ModuleNotFoundError: No module named '_testinternalcapi' under Win10

2020-05-25 Thread Zachary Ware
Zachary Ware added the comment: At a guess, it looks like we're not including that module in the Windows installer. And indeed, it looks like it's left out of Tools/msi/test/test_files.wxs if you would like to provide a PR :) On the other hand, I'm not sure that test

[issue40558] update CONTRIBUTING.rst docs

2020-05-25 Thread Zachary Ware
Zachary Ware added the comment: New changeset 2377a9bae3f698efaa81ff0426d0feb14c9f6329 by Hai Shi in branch 'master': Closes bpo-40558: update CONTRIBUTING.rst to reflect current branches (GH-19989) https://github.com/python/cpython/commit/2377a9bae3f698efaa81ff0426d0fe

[issue40692] Adjust test_concurrent_futures to run more of its tests if multiprocessing.synchronize is missing

2020-05-22 Thread Zachary Ware
Change by Zachary Ware : -- components: +Library (Lib), Tests -asyncio ___ Python tracker <https://bugs.python.org/issue40692> ___ ___ Python-bugs-list mailin

[issue40692] Adjust test_concurrent_futures to run more of its tests if multiprocessing.synchronize is missing

2020-05-22 Thread Zachary Ware
Zachary Ware added the comment: Adding multiprocessing and concurrent.futures experts. -- components: -Tests nosy: +bquinlan, davin, pitrou versions: +Python 3.10 -Python 3.9 ___ Python tracker <https://bugs.python.org/issue40

[issue40425] Refleak in CDataObject

2020-05-20 Thread Zachary Ware
Zachary Ware added the comment: Absent anyone showing me where a proper refleak is here, I'm closing the issue. -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue40693] pathlib.Path will be broken with os.chdir command.

2020-05-19 Thread Zachary Ware
Zachary Ware added the comment: I don't see anything broken here: `__file__` is "scripts/test.py", `Path(__file__).parent` is "scripts", and `__file__` doesn't change just because the working directory changed (it's a static string set at import time, wh

[issue40667] [Windows] Add global python and python3 commands

2020-05-18 Thread Zachary Ware
Zachary Ware added the comment: I'm in favor of this. I especially want this with the self-name-checking that Eryk mentioned, and even more if each installed Python adds its own symlink to `py.exe` with its own version (i.e. the Python 3.9 installer adds `python3.9.exe -> py.exe`

[issue26817] Docs for StringIO should link to io.BytesIO

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

[issue30250] StringIO module truncate behavior of current position

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

[issue40425] Refleak in CDataObject

2020-05-08 Thread Zachary Ware
Zachary Ware added the comment: This looks like a simple reference cycle, as far as I can tell; I don't see an actual refleak. Reproducing using Mark's code from StackOverflow (adjusted): $ ./python.exe -X showrefcount Python 3.9.0a6+ (heads/master-dirty:d10091aa17, May 8 2020

[issue40570] len(platform.uname()) has changed in Python 3.9

2020-05-08 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +jaraco, lemburg ___ Python tracker <https://bugs.python.org/issue40570> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40568] Modify -c command-line option to accept multiple inputs

2020-05-08 Thread Zachary Ware
Zachary Ware added the comment: This can be accomplished already by just including newlines in the string: $ cat multiline_python_bash_script.sh #!/bin/bash python3 -c ' from math import * print(e**(1j * pi)) import sys print(sys.argv)' echo "here's some random

[issue40558] update CONTRIBUTING.rst docs

2020-05-07 Thread Zachary Ware
Zachary Ware added the comment: That redirect just didn't exist yet :). It now does, and I went ahead and added it for 3.9 ahead of time. -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/is

[issue40542] path environment variable not created correctly

2020-05-07 Thread Zachary Ware
Zachary Ware added the comment: Just a note to add my full support for what Steve said. PATH is frequently abused on Windows, and we only have the option at all because people become unreasonably upset if it's not there. I wouldn't be against adding a "you don't act

[issue40517] Syntax highlighting for ASDL

2020-05-07 Thread Zachary Ware
Zachary Ware added the comment: I say merge it :) -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue40517> ___ ___ Python-bugs-list mailin

[issue2380] Raise a Py3K warning for catching nested tuples with non-BaseException exceptions

2020-05-04 Thread Zachary Ware
Zachary Ware added the comment: With 2.7 out of support, closing. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker <https://bugs.python.o

[issue15028] PySys_SetArgv escapes quotes in argv[]

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Lacking a response from the OP, I'm closing the issue. -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: languishing -> closed ___ Python tracker <https://bugs.pyth

[issue7101] tarfile: OSError with TarFile.add(..., recursive=True) about non-existing file

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: I agree with Sandro; this should be handled at application level. -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: languishing -> closed ___ Python tracker <https://bugs.python.o

[issue22866] ssl module in 2.7 should provide a way to configure default context options

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: With 2.7 now EOL, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: pending -> closed ___ Python tracker <https://bugs.pyth

[issue15426] On a x86_64 Linux workstation, the build-from-source is borked.

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: This appears to have likely been addressed by bpo-1294959 and/or other issues over the years. -- nosy: +zach.ware stage: patch review -> resolved status: pending -> closed ___ Python tracker

[issue8940] *HTTPServer need a summary page with API inheritance table

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Lacking a clearer description of exactly what should be changed and with an official warning in the docs against using the http.server module in production, I'm going to go ahead and close the issue (which happened to be the last issue with "l

[issue15192] test_bufio failures on Win64 buildbot

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: I've not seen this issue on that worker for a very long time; closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python t

[issue11955] 3.3 : test_argparse.py fails 'make test'

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As we've not seen any issues with this on the buildbots, I'm going ahead and closing it. -- nosy: +zach.ware resolution: -> fixed stage: needs patch -> resolved status: pending -> closed ___ Pyt

[issue29640] _PyThreadState_Init and fork race leads to inconsistent key list

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is now EOL, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue30967] Crash in PyThread_ReInitTLS() in the child process after os.fork() on CentOS 6.5 (Python 2.7.13)

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Sorry we didn't really reach a conclusion here, Thomas, but as 2.7 is now EOL I'm going ahead and closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status

[issue18493] make profile-opt fails with pre-existing python2.7 in path

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: This was fixed in 3.x in 2015 and later backported to 2.7 in 2017. Thanks for the report, Claudio, and I'm sorry nobody noticed this earlier or we could have fixed the issue two years earlier! -- nosy: +zach.ware resolution: -> fix

[issue31297] Unpickleable ModuleImportError in unittest patch not backported to 2.7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: With 2.7 now EOL, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue27435] ctypes library loading and AIX - also for 2.7.X (and later)

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Thanks Michael, finally getting it closed :) -- nosy: +zach.ware resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34884] Python may load incorrect libraries when embedding the macOS system python 2.7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: With 2.7 now at end-of-life, I'm closing this issue. Thanks for the report anyway, Tim! -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python t

[issue14418] Document differences in SocketServer between Python 2.6 and 2.7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Since Python 2.7 is now at end-of-life, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker <https:

[issue26326] Named entity "vertical line" missed in 2.7 htmlentitydefs.py

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: With 2.7 now at end-of-life, I'm closing the issue. Thanks for the report anyway! -- nosy: +zach.ware resolution: -> out of date stage: test needed -> resolved status: open -> closed ___ Python t

[issue26652] Cannot install Python 2.7.11 on Windows Server 2008 R2

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Sorry this didn't get any attention before now, but as 2.7 is now EOL there's nothing we could fix for this, so I'm closing the issue. -- resolution: -> out of date stage: -> resolved s

[issue26697] tkFileDialog crash on askopenfilename Python 2.7 64-bit Win7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is now EOL, I'm closing the issue. Thanks for the report anyway, Eric, and I'm sorry we didn't get it looked into before now. -- resolution: -> out of date stage: -> resolved s

[issue26665] pip is not bootstrapped by default on 2.7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is now EOL, I'm closing the issue. Thanks for the report anyway, Axel! -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https:

[issue16058] ConfigParser no longer deepcopy compatible in 2.7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: With 2.7 now EOL, I'm closing the issue. -- nosy: +zach.ware resolution: fixed -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue29846] ImportError: Symbol not found: __PyCodecInfo_GetIncrementalDecoder when building 2.7.x on macOS

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As this appears to be specific to Python 2.7 which has now reached end-of-life, I'm closing the issue. Thanks for the report anyway, and I'm sorry we couldn't get it a bit more straightened out before EOL! -- nosy: +zach.ware resolut

[issue30882] Built-in list disappeared from Python 2.7 intersphinx inventory

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As Python 2.7 has now reached end-of-life, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue33500] Python TKinter for Mac on latest 2.7.15 still extremely slow vs Windows

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As Python 2.7 has now reached end-of-life, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

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