[issue38359] pyw.exe opens console window in Windows 10

2019-10-14 Thread Łukasz Langa
Łukasz Langa added the comment: (3.8.0 is released with this fix) -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue38344] activate.bat else needs to be on the same line as the if

2019-10-14 Thread Łukasz Langa
Łukasz Langa added the comment: (3.8.0 is released with this fix) -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue37945] [Windows] test_locale.TestMiscellaneous.test_getsetlocale_issue1813() fails

2021-03-31 Thread Łukasz Langa
Łukasz Langa added the comment: Yeah, I'm making the change David suggested. It applies to 3.8 as well. -- versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/is

[issue37945] [Windows] test_locale.TestMiscellaneous.test_getsetlocale_issue1813() fails

2021-03-31 Thread Łukasz Langa
Łukasz Langa added the comment: Oh, Victor's solution is fine as well. -- ___ Python tracker <https://bugs.python.org/issue37945> ___ ___ Python-bugs-list m

[issue43179] Remove 31/32-bit s390 Linux support (s390-linux-gnu triplet)

2021-03-31 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset dec075754960dd85972ce5170df76e862f966132 by Jessica Clarke in branch 'master': bpo-43179: Generalise alignment for optimised string routines (GH-24624) https://github.com/python/cpython/commit/dec075754960dd85972ce5170df76e

[issue37945] [Windows] test_locale.TestMiscellaneous.test_getsetlocale_issue1813() fails

2021-03-31 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f3ab670fea75ebe177e3412a5ebe39263cd428e3 by Victor Stinner in branch 'master': bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (#25110) https://github.com/python/cpython/commit/f3ab670fea75ebe177e3412a5ebe39

[issue37945] [Windows] test_locale.TestMiscellaneous.test_getsetlocale_issue1813() fails

2021-03-31 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset fabdd25fe505c08da064425ea4d099fd2cef39d3 by Miss Islington (bot) in branch '3.9': bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25112) https://github.com/python/cpython/commit/fabdd25fe505c08da064425ea4d099

[issue37945] [Windows] test_locale.TestMiscellaneous.test_getsetlocale_issue1813() fails

2021-03-31 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e143eea4b56ac7ae611e5bcc41eedbc572aa41c3 by Miss Islington (bot) in branch '3.8': bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113) https://github.com/python/cpython/commit/e143eea4b56ac7ae611e5bcc41eedb

[issue36384] ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2021-04-02 Thread Łukasz Langa
Change by Łukasz Langa : -- priority: release blocker -> deferred blocker ___ Python tracker <https://bugs.python.org/issue36384> ___ ___ Python-bugs-list mai

[issue43223] [security] http.server: Open Redirection if the URL path starts with //

2021-04-02 Thread Łukasz Langa
Łukasz Langa added the comment: Deferred the blocker to a regular release due to lack of activity in time for the current expedited releases. -- priority: release blocker -> deferred blocker ___ Python tracker <https://bugs.python.org/issu

[issue43124] [security] smtplib multiple CRLF injection

2021-04-02 Thread Łukasz Langa
Łukasz Langa added the comment: Deferred the blocker to a regular release due to lack of activity in time for the current expedited releases. -- priority: release blocker -> deferred blocker ___ Python tracker <https://bugs.python.org/issu

[issue36384] ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2021-04-02 Thread Łukasz Langa
Łukasz Langa added the comment: Deferred the blocker to the next regular release due to lack of activity in time for the current expedited releases. -- ___ Python tracker <https://bugs.python.org/issue36

[issue43710] Access violations in C extension modules on Python 3.9.3

2021-04-03 Thread Łukasz Langa
Łukasz Langa added the comment: Tomorrow evening CEST (around 30 hours from now) I intend to release a hotfix 3.9.4 with Mark's fix. -- priority: normal -> release blocker ___ Python tracker <https://bugs.python.org

[issue42500] crash with unbounded recursion in except statement

