[issue46737] Default to the standard normal distribution

2022-02-15 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a patch for this issue. Please consider having a look. -- ___ Python tracker <https://bugs.python.org/issue46

[issue46737] Default to the standard normal distribution

2022-02-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +29510 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31360 ___ Python tracker <https://bugs.python.org/i

[issue46747] bisect.bisect/insort don't document key parameter

2022-02-14 Thread Zackery Spytz
Zackery Spytz added the comment: Thank you for the report. -- ___ Python tracker <https://bugs.python.org/issue46747> ___ ___ Python-bugs-list mailing list Unsub

[issue46747] bisect.bisect/insort don't document key parameter

2022-02-14 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +29480 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31323 ___ Python tracker <https://bugs.python.org/i

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

2022-02-09 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a patch for this issue. -- ___ Python tracker <https://bugs.python.org/issue45393> ___ ___ Python-bugs-list m

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

2022-02-09 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 5.0 -> 6.0 pull_requests: +29415 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31246 ___ Python tracker <https://bugs.python.org/i

[issue40479] Port _hashlib to OpenSSL 3.0.0

2022-02-05 Thread Zackery Spytz
Zackery Spytz added the comment: There is a missing call to va_end() in 443b308fee088e21bbf472c376c5c9e3648f916c (which is undefined behavior). PR 31153 fixes this. -- ___ Python tracker <https://bugs.python.org/issue40

[issue40479] Port _hashlib to OpenSSL 3.0.0

2022-02-05 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +29330 pull_request: https://github.com/python/cpython/pull/31153 ___ Python tracker <https://bugs.python.org/issu

[issue44977] Deprecate delegation of int to __trunc__

2022-01-30 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a patch for this issue. Please consider having a look. -- ___ Python tracker <https://bugs.python.org/issue44

[issue44977] Deprecate delegation of int to __trunc__

2022-01-30 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +29214 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/31031 ___ Python tracker <https://bugs.p

[issue46560] ParamSpec: Typo in doc string

2022-01-28 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +29176 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/30995 ___ Python tracker <https://bugs.p

[issue45537] Cygwin is unsupported - close all open issues and list them here.

2021-10-20 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +27358 pull_request: https://github.com/python/cpython/pull/21649 ___ Python tracker <https://bugs.python.org/issu

[issue17153] tarfile extract fails when Unicode in pathname

2021-05-31 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2.7 is no longer supported, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue17

[issue43990] In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are reversed

2021-05-02 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +24490 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25805 ___ Python tracker <https://bugs.python.org/i

[issue43954] Possible missing word on unittest doc

2021-04-27 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 4.0 -> 5.0 pull_requests: +24363 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25672 ___ Python tracker <https://bugs.python.org/i

[issue41277] documentation: os.setxattr() errno EEXIST and ENODATA

2021-04-23 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +24286 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25567 ___ Python tracker <https://bugs.python.org/i

[issue43856] Docs for importlib.metadata should mention Python version

2021-04-16 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 7.0 -> 8.0 pull_requests: +24175 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/25445 ___ Python tracker <https://bugs.p

[issue34321] mmap.mmap() should not necessarily clone the file descriptor

2021-04-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +24159 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25425 ___ Python tracker <https://bugs.python.org/i

[issue41661] os.path.relpath does not document ValueError on Windows with different drives

2021-04-11 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 7.0 -> 8.0 pull_requests: +24080 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25346 ___ Python tracker <https://bugs.python.org/i

[issue43750] Undefined constant PACKET_MULTIHOST referred to in package socket

2021-04-06 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +23980 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25241 ___ Python tracker <https://bugs.python.org/i

[issue43677] Descriptor.rst - Reference to Py_MethodType is not up to date

2021-03-31 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 4.0 -> 5.0 pull_requests: +23870 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25123 ___ Python tracker <https://bugs.python.org/i

[issue31956] Add start and stop parameters to the array.index()

2021-03-28 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 8.0 -> 9.0 pull_requests: +23807 pull_request: https://github.com/python/cpython/pull/25059 ___ Python tracker <https://bugs.python.org/issu

[issue43637] winreg: SetValueEx leaks memory if PySys_Audit fails

2021-03-27 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 5.0 -> 6.0 pull_requests: +23786 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25038 ___ Python tracker <https://bugs.python.org/i

