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

2019-12-12 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/issue6

[issue13586] IDLE: Replace selected not working/consistent with find

2019-12-13 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +17065 pull_request: https://github.com/python/cpython/pull/17593 ___ Python tracker <https://bugs.python.org/issue13

[issue13586] IDLE: Replace selected not working/consistent with find

2019-12-13 Thread Zackery Spytz
Zackery Spytz added the comment: I've created a pull request for this issue. Please take a look. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/is

[issue39050] The "Help" button in IDLE's config dialog does not work

2019-12-14 Thread Zackery Spytz
New submission from Zackery Spytz : When I click the button, I see a traceback. Exception in Tkinter callback Traceback (most recent call last): File "/home/lubuntu2/cpython/Lib/tkinter/__init__.py", line 1885, in __call__ return self.func(*args) File "/home/lubun

[issue39050] The "Help" button in IDLE's config dialog does not work

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

[issue36595] IDLE: Add search to textview.ViewWindow

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

[issue36595] IDLE: Add search to textview.ViewWindow

2019-12-15 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/issue36

[issue31046] ensurepip does not honour the value of $(prefix)

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

[issue31046] ensurepip does not honour the value of $(prefix)

2019-12-16 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue31046> ___ ___ Python-bug

[issue19083] IDNA prefix should be case insensitive

2019-12-27 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +17170 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17726 ___ Python tracker <https://bugs.python.org/issu

[issue19083] IDNA prefix should be case insensitive

2019-12-27 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.7, Python 3.8, Python 3.9 -Python 3.4 ___ Python tracker <https://bugs.python.org/issue19

[issue35561] Valgrind reports Syscall param epoll_ctl(event) points to uninitialised byte(s)

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

[issue35561] Valgrind reports Syscall param epoll_ctl(event) points to uninitialised byte(s)

2020-01-01 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.9 ___ Python tracker <https://bugs.python.org/issue35561> ___ ___ Python-bugs-list mailin

[issue38704] Prevent installation on unsupported Windows versions

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

[issue38704] Prevent installation on unsupported Windows versions

2020-01-10 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue38704> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17718] boolop constant checking for if/while

2020-01-10 Thread Zackery Spytz
Zackery Spytz added the comment: I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue17718> ___ ___

[issue36351] the ipv6type variable in configure.ac may be set incorrectly when cross-compiling

2020-01-11 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +17365 pull_request: https://github.com/python/cpython/pull/17956 ___ Python tracker <https://bugs.python.org/issue36

[issue36351] the ipv6type variable in configure.ac may be set incorrectly when cross-compiling

2020-01-11 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.9 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue36351> ___ ___ Python-bug

[issue35561] Valgrind reports Syscall param epoll_ctl(event) points to uninitialised byte(s)

2020-01-11 Thread Zackery Spytz
Zackery Spytz added the comment: Thank you, Victor, for the comments. I will update PR 17782. -- ___ Python tracker <https://bugs.python.org/issue35

[issue28166] WindowsConsoleIO misbehavior when Ctrl+C is ignored

2020-01-12 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +17383 pull_request: https://github.com/python/cpython/pull/17976 ___ Python tracker <https://bugs.python.org/issue28

[issue28166] WindowsConsoleIO misbehavior when Ctrl+C is ignored

2020-01-12 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.8, Python 3.9 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue28166> ___ ___

[issue39273] ncurses does not include BUTTON5_* constants

2020-01-13 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +17400 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17996 ___ Python tracker <https://bugs.python.org/issu

[issue39273] ncurses does not include BUTTON5_* constants

2020-01-13 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue39273> ___ ___

[issue38840] incorrect __all__ list in multiprocessing.managers module

2020-01-16 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +17430 pull_request: https://github.com/python/cpython/pull/18034 ___ Python tracker <https://bugs.python.org/issue38

[issue38840] incorrect __all__ list in multiprocessing.managers module

2020-01-16 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue38840> ___ ___ Python-bug

[issue27540] msvcrt.ungetwch() calls _ungetch()

2020-01-16 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue27

[issue38848] compileall fails when the platform lacks a functional sem_open()

2020-01-17 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +17442 pull_request: https://github.com/python/cpython/pull/18047 ___ Python tracker <https://bugs.python.org/issue38

[issue38848] compileall fails when the platform lacks a functional sem_open()

2020-01-17 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue38848> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39372] The header files in Include/ have many declarations with no definition

2020-01-17 Thread Zackery Spytz
Zackery Spytz added the comment: The removal of PyNoArgsFunction is the subject of bpo-18091. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue39

[issue35561] Valgrind reports Syscall param epoll_ctl(event) points to uninitialised byte(s)

2020-01-18 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +17454 pull_request: https://github.com/python/cpython/pull/18060 ___ Python tracker <https://bugs.python.org/issue35

[issue39393] Misleading error message upon dependent DLL resolution failure

2020-01-20 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +17483 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/18093 ___ Python tracker <https://bugs.python.org/issu

