[issue45600] First sentence in docs for os.environ

2021-10-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0538351fcaa320e62cb4ef92ec629b7e24a73e9c by Miss Islington (bot) in branch '3.10': bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-29204) (GH-29322) https://github.com/python/cpython/commit

[issue45335] Default TIMESTAMP converter in sqlite3 ignores UTC offset

2021-10-29 Thread Łukasz Langa
Łukasz Langa added the comment: Based on the decision from Discourse, the current behavior has only been documented and the actual issue is "wontfix". Thanks for pursuing this, Ian! ✨  ✨ -- resolution: -> wont fix stage: patch review -> resolved status: open -&

[issue45335] Default TIMESTAMP converter in sqlite3 ignores UTC offset

2021-10-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e1560313d4d9bff8eba0f851ef325f7ee19f7ba9 by Miss Islington (bot) in branch '3.9': bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) (GH-29320) https://github.com/python/cpyt

[issue45335] Default TIMESTAMP converter in sqlite3 ignores UTC offset

2021-10-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8ea665c730cd86a321c558c012bef84f454efa4f by Miss Islington (bot) in branch '3.10': bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) (GH-29319) https://github.com/python/cpyt

[issue45577] Make `test_zoneinfo.py` to check all pickle protocols

2021-10-29 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Nikita! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue45581] [sqlite3] raise MemoryError if sqlite3_open_v2() returns SQLITE_NOMEM

2021-10-29 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +27594 pull_request: https://github.com/python/cpython/pull/29324 ___ Python tracker <https://bugs.python.org/issue45

[issue45581] [sqlite3] raise MemoryError if sqlite3_open_v2() returns SQLITE_NOMEM

2021-10-29 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +27593 pull_request: https://github.com/python/cpython/pull/29323 ___ Python tracker <https://bugs.python.org/issue45

[issue45581] [sqlite3] raise MemoryError if sqlite3_open_v2() returns SQLITE_NOMEM

2021-10-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e2e62b3808691e15fa44b883270023e42dcad958 by Erlend Egeberg Aasland in branch 'main': bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171) https://github.com/python/cpython/commit

[issue45600] First sentence in docs for os.environ

2021-10-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b17cfd150f4dc2816975d304a71110a2d445eaf0 by andrei kulakov in branch 'main': bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-29204) https://github.com/python/cpython/commit/b17cfd150f4dc2816975d304a71110a2d445eaf0

[issue45335] Default TIMESTAMP converter in sqlite3 ignores UTC offset

2021-10-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 3877fc02f7a8801ba5ce0e94b6075b3fdd9778d0 by Ian Fisher in branch 'main': bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) https://github.com/python/cpython/commit/3877fc02f7a8801ba5ce0e94b6075b

[issue45577] Make `test_zoneinfo.py` to check all pickle protocols

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7203ecd332eca3a44a3f1c8bdadd76a08c5568a1 by Miss Islington (bot) in branch '3.10': bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29296) https://github.com/python/cpython/commit/7203ecd332eca3a44a3f1c8bdadd76a08c5568a1

[issue45577] Make `test_zoneinfo.py` to check all pickle protocols

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset dd674ca96f2150fb3f7b4086ef7ec0022c4e2058 by Miss Islington (bot) in branch '3.9': bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29295) https://github.com/python/cpython/commit/dd674ca96f2150fb3f7b4086ef7ec0022c4e2058

[issue45655] List of PEPs at top of typing docs is too long to be readable

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8813a987b1df78b5eaddb085e514dfa5af5c8634 by Alex Waygood in branch '3.9': [3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297) https://github.com/python/cpython/commit/8813a987b1df78b5eaddb085e514df

[issue45624] test_graphlib.py depends on iteration order of sets

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Carl Friedrich! ✨  ✨ -- components: +Tests resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11, Python 3.9 ___ Python tracke

[issue45624] test_graphlib.py depends on iteration order of sets

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 67a1abb6aab3b3ce40eb3fdc0af73179ab436a3a by Miss Islington (bot) in branch '3.9': bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29292) https://github.com/python/cpython/commit

[issue45624] test_graphlib.py depends on iteration order of sets

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset eccb753ae6e1459dc697d5408e1082fff4f6d8f7 by Miss Islington (bot) in branch '3.10': bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29293) https://github.com/python/cpython/commit