[issue42444] pathlib.PurePath properties annotated with .. data directive

2021-03-22 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 6.0 -> 7.0 pull_requests: +23736 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24977 ___ Python tracker <https://bugs.python.org/i

[issue12762] OSError msg should display symbolic error codes

2021-03-22 Thread Zackery Spytz
Zackery Spytz added the comment: This is a duplicate of bpo-2920 (which has a PR). -- nosy: +ZackerySpytz resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> Patch to print symbolic value of errno in OSE

[issue43556] fix attr names for ast.expr and ast.stmt

2021-03-20 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +23701 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24940 ___ Python tracker <https://bugs.python.org/i

[issue23767] Library and include paths not added when cross-compiling on localized system

2021-03-18 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 4.0 -> 5.0 pull_requests: +23683 pull_request: https://github.com/python/cpython/pull/24919 ___ Python tracker <https://bugs.python.org/issu

[issue24498] Should ptags and eptags be removed from repo?

2021-03-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 1.0 -> 2.0 pull_requests: +23631 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/24869 ___ Python tracker <https://bugs.p

[issue43132] Incorrect handling of PyObject_RichCompareBool() in the _zoneinfo module

2021-03-11 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +23593 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/24829 ___ Python tracker <https://bugs.python.org/issu

[issue43429] mmap.size() raises OSError on Unix for anonymous memory

2021-03-07 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +23547 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24781 ___ Python tracker <https://bugs.python.org/issu

[issue43429] mmap.size() raises OSError on Unix for anonymous memory

2021-03-07 Thread Zackery Spytz
New submission from Zackery Spytz : For anonymous memory, mmap.size() works without issue on Windows, but it raises OSError on Unix. -- components: Extension Modules messages: 388252 nosy: ZackerySpytz priority: normal severity: normal status: open title: mmap.size() raises OSError

[issue40982] copytree example in shutil

2021-03-06 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +23543 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24778 ___ Python tracker <https://bugs.python.org/i

[issue43405] DeprecationWarnings in test_unicode

2021-03-04 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +23525 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24754 ___ Python tracker <https://bugs.python.org/issu

[issue43405] DeprecationWarnings in test_unicode

2021-03-04 Thread Zackery Spytz
New submission from Zackery Spytz : ./python -m test test_unicode 0:00:00 load avg: 0.33 Run tests sequentially 0:00:00 load avg: 0.33 [1/1] test_unicode /home/lubuntu2/cpython/Lib/test/test_unicode.py:2941: DeprecationWarning: getargs: The 'u' format is deprecated. Use 'U' instead

[issue42484] get_obs_local_part fails to handle empty local part

2021-02-28 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +23455 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24669 ___ Python tracker <https://bugs.python.org/i

[issue43327] The docs falsely state that PyImport_ImportFrozenModuleObject() returns a new reference

2021-02-26 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +23444 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24659 ___ Python tracker <https://bugs.python.org/issu

[issue43327] The docs falsely state that PyImport_ImportFrozenModuleObject() returns a new reference

2021-02-26 Thread Zackery Spytz
New submission from Zackery Spytz : The docs state that PyImport_ImportFrozenModuleObject() returns a new reference, but it actually returns an int. https://docs.python.org/3.10/c-api/import.html#c.PyImport_ImportFrozenModuleObject -- assignee: docs@python components: Documentation

[issue41847] Update "install launcher for all users" installer option

2021-02-18 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 4.0 -> 5.0 pull_requests: +23349 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/24570 ___ Python tracker <https://bugs.p

[issue43155] PyCMethod_New not defined in python3.lib

2021-02-16 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +23336 pull_request: https://github.com/python/cpython/pull/24554 ___ Python tracker <https://bugs.python.org/issue43

[issue35026] Winreg's documentation lacks mentioning required permission at some points

2021-02-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 7.0 -> 8.0 pull_requests: +23330 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24547 ___ Python tracker <https://bugs.python.org/i

[issue43200] link to copy module in shutil document, not to shutil.copy

2021-02-11 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +23295 pull_request: https://github.com/python/cpython/pull/24505 ___ Python tracker <https://bugs.python.org/issu

[issue43155] PyCMethod_New not defined in python3.lib

2021-02-10 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 1.0 -> 2.0 pull_requests: +23289 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24500 ___ Python tracker <https://bugs.python.org/i

