[issue35962] [doc] Slight error in words in [ 2.4.1. String and Bytes literals ]

2022-04-08 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy priority: normal -> low title: Slight error in words in [ 2.4.1. String and Bytes literals ] -> [doc] Slight error in words in [ 2.4.1. String and Bytes literals ] versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Pyth

[issue44213] LIST_TO_TUPLE placed below the sentence "all of the following use their opcodes" in dis library documentaiton.

2022-04-08 Thread Irit Katriel
Irit Katriel added the comment: The "all of the following.. " sentence has been removed in 3.11. -- nosy: +iritkatriel resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker <h

[issue47120] Make all jump opcodes relative

2022-04-07 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30427 pull_request: https://github.com/python/cpython/pull/32400 ___ Python tracker <https://bugs.python.org/issue47

[issue47120] Make all jump opcodes relative

2022-04-06 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30408 pull_request: https://github.com/python/cpython/pull/32359 ___ Python tracker <https://bugs.python.org/issue47

[issue47120] Make all jump opcodes relative

2022-04-06 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30405 pull_request: https://github.com/python/cpython/pull/32353 ___ Python tracker <https://bugs.python.org/issue47

[issue28540] math.degrees(sys.float_info.max) should throw an OverflowError exception

2022-04-05 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy -patch type: -> enhancement versions: +Python 3.11 ___ Python tracker <https://bugs.python.org/issue28540> ___ _

[issue47120] Make all jump opcodes relative

2022-04-05 Thread Irit Katriel
Irit Katriel added the comment: New changeset 0aa8d5cbd89cf3b61d7e8626f3a7b9c4881dfd70 by Irit Katriel in branch 'main': bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221) https://github.com/python/cpython/commit/0aa8d5cbd89cf3b61d7e8626f3a7b9c4881dfd70

[issue47186] split JUMP_IF_NOT_EXC/EG_MATCH into CHECK_EXC/EG_MATCH + jump

2022-04-05 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker <https://bugs.python

[issue47186] split JUMP_IF_NOT_EXC/EG_MATCH into CHECK_EXC/EG_MATCH + jump

2022-04-05 Thread Irit Katriel
Irit Katriel added the comment: New changeset 32091df41ce6e3a71df2cf37dc74b728c0d885f2 by Irit Katriel in branch 'main': bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309) https://github.com/python/cpython/commit/32091df41ce6e3a71df2cf37dc74b728c0d885f2

[issue28951] re.flags not documented in Module Contents as promised.

2022-04-05 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue28

[issue38299] build errors - latest "git pull"

2022-04-04 Thread Irit Katriel
Irit Katriel added the comment: Thanks for the report. We run AddressSanitizer on the buildbots now, so I'm going to assume that we know about these issues when they come up. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -&g

[issue46484] Add test for Calendar().iterweekdays()

2022-04-04 Thread Irit Katriel
Irit Katriel added the comment: Thank you Jiahua! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue47186] split JUMP_IF_NOT_EXC/EG_MATCH into CHECK_EXC/EG_MATCH + jump

2022-04-04 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30370 pull_request: https://github.com/python/cpython/pull/32309 ___ Python tracker <https://bugs.python.org/issue47

[issue46484] Add test for Calendar().iterweekdays()

2022-04-04 Thread Irit Katriel
Irit Katriel added the comment: New changeset 48269ea9fdbc5804f80962364f95e69097c417ba by 180909 in branch 'main': bpo-46484:Add test for Calendar.iterweekdays (GH-30825) https://github.com/python/cpython/commit/48269ea9fdbc5804f80962364f95e69097c417ba -- nosy: +iritkatriel

[issue39064] ValueError in zipfile.ZipFile

2022-04-03 Thread Irit Katriel
Irit Katriel added the comment: Sam, can you put that in a PR please? -- ___ Python tracker <https://bugs.python.org/issue39064> ___ ___ Python-bugs-list mailin

[issue29920] Document cgitb.text and cgitb.html