[issue45612] [doc] add sqlite3 module docstring

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Erlend! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue45612] [doc] add sqlite3 module docstring

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d6623c3ddb9a0e5ffed81253bd40f75c3c662f1a by Miss Islington (bot) in branch '3.9': bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29289) https://github.com/python/cpython/commit/d6623c3ddb9a0e5ffed81253bd40f75c3c662f1a

[issue45612] [doc] add sqlite3 module docstring

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 823b3e39ae12884d5aa3c98341a41b2d6f19d329 by Miss Islington (bot) in branch '3.10': bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29288) https://github.com/python/cpython/commit/823b3e39ae12884d5aa3c98341a41b2d6f19d329

[issue45577] Make `test_zoneinfo.py` to check all pickle protocols

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 66e6b3dcd3bbab06feeff2cbaf8aade7b6223d6c by Nikita Sobolev in branch 'main': bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) https://github.com/python/cpython/commit/66e6b3dcd3bbab06feeff2cbaf8aade7b6223d6c -- nosy

[issue45379] Improve errors related to frozen modules.

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 233841ab782953510ad308dc6173072a6cc6a1cd by Filipe Laíns in branch 'main': bpo-45379: add custom error string for FROZEN_DISABLED (GH-29190) https://github.com/python/cpython/commit/233841ab782953510ad308dc6173072a6cc6a1cd -- nosy

[issue45583] Documentation of int() in datamodel.rst is out of date

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Arthur! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.8 ___ Python tracker <https://bugs.python.or

[issue45583] Documentation of int() in datamodel.rst is out of date

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 3767e0d94351653a34ba6a6914e57c5c231012b0 by Miss Islington (bot) in branch '3.9': bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29286) https://github.com/python/cpython/commit/3767e0d94351653a34ba6a6914e57c5c231012b0

[issue45583] Documentation of int() in datamodel.rst is out of date

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset fef54abf5fa3bf3d3cdeb2cba7a2921d204867c6 by Miss Islington (bot) in branch '3.10': bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29285) https://github.com/python/cpython/commit/fef54abf5fa3bf3d3cdeb2cba7a2921d204867c6

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-28 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.or

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Nikita! ✨  ✨ -- ___ Python tracker <https://bugs.python.org/issue45604> ___ ___ Python-bugs-list mailing list Unsub

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 01d11b1d62b869f77e024b3979dbc064e9019b7c by Miss Islington (bot) in branch '3.9': bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29284) https://github.com/python/cpython/commit

[issue45583] Documentation of int() in datamodel.rst is out of date

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 76658e5bdbdf57464f4b43f1625c02c2ba4222dd by Miss Islington (bot) in branch '3.8': bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29287) https://github.com/python/cpython/commit/76658e5bdbdf57464f4b43f1625c02c2ba4222dd

[issue45624] test_graphlib.py depends on iteration order of sets

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7401694807fc6b5f7b35ff73c06f4bb852e02946 by Carl Friedrich Bolz-Tereick in branch 'main': bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) https://github.com/python/cpython/commit

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset fb80aede6ab5d10297b787526657b1a6e20a706a by Miss Islington (bot) in branch '3.10': bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29283) https://github.com/python/cpython/commit

[issue45608] [sqlite3] some DB-API attributes are undocumented

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Erlend! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue45608] [sqlite3] some DB-API attributes are undocumented

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 1d88b2b0a15198843a43f34aba1abc65455d3ba7 by Miss Islington (bot) in branch '3.10': bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) (GH-29281) https://github.com/python/cpython/commit

[issue45608] [sqlite3] some DB-API attributes are undocumented

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 020aa06ec8b0f473a682f4ae74af5833035b054b by Miss Islington (bot) in branch '3.9': bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) (GH-29282) https://github.com/python/cpython/commit

[issue45612] [doc] add sqlite3 module docstring

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 4dd1e84789f0bd2da83ad06d23c569bf03713a50 by Erlend Egeberg Aasland in branch 'main': bpo-45612: Add sqlite3 module docstring (GH-29224) https://github.com/python/cpython/commit/4dd1e84789f0bd2da83ad06d23c569bf03713a50 -- nosy

[issue45655] List of PEPs at top of typing docs is too long to be readable

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 03db1bbfd2d3f5a343c293b2f0e09a1e962df7ea by Alex Waygood in branch 'main': bpo-45655: Add "relevant PEPs" section to ``typing`` documentation (GH-29280) https://github.com/python/cpython/commit/03db1bbfd2d3f5a343c293b2f0e09a