[issue24337] Implement `http.client.HTTPMessage.__repr__` to make debugging easier

2020-01-22 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +17514 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18127 ___ Python tracker <https://bugs.python.org/issu

[issue24337] Implement `http.client.HTTPMessage.__repr__` to make debugging easier

2020-01-22 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.9 -Python 3.5 ___ Python tracker <https://bugs.python.org/issue24337> ___ ___ Python-bug

[issue8901] Windows registry path not ignored with -E option

2020-01-24 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +17555 pull_request: https://github.com/python/cpython/pull/18169 ___ Python tracker <https://bugs.python.org/issue8

[issue38506] Launcher for Windows (py.exe) may rank Python 3.xx (in the future) after 3.x

2020-02-01 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +17684 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/18307 ___ Python tracker <https://bugs.python.org/issu

[issue39553] Delete HAVE_SXS protected code

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

[issue39553] Delete HAVE_SXS protected code

2020-02-04 Thread Zackery Spytz
Zackery Spytz added the comment: I had worked on bpo-37025, so I have submitted a patch for this issue. Please consider taking a look. -- ___ Python tracker <https://bugs.python.org/issue39

[issue38506] Launcher for Windows (py.exe) may rank Python 3.xx (in the future) after 3.x

2020-02-04 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue38506> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38967] Improve error message in enum for member name surrounded by underscore.

2020-02-05 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +17746 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18370 ___ Python tracker <https://bugs.python.org/issu

[issue31718] some methods of uninitialized io.IncrementalNewlineDecoder objects raise SystemError

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

[issue29450] xattr functions aren't in os.supports_fd, os.supports_follow_symlinks

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

[issue39768] remove tempfile.mktemp()

2020-02-26 Thread Zackery Spytz
Zackery Spytz added the comment: I think this is a duplicate of bpo-36309. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue39

[issue39768] remove tempfile.mktemp()

2020-02-27 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue39768> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39050] The "Help" button in IDLE's config dialog does not work

2020-03-02 Thread Zackery Spytz
Zackery Spytz added the comment: Terry, should this issue remain open? -- ___ Python tracker <https://bugs.python.org/issue39050> ___ ___ Python-bugs-list mailin

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

2020-03-06 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +18164 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/18806 ___ Python tracker <https://bugs.p

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

2020-03-06 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a pull request to fix this issue. Please consider taking a look. -- ___ Python tracker <https://bugs.python.org/issue39

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

2020-03-11 Thread Zackery Spytz
Zackery Spytz added the comment: Okay, Serhiy. I think your patch is a better choice. -- ___ Python tracker <https://bugs.python.org/issue38643> ___ ___ Pytho

[issue39973] The documentation for PyObject_GenericSetDict() is incorrect

2020-03-15 Thread Zackery Spytz
New submission from Zackery Spytz : PyObject_GenericSetDict() takes three arguments, but the documentation states that it takes just two. -- assignee: docs@python components: Documentation messages: 364287 nosy: ZackerySpytz, docs@python priority: normal severity: normal status: open

[issue39973] The documentation for PyObject_GenericSetDict() is incorrect

2020-03-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +18374 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19026 ___ Python tracker <https://bugs.python.org/issu

[issue39816] More descriptive error message than "too many values to unpack"

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

[issue39830] zipfile.Path is not included in __all__

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

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

2020-03-26 Thread Zackery Spytz
Zackery Spytz added the comment: I had pinged Steve Dower on the PR, but I didn't realize they weren't notified. The merge conflicts have been fixed. -- ___ Python tracker <https://bugs.python.o

[issue25780] Add support for CAN_RAW_JOIN_FILTERS

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

[issue8901] Windows registry path not ignored with -E option

2020-03-28 Thread Zackery Spytz
Zackery Spytz added the comment: Steve, I've updated the pull request with the requested change. Please take a look. -- nosy: +ZackerySpytz versions: +Python 3.9 -Python 3.5 ___ Python tracker <https://bugs.python.org/i

[issue37973] improve docstrings of sys.float_info

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

[issue39734] Deprecate readinto() fallback path in _pickle.c

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

[issue40131] Zipapp example has parameters in the wrong order

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

[issue40147] Move checking for duplicated keywords to the compiler

2020-04-05 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +18752 pull_request: https://github.com/python/cpython/pull/19389 ___ Python tracker <https://bugs.python.org/issu

[issue39075] types.SimpleNamespace should preserve attribute ordering (?)

2020-04-07 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 6.0 -> 7.0 pull_requests: +18787 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/19430 ___ Python tracker <https://bugs.p

[issue24341] Test suite emits many DeprecationWarnings about sys.exc_clear() when -3 is enabled

2020-04-12 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue24341> ___ ___ Python-bugs-list mailin

[issue32033] The pwd module implementation incorrectly sets some attributes to None

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

[issue32033] The pwd module implementation incorrectly sets some attributes to None