2022-04-02 Thread Irit Katriel
Irit Katriel added the comment: Closing as the backport to 3.5/3.6 is no longer relevant and also cgitb is deprecated under 594. -- nosy: +iritkatriel resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracke

[issue968063] Add fileinput.islastline()

2022-04-02 Thread Irit Katriel
Irit Katriel added the comment: I am closing this as the discussion ended in 2017 with something like three +0s. Please raise this for discussion on python-ideas if you would like to pursue it further. -- resolution: -> rejected stage: patch review -> resolved status

[issue968063] Add fileinput.islastline()

2022-04-02 Thread Irit Katriel
Irit Katriel added the comment: > This doesn't work because fileinput.filename() and fileinput.filelineno() > are going to be wrong and pointing to the next file. You won't have this problem if you work on one file at a time. -- nosy: +iritk

[issue27376] Add mock_import method to mock module

2022-04-02 Thread Irit Katriel
Irit Katriel added the comment: Closing as that's where the discussion of 2016 was leaning. Please raise this on python-ideas if you would like to bring it up again. -- nosy: +iritkatriel resolution: -> rejected stage: patch review -> resolved status: open -&g

[issue26023] Missing signatures operator module

2022-04-02 Thread Irit Katriel
Irit Katriel added the comment: I think this was fixed by now, this is an excerpt from help(operator): lshift(a, b, /) Same as a << b. lt(a, b, /) Same as a < b. matmul(a, b, /) Same as a @ b. mod(a, b, /) Same as a % b.

[issue24563] [doc] Encoding declaration: doc supported encodings

2022-04-02 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: Encoding declaration: doc supported encodings -> [doc] Encoding declaration: doc supported encodings versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.4, Python 3.5, Python

[issue22738] improve 'python -h' documentation for '-c'

2022-04-02 Thread Irit Katriel
Irit Katriel added the comment: Closing as the discussion stalled about 7 years ago and was then leaning towards rejecting the suggestion. -- nosy: +iritkatriel resolution: -> rejected stage: needs patch -> resolved status: open -&g

[issue27817] tkinter string variable misinterpreted as boolean

2022-04-02 Thread Irit Katriel
Change by Irit Katriel : -- stage: test needed -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue27817> ___ ___ Pyth

[issue47172] Make virtual opcodes in the compiler negative and is_jump() identify only proper jumps

2022-04-01 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue47186] split JUMP_IF_NOT_EXC/EG_MATCH into CHECK_EXC/EG_MATCH + jump

2022-04-01 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +30303 stage: -> patch review pull_request: https://github.com/python/cpython/pull/32231 ___ Python tracker <https://bugs.python.org/issu

[issue47186] split JUMP_IF_NOT_EXC/EG_MATCH into CHECK_EXC/EG_MATCH + jump

2022-04-01 Thread Irit Katriel
New submission from Irit Katriel : It would help issue47120 to reduce the number of jump opcodes. The exception matching opcodes JUMP_IF_NOT_EXC_MATCH and JUMP_IF_NOT_EG_MATCH are not hot, and we can split them into a check + ordinary jump. For JUMP_IF_NOT_EXC_MATCH this is simple because

[issue47120] Make all jump opcodes relative

2022-03-31 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30296 pull_request: https://github.com/python/cpython/pull/32221 ___ Python tracker <https://bugs.python.org/issue47

[issue47172] Make virtual opcodes in the compiler negative and is_jump() identify only proper jumps

2022-03-31 Thread Irit Katriel
Change by Irit Katriel : -- title: Make virtual opcodes in the compiler > 256 and is_jump() identify only proper jumps -> Make virtual opcodes in the compiler negative and is_jump() identify only proper jumps ___ Python tracker

[issue47120] Make all jump opcodes relative

2022-03-31 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30291 pull_request: https://github.com/python/cpython/pull/32215 ___ Python tracker <https://bugs.python.org/issue47

[issue22260] Rearrange tkinter tests, use test discovery

2022-03-30 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: patch review -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.or

