[issue44667] tokenize.py emits spurious NEWLINE if file ends on a comment without a newline

2021-08-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 2d11797c81be3ae776e418a5ba507098356d357c by Miss Islington (bot) in branch '3.9': bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27501) https://github.com/python/cpython/commit

[issue44667] tokenize.py emits spurious NEWLINE if file ends on a comment without a newline

2021-08-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 33a4010198aad31346e46dafdda17e02f8349017 by Miss Islington (bot) in branch '3.10': bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500) https://github.com/python/cpython/commit

[issue44781] test_distutils emits deprecation warning about distutils

2021-08-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset a9134fa2ffb7e4684c980325dd5444afca596586 by Irit Katriel in branch 'main': bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) https://github.com/python/cpython/commit

[issue44648] Inspect.getsource raises wrong error on classes in interactive session

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

[issue44648] Inspect.getsource raises wrong error on classes in interactive session

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f468ede4a2b7ab5c72ae85ab04cb56904300cd23 by Miss Islington (bot) in branch '3.10': bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171) (GH-27495) https://github.com/python/cpython/commit

[issue44781] test_distutils emits deprecation warning about distutils

2021-07-30 Thread Łukasz Langa
Change by Łukasz Langa : -- versions: +Python 3.10 ___ Python tracker <https://bugs.python.org/issue44781> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42892] AttributeError in email.message.get_body()

2021-07-30 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python tracker <https://bugs.python

[issue42892] AttributeError in email.message.get_body()

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0f42b726c87f72d522893f927b4cb592b8875641 by Miss Islington (bot) in branch '3.9': bpo-42892: fix email multipart attribute error (GH-26903) (GH-27493) https://github.com/python/cpython/commit/0f42b726c87f72d522893f927b4cb592b8875641

[issue43625] CSV has_headers heuristic could be improved

2021-07-30 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python tracker <https://bugs.python

[issue43625] CSV has_headers heuristic could be improved

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 440c9f772a9b66c1ea387c1c3efc9ff438880acf by Miss Islington (bot) in branch '3.10': bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (GH-27494) https://github.com/python/cpython/commit

[issue42892] AttributeError in email.message.get_body()

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6f950023c6a2168b229363d75f59a24ecdd66d19 by Miss Islington (bot) in branch '3.10': bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492) https://github.com/python/cpython/commit/6f950023c6a2168b229363d75f59a24ecdd66d19

[issue41911] Language reference for expressions incorrectly specifies what type of object(s) are expected

2021-07-30 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11 -Python 3.8 ___ Python tracker <https://bugs.python.or

[issue41911] Language reference for expressions incorrectly specifies what type of object(s) are expected

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b57011d2a5375bc9f255361dc64c9e6fbc203e0e by Miss Islington (bot) in branch '3.9': bpo-41911: Update docs for various expressions (GH-27470) (GH-27491) https://github.com/python/cpython/commit/b57011d2a5375bc9f255361dc64c9e6fbc203e0e

[issue41911] Language reference for expressions incorrectly specifies what type of object(s) are expected

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 843b3d28209b7754c51c6cc3844f66808b6dbdaf by Miss Islington (bot) in branch '3.10': bpo-41911: Update docs for various expressions (GH-27470) (GH-27490) https://github.com/python/cpython/commit/843b3d28209b7754c51c6cc3844f66808b6dbdaf

[issue43625] CSV has_headers heuristic could be improved

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: Since this is a heuristic change, I'm thinking we shouldn't backport this to 3.9. This way it will be easier for application authors to notice the change and control it within their apps. -- versions: +Python 3.10

[issue44648] Inspect.getsource raises wrong error on classes in interactive session

2021-07-30 Thread Łukasz Langa
Change by Łukasz Langa : -- versions: -Python 3.9 ___ Python tracker <https://bugs.python.org/issue44648> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44648] Inspect.getsource raises wrong error on classes in interactive session

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: Since this is an exception type change, I'd feel more comfortable leaving 3.9 out of the backports here. That way it will be easier for application authors to differentiate between when the change was introduced