[issue45583] Documentation of int() in datamodel.rst is out of date

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d9c1868c25ec6466e8d8ae21fe9315a8a03836ab by Arthur Milchior in branch 'main': bpo-45583: Correct datamodel documentation of int() (GH-29182) https://github.com/python/cpython/commit/d9c1868c25ec6466e8d8ae21fe9315a8a03836ab -- nosy

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 1fb968c07a76fb2d1ec8c14a0026f1d15828f4a5 by Nikita Sobolev in branch 'main': bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) https://github.com/python/cpython/commit/1fb968c07a76fb2d1ec8c14a0026f1d15828f4a5

[issue45608] [sqlite3] some DB-API attributes are undocumented

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 88d8a1a340fb09c54d47f354f5fd7d4fbc5f0c78 by Erlend Egeberg Aasland in branch 'main': bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) https://github.com/python/cpython/commit/88d8a1a340fb09c54d47f354f5fd7d4fbc5f0c78

[issue28737] Document that tp_dealloc handler must call PyObject_GC_UnTrack if Py_TPFLAGS_HAVE_GC is set

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Sam! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5 ___ Python tracker <https://bugs.python.or

[issue28737] Document that tp_dealloc handler must call PyObject_GC_UnTrack if Py_TPFLAGS_HAVE_GC is set

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 193504acf3bfb7cff1edf7f568c2405b857fa1f7 by Miss Islington (bot) in branch '3.9': bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29248) https://github.com/python/cpython/commit

[issue28737] Document that tp_dealloc handler must call PyObject_GC_UnTrack if Py_TPFLAGS_HAVE_GC is set

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 9e0012116ac9e8d26bf19ef8741deeecf2b6f72b by Sam Gross in branch '3.10': [3.10] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29249) https://github.com/python/cpython/commit

[issue44828] tkinter.filedialog linked with Tk 8.6.11 crashes on macOS 12 Monterey, breaking IDLE saves

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f19c1a115f782036edac306de0f3f9968c1e1fd6 by Miss Islington (bot) in branch '3.8': bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276) (GH-29279) https://github.com/python/cpython/commit

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f2407144347fafcd69c2ade41b5d9c3fb07b59ef by Ned Deily in branch '3.8': [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29241) (GH-29245) https://github.com/python/cpython/commit

[issue39679] functools: singledispatchmethod doesn't work with classmethod

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for the 3.9 fix, Alex! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue39679] functools: singledispatchmethod doesn't work with classmethod

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 97388c204b557f30e48a2b2ef826868702204cf2 by Alex Waygood in branch '3.9': [3.9] bpo-39679: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug (GH-29087) https://github.com/python/cpython/commit/97388c204b557f30e48a2b2ef826868702204cf2

[issue28737] Document that tp_dealloc handler must call PyObject_GC_UnTrack if Py_TPFLAGS_HAVE_GC is set

2021-10-27 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 35e1ff38ee67ee543d9fcb268c3552c5397f9b3f by Sam Gross in branch 'main': bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) https://github.com/python/cpython/commit/35e1ff38ee67ee543d9fcb268c3552c5397f9b3f

[issue45502] Fix test_shelve and make it discoverable

2021-10-22 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b781cc3bfce7c052728b06aad9f1a467cced289d by Serhiy Storchaka in branch 'main': bpo-45502: Fix test_shelve (GH-29003) https://github.com/python/cpython/commit/b781cc3bfce7c052728b06aad9f1a467cced289d -- nosy: +lukasz.langa

[issue44547] fraction.Fraction does not implement __int__.

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for the patch, Mark! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44547] fraction.Fraction does not implement __int__.

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d1b24775b462f4f28aa4929fd031899170793388 by Mark Dickinson in branch 'main': bpo-44547: Make Fractions objects instances of typing.SupportsInt (GH-27851) https://github.com/python/cpython/commit/d1b24775b462f4f28aa4929fd031899170793388

[issue44344] Documentation for pow() should include the possibility of complex numbers as a return type

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Mark! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11 ___ Python tracker <https://bugs.python.or

[issue44344] Documentation for pow() should include the possibility of complex numbers as a return type

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c53428fe8980aab6eda3e573bafed657e6798e6e by Miss Islington (bot) in branch '3.9': bpo-44344: Document that pow can return a complex number for non-complex inputs. (GH-27853) (GH-29134) https://github.com/python/cpython/commit

