[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[issue33012] Invalid function cast warnings with gcc 8 for METH_NOARGS

2019-08-13 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14986 pull_request: https://github.com/python/cpython/pull/14814 ___ Python tracker <https://bugs.python.org/issue33

[issue37852] Pickling doesn't work for name-mangled private methods

2019-08-14 Thread Zackery Spytz
Zackery Spytz added the comment: This seems like a duplicate of bpo-33007. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue37

[issue32793] smtplib: duplicated debug message

2019-08-20 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +15058 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15341 ___ Python tracker <https://bugs.python.org/issu

[issue32793] smtplib: duplicated debug message

2019-08-20 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz type: -> behavior versions: +Python 3.9 -Python 3.6 ___ Python tracker <https://bugs.python.org/issu

[issue37886] PyStructSequence_UnnamedField not exported

2019-08-21 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +benjamin.peterson ___ Python tracker <https://bugs.python.org/issue37886> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-08-21 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +benjamin.peterson ___ Python tracker <https://bugs.python.org/issue37633> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37549] os.dup() fails for standard streams on Windows 7

2019-08-22 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +15099 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15389 ___ Python tracker <https://bugs.python.org/issu

[issue23878] Missing sanity checks for various C library function calls...

2019-08-23 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +15123 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15424 ___ Python tracker <https://bugs.python.org/issu

[issue23878] Missing sanity checks for various C library function calls...

2019-08-23 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 2.7, Python 3.7, Python 3.8, Python 3.9 -Python 3.4 ___ Python tracker <https://bugs.python.org/issue23

[issue30076] Opcode names BUILD_MAP_UNPACK_WITH_CALL and BUILD_TUPLE_UNPACK_WITH_CALL are too long

2019-08-26 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +15199 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15513 ___ Python tracker <https://bugs.python.org/issu

[issue30076] Opcode names BUILD_MAP_UNPACK_WITH_CALL and BUILD_TUPLE_UNPACK_WITH_CALL are too long

2019-08-26 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a pull request for this issue. Please take a look. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue30

[issue27260] Missing equality check for super objects

2019-08-26 Thread Zackery Spytz
Zackery Spytz added the comment: > I don't think this should be done. I agree, and I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org

[issue37946] Add the Bessel functions of the first and second kind to the math module

2019-08-26 Thread Zackery Spytz
Zackery Spytz added the comment: > IMO this is the province of things like scipy.special. The Bessel functions > (and many others) are already easily available to users of the scientific > Python stack. I don't really see a need to have them in core Python. I agree. -

[issue23878] Missing sanity checks for various C library function calls...

2019-08-28 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +15241 pull_request: https://github.com/python/cpython/pull/1 ___ Python tracker <https://bugs.python.org/issue23

[issue37705] winerror_to_errno implementation

2019-08-30 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +15291 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15623 ___ Python tracker <https://bugs.python.org/issu

[issue37705] winerror_to_errno implementation

2019-08-30 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a pull request for this issue. Please take a look. -- nosy: +ZackerySpytz versions: -Python 3.8 ___ Python tracker <https://bugs.python.org/issue37

[issue36030] add internal API function to create tuple without items array initialization

2019-09-03 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +15333 pull_request: https://github.com/python/cpython/pull/15670 ___ Python tracker <https://bugs.python.org/issue36

[issue38031] FileIO.__init__ aborts when opener returns bad fd

2019-09-04 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +15346 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15688 ___ Python tracker <https://bugs.python.org/issu

[issue38031] FileIO.__init__ aborts when opener returns bad fd

2019-09-04 Thread Zackery Spytz
Zackery Spytz added the comment: Thank you for the report. -- components: +Interpreter Core nosy: +ZackerySpytz versions: +Python 3.7, Python 3.8, Python 3.9 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue38

[issue37445] Some FormatMessageW() calls use FORMAT_MESSAGE_FROM_SYSTEM without FORMAT_MESSAGE_IGNORE_INSERTS

2019-09-09 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +15470 pull_request: https://github.com/python/cpython/pull/15822 ___ Python tracker <https://bugs.python.org/issue37

[issue37445] Some FormatMessageW() calls use FORMAT_MESSAGE_FROM_SYSTEM without FORMAT_MESSAGE_IGNORE_INSERTS

2019-09-10 Thread Zackery Spytz
Zackery Spytz added the comment: Hi, Steve. I've created a backport for 2.7 (PR 15822). Please take a look. -- ___ Python tracker <https://bugs.python.org/is

[issue29171] blake2: Remove unused function to avoid undefined references

2019-09-10 Thread Zackery Spytz
Zackery Spytz added the comment: It seems that this was fixed as part of bpo-37055 / b27cbec801e17a13d7fef49116a8fc279930d2b1. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue29

[issue25753] Reference leaks in test_smtplib

2019-09-10 Thread Zackery Spytz
Zackery Spytz added the comment: I cannot reproduce these leaks. I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue25

[issue36869] Avoid warning of unused variables

2019-09-10 Thread Zackery Spytz
Zackery Spytz added the comment: PR 13182 has been merged, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue36

[issue38127] A fatal error when running test_ctypes

2019-09-11 Thread Zackery Spytz
New submission from Zackery Spytz : When running test_ctypes, I encountered a fatal error. ./python -m test test_ctypes Run tests sequentially 0:00:00 load avg: 0.13 [1/1] test_ctypes Fatal Python error: a function returned a result with an error set MemoryError The above exception was the

[issue38127] A fatal error when running test_ctypes

2019-09-11 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +15637 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16011 ___ Python tracker <https://bugs.python.org/issu

[issue38128] IDLE undo calls get_saved() when set to None

2019-09-11 Thread Zackery Spytz
Zackery Spytz added the comment: This seems like a duplicate of bpo-35263. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue38

[issue37953] Fix ForwardRef equality checks

2019-09-13 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +15745 pull_request: https://github.com/python/cpython/pull/16133 ___ Python tracker <https://bugs.python.org/issue37

[issue37953] Fix ForwardRef equality checks

2019-09-13 Thread Zackery Spytz
Zackery Spytz added the comment: There are deprecation warnings in test_typing. ./python -m test test_typing Run tests sequentially 0:00:00 load avg: 0.16 [1/1] test_typing /home/lubuntu2/cpython/Lib/test/test_typing.py:2382: DeprecationWarning: Please use assertEqual instead

[issue38202] A fatal error in test_dictviews

2019-09-17 Thread Zackery Spytz
New submission from Zackery Spytz : When running test_dictviews, I sometimes encounter a fatal error. ./python -m test test_dictviews Run tests sequentially 0:00:00 load avg: 0.36 [1/1] test_dictviews python: Objects/typeobject.c:3125: _PyType_Lookup: Assertion `!PyErr_Occurred()' f

[issue38202] A fatal error in test_dictviews

2019-09-17 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +15838 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16241 ___ Python tracker <https://bugs.python.org/issu

[issue37025] Misleading error message "Python failed to load the default activation context"

2019-10-04 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16170 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16579 ___ Python tracker <https://bugs.python.org/issu

[issue37025] Misleading error message "Python failed to load the default activation context"

2019-10-04 Thread Zackery Spytz
Zackery Spytz added the comment: Thank you for the report. I've created a pull request to fix this issue. -- nosy: +ZackerySpytz versions: +Python 2.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/is

[issue38378] os.sendfile() has improperly named parameter

2019-10-05 Thread Zackery Spytz
Zackery Spytz added the comment: See also bpo-15078. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue38378> ___ ___ Python-bugs-list m

[issue38384] An assertion failure in test_pickle

2019-10-06 Thread Zackery Spytz
New submission from Zackery Spytz : When running test_pickle, I sometimes see an assertion failure. ./python -m test test_pickle 0:00:00 load avg: 1.04 Run tests sequentially 0:00:00 load avg: 1.04 [1/1] test_pickle python: Objects/typeobject.c:3151: _PyType_Lookup: Assertion `!PyErr_Occurred

[issue38384] An assertion failure in test_pickle

2019-10-06 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16194 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16606 ___ Python tracker <https://bugs.python.org/issu

[issue38410] Possible fatal errors due to _PyEval_SetAsyncGen{Finalizer, Firstiter}()

2019-10-08 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16240 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16657 ___ Python tracker <https://bugs.python.org/issu

[issue38410] Possible fatal errors due to _PyEval_SetAsyncGen{Finalizer, Firstiter}()

2019-10-08 Thread Zackery Spytz
New submission from Zackery Spytz : _PyEval_SetAsyncGenFinalizer() and _PyEval_SetAsyncGenFirstiter() don't include proper error handling for their PySys_Audit() calls. This could lead to leaked exceptions and fatal errors. -- components: Interpreter Core messages: 354210

[issue38532] Missing decrefs in the _ctypes module

2019-10-19 Thread Zackery Spytz
New submission from Zackery Spytz : In PyCFuncPtr_FromDll(), there are two missing calls to Py_DECREF() if PySys_Audit() fails! -- components: Extension Modules messages: 354980 nosy: ZackerySpytz priority: normal severity: normal status: open title: Missing decrefs in the _ctypes

[issue38532] Missing decrefs in the _ctypes module

2019-10-19 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16404 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16857 ___ Python tracker <https://bugs.python.org/issu

[issue38554] A fatal error in test_descr

2019-10-21 Thread Zackery Spytz
New submission from Zackery Spytz : When running test_descr, I encountered a fatal error! ./python -m test test_descr 0:00:00 load avg: 0.46 Run tests sequentially 0:00:00 load avg: 0.46 [1/1] test_descr python: Objects/typeobject.c:7318: update_one_slot: Assertion `!PyErr_Occurred()' f

[issue38554] A fatal error in test_descr

2019-10-21 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16424 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16879 ___ Python tracker <https://bugs.python.org/issu

[issue37025] Misleading error message "Python failed to load the default activation context"

2019-10-22 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +16435 pull_request: https://github.com/python/cpython/pull/16897 ___ Python tracker <https://bugs.python.org/issue37

[issue38519] Internal include files missing on Windows

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

[issue38519] Internal include files missing on Windows

2019-10-24 Thread Zackery Spytz
Zackery Spytz added the comment: Hi, Steve. I've created a PR for this. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue38519> ___ ___

[issue35714] Document that the null character '\0' terminates a struct format spec

2019-10-25 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16457 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16928 ___ Python tracker <https://bugs.python.org/issu

[issue35714] Document that the null character '\0' terminates a struct format spec

2019-10-26 Thread Zackery Spytz
Zackery Spytz added the comment: I've created a patch to reject null characters in the format string. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/is

[issue4630] IDLE: add cursor noblink option

2019-10-28 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +16488 pull_request: https://github.com/python/cpython/pull/16960 ___ Python tracker <https://bugs.python.org/issue4

[issue4630] IDLE: add cursor noblink option

2019-10-28 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a pull request for this issue. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue4

[issue38643] Assertion failures when calling PyNumber_ToBase() with an invalid base

2019-10-30 Thread Zackery Spytz
New submission from Zackery Spytz : If a base other than 2, 8, or 16 is passed to PyNumber_ToBase(), an assertion failure will occur. An exception should be raised instead. This was mentioned in bpo-38249 (msg353039). -- components: Interpreter Core messages: 355715 nosy

[issue38643] Assertion failures when calling PyNumber_ToBase() with an invalid base

2019-10-30 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16523 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16996 ___ Python tracker <https://bugs.python.org/issu

[issue38610] use-after-free in list object function

2019-10-31 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16539 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17022 ___ Python tracker <https://bugs.python.org/issu

[issue38610] use-after-free in list object function

2019-10-31 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a patch to fix these crashes. Please consider taking a look. -- nosy: +ZackerySpytz versions: +Python 2.7, Python 3.7, Python 3.9 ___ Python tracker <https://bugs.python.org/issue38

[issue25522] IDLE: warn if save-as name matches stdlib name

2019-11-04 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16565 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/17051 ___ Python tracker <https://bugs.python.org/issu

[issue25522] IDLE: warn if save-as name matches stdlib name

2019-11-04 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a pull request for this issue. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue25

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[issue27465] IDLE:Make help source menu entries unique and sorted.

2019-11-08 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16601 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/17093 ___ Python tracker <https://bugs.python.org/issu

[issue27465] IDLE:Make help source menu entries unique and sorted.

2019-11-08 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a pull request for this issue. Please consider taking a look. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue27

[issue26353] IDLE: Saving Shell should not add \n

2019-11-09 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16609 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/17103 ___ Python tracker <https://bugs.python.org/issu

[issue17642] IDLE add font resizing hot keys and wheel

2019-11-10 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +16613 pull_request: https://github.com/python/cpython/pull/17107 ___ Python tracker <https://bugs.python.org/issue17

[issue38792] IDLE calltips may not properly close on KeyboardInterrupt

2019-11-13 Thread Zackery Spytz
New submission from Zackery Spytz : If a KeyboardInterrupt occurs while an IDLE calltip is being displayed, the calltip will persist until a new calltip event. The calltip should be removed immediately in this case. -- assignee: terry.reedy components: IDLE messages: 356580 nosy

[issue38792] IDLE calltips may not properly close on KeyboardInterrupt

2019-11-13 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16659 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17150 ___ Python tracker <https://bugs.python.org/issu

[issue38791] readline history file is hard-coded

2019-11-13 Thread Zackery Spytz
Zackery Spytz added the comment: This issue seems like a duplicate of bpo-29779 (which has a pull request). -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue38

[issue26353] IDLE: Saving Shell should not add \n

2019-11-13 Thread Zackery Spytz
Zackery Spytz added the comment: Thank you, Terry, for modifying the PR and merging it. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue26

[issue17642] IDLE add font resizing hot keys and wheel

2019-11-13 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue17642> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23544] IDLE hangs when selecting Stack View with debug active

2019-11-14 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16673 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/17163 ___ Python tracker <https://bugs.python.org/issu

[issue23544] IDLE hangs when selecting Stack View with debug active

2019-11-14 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue23544> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33046] IDLE option to strip trailing whitespace automatically on save

2019-11-16 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16705 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17201 ___ Python tracker <https://bugs.python.org/issu

[issue33046] IDLE option to strip trailing whitespace automatically on save

2019-11-16 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a pull request to implement this feature. There was also some relevant discussion in bpo-23667. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue33

[issue38942] Possible assertion failures in csv.Dialect()

2019-11-29 Thread Zackery Spytz
New submission from Zackery Spytz : dialect_new() in Modules/_csv.c calls PyObject_GetAttrString() repeatedly without checking if an error occurred. If an exception (like MemoryError) is raised during one of the PyObject_GetAttrString() calls, an assertion failure will occur during the next

[issue38942] Possible assertion failures in csv.Dialect()

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

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2019-12-12 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +17052 pull_request: https://github.com/python/cpython/pull/17578 ___ Python tracker <https://bugs.python.org/issue6

  1   2   3   4   5   6   7   8   >