[issue44648] Inspect.getsource raises wrong error on classes in interactive session

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 48a62559dfaf775e4f1cc56b19379c799e8e2587 by andrei kulakov in branch 'main': bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171) https://github.com/python/cpython/commit/48a62559dfaf775e4f1cc56b19379c799e8e2587

[issue44666] compileall.compile_file fails when sys.stdout is redirected to StringIO

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Stefan! ✨  ✨ -- ___ Python tracker <https://bugs.python.org/issue44666> ___ ___ Python-bugs-list mailing list Unsub

[issue44666] compileall.compile_file fails when sys.stdout is redirected to StringIO

2021-07-30 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.or

[issue44666] compileall.compile_file fails when sys.stdout is redirected to StringIO

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 73240d425b770c26d9424665259cd9a2f339b626 by Miss Islington (bot) in branch '3.9': bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27489) https://github.com/python/cpython/commit/73240d425b770c26d9424665259cd9a2f339b626

[issue44666] compileall.compile_file fails when sys.stdout is redirected to StringIO

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0db6c143ae5f04d223fdb2c94b820f16714b0a09 by Miss Islington (bot) in branch '3.10': bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27488) https://github.com/python/cpython/commit

[issue43625] CSV has_headers heuristic could be improved

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ceea579ccc51791f3e115155d6f27905bc7544a9 by andrei kulakov in branch 'main': bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) https://github.com/python/cpython/commit/ceea579ccc51791f3e115155d6f27905bc7544a9

[issue42892] AttributeError in email.message.get_body()

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e3f877c32d7cccb734f45310f26beeec793364ce by andrei kulakov in branch 'main': bpo-42892: fix email multipart attribute error (GH-26903) https://github.com/python/cpython/commit/e3f877c32d7cccb734f45310f26beeec793364ce -- nosy

[issue41911] Language reference for expressions incorrectly specifies what type of object(s) are expected

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 4bd9caafb64589288e5171087070bde726178c58 by andrei kulakov in branch 'main': bpo-41911: Update docs for various expressions (GH-27470) https://github.com/python/cpython/commit/4bd9caafb64589288e5171087070bde726178c58 -- nosy

[issue44666] compileall.compile_file fails when sys.stdout is redirected to StringIO

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 80f07076294bc09a55ed76d9bbf307404eef25e6 by Stefan Hoelzl in branch 'main': bpo-44666: Use default encoding as fallback for compile_file (GH-27236) https://github.com/python/cpython/commit/80f07076294bc09a55ed76d9bbf307404eef25e6 -- nosy

[issue41103] Removing old buffer support

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: Resolved as "wontfix" due to presence in the stable ABI. -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs

[issue44777] Create mechanism to contact buildbot worker owners

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: Done and done. See: https://devguide.python.org/buildbots/ (https://github.com/python/devguide/pull/733) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue44777] Create mechanism to contact buildbot worker owners

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: Let me add the contact information to devguide.python.org. -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue44

[issue44747] Refactor usage of sys._getframe at typing module

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

[issue44747] Refactor usage of sys._getframe at typing module

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ea4673ed0757e9bfe8774e60cfae3313e9927b5f by Yurii Karabas in branch 'main': bpo-44747: Refactor usage of sys._getframe at typing module (#27387) https://github.com/python/cpython/commit/ea4673ed0757e9bfe8774e60cfae3313e9927b5f -- nosy

[issue44761] NewType __module__ attr default value

2021-07-30 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44761] NewType __module__ attr default value

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 56122b0bba7a9e2e3ec672a6c22bfdd7ecf08cbe by Miss Islington (bot) in branch '3.10': bpo-44761: Change default value of NewType __module__ attr (GH-27406) (GH-27477) https://github.com/python/cpython/commit/56122b0bba7a9e2e3ec672a6c22bfdd7ecf08cbe

[issue44761] NewType __module__ attr default value

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7b975f81e4dba70a42c6279539a7fcfe4211b4c0 by Yurii Karabas in branch 'main': bpo-44761: Change default value of NewType __module__ attr (GH-27406) https://github.com/python/cpython/commit/7b975f81e4dba70a42c6279539a7fcfe4211b4c0 -- nosy