2020-04-13 Thread Zackery Spytz
Change by Zackery Spytz : -- versions: +Python 3.8, Python 3.9 -Python 2.7, Python 3.6 ___ Python tracker <https://bugs.python.org/issue32033> ___ ___ Python-bug

[issue40273] mappingproxy isn't reversible

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

[issue15904] file,close() can fail assert on Windows in 2.7

2020-04-16 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue15904> ___ ___ Python-bugs-list mailin

[issue32494] interface to gdbm_count

2020-04-17 Thread Zackery Spytz
Change by Zackery Spytz : -- versions: +Python 3.9 -Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue32

[issue32494] interface to gdbm_count

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

[issue23414] seek(count, whence) accepts bogus whence on windows, python2.7

2020-04-18 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue23414> ___ ___ Python-bugs-list mailin

[issue23980] Documentation for format units starting with 'e' is inconsistent

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

[issue23980] Documentation for format units starting with 'e' is inconsistent

2020-04-19 Thread Zackery Spytz
Change by Zackery Spytz : -- versions: +Python 3.7, Python 3.8, Python 3.9 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue23

[issue9751] _PyInstance_Lookup() defeats its purpose

2020-04-19 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue9751> ___ ___ Python-bugs-list mailin

[issue34204] Bump the default pickle protocol in shelve

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

[issue40150] (minor) mismatched argument in overlapped_RegisterWaitWithQueue call to RegisterWaitForSingleObject

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

[issue27620] IDLE: Add keyboard equivalents for mouse actions.

2020-04-24 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +19026 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/19706 ___ Python tracker <https://bugs.p

[issue25560] Unhandled warning in test_unicode_file

2020-04-25 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue25560> ___ ___ Python-bugs-list mailin

[issue40348] Programming FAQ about "What is delegation?": Fix typos

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

[issue40061] Possible refleak in _asynciomodule.c future_add_done_callback()

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

[issue40428] [C API] Remove PyTuple_ClearFreeList() function (move it to the internal C API)

2020-04-28 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 1.0 -> 2.0 pull_requests: +19106 pull_request: https://github.com/python/cpython/pull/19783 ___ Python tracker <https://bugs.python.org/issu

[issue11102] configure doesn't find "major()" on HP-UX v11.31

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

[issue11102] configure doesn't find "major()" on HP-UX v11.31

2020-05-01 Thread Zackery Spytz
Change by Zackery Spytz : -- versions: +Python 3.9 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue11102> ___ ___ Python-bug

[issue14869] imaplib erronously quotes atoms such as flags

2020-05-03 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue14869> ___ ___ Python-bugs-list mailin

[issue40454] DEBUG kw to asyncio.run overrides DEBUG mode set elsewhere

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

[issue5879] multiprocessing example "pool of http servers " fails on windows

2020-05-06 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue5879> ___ ___ Python-bugs-list mailin

[issue30459] PyList_SET_ITEM could be safer

2020-05-06 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 5.0 -> 6.0 pull_requests: +19291 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19975 ___ Python tracker <https://bugs.python.org/i

[issue30459] PyList_SET_ITEM could be safer

2020-05-06 Thread Zackery Spytz
Change by Zackery Spytz : -- versions: +Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue30459> ___ ___ Python-bugs-list mailing list Unsub

[issue39573] [C API] Make PyObject an opaque structure in the limited C API

2020-05-07 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 8.0 -> 9.0 pull_requests: +19294 pull_request: https://github.com/python/cpython/pull/19975 ___ Python tracker <https://bugs.python.org/issu

[issue30250] StringIO module truncate behavior of current position

2020-05-08 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue30250> ___ ___ Python-bugs-list mailin

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

2020-05-09 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue26817> ___ ___ Python-bugs-list mailin

[issue31203] socket.IP_PKTINFO is missing from python

2020-05-10 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 4.0 -> 5.0 pull_requests: +19339 stage: commit review -> patch review pull_request: https://github.com/python/cpython/pull/20029 ___ Python tracker

[issue31203] socket.IP_PKTINFO is missing from python

2020-05-10 Thread Zackery Spytz
Change by Zackery Spytz : -- versions: +Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue31203> ___ ___ Python-bugs-list mailing list Unsub

[issue38078] IDLE: Don't run internal code in user namespace.

2020-05-11 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 1.0 -> 2.0 pull_requests: +19351 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/20040 ___ Python tracker <https://bugs.p

[issue35114] ssl.RAND_status docs describe it as returning True/False; actually returns 1/0

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

[issue1776160] Buffer overflow when listing deeply nested directory

2020-05-14 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue1776160> ___ ___ Python-bugs-list m

[issue33797] json int encoding incorrect for dbus.Byte

2020-05-15 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue33

[issue39976] Add "**other_popen_kwargs" to subprocess API signatures in docs

2020-05-16 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +19450 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/20145 ___ Python tracker <https://bugs.p

[issue22622] ElementTree only writes declaration when passed encoding

2020-05-17 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue22

[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

[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

[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

[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

[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

<    1   2   3   4   5   6   7   8   >