[issue17733] Add tests to test__header_value_parser for RFC 2231 parsing code

2022-03-30 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue17733> ___ ___ Python-bugs-list

[issue32754] feature request: asyncio.gather/wait cancel children on first exception

2022-03-30 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue32754> ___ ___ Python-bugs-list

[issue47172] Make virtual opcodes in the compiler > 256 and is_jump() identify only proper jumps

2022-03-30 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +30277 stage: -> patch review pull_request: https://github.com/python/cpython/pull/32200 ___ Python tracker <https://bugs.python.org/issu

[issue47172] Make virtual opcodes in the compiler > 256 and is_jump() identify only proper jumps

2022-03-30 Thread Irit Katriel
New submission from Irit Katriel : There are a few "virtual opcodes" which are internal to the compiler. They can have values > 256. This way we don't waste any valid opcodes on them, and it is easier to detect when one of them escapes the compiler into the assemble stage.

[issue39114] Python 3.9.0a2 changed how finally/return is traced

2022-03-30 Thread Irit Katriel
Change by Irit Katriel : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue39114> ___ ___ Pyth

[issue30479] improve asyncio debugging

2022-03-29 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +asvetlov ___ Python tracker <https://bugs.python.org/issue30479> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43881] [doc] add platform availabity information for os.sched_getaffinity

2022-03-29 Thread Irit Katriel
Change by Irit Katriel : -- title: add platform availabity information for os.sched_getaffinity -> [doc] add platform availabity information for os.sched_getaffinity ___ Python tracker <https://bugs.python.org/issu

[issue43881] add platform availabity information for os.sched_getaffinity

2022-03-29 Thread Irit Katriel
New submission from Irit Katriel : It might help if you provide motivation for the change. In particular, explain why you believe the current text is incorrect. -- nosy: +iritkatriel versions: +Python 3.11 -Python 3.6, Python 3.7, Python 3.8

[issue26120] pydoc: move __future__ imports out of the DATA block

2022-03-29 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue26120] pydoc: move __future__ imports out of the DATA block

2022-03-29 Thread Irit Katriel
Irit Katriel added the comment: New changeset 63f32fae79e16e6dc71777bd3fcb623b2c3ff742 by Irit Katriel in branch 'main': bpo-26120: do not exclude __future__ import in pydoc of the __future__ module itself (GH-32180) https://github.com/python/cpython/commit

[issue26120] pydoc: move __future__ imports out of the DATA block

2022-03-29 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30258 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/32180 ___ Python tracker <https://bugs.python.org/issu

[issue26120] pydoc: move __future__ imports out of the DATA block

2022-03-29 Thread Irit Katriel
Irit Katriel added the comment: > Yet one bug: PR 30888 only changed the text output. But there is also the > html output generator. I'm not sure - if I revert the change like this: if isinstance(getattr(obj, name, None), __future__._Feature): -return

[issue26120] pydoc: move __future__ imports out of the DATA block

2022-03-28 Thread Irit Katriel
Irit Katriel added the comment: Thank you, Serhiy! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue26120] pydoc: move __future__ imports out of the DATA block

2022-03-28 Thread Irit Katriel
Irit Katriel added the comment: New changeset 15ba8167d78f9e66bd5b07c4e5cbb0463460310a by Irit Katriel in branch 'main': bpo-26120: make pydoc exclude __future__ imports from the data block of the module (GH-30888) https://github.com/python/cpython/commit

[issue26120] pydoc: move __future__ imports out of the DATA block

2022-03-28 Thread Irit Katriel
Irit Katriel added the comment: That's a good point. I see that the __future__ imports appear in the dir() of the module, and indeed they are imported with 'from m import *'. But I wonder if that is actually a bug. If you try this: % cat x.py from __future__ import annotations % cat

[issue34480] _markupbase.py fails with UnboundLocalError on invalid keyword in marked section

2022-03-27 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue34480> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47133] enhance unittest to show test name and docstring on one line