[issue44344] Documentation for pow() should include the possibility of complex numbers as a return type

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 9b3cda56870d087cf50f605e91f3d26964868640 by Miss Islington (bot) in branch '3.10': bpo-44344: Document that pow can return a complex number for non-complex inputs. (GH-27853) (GH-29135) https://github.com/python/cpython/commit

[issue41983] Missing Documentation AF_PACKET

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Andrei! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.8 ___ Python tracker <https://bugs.python.or

[issue41983] Missing Documentation AF_PACKET

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8fd7e8965d0ff9f76401b86aec2166cc59a40637 by Miss Islington (bot) in branch '3.10': bpo-41983: add availability info to socket docs (GH-27519) (GH-29136) https://github.com/python/cpython/commit/8fd7e8965d0ff9f76401b86aec2166cc59a40637

[issue41983] Missing Documentation AF_PACKET

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b26eae54e98f44eebc1599ca458228dae0568ffa by Miss Islington (bot) in branch '3.9': bpo-41983: add availability info to socket docs (GH-27519) (GH-29137) https://github.com/python/cpython/commit/b26eae54e98f44eebc1599ca458228dae0568ffa

[issue41983] Missing Documentation AF_PACKET

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 51375388bee7287be2d942906b48c8cf3f691e8b by andrei kulakov in branch 'main': bpo-41983: add availability info to socket docs (GH-27519) https://github.com/python/cpython/commit/51375388bee7287be2d942906b48c8cf3f691e8b -- nosy

[issue45526] Set ADDRESS_BITS to 64 for obmalloc radix tree

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Neil! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker <https://bugs.python

[issue45526] Set ADDRESS_BITS to 64 for obmalloc radix tree

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0224b7180b280794b9fba62057b278ffb536c86f by Neil Schemenauer in branch 'main': bpo-45526: obmalloc radix use 64 addr bits (GH-29062) https://github.com/python/cpython/commit/0224b7180b280794b9fba62057b278ffb536c86f -- nosy: +lukasz.langa

[issue45160] ttk.OptionMenu radiobuttons change variable value twice

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for the fix, E. Paine, and fhdrsdg for the report! ✨  ✨ -- ___ Python tracker <https://bugs.python.org/issue45

[issue45160] ttk.OptionMenu radiobuttons change variable value twice

2021-10-21 Thread Łukasz Langa
Change by Łukasz Langa : -- Removed message: https://bugs.python.org/msg404659 ___ Python tracker <https://bugs.python.org/issue45160> ___ ___ Python-bugs-list m

[issue45160] ttk.OptionMenu radiobuttons change variable value twice

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for the fix, E. Paine, and fhdrsdg for the fix! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracke

[issue45160] ttk.OptionMenu radiobuttons change variable value twice

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 98f157de1260801fd26c72eb6bfae0d9295e5ab3 by Miss Islington (bot) in branch '3.10': bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29131) https://github.com/python/cpython/commit/98f157de1260801fd26c72eb6bfae0d9295e5ab3

[issue45160] ttk.OptionMenu radiobuttons change variable value twice

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 04485ac9886cd807aae854fb905a88c791cfdde6 by Miss Islington (bot) in branch '3.9': bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29132) https://github.com/python/cpython/commit/04485ac9886cd807aae854fb905a88c791cfdde6

[issue44344] Documentation for pow() should include the possibility of complex numbers as a return type

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 887a55705bb6c05a507c2886c9978a9e0cff0dd7 by Mark Dickinson in branch 'main': bpo-44344: Document that pow can return a complex number for non-complex inputs. (GH-27853) https://github.com/python/cpython/commit

[issue45160] ttk.OptionMenu radiobuttons change variable value twice

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset add46f84769a7e6fafa50954f79b7c248231fa4e by E-Paine in branch 'main': bpo-45160: Ttk optionmenu only set variable once (GH-28291) https://github.com/python/cpython/commit/add46f84769a7e6fafa50954f79b7c248231fa4e -- nosy: +lukasz.langa

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2021-10-21 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for the investigation, E. Paine. So I'm keeping this open then. -- ___ Python tracker <https://bugs.python.org/issue45

[issue45192] The tempfile._infer_return_type function cannot infer the type of os.PathLike objects.

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 64e83c711eb371d60fce64cae074c4d3311f6ece by Miss Islington (bot) in branch '3.10': bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29111) https://github.com/python/cpython/commit