2021-04-04 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c7b0feca25fc68ec3e0884b82e5f45a4da011e8e by Gregory P. Smith in branch '3.9': [3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#25179) https://github.com/python/cpython/commit/c7b0feca25fc68ec3e0884b82e5f45

[issue43710] Access violations in C extension modules on Python 3.9.3

2021-04-04 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c7b0feca25fc68ec3e0884b82e5f45a4da011e8e by Gregory P. Smith in branch '3.9': [3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#25179) https://github.com/python/cpython/commit/c7b0feca25fc68ec3e0884b82e5f45

[issue43710] Access violations in C extension modules on Python 3.9.3

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

[issue43745] ssl.OPENSSL_VERSION still reporting 1.1.1i on windows 3.8.9/3.9.4

2021-04-06 Thread Łukasz Langa
Łukasz Langa added the comment: I elect to replace 3.9.4 Windows installers. 1. It's a Windows installer specific problem, no other users are affected. 2. You can always reinstall. You can tell by the dates reported by the REPL or in fact by checking ssl.OPENSSL_VERSION. 3. There wi

[issue40701] tempfile mixes str and bytes in an inconsistent manner

2021-04-10 Thread Łukasz Langa
Łukasz Langa added the comment: Sorry, I decided not to take this. We're four bugfix releases into 3.9 and there is non-zero chance somebody relies on existing behavior somehow. Marking this as changing with 3.10.0 is cleaner from an end user standpoint. -- priority: release bl

[issue42924] bytearray_repeat copies from ob_bytes instead of ob_start

2021-04-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d0698c676ca1b7d34be4165a631bf4847583de76 by Miss Islington (bot) in branch '3.9': bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24211) https://github.com/python/cpython/commit/d0698c676ca1b7d34be4165a631bf4

[issue42924] bytearray_repeat copies from ob_bytes instead of ob_start

2021-04-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e1203e8001432a08b87b54867490beb19a694069 by Miss Islington (bot) in branch '3.8': bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24212) https://github.com/python/cpython/commit/e1203e8001432a08b87b54867490be

[issue42924] bytearray_repeat copies from ob_bytes instead of ob_start

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

[issue34463] Discrepancy between traceback.print_exception and sys.__excepthook__