2022-03-26 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy ___ Python tracker <https://bugs.python.org/issue47133> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11339] annotation for class being defined

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue11339> ___ ___ Python-bugs-list

[issue47120] Make all jump opcodes relative

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +30191 stage: -> patch review pull_request: https://github.com/python/cpython/pull/32115 ___ Python tracker <https://bugs.python.org/issu

[issue47120] Make all jump opcodes relative

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- title: Make all jumps relative -> Make all jump opcodes relative ___ Python tracker <https://bugs.python.org/issue47120> ___ ___ Py

[issue47120] Make all jumps relative

2022-03-25 Thread Irit Katriel
New submission from Irit Katriel : For some of our jump opcodes target is absolute, so it can easily require EXTENDED_ARGS. Our analysis [1] shows that turning all absolute jumps into relative jumps will eliminate almost all EXTENDED_ARGS on jumps. This will require a _BACK version for each

[issue1554] socketmodule cleanups: allow the use of keywords in socket functions

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.o

[issue13197] subprocess: move shell arguments to a separate keyword param

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Popen should raise ValueError if pass a string when shell=False or a list when shell=True ___ Python tracker <https://

[issue18535] termios.tcgetattr should return namedtuple

2022-03-25 Thread Irit Katriel
Irit Katriel added the comment: The patch has no tests, the use case is not clear and it's been 9 years. Closing. -- nosy: +iritkatriel stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue8891] shutil: sort files before archiving for consistency

2022-03-25 Thread Irit Katriel
Irit Katriel added the comment: distutils is deprecated now, so there won't be any more enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: needs patch -> resolved status: open -> closed ___ Python tracke

[issue8891] shutil: sort files before archiving for consistency

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- components: +Distutils -Library (Lib) nosy: +dstufft ___ Python tracker <https://bugs.python.org/issue8891> ___ ___ Python-bugs-list m

[issue11339] annotation for class being defined

2022-03-24 Thread Irit Katriel
Irit Katriel added the comment: This looks like PEP 673 – Self Type. -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracker <https://bugs.python.org/i

[issue46841] Inline bytecode caches

2022-03-24 Thread Irit Katriel
Irit Katriel added the comment: New changeset 2f49b97cc5426087b46515254b9a97a22ee8c807 by Irit Katriel in branch 'main': bpo-46841: remove no-longer-used macro UPDATE_PREV_INSTR_OPARG (GH-32100) https://github.com/python/cpython/commit/2f49b97cc5426087b46515254b9a97a22ee8c807

[issue22722] inheritable pipes are unwieldy without os.pipe2

2022-03-24 Thread Irit Katriel
Irit Katriel added the comment: Closing as this seems abandoned. Buck, if you want to bring it up again and explain the use case, please reopen this issue, create a new issue or post to python-ideas. -- nosy: +iritkatriel resolution: -> rejected stage: -> resolved status

[issue46841] Inline bytecode caches

2022-03-24 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +iritkatriel nosy_count: 5.0 -> 6.0 pull_requests: +30182 pull_request: https://github.com/python/cpython/pull/32100 ___ Python tracker <https://bugs.python.org/issu

[issue26362] Approved API for creating a temporary file path

2022-03-24 Thread Irit Katriel
Irit Katriel added the comment: > So no, while unresolved, this bug report should not be closed. This is not a bug report, it's a feature request, and there is enough resistance in the discussion to reject it (according to the Status Quo Wins a Stalemate principle). What may be unresol

[issue37430] [doc] range is not a built-in function

2022-03-24 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: range is not a built-in function -> [doc] range is not a built-in function versions: +Python 3.10, Python 3.11 -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue37665] threading.TIMEOUT_MAX integer overflow on 32-bit builds with threading.Thread.join

2022-03-24 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> undefined behaviour: signed integer overflow in threadmodule.c ___ Python tracker <https://bugs.python

[issue28948] Facing issue while running Python 3.6.0rc1 windows x86-64 web based installer