[issue45192] The tempfile._infer_return_type function cannot infer the type of os.PathLike objects.

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d33fae7105aaea7c376b5455fd1f8de802ca2542 by Miss Islington (bot) in branch '3.9': bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29112) https://github.com/python/cpython/commit

[issue45192] The tempfile._infer_return_type function cannot infer the type of os.PathLike objects.

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6270d3eeaf17b50abc4f8f4d97790d66179638e4 by Kyungmin Lee in branch 'main': bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) https://github.com/python/cpython/commit

[issue45527] Reduce overhead for cache hits in specialized opcodes.

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Mark! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue45527] Reduce overhead for cache hits in specialized opcodes.

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset bc85eb7a4f16e9e2b6fb713be2466ebb132fd7f2 by Mark Shannon in branch 'main': bpo-45527: Don't count cache hits, just misses. (GH-29092) https://github.com/python/cpython/commit/bc85eb7a4f16e9e2b6fb713be2466ebb132fd7f2 -- nosy

[issue45464] TypeError when inheriting from both OSError and AttributeError

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: Marking this as "wont fix" since only documentation was updated. Thanks for reporting, Marek! -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Pyt

[issue45464] TypeError when inheriting from both OSError and AttributeError

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 427ab124b3e9a54602b6f1d073a8e073159c0b51 by Miss Islington (bot) in branch '3.9': bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094) (GH-29105) https://github.com/python/cpython/commit

[issue45464] TypeError when inheriting from both OSError and AttributeError

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b2a989995e6b725c5c957927127832fd3fcecfa2 by Miss Islington (bot) in branch '3.10': bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094) (GH-29104) https://github.com/python/cpython/commit

[issue45320] Remove deprecated inspect functions

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Hugo! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue45320] Remove deprecated inspect functions

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d89fb9a5a610a257014d112bdceef73d7df14082 by Hugo van Kemenade in branch 'main': bpo-45320: Remove long-deprecated inspect methods (GH-28618) https://github.com/python/cpython/commit/d89fb9a5a610a257014d112bdceef73d7df14082

[issue45464] TypeError when inheriting from both OSError and AttributeError

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset dff0b713436e286bb1afdd7c6f3093c8e8db16dd by Łukasz Langa in branch 'main': bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094) https://github.com/python/cpython/commit/dff0b713436e286bb1afdd7c6f3093c8e8db16dd

[issue45494] [fuzzer] Parser null deref with continuation characters and generator parenthesis error

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for the fix, Pablo! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue45229] Always use unittest for collecting tests in regrtests

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 919268316582c6ac47960c2e5dd2ee1682371494 by Miss Islington (bot) in branch '3.9': bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29096) https://github.com/python/cpython/commit/919268316582c6ac47960c2e5dd2ee1682371494

[issue45229] Always use unittest for collecting tests in regrtests

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 65de808811f93793599209f74bb1bab3ad399b17 by Miss Islington (bot) in branch '3.10': bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29095) https://github.com/python/cpython/commit/65de808811f93793599209f74bb1bab3ad399b17

[issue45494] [fuzzer] Parser null deref with continuation characters and generator parenthesis error

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 88f4ec88e282bf861f0af2d237e9fe28fbc8deac by Łukasz Langa in branch '3.9': [3.9] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (#29071) https://github.com/python/cpython/commit

[issue45229] Always use unittest for collecting tests in regrtests

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8d6740f489fca67a44de165d29d9e0ad86285779 by Serhiy Storchaka in branch 'main': bpo-45229: Make doctest tests discoverable (GH-28986) https://github.com/python/cpython/commit/8d6740f489fca67a44de165d29d9e0ad86285779

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b8dbb3a7f96718dddb8bed31130f421316213dc5 by Miss Islington (bot) in branch '3.10': bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29080) https://github.com/python/cpython/commit/b8dbb3a7f96718dddb8bed31130f421316213dc5

[issue45464] TypeError when inheriting from both OSError and AttributeError

2021-10-20 Thread Łukasz Langa
Change by Łukasz Langa : -- nosy: +lukasz.langa nosy_count: 5.0 -> 6.0 pull_requests: +27364 pull_request: https://github.com/python/cpython/pull/29094 ___ Python tracker <https://bugs.python.org/issu

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 2ce38167000fef3a71f1783acdda2a2cf7a2df39 by Miss Islington (bot) in branch '3.8': bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29093) https://github.com/python/cpython/commit/2ce38167000fef3a71f1783acdda2a2cf7a2df39