2021-04-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 727bed675f1a47d12492efba0ca118707502d988 by Irit Katriel in branch '3.8': [3.8] bpo-34463: Make python tracebacks identical to C tracebacks for (#23899) https://github.com/python/cpython/commit/727bed675f1a47d12492efba0ca118

[issue17305] IDNA2008 encoding is missing

2021-04-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 2760a6711b0f510afbd09b19949bee786e098af9 by Miss Islington (bot) in branch '3.8': bpo-17305: Link to the third-party idna package. (GH-25208) (#25211) https://github.com/python/cpython/commit/2760a6711b0f510afbd09b19949bee

[issue41661] os.path.relpath does not document ValueError on Windows with different drives

2021-04-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b570feaa9c6039b9d89cdf854a5fb388872eb38e by Miss Islington (bot) in branch '3.8': bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346) (#25367) https://github.com/python/cpyt

[issue40432] Pegen regenerate project for Windows not working

2021-04-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f65f3f0e99b27e0a4ea6bb7e30c5bdb5832a76c6 by Miss Islington (bot) in branch '3.9': bpo-40432: Use python 3.8 or higher to compile CPython on Windows (GH-25389) (#25637) https://github.com/python/cpyt

[issue28577] ipaddress.ip_network(...).hosts() returns nothing for an IPv4 /32

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

[issue28577] ipaddress.ip_network(...).hosts() returns nothing for an IPv4 /32

2021-04-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 10ad7eb2ef61a2ba99341c804c8c960e4f284621 by Pete Wicken in branch '3.8': [3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757) (#25536) https://github.com/python/cpyt

[issue41735] Thread locks in zlib module may go wrong in rare case

2021-04-27 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks! ✨ 🍰 ✨ -- nosy: +lukasz.langa resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue41100] Support macOS 11 and Apple Silicon Macs

2021-05-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b29d0a5a7811418c0a1082ca188fd4850185e290 by Ned Deily in branch '3.8': [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806) https://github.com/python/cpython/commit/b29d0a5a7811418c0a1082ca188fd4

[issue42688] ctypes memory error on Apple Silicon with external libffi

2021-05-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b29d0a5a7811418c0a1082ca188fd4850185e290 by Ned Deily in branch '3.8': [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806) https://github.com/python/cpython/commit/b29d0a5a7811418c0a1082ca188fd4850185e290 -

[issue41116] build on macOS 11 (beta) does not find system-supplied third-party libraries

2021-05-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b29d0a5a7811418c0a1082ca188fd4850185e290 by Ned Deily in branch '3.8': [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806) https://github.com/python/cpython/commit/b29d0a5a7811418c0a1082ca188fd4850185e290 -

[issue42504] Failure to build with MACOSX_DEPLOYMENT_TARGET=11 on Big Sur

2021-05-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b29d0a5a7811418c0a1082ca188fd4850185e290 by Ned Deily in branch '3.8': [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806) https://github.com/python/cpython/commit/b29d0a5a7811418c0a1082ca188fd4850185e290 -

[issue36384] [security] CVE-2021-29921: ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2021-05-02 Thread Łukasz Langa
Łukasz Langa added the comment: Due to the relative obscurity of the bug and potential disruption of the fix, I decided not to include it in 3.8. However, Michał's argument about 3.10 not being released for another five months is resonating with me and so we will be backporting the chan

[issue36384] [security] CVE-2021-29921: ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2021-05-02 Thread Łukasz Langa
Change by Łukasz Langa : -- versions: -Python 3.8 ___ Python tracker <https://bugs.python.org/issue36384> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43993] Update bundled pip to 21.1.1

2021-05-02 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed ___ Python tracker <https://bugs.python.org/issue43993> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue32745] ctypes string pointer fields should accept embedded null characters

2021-05-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 73766b0341674f3920f4ea86a6f8288b801960f9 by Zackery Spytz in branch 'master': bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (#8721) https://github.com/python/cpython/commit/73766b0341674f3920f4ea86a

[issue42083] PyStructSequence_NewType broken in 3.8

2021-05-02 Thread Łukasz Langa
Łukasz Langa added the comment: This missed the train for inclusion in 3.8. There's still time for a backport for 3.9. -- nosy: +lukasz.langa stage: -> needs patch versions: +Python 3.10, Python 3.9 -Python 3.8 ___ Python tracker

[issue32745] ctypes string pointer fields should accept embedded null characters

2021-05-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset cf6a79644c227159b8b5a44055650266d578b9f6 by Miss Islington (bot) in branch '3.9': bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721) (#25812) https://github.com/python

[issue32745] ctypes string pointer fields should accept embedded null characters

2021-05-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset db3ce79469ce9f8168ea4ac3e186be8e3fe44105 by Miss Islington (bot) in branch '3.8': bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721) (#25811) https://github.com/python

[issue32745] ctypes string pointer fields should accept embedded null characters

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

[issue37322] test_ssl: test_pha_required_nocert() emits a ResourceWarning

2021-05-02 Thread Łukasz Langa
Łukasz Langa added the comment: I re-ran CI on the pull requests, the 3.8 and 3.9 failures on Windows X64 and macOS reproduced the same. -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue37

[issue36384] [security] CVE-2021-29921: ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2021-05-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 60ce8f0be6354ad565393ab449d8de5d713f35bc by Christian Heimes in branch 'master': bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) https://github.com/python/cpython/commit/60ce8f0be6354ad565393ab449d8de

[issue36384] [security] CVE-2021-29921: ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2021-05-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 5374fbc31446364bf5f12e5ab88c5493c35eaf04 by Miss Islington (bot) in branch '3.9': bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) (GH-25815) https://github.com/python/cpyt

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-05-03 Thread Łukasz Langa
Łukasz Langa added the comment: Good catch, Greg. Since it's not merged already, this change will miss 3.8.10 but as a security fix will be included in 3.8.11 later in the year. The partial fix already landed in 3.9 will be released in 3.9.5 later today unless it's amended or rev

[issue43666] AIX: Lib/_aix_support.py may break in a WPAR environment

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7a92beea2cb13db3e42d39b169e124fa3b89dc36 by Miss Islington (bot) in branch '3.9': bpo-43666: Lib/_aix_support.py routines may fail in a WPAR environment (GH-25095) (#25880) https://github.com/python/cpyt

[issue44001] typing.Literal: args must be hashable, not immutable

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 2046fb35e4e0986523bd0f6214fc318a414c8b97 by Miss Islington (bot) in branch '3.10': bpo-44001: improve Literal documentation (GH-25877) (#25882) https://github.com/python/cpython/commit/2046fb35e4e0986523bd0f6214fc318a414c8b97 -

[issue38352] In typing docs, note explicit import needed for IO and Pattern/Match

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e1bcc88a502aa0239b6bcc4da3fe024307fd27f4 by Miss Islington (bot) in branch '3.10': bpo-38352: Add to typing.__all__ (GH-25821) (#25884) https://github.com/python/cpython/commit/e1bcc88a502aa0239b6bcc4da3fe024307fd27f4 -

[issue38352] In typing docs, note explicit import needed for IO and Pattern/Match

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 00726e51ade10c7e3535811eb700418725244230 by Miss Islington (bot) in branch '3.9': bpo-38352: Add to typing.__all__ (GH-25821) (#25885) https://github.com/python/cpython/commit/00726e51ade10c7e3535811eb70041

[issue38352] In typing docs, note explicit import needed for IO and Pattern/Match

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: Fix merged to main (3.11), 3.10, and 3.9. Not applicable to older Pythons as they are security fixes only. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11, Python 3.9 -P

[issue44014] Fix error in Enum documentation.

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

[issue43075] ReDoS in urllib.request

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ada14995870abddc277addf57dd690a2af04c2da by Miss Islington (bot) in branch '3.7': bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (#25249) https://github.com/python/cpython/commit/ada14995870abddc277addf57dd690

[issue32822] finally block doesn't re-raise exception if return statement exists inside

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: 3.8 is in security fixes mode but I'll happily take this for 3.9. -- nosy: +lukasz.langa versions: -Python 3.8 ___ Python tracker <https://bugs.python.org/is

[issue32822] finally block doesn't re-raise exception if return statement exists inside

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8655521de8760e8a695bcce92937800c079ea2b2 by Miss Islington (bot) in branch '3.10': bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) (#25893) https://github.com/python/cpyt

[issue32822] finally block doesn't re-raise exception if return statement exists inside

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 91cb1e20e6a432b8b2c1b5db37b03c84b15384fa by Miss Islington (bot) in branch '3.9': bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) (#25890) https://github.com/python/cpyt

[issue32822] finally block doesn't re-raise exception if return statement exists inside

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

[issue42686] include built-in Math functions in SQLite to 3.35.0 of march 2021

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 4bb0a815ef2b683af75f43ab20d52eaffe78b436 by Miss Islington (bot) in branch '3.10': bpo-42686: Enable SQLite math functions in Windows build (GH-24053) (#25892) https://github.com/python/cpython/commit/4bb0a815ef2b683af75f43ab20d52e

[issue42686] include built-in Math functions in SQLite to 3.35.0 of march 2021

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: Merged into 3.10 and 3.11. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43349] [doc] incorrect tuning(7) manpage link

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 4b90c8f17603e7ab4e4568cc8b9d5de4f8099973 by Miss Islington (bot) in branch '3.9': closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680) (#25694) https://github.com/python/cpython/commit/4b90c8f17603e7ab4e4568cc8b9d5d

[issue42083] PyStructSequence_NewType broken in 3.8

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ec18362f6a7fdc02f9f982872fc1006bca31627d by Petr Viktorin in branch '3.9': [3.9] bpo-42083: Allow NULL doc in PyStructSequence_NewType (#25896) https://github.com/python/cpython/commit/ec18362f6a7fdc02f9f982872fc100

[issue44001] typing.Literal: args must be hashable, not immutable

2021-05-04 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ab0a54adad8ddf488ccfb92970be9e4027673d19 by Jelle Zijlstra in branch '3.9': [3.9] bpo-44001: improve Literal documentation (GH-25877). (#25897) https://github.com/python/cpython/commit/ab0a54adad8ddf488ccfb92970be9e

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-05-05 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 515a7bc4e13645d0945b46a8e1d9102b918cd407 by Miss Islington (bot) in branch '3.8': [3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (#25726) https://github.com/python/cpyt

[issue35753] Importing call from unittest.mock directly causes ValueError

2021-05-05 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 10d6f6bfd749c0e7da51a96f53ca326c336f7a00 by Miss Islington (bot) in branch '3.10': bpo-35753: Fix crash in doctest with unwrap-able functions (GH-22981) (#25926) https://github.com/python/cpython/commit/10d6f6bfd749c0e7da51a96f53ca32

[issue35753] Importing call from unittest.mock directly causes ValueError

2021-05-05 Thread Łukasz Langa
Łukasz Langa added the comment: Fixed in 3.10 and 3.11, thanks Albert for your patch. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11 -Python 3.7 ___ Python tracke

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-05-06 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f396864ddfe914531b5856d7bf852808ebfc01ae by Miss Islington (bot) in branch '3.8': bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (#25933) https://github.com/python/cpyt

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-05-06 Thread Łukasz Langa
Change by Łukasz Langa : -- versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue44022> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8a12f46dd8c780de84d78e6dd8350230e52e0c46 by Miss Islington (bot) in branch '3.8': bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) (#25957) https://github.com/python/cpython/commit/8a12f46dd8c780de84d78e6dd83502

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-05-08 Thread Łukasz Langa
Change by Łukasz Langa : -- Removed message: https://bugs.python.org/msg393236 ___ Python tracker <https://bugs.python.org/issue44022> ___ ___ Python-bugs-list m

[issue44061] Regression in pkgutil: iter_modules stopped taking Path argument in python 3.8.10 and 3.9.5

2021-05-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0cb9775a85a051556461ea9c3089244601b7d4f8 by Steve Dower in branch '3.9': bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path object (GH-25964) (GH-26052) https://github.com/python/cpyt

[issue44061] Regression in pkgutil: iter_modules stopped taking Path argument in python 3.8.10 and 3.9.5

2021-05-12 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +24696 pull_request: https://github.com/python/cpython/pull/26056 ___ Python tracker <https://bugs.python.org/issue44

[issue44070] __file__ is now fully qualified in 3.8 and 3.9

2021-05-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 378211f7789c4edf7385ff619fa74d6615bef242 by Steve Dower in branch '3.8': bpo-44070: No longer eagerly makes import filenames absolute, except for extension modules (GH-26025) (#26028) https://github.com/python/cpyt

[issue44061] Regression in pkgutil: iter_modules stopped taking Path argument in python 3.8.10 and 3.9.5

2021-05-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 4844abdd700120120fc76c29d911bcb547700baf by Łukasz Langa in branch '3.8': [3.8] bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path object (GH-25964). (GH-26056) https://github.com/python/cpyt

[issue41963] ConfigParser: stripping of comments should be documented

2021-05-18 Thread Łukasz Langa
Change by Łukasz Langa : -- nosy: +lukasz.langa nosy_count: 2.0 -> 3.0 pull_requests: +24831 pull_request: https://github.com/python/cpython/pull/26214 ___ Python tracker <https://bugs.python.org/issu

[issue41963] ConfigParser: stripping of comments should be documented

2021-05-18 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c17ba233b3bdf6af4e9dad24374ab0a917b593e7 by Miss Islington (bot) in branch '3.9': bpo-41963: document that ConfigParser strips off comments (GH-26197) (GH-26213) https://github.com/python/cpython/commit/c17ba233b3bdf6af4e9dad24374ab0

[issue41963] ConfigParser: stripping of comments should be documented

2021-05-18 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 4d17c93dfe760478509bcf709345b0522fd3a7e8 by Łukasz Langa in branch '3.10': [3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (GH-26214) https://github.com/python/cpython/commit/4d17c93dfe760478509bcf709345b0

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-06-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 634da2de88af06eb8c6ebdb90d8c5847063d by Senthil Kumaran in branch '3.8': [3.8] bpo-43882 - Mention urllib.parse changes in Whats new section. (#26277) https://github.com/python/cpython/commit/634da2de88af06eb8c6ebdb90d8c00

[issue26329] os.path.normpath("//") returns //

2021-07-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 443db64f496d3988d20cfda2c3c2ceb6702df36f by Miss Islington (bot) in branch '3.10': bpo-26329: update os.path.normpath documentation (GH-20138) (GH-27094) https://github.com/python/cpython/commit/443db64f496d3988d20cfda2c3c2ce

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-07-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0389426fa4af4dfc8b1d7f3f291932d928392d8b by Miss Islington (bot) in branch '3.8': bpo-44022: Improve the regression test. (GH-26503) (#26506) https://github.com/python/cpython/commit/0389426fa4af4dfc8b1d7f3f291932

[issue44472] ltrace functionality doesn't work if there is an exception set

2021-07-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6fb4248cd9502f50dd089fdcf548d735dcfd981e by Miss Islington (bot) in branch '3.9': bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (#26831) https://github.com/python/cpython/commit/6fb4248cd9502f50dd089fdcf548d7

[issue43298] Windows build cannot detect missing Windows SDK

2021-07-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e7009f4f9a6a55036ef628a07bedc8dab1aa851e by Miss Islington (bot) in branch '3.9': bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800) (#26803) https://github.com/python/cpyt

[issue43207] InspectLoader.is_package is not an abstract method

2021-07-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 779983ed7f86610be4a7201deeffdcb8608977e0 by Miss Islington (bot) in branch '3.9': bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517) (#26322) https://github.com/python/cpython/commit/779983ed7f86610be4a7201deeffdc

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-07-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c92b391dcefe9a7b3e6290bc2e2356eedfcf4bc3 by Christian Heimes in branch '3.9': [3.9] bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942) (#25944) https://github.com/python/cpython/commit/c92b391dcefe9a7b3e6290bc2e2356eedfcf4bc3 -

[issue43207] InspectLoader.is_package is not an abstract method

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

[issue42194] Docs for argparse.BooleanOptionalAction missing "New in version 3.9"

2021-07-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset da2e673c53974641a0e13941950e7976bbda64d5 by David Sanders in branch 'main': bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23026) https://github.com/python/cpython/commit/da2e673c53974641a0e1

[issue26329] os.path.normpath("//") returns //

2021-07-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 47abf240365ddd54a91c6ac167900d4bf6806c4f by Miss Islington (bot) in branch '3.9': bpo-26329: update os.path.normpath documentation (GH-20138) (#27095) https://github.com/python/cpython/commit/47abf240365ddd54a91c6ac167900d

[issue26329] os.path.normpath("//") returns //

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

[issue42194] Docs for argparse.BooleanOptionalAction missing "New in version 3.9"

2021-07-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 721d4796be60e6a0a11dee8318794f78928648c1 by Miss Islington (bot) in branch '3.10': bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23026) (#27097) https://github.com/p

[issue43048] Printing RecursionError results in RecursionError

2021-07-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 489c27358376e772a61753c3f67daa836ca1eab7 by Vladimir Feinberg in branch '3.9': [3.9] bpo-43048: RecursionError traceback RecursionError bugfix for cpy3.9 (GH-24460) (#24460) https://github.com/python/cpyt

[issue43048] Printing RecursionError results in RecursionError

2021-07-12 Thread Łukasz Langa
Change by Łukasz Langa : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue43048> ___ ___ Pyth

[issue42194] Docs for argparse.BooleanOptionalAction missing "New in version 3.9"

2021-07-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c786988b19d7b6808d4c940f7206b95e49e06b71 by Miss Islington (bot) in branch '3.9': bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23026) (#27098) https://github.com/p

[issue42194] Docs for argparse.BooleanOptionalAction missing "New in version 3.9"

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

[issue43948] sysconfig's osx_framework_user puts headers in different locations from distutils

2021-07-13 Thread Łukasz Langa
Łukasz Langa added the comment: The current behavior has been there since 2012 at least. Kind of suspicious we haven't tripped over it before. -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/is

[issue35113] inspect.getsource returns incorrect source for classes when class definition is part of multiline strings

2021-07-13 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d4a5f0b659a2b8f206cfbdfd37fc36aedf77a71f by andrei kulakov in branch 'main': bpo-35113: clean up duplicate import and comment (#27073) https://github.com/python/cpython/commit/d4a5f0b659a2b8f206cfbdfd37fc36aedf77a71f -

[issue38741] Definition of multiple ']' in header configparser

2021-07-13 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 2924bb1a566977efd45f335d6a94cd84d8047edf by jsnklln in branch 'main': bpo-38741: Definition of multiple ']' in header configparser (GH-17129) https://github.com/python/cpython/commit/2924bb1a566977efd45f

[issue44514] configparser.rst & bz2.rst leave temp files after 'make doctest'

2021-07-13 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 48a5aa7f128caf5a46e4326c1fd285cd5fc8e59d by Kevin Follstad in branch 'main': bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909) https://github.com/python/cpython/commit/48a5aa7f128caf5a46e4326c1fd285cd5fc8e59d -

[issue43126] IOBase.readlines(0) behaviour is inconsistent with documentation

2021-07-13 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 3b5b99da4b256a31933112f4a2385386149c19e1 by andrei kulakov in branch 'main': bpo-43126: Expand docs on io.IOBase.readlines() method (#27061) https://github.com/python/cpython/commit/3b5b99da4b256a31933112f4a2385386149c19e1 -

[issue44514] configparser.rst & bz2.rst leave temp files after 'make doctest'

2021-07-13 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 105e6cd67cc793c971b3e83daa87d36516fcba28 by Miss Islington (bot) in branch '3.9': bpo-44514: Add doctest testcleanup for configparser and bz2 (GH-26909) (#27111) https://github.com/python/cpython/commit/105e6cd67cc793c971b3e83daa87d3

[issue44514] configparser.rst & bz2.rst leave temp files after 'make doctest'

2021-07-13 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f514addfbc637a42549ddc422b35b6caad2a4363 by Miss Islington (bot) in branch '3.10': bpo-44514: Add doctest testcleanup for configparser and bz2 (GH-26909) (GH-27112) https://github.com/python/cpython/commit/f514addfbc637a42549ddc422b35b6

[issue44514] configparser.rst & bz2.rst leave temp files after 'make doctest'

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

[issue38741] Definition of multiple ']' in header configparser

2021-07-13 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 1cc6769e4146951d47528a97e56ba1e8e9ee7fc1 by Miss Islington (bot) in branch '3.10': bpo-38741: Definition of multiple ']' in header configparser (GH-17129) (#27110) https://github.com/python/cpython/commit/1cc6769e4146951d4752

[issue44514] configparser.rst & bz2.rst leave temp files after 'make doctest'

2021-07-13 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Kevin! ✨ 🍰 ✨ -- ___ Python tracker <https://bugs.python.org/issue44514> ___ ___ Python-bugs-list mailing list Unsub

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