[issue31746] crashes in sqlite3.Connection in case it is uninitialized or partially initialized

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0cb470e622ba37920c72e4d8f284741b9fbaea8b by Erlend Egeberg Aasland in branch '3.10': [3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431). (GH-27472) https://github.com/python/cpython/commit

[issue44662] Add ability to annotate types.Union

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

[issue44662] Add ability to annotate types.Union

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 472997659b9c73089cdc22bd7eded6f6fdcffdfe by Miss Islington (bot) in branch '3.10': bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461) https://github.com/python/cpython/commit/472997659b9c73089cdc22bd7eded6f6fdcffdfe

[issue44662] Add ability to annotate types.Union

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8182c8329c709f42218a8a17d81639ece5b7b627 by Yurii Karabas in branch 'main': bpo-44662: Add ability to annotate types.Union (#27214) https://github.com/python/cpython/commit/8182c8329c709f42218a8a17d81639ece5b7b627 -- nosy: +lukasz.langa

[issue37224] [subinterpreters] test__xxsubinterpreters fails randomly

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

[issue44765] Misspelled Word In Docs

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

[issue44765] Misspelled Word In Docs

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6d4af4dfd6a361014e9a59d12b9f0b5a56061d22 by Miss Islington (bot) in branch '3.9': bpo-44765: [doc] fix typo (GH-27430) (GH-27451) https://github.com/python/cpython/commit/6d4af4dfd6a361014e9a59d12b9f0b5a56061d22

[issue44765] Misspelled Word In Docs

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 86545bd94cc0ae05334a2d775257ee38937c420d by Miss Islington (bot) in branch '3.10': bpo-44765: [doc] fix typo (GH-27430) (GH-27450) https://github.com/python/cpython/commit/86545bd94cc0ae05334a2d775257ee38937c420d

[issue44765] Misspelled Word In Docs

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ccefa8a905c797e4a60078d5e1de846f929c6928 by Pavel in branch 'main': bpo-44765: [doc] fix typo (GH-27430) https://github.com/python/cpython/commit/ccefa8a905c797e4a60078d5e1de846f929c6928 -- nosy: +lukasz.langa

[issue42853] `OverflowError: signed integer is greater than maximum` in ssl.py for files larger than 2GB

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: > This fix is going to cause a regression of bpo-36050. Would it not be > possible to fix this in _ssl.c (by breaking a large read into multiple > smaller calls to SSL_read)? It seems like fixing this at the SSL layer is > more appropriate than tr

[issue36050] Why does http.client.HTTPResponse._safe_read use MAXAMOUNT

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: Inadasan is right, this is still fixed in 3.10 and 3.11. The 3.9 revert is due to 3.9 supporting OpenSSL older than 1.1.1. 3.10+ requires OpenSSL 1.1.1+ per PEP 644. There is nothing to do here. -- resolution: -> fixed stage: needs patch -> re

[issue44752] Tab completion executes @property getter function

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

[issue44752] Tab completion executes @property getter function

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 93d90871d216625b8d9db0fa59693953353d19ae by Miss Islington (bot) in branch '3.9': bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH-27446) https://github.com/python/cpython/commit

[issue44752] Tab completion executes @property getter function

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f8e13e35d12bee6e3447c791199522249ba7f05a by Miss Islington (bot) in branch '3.10': bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH-27447) https://github.com/python/cpython/commit

[issue44752] Tab completion executes @property getter function

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6741794dd420c6b9775a188690dbf265037cd69f by Jack DeVries in branch 'main': bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) https://github.com/python/cpython/commit/6741794dd420c6b9775a188690dbf265037cd69f

[issue44752] Tab completion executes @property getter function

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset acaf3b959492e7a84dcc9d46101ed6dc313768c8 by Miss Islington (bot) in branch '3.9': bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (#27445) https://github.com/python/cpython/commit/acaf3b959492e7a84dcc9d46101ed6dc313768c8

[issue44752] Tab completion executes @property getter function

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d20f1095a6a51ee8f41ef445a009d26256e1fa61 by Miss Islington (bot) in branch '3.10': bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (GH-27444) https://github.com/python/cpython/commit/d20f1095a6a51ee8f41ef445a009d26256e1fa61

[issue44707] runtime error: applying zero offset to null pointer in Objects/listobject.c

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 12fc0d28fcdeca32314d0755d3b30c7d96907440 by Miss Islington (bot) in branch '3.9': bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) (GH-27443) https://github.com/python/cpython/commit