2022-03-24 Thread Irit Katriel
Irit Katriel added the comment: This was reported for 3.6 and there was not enough information to figure out what the problem is. I am closing it because it's unlikely that anyone will be do anything about this unless it is reported again for a current Python version, and with more

[issue17246] inspect.getargvalues fails if arg name is not bound to a value

2022-03-24 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy -patch ___ Python tracker <https://bugs.python.org/issue17246> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27817] tkinter string variable misinterpreted as boolean

2022-03-24 Thread Irit Katriel
Irit Katriel added the comment: This problem was reported for 2.7 without a manageable reproducer. I suggest we close it because it's unlikely that anyone will want to investigate this now unless it's reported again for a supported python version. -- nosy: +iritkatriel resolution

[issue27165] Skip callables when displaying exception fields in cgitb

2022-03-23 Thread Irit Katriel
Irit Katriel added the comment: cgi/cgitb are deprecated as per PEP 594, so there won't be further enhancements to them. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Pytho

[issue29067] Source archive: wrong directory attributes

2022-03-23 Thread Irit Katriel
Irit Katriel added the comment: In 3.11 it is drwxr-xr-x. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue23578] struct.pack error messages do not indicate which argument was invalid

2022-03-23 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue23578> ___ ___ Python-bugs-list mailing list Unsub

[issue33028] [doc] tempfile.TemporaryDirectory documentation improvements

2022-03-23 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.9 ___ Python tracker <https://bugs.python.or

[issue33028] [doc] tempfile.TemporaryDirectory documentation improvements

2022-03-23 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +iritkatriel nosy_count: 5.0 -> 6.0 pull_requests: +30165 pull_request: https://github.com/python/cpython/pull/32078 ___ Python tracker <https://bugs.python.org/issu

[issue47099] Replace with_traceback() with exception chaining and reraising

2022-03-23 Thread Irit Katriel
Irit Katriel added the comment: You don't need sys.exc_info() for the traceback anymore. except Exception as e: raise OSError('blah').with_traceback(e.__traceback__) -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue47

[issue13011] Frozen programs require the original build directory in order to run.

2022-03-23 Thread Irit Katriel
Irit Katriel added the comment: Closing, please reopen or create a new issue if this is still a problem after all these years. -- stage: needs patch -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/i

[issue23743] Python crashes upon exit if importing g++ compiled mod after importing gcc compiled mod

2022-03-22 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue23743> ___ ___ Python-bugs-list

[issue22608] test_socket fails with sem_init: Too many open files

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: I think this was fixed in issue45212. -- nosy: +iritkatriel resolution: -> duplicate status: open -> pending superseder: -> Dangling threads in skipped tests in test_socket ___ Python tracke

[issue36692] Unexpected stderr output from test_sys_settrace

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: I'm not seeing this output when I run the test. Are you still seeing it? -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/issu

[issue13670] Increase test coverage for pstats.py

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be reviewed. If the tests are still relevant and increase coverage, it needs to be converted to a GitHub PR. Otherwise this issue can be closed. -- keywords: +easy, newcomer friendly -patch nosy: +iritkatriel

[issue27132] New assert method that checks an error message for a list of strings

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: > Personally I'd write multiple asserts rather than regex permutations. I would too, because then when one of them fails it's clear which of the strings is missing. -- nosy: +iritkatriel ___ Python tracker <