[issue43132] Incorrect handling of PyObject_RichCompareBool() in the _zoneinfo module

2021-02-07 Thread Zackery Spytz
Zackery Spytz added the comment: Okay, I will add some tests. -- ___ Python tracker <https://bugs.python.org/issue43132> ___ ___ Python-bugs-list mailin

[issue43132] Incorrect handling of PyObject_RichCompareBool() in the _zoneinfo module

2021-02-04 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +23251 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24450 ___ Python tracker <https://bugs.python.org/issu

[issue43132] Incorrect handling of PyObject_RichCompareBool() in the _zoneinfo module

2021-02-04 Thread Zackery Spytz
New submission from Zackery Spytz : PyObject_RichCompareBool() returns -1 on error, but this case is not handled by the find_in_strong_cache() function. -- components: Extension Modules messages: 386503 nosy: ZackerySpytz priority: normal severity: normal status: open title: Incorrect

[issue43087] ctypes documentation error

2021-01-31 Thread Zackery Spytz
Zackery Spytz added the comment: Thank you for the report. -- versions: +Python 3.10, Python 3.8 ___ Python tracker <https://bugs.python.org/issue43087> ___ ___

[issue43087] ctypes documentation error

2021-01-31 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +23219 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24404 ___ Python tracker <https://bugs.python.org/i

[issue43033] Incorrect handling of PyObject_SetAttrString() in the _zoneinfo module

2021-01-26 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +23165 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24345 ___ Python tracker <https://bugs.python.org/issu

[issue43033] Incorrect handling of PyObject_SetAttrString() in the _zoneinfo module

2021-01-26 Thread Zackery Spytz
New submission from Zackery Spytz : There is a PyObject_SetAttrString() call in zoneinfo_init_subclass() which is not checked for failure. This could lead to serious bugs if an exception occurs in PyObject_SetAttrString(). -- components: Extension Modules messages: 385739 nosy

[issue43011] DeprecationWarnings in test_ctypes

2021-01-23 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +23126 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24305 ___ Python tracker <https://bugs.python.org/issu

[issue43011] DeprecationWarnings in test_ctypes