[issue44707] runtime error: applying zero offset to null pointer in Objects/listobject.c

2021-07-29 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44707] runtime error: applying zero offset to null pointer in Objects/listobject.c

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 761c641f19838517bcf8df5b91d2eb46880efe68 by Miss Islington (bot) in branch '3.10': bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) (GH-27442) https://github.com/python/cpython/commit

[issue44711] Optimize type check in pipes.py

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: Due to a non-zero (even if close to zero) likelihood that the change from type() comparison to an isinstance() check will change behavior, I merged it to 3.11 and 3.10 as 3.9 is already pretty far out in its bugfix releases. Thanks, Anton

[issue44752] Tab completion executes @property getter function

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 50de8f74f8e92b20e76438c22b6a8f91afd6df75 by Jack DeVries in branch 'main': bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) https://github.com/python/cpython/commit/50de8f74f8e92b20e76438c22b6a8f91afd6df75 -- nosy

[issue41103] Removing old buffer support

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6b922dae6cae9f212d678a36e8b41f2287cf5441 by Miss Islington (bot) in branch '3.10': bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) https://github.com/python/cpython/commit/6b922dae6cae9f212d678a36e8b41f2287cf5441

[issue41103] Removing old buffer support

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ce5e1a6809b714eb0383219190a076d9f883e008 by Inada Naoki in branch 'main': bpo-41103: Resurrect the old buffer protocol. (GH-27437) https://github.com/python/cpython/commit/ce5e1a6809b714eb0383219190a076d9f883e008 -- nosy: +lukasz.langa

[issue44763] "width defaults to 70." in textwrap.wrap documentation is repetitive.

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

[issue44763] "width defaults to 70." in textwrap.wrap documentation is repetitive.

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 9337c60ba8da897f74bddef072d12093cc8c82c5 by Miss Islington (bot) in branch '3.9': bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH-27427) https://github.com/python/cpython/commit

[issue44763] "width defaults to 70." in textwrap.wrap documentation is repetitive.

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 369d1480b7d51b65c08664ecd63c970fb0d573e1 by Miss Islington (bot) in branch '3.10': bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH-27426) https://github.com/python/cpython/commit

[issue44544] Add full list of possible args to textwrap: wrap, fill, shorten

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

[issue44544] Add full list of possible args to textwrap: wrap, fill, shorten

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 019a8b08fa28b26e009fd10395c7b767848b4e77 by Miss Islington (bot) in branch '3.9': bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27425) https://github.com/python/cpython/commit/019a8b08fa28b26e009fd10395c7b767848b4e77

[issue44544] Add full list of possible args to textwrap: wrap, fill, shorten

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 97af790495f580a60253f9d8c50b26eeb53d9926 by Miss Islington (bot) in branch '3.10': bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27424) https://github.com/python/cpython/commit/97af790495f580a60253f9d8c50b26eeb53d9926

[issue44682] Pdb commands allows to add commands to invalid breakpoint

2021-07-28 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44682] Pdb commands allows to add commands to invalid breakpoint

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 53b9458f2e9314703a5406ca817d757f1509882a by andrei kulakov in branch 'main': bpo-44682: Handle invalid arg to pdb's "commands" directive (#27252) https://github.com/python/cpython/commit/53b9458f2e9314703a5406ca817d757f1509882a -

[issue44763] "width defaults to 70." in textwrap.wrap documentation is repetitive.

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset cb1d76f10ab330dbd64e6506bf7c065d499b by Jack DeVries in branch 'main': bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) https://github.com/python/cpython/commit/cb1d76f10ab330dbd64e6506bf7c065d499b

[issue27827] pathlib is_reserved fails for some reserved paths on Windows

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: Barney, thanks for pushing this across the finish line! ✨  ✨ And of course, Eryk for the report and original patch. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11 -P