[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: See also issue25528. -- ___ Python tracker <https://bugs.python.org/issue13330> ___ ___ Python-bugs-list mailing list Unsub

[issue25528] Attempt to further increase test coverage of calendar module

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be reviewed. If the tests are still relevant and increase coverage, it needs to be converted to a GitHub PR. Otherwise this issue can be closed. See also issue13330. -- nosy: +iritkatriel

[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be reviewed. If the tests are still relevant and increase coverage, it needs to be converted to a GitHub PR. Otherwise this issue can be closed. -- keywords: +easy -needs review, patch nosy: +iritkatriel versions: +Python 3.11

[issue22260] Rearrange tkinter tests, use test discovery

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: The patch looks very out of date. Let mw know if it's still needed, otherwise I'll close. -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/issu

[issue17733] Add tests to test__header_value_parser for RFC 2231 parsing code

2022-03-22 Thread Irit Katriel
New submission from Irit Katriel : I believe this is about smtpd, which is now deprecated under PEP 594. So I think we can close it. -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracker

[issue40065] py39: remove deprecation note for xml.etree.cElementTree

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: > We are currently debating to bring the module back and warn users that it > will be removed in 3.10. Doesn't look like it was removed in 3.10. Was this an oversight? -- nosy: +iritkatriel ___ Python t

[issue22013] Add at least minimal support for thread groups

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: And now we have TaskGroups in asyncio as well. I'm closing this as it seems to have been abandoned. Feel free to reopen if this is still needed. -- nosy: +iritkatriel stage: needs patch -> resolved status: open ->

[issue1703592] [doc] mention that setlocale raises exception if given a nonexisting locale

2022-03-21 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: have a way to ignore nonexisting locales in locale.setlocale -> [doc] mention that setlocale raises exception if given a nonexisting locale versions: +Python 3.10, Python 3.11, Python 3.9 -Python

[issue18241] Add unique option to heapq functions

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: I would dedup when extracting items from the queue, because it is trivial to find duplicates then. It can be done with a simple wrapper, without any changes to the queue. -- nosy: +iritkatriel ___ Python tracker

[issue26052] pydoc for __init__ with not docstring

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: Is the "See help(type(self)) for accurate signature." part of object.__init__ docstring useful? May we can just remove it? -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.o

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: New changeset 2d5e9f8d6296cc52da9823bb57e7f03d60b34d27 by Irit Katriel in branch '3.9': bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027) (GH-32035) https://github.com/python/cpython/commit

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-03-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: New changeset 7fc12540e3e873d8ff49711e70fd691185f977b9 by Irit Katriel in branch '3.10': bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027) (GH-32034) https://github.com/python/cpython/commit

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-03-21 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30126 pull_request: https://github.com/python/cpython/pull/32035 ___ Python tracker <https://bugs.python.org/issue12

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-03-21 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30125 pull_request: https://github.com/python/cpython/pull/32034 ___ Python tracker <https://bugs.python.org/issue12

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: New changeset 45833b50f0ccf2abb01304c900afee05b6d01b9e by Irit Katriel in branch 'main': bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027) https://github.com/python/cpython/commit

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-03-21 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30116 pull_request: https://github.com/python/cpython/pull/32027 ___ Python tracker <https://bugs.python.org/issue12

[issue34680] [doc] asyncio event_loop fails when accessed from multiple threads

2022-03-21 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: asyncio event_loop fails when accessed from multiple threads -> [doc] asyncio event_loop fails when accessed from multiple threads ___ Python tracker <https://bugs.python.org/issu

[issue41275] [doc] Clarify that Futures can be awaited multiple times

2022-03-21 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: Clarify whether Futures can be awaited multiple times -> [doc] Clarify that Futures can be awaited multiple times versions: +Python 3.11 ___ Python tracker <https://bugs.python.org/issu

[issue34071] asyncio: repr(task) raises AssertionError for coros which loop.create_task accepts; complications ensue

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: I'm closing this as out of date, please create a new issue if you are seeing an issue on current versions of python (>= 3.10). -- resolution: -> out of date stage: -> resolved status: open -> closed __

[issue34071] asyncio: repr(task) raises AssertionError for coros which loop.create_task accepts; complications ensue

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: This is a TypeError now, so there shouldn't be issues with unit tests anymore: >>> task = asyncio.get_event_loop().create_task(ag()) Traceback (most recent call last): File "", line 1, in File "/Users/iritkatriel/src/cpython/Li

[issue32754] feature request: asyncio.gather/wait cancel children on first exception

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: Task groups are implemented under Issue46752. -- nosy: +iritkatriel resolution: -> duplicate status: open -> pending superseder: -> Introduce task groups to asyncio and change task cancellation

  1   2   3   4   5   6   7   8   9   10   >