2021-01-23 Thread Zackery Spytz
New submission from Zackery Spytz : ./python -m test test_ctypes 0:00:00 load avg: 1.65 Run tests sequentially 0:00:00 load avg: 1.65 [1/1] test_ctypes /home/lubuntu2/cpython/Lib/ctypes/test/test_parameters.py:243: DeprecationWarning: invalid escape sequence \( self.assertRegex(repr

[issue42952] Incorrect handling of EC_KEY_new_by_curve_name() in the _ssl module

2021-01-17 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +23059 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24237 ___ Python tracker <https://bugs.python.org/issu

[issue42952] Incorrect handling of EC_KEY_new_by_curve_name() in the _ssl module

2021-01-17 Thread Zackery Spytz
New submission from Zackery Spytz : A EC_KEY_new_by_curve_name() call in the _ssl__SSLContext_impl() function is not checked for failure. -- assignee: christian.heimes components: Extension Modules, SSL messages: 385173 nosy: ZackerySpytz, christian.heimes priority: normal severity

[issue42884] array.index() missing start and end

2021-01-10 Thread Zackery Spytz
Zackery Spytz added the comment: This seems like a duplicate of bpo-31956. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue42

[issue28937] str.split(): allow removing empty strings (when sep is not None)

2021-01-04 Thread Zackery Spytz
Zackery Spytz added the comment: I am working on this issue. -- assignee: -> ZackerySpytz nosy: +ZackerySpytz versions: +Python 3.10 -Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue42814] Undefined behavior in Objects/genericaliasobject.c

2021-01-03 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +22906 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24073 ___ Python tracker <https://bugs.python.org/issu

[issue42814] Undefined behavior in Objects/genericaliasobject.c

2021-01-03 Thread Zackery Spytz
New submission from Zackery Spytz : In is_typing_name(), va_end() is not always called before the function returns. It is undefined behavior to call va_start() without also calling va_end(). -- components: Interpreter Core messages: 384261 nosy: ZackerySpytz priority: normal severity

[issue34752] warnings.warn fails silently with unicode input

2021-01-01 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2.7 is no longer supported, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue34

[issue42770] Typo in email.headerregistry docs

2020-12-28 Thread Zackery Spytz
Zackery Spytz added the comment: I've created a fix for this error. -- versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue42770> ___ ___

[issue42770] Typo in email.headerregistry docs

2020-12-28 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +22826 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23982 ___ Python tracker <https://bugs.python.org/i

[issue38308] Add optional weighting to statistics.harmonic_mean()

2020-12-23 Thread Zackery Spytz
Zackery Spytz added the comment: The "versionchanged" for *weights* should be 3.10, not 3.8. I've created PR 23919 to fix this. -- versions: +Python 3.10 -Python 3.9 ___ Python tracker <https://bugs.python.o

[issue38308] Add optional weighting to statistics.harmonic_mean()

2020-12-23 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 4.0 -> 5.0 pull_requests: +22770 pull_request: https://github.com/python/cpython/pull/23919 ___ Python tracker <https://bugs.python.org/issu

[issue42367] Restore os.makedirs ability to apply mode to all directories created

2020-12-22 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +22756 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/23901 ___ Python tracker <https://bugs.p

[issue42681] mistake in curses documentation

2020-12-19 Thread Zackery Spytz
Zackery Spytz added the comment: Please explain why you believe this is a mistake. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue42

[issue39560] PyUnicode_FromKindAndData kind transformation is not documented

2020-12-18 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +22710 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23848 ___ Python tracker <https://bugs.python.org/i

[issue42670] Missing word in itertools.product

2020-12-17 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +22683 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23823 ___ Python tracker <https://bugs.python.org/i

[issue42665] Should PyLong_AsLongAndOverflow raise exception on overflow?

2020-12-17 Thread Zackery Spytz
Zackery Spytz added the comment: > No, it should not. I agree. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue42665> ___ ___ Python-

[issue35332] shutil.rmtree(..., ignore_errors=True) doesn't ignore errors from os.close()

2020-12-14 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +22622 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23766 ___ Python tracker <https://bugs.python.org/i

[issue42559] random.getrandbits: Should it be explicit that it returns unsigned/non-negative integer?

2020-12-06 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +22534 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23667 ___ Python tracker <https://bugs.python.org/i

[issue38520] There is no proper way to know if a process is the main one

2020-12-02 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 4.0 -> 5.0 pull_requests: +22489 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23621 ___ Python tracker <https://bugs.python.org/i

[issue42523] using windows doc incorrectly states version support

2020-12-01 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +22472 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23603 ___ Python tracker <https://bugs.python.org/i

[issue42506] Unexpected output when running test_format

2020-11-29 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +22445 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23564 ___ Python tracker <https://bugs.python.org/issu

[issue42506] Unexpected output when running test_format

2020-11-29 Thread Zackery Spytz
New submission from Zackery Spytz : ./python -We -m test test_format 0:00:00 load avg: 0.64 Run tests sequentially 0:00:00 load avg: 0.64 [1/1] test_format Unexpected : '%d format: a real number is required, not str' Unexpected : '%d format: a real number is required, not str' Unexpected

[issue42489] Wrong method signature in python Documentation

2020-11-28 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +22420 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23538 ___ Python tracker <https://bugs.python.org/i

[issue29777] argparse arguments in main parser hide an argument in subparser

2020-11-27 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2.7 is no longer supported, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue29

[issue42088] types.SimpleNamespace.__repr__ documentation inconsistency

2020-11-24 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 1.0 -> 2.0 pull_requests: +22391 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23502 ___ Python tracker <https://bugs.python.org/i

[issue32068] textpad from curses package isn't handling backspace key

2020-11-22 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +22356 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23466 ___ Python tracker <https://bugs.python.org/i

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 6.0 -> 7.0 pull_requests: +22308 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23415 ___ Python tracker <https://bugs.python.org/i

[issue40736] better message for re.search TypeError ("expected string or bytes-like object")

2020-11-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +22203 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23312 ___ Python tracker <https://bugs.python.org/i

[issue42365] Python launcher: sort order in "Installed versions" off with 3.10

2020-11-15 Thread Zackery Spytz
Zackery Spytz added the comment: This seems like a duplicate of bpo-38506 (which already has a PR). -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue42

[issue42326] Add verify_callback hook capability to the SSL lib

2020-11-11 Thread Zackery Spytz
Zackery Spytz added the comment: Unfortunately, this seems like a duplicate of bpo-31242. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue42

[issue42314] Incorrect documentation entry for venv

2020-11-10 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +22128 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23232 ___ Python tracker <https://bugs.python.org/i

[issue21664] multiprocessing leaks temporary directories pymp-xxx

2020-11-09 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2.7 is no longer supported, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue21

[issue34204] Bump the default pickle protocol in shelve

2020-10-27 Thread Zackery Spytz
Zackery Spytz added the comment: It has not been abandoned. -- versions: +Python 3.10 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue34

[issue9453] pulldom.SAX2DOM Doesn't support processing instructions before the root element

2020-10-27 Thread Zackery Spytz
Change by Zackery Spytz : -- versions: +Python 3.10 -Python 3.2 ___ Python tracker <https://bugs.python.org/issue9453> ___ ___ Python-bugs-list mailing list Unsub

[issue9453] pulldom.SAX2DOM Doesn't support processing instructions before the root element

2020-10-27 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +21929 pull_request: https://github.com/python/cpython/pull/23012 ___ Python tracker <https://bugs.python.org/iss

[issue14556] telnetlib Telnet.expect fails with timeout=0

2020-10-24 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2.7 is no longer supported, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue14

[issue42144] A missing "goto" in the _ssl module!

2020-10-24 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +21876 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22959 ___ Python tracker <https://bugs.python.org/issu

[issue42144] A missing "goto" in the _ssl module!

2020-10-24 Thread Zackery Spytz
New submission from Zackery Spytz : In the _ssl_configure_hostname() function, there's a missing "goto error;" if SSL_set_tlsext_host_name() fails. -- assignee: christian.heimes components: Extension Modules, SSL messages: 379562 nosy: ZackerySpytz, christian.heimes priori

[issue38523] ignore_dangling_symlinks in shutil.copytree does not apply recursively

2020-10-23 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 1.0 -> 2.0 pull_requests: +21857 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22937 ___ Python tracker <https://bugs.python.org/i

[issue42071] Shelve should default to the default Pickle protocol instead of hardcoding version 3

2020-10-18 Thread Zackery Spytz
Zackery Spytz added the comment: Unfortunately, this is a duplicate of bpo-34204 (which already has a pull request). -- nosy: +ZackerySpytz resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Bump the default pickle protoc

[issue40341] Programming FAQ includes actively discouraged solutions; Should those be removed?

2020-10-16 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +21692 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22726 ___ Python tracker <https://bugs.python.org/i

[issue41845] Promote PyObject_GenericGetDict to the stable API

2020-10-11 Thread Zackery Spytz
Zackery Spytz added the comment: I have created PR 22646 to fix this issue. Please consider taking a look. -- ___ Python tracker <https://bugs.python.org/issue41

[issue41845] Promote PyObject_GenericGetDict to the stable API

2020-10-11 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 4.0 -> 5.0 pull_requests: +21619 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22646 ___ Python tracker <https://bugs.python.org/i

[issue26389] Expand traceback module API to accept just an exception as an argument

2020-10-08 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 6.0 -> 7.0 pull_requests: +21593 pull_request: https://github.com/python/cpython/pull/22610 ___ Python tracker <https://bugs.python.org/issu

[issue35928] socket makefile read-write discards received data

2020-10-03 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 5.0 -> 6.0 pull_requests: +21538 pull_request: https://github.com/python/cpython/pull/22535 ___ Python tracker <https://bugs.python.org/issu

[issue36424] Pickle fails on frozen dataclass that has slots

2020-09-29 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 6.0 -> 7.0 pull_requests: +21485 pull_request: https://github.com/python/cpython/pull/22459 ___ Python tracker <https://bugs.python.org/issu

[issue35765] Document references object x but doesn't show it in the example

2020-09-25 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +21449 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22411 ___ Python tracker <https://bugs.python.org/i

[issue39871] math.copysign raises SystemError with non-float x and custom y

2020-09-20 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +21378 pull_request: https://github.com/python/cpython/pull/22333 ___ Python tracker <https://bugs.python.org/issue39

[issue25739] Add PAYLOAD_TOO_LARGE / URI_TOO_LONG (new name in RFC 7231)

2020-09-17 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +21348 pull_request: https://github.com/python/cpython/pull/22295 ___ Python tracker <https://bugs.python.org/issu

  1   2   3   4   5   6   7   8   >