[issue27827] pathlib is_reserved fails for some reserved paths on Windows

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset debb751f11f5221eafcdf07a14c7e9408350ad9a by Miss Islington (bot) in branch '3.9': bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (#27422) https://github.com/python/cpython/commit

[issue44544] Add full list of possible args to textwrap: wrap, fill, shorten

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c1e39d6b1167376fdaf3f288ba9a689e61c7fdd1 by Jack DeVries in branch 'main': bpo-44544: [doc] list all textwrap func kwargs (GH-26999) https://github.com/python/cpython/commit/c1e39d6b1167376fdaf3f288ba9a689e61c7fdd1 -- nosy: +lukasz.langa

[issue27827] pathlib is_reserved fails for some reserved paths on Windows

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8789add99164177f29a8cd319a834187c65ab16c by Miss Islington (bot) in branch '3.10': bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (GH-27421) https://github.com/python/cpython/commit

[issue27827] pathlib is_reserved fails for some reserved paths on Windows

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 56c1f6d7edad454f382d3ecb8cdcff24ac898a50 by Barney Gale in branch 'main': bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) https://github.com/python/cpython/commit/56c1f6d7edad454f382d3ecb8cdcff24ac898a50

[issue44754] Documentation for pop in Built-in Types

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Dennis! ✨  ✨ -- nosy: +lukasz.langa resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11, Python 3.8 ___ Python tracker <https://bug

[issue44756] In ./Doc, "make html" and "make build" should depend on "make venv"

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset fd2c2465d49a8bcb32eeda82d694eed48e57ba79 by Miss Islington (bot) in branch '3.9': bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27411) https://github.com/python/cpython/commit/fd2c2465d49a8bcb32eeda82d694eed48e57ba79

[issue44756] In ./Doc, "make html" and "make build" should depend on "make venv"

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

[issue44756] In ./Doc, "make html" and "make build" should depend on "make venv"

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f113195ac85d58bdde348b5bb74eb97e6485e408 by Miss Islington (bot) in branch '3.10': bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27410) https://github.com/python/cpython/commit/f113195ac85d58bdde348b5bb74eb97e6485e408

[issue42853] `OverflowError: signed integer is greater than maximum` in ssl.py for files larger than 2GB

2021-07-28 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36050] Why does http.client.HTTPResponse._safe_read use MAXAMOUNT

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 153365d864c411f6fb523efa752ccb3497d815ca by Inada Naoki in branch '3.9': [3.9] bpo-42853: Fix http.client fails to download >2GiB data over TLS (GH-27405) https://github.com/python/cpython/commit/153365d864c411f6fb523efa752ccb3497d81

[issue42853] `OverflowError: signed integer is greater than maximum` in ssl.py for files larger than 2GB

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 153365d864c411f6fb523efa752ccb3497d815ca by Inada Naoki in branch '3.9': [3.9] bpo-42853: Fix http.client fails to download >2GiB data over TLS (GH-27405) https://github.com/python/cpython/commit/153365d864c411f6fb523efa752ccb3497d81

[issue44756] In ./Doc, "make html" and "make build" should depend on "make venv"

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d22c876d5ac5fa464337d2e82654b8d87a83cb1b by Jack DeVries in branch 'main': bpo-44756: in ./Doc, `make build` depends on `make html` (#27403) https://github.com/python/cpython/commit/d22c876d5ac5fa464337d2e82654b8d87a83cb1b -- nosy

[issue44600] match/case statements trace incorrectly in 3.10.0b4

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 5502ee052fb4257ad7438dd1130c80e1a9c4bc7f by Miss Islington (bot) in branch '3.10': bpo-44600: Refactor new tracing tests (GH-27396) (GH-27404) https://github.com/python/cpython/commit/5502ee052fb4257ad7438dd1130c80e1a9c4bc7f -- nosy

[issue44740] Lowercase "Internet" and "web" in docs

2021-07-27 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset be2415487ab80e4bd5ace2954651e78b107b17e4 by Miss Islington (bot) in branch '3.10': bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (#27386) https://github.com/p

[issue44740] Lowercase "Internet" and "web" in docs

2021-07-27 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 2e41df4d60d71a2551b9605d07321f75cfb52adf by Mariusz Felisiak in branch 'main': bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) https://github.com/python/cpython/commit/2e41df4d60d71a2551b9

[issue44740] Lowercase "Internet" and "web" in docs

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6fc1efa4546ad94a904239fd5efb84e02894eb31 by Miss Islington (bot) in branch '3.10': bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) https://github.com/p