[issue25625] "chdir" Contex manager for pathlib

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset a774285e7d3e63c24dbaaee0b0d9e59ded5c49bf by Thomas Grainger in branch 'main': bpo-25625: [doc] fix async/aync typo (GH-29091) https://github.com/python/cpython/commit/a774285e7d3e63c24dbaaee0b0d9e59ded5c49bf

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 15cd7a7f9edcc121f273ae1d8007128282f8f85f by Miss Islington (bot) in branch '3.9': bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29081) https://github.com/python/cpython/commit/15cd7a7f9edcc121f273ae1d8007128282f8f85f

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2021-10-20 Thread Łukasz Langa
Łukasz Langa added the comment: Zach, yes, at least to 3.10, 3.9, and 3.8 please. -- ___ Python tracker <https://bugs.python.org/issue45436> ___ ___ Python-bug

[issue25625] "chdir" Contex manager for pathlib

2021-10-19 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for perservering, Filipe! ✨  ✨ Per Steering Council decision, the context manager is approved: https://github.com/python/steering-council/issues/77 -- resolution: rejected -> fixed versions: +Python 3.11 -Python

[issue25625] "chdir" Contex manager for pathlib

2021-10-19 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 3592980f9122ab0d9ed93711347742d110b749c2 by Filipe Laíns in branch 'main': bpo-25625: add contextlib.chdir (GH-28271) https://github.com/python/cpython/commit/3592980f9122ab0d9ed93711347742d110b749c2 -- nosy: +lukasz.langa

[issue39679] functools: singledispatchmethod doesn't work with classmethod

2021-10-19 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for the new tests, Alex. Not closing this just yet because maybe we find a way to fix it in 3.9.8+. -- ___ Python tracker <https://bugs.python.org/issue39

[issue39679] functools: singledispatchmethod doesn't work with classmethod

2021-10-19 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c15ba304f35362470e29ea5626fed28366bc9571 by Miss Islington (bot) in branch '3.10': bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-29034) (GH-29072) https://github.com/python/cpython/commit

[issue45494] [fuzzer] Parser null deref with continuation characters and generator parenthesis error

2021-10-19 Thread Łukasz Langa
Łukasz Langa added the comment: Note: this *does* fail on 3.9, too. Even if it doesn't crash the production build, it does fail an assertion in a pydebug build: test_error_offset_continuation_characters (test.test_exceptions.ExceptionTests) ... Assertion failed: (!_PyErr_Occurred(tstate

[issue45500] Rewrite test_dbm

2021-10-19 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +27342 pull_request: https://github.com/python/cpython/pull/29074 ___ Python tracker <https://bugs.python.org/issue45

[issue45494] [fuzzer] Parser null deref with continuation characters and generator parenthesis error

2021-10-19 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 5c9cab595e56aeb118bff77ece784dbac30b4338 by Łukasz Langa in branch '3.10': [3.10] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (GH-29070) https://github.com/python/cpython/commit

[issue39679] functools: singledispatchmethod doesn't work with classmethod

2021-10-19 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ad6d162e518963711d24c80f1b7d6079bd437584 by Alex Waygood in branch 'main': bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-29034) https://github.com/python/cpython/commit/ad6d162e518963711d24c80f1b7d6079bd437584

[issue45500] Rewrite test_dbm

2021-10-19 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 325b2c223453203b2fa9ce7b9bcebdbef03adf70 by Łukasz Langa in branch '3.10': [3.10] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29069) https://github.com/python/cpython/commit/325b2c223453203b2fa9ce7b9bcebdbef03adf70

[issue45494] [fuzzer] Parser null deref with continuation characters and generator parenthesis error

2021-10-19 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +27339 pull_request: https://github.com/python/cpython/pull/29071 ___ Python tracker <https://bugs.python.org/issue45

[issue45494] [fuzzer] Parser null deref with continuation characters and generator parenthesis error

2021-10-19 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +27338 pull_request: https://github.com/python/cpython/pull/29070 ___ Python tracker <https://bugs.python.org/issue45

[issue45500] Rewrite test_dbm

2021-10-19 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +27337 pull_request: https://github.com/python/cpython/pull/29069 ___ Python tracker <https://bugs.python.org/issue45

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