[issue44740] Lowercase "Internet" and "web" in docs

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 11749e2dc20ad6a76e9a39e948853e89b2b4bbed by Mariusz Felisiak in branch 'main': bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) https://github.com/python/cpython/commit/11749e2dc20ad6a76e9a

[issue44515] contextlib test incompatibility with non-refcounted GC

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

[issue44515] contextlib test incompatibility with non-refcounted GC

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0ea5e0d792a85b435ef299319dcd52e59f535cb1 by Miss Islington (bot) in branch '3.10': bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) (GH-27379) https://github.com/python/cpython/commit/0ea5e0d792a85b435ef299319dcd52e59f535cb1

[issue44515] contextlib test incompatibility with non-refcounted GC

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset a2c45e5bcf9d3dfff9f2699dbc161489897616b5 by Nick Coghlan in branch 'main': bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) https://github.com/python/cpython/commit/a2c45e5bcf9d3dfff9f2699dbc161489897616b5 -- nosy

[issue44453] Documented return type of sysconfig.get_path() is wrong

2021-07-26 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43443] Should shelve support dict union?

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

[issue43443] Should shelve support dict union?

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7482fff297727bb5faf64cc92c73561ccf48feda by Miss Islington (bot) in branch '3.9': bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH-27370) https://github.com/python/cpython/commit

[issue43443] Should shelve support dict union?

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 563e05743c8f31366db7ef35a00e396c9f442b17 by Miss Islington (bot) in branch '3.10': bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH-27369) https://github.com/python/cpython/commit

[issue44490] PEP 604 Union (int | str) doesn't have __parameters__

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 4a5457d5d48e6563ec481daad245ff3d6ef13503 by Miss Islington (bot) in branch '3.10': bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-27368) https://github.com/python/cpython/commit

[issue44698] Undefined behaviour in Objects/complexobject.c's complex_pow

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 85ac81499ec5fb156a57408bcd95b06de4531488 by Miss Islington (bot) in branch '3.9': bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (GH-27367) https://github.com/python/cpython/commit

[issue44698] Undefined behaviour in Objects/complexobject.c's complex_pow

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 256d97c8a3151ec7caba6c06bf2a1e682008c304 by Miss Islington (bot) in branch '3.10': bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (#27366) https://github.com/python/cpython/commit/256d97c8a3151ec7caba6c06bf2a1e682008c304

[issue44698] Undefined behaviour in Objects/complexobject.c's complex_pow

2021-07-26 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43443] Should shelve support dict union?

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c97c2a050cf753003012ae3f08e035326b8f6167 by Serhiy Storchaka in branch 'main': bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) https://github.com/python/cpython/commit/c97c2a050cf753003012ae3f08e035326b8f6167

[issue44490] PEP 604 Union (int | str) doesn't have __parameters__

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6c1b57d958e2b0d5bcf0f2315b5044838e11638f by Yurii Karabas in branch 'main': bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) https://github.com/python/cpython/commit/6c1b57d958e2b0d5bcf0f2315b5044838e11638f

[issue44698] Undefined behaviour in Objects/complexobject.c's complex_pow

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 1d582bbc969e05896addf97844ddf17ce9830e5e by T. Wouters in branch 'main': bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) https://github.com/python/cpython/commit/1d582bbc969e05896addf97844ddf17ce9830e5e -- nosy

[issue44732] Rename types.Union to types.UnionType

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 2b8ad9e6c5f0a66e9ca2d15f85336d8a3eefefb0 by Hasan in branch 'main': bpo-44732: Rename types.Union to types.UnionType (#27342) https://github.com/python/cpython/commit/2b8ad9e6c5f0a66e9ca2d15f85336d8a3eefefb0 -- nosy: +lukasz.langa

<    5   6   7   8   9   10   11   12   13   14   >