[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread miss-islington
miss-islington added the comment: New changeset c777dec6f47ce649f3dea88d308e36e45538fdac by Miss Islington (bot) in branch '3.8': bpo-37823: Fix open() link in telnetlib doc (GH-15281) https://github.com/python/cpython/commit/c777dec6f47ce649f3dea88d308e36e45538fdac -- n

[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15069 pull_request: https://github.com/python/cpython/pull/15357 ___ Python tracker <https://bugs.python.org/issue37

[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread miss-islington
miss-islington added the comment: New changeset 98b11e1160a1749bfdb48bbf4c0dda177296b005 by Miss Islington (bot) in branch '2.7': bpo-37823: Fix open() link in telnetlib doc (GH-15281) https://github.com/python/cpython/commit/98b11e1160a1749bfdb48bbf4c0dda

[issue37810] ndiff reports incorrect location when diff strings contain tabs

2019-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15075 pull_request: https://github.com/python/cpython/pull/15365 ___ Python tracker <https://bugs.python.org/issue37

[issue9949] os.path.realpath on Windows does not follow symbolic links

2019-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15078 pull_request: https://github.com/python/cpython/pull/15367 ___ Python tracker <https://bugs.python.org/issue9

[issue9949] os.path.realpath on Windows does not follow symbolic links

2019-08-21 Thread miss-islington
miss-islington added the comment: New changeset c30c869e8dec5eefdee7977943ffa11a8e3c8d75 by Miss Islington (bot) in branch '3.8': bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287) https://github.com/python/cpython/commit/c30c869e8dec5eefdee7977943ffa1

[issue37482] Email address display name fails with both encoded words and special chars

2019-08-21 Thread miss-islington
miss-islington added the comment: New changeset df0c21ff46c5c37b6913828ef8c7651f523432f8 by Miss Islington (bot) (bsiem) in branch 'master': bpo-37482: Fix email address name with encoded words and special chars (GH-14561) https://github.com/python/cpyt

[issue37482] Email address display name fails with both encoded words and special chars

2019-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15083 pull_request: https://github.com/python/cpython/pull/15371 ___ Python tracker <https://bugs.python.org/issue37

[issue37482] Email address display name fails with both encoded words and special chars

2019-08-21 Thread miss-islington
miss-islington added the comment: New changeset c5bba853d5e7836f6d4340e18721d3fb3a6ee0f7 by Miss Islington (bot) in branch '3.7': bpo-37482: Fix email address name with encoded words and special chars (GH-14561) https://github.com/python/cpyt

[issue36311] Flaw in Windows code page decoder for large input

2019-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15085 pull_request: https://github.com/python/cpython/pull/15374 ___ Python tracker <https://bugs.python.org/issue36

[issue36311] Flaw in Windows code page decoder for large input

2019-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15086 pull_request: https://github.com/python/cpython/pull/15375 ___ Python tracker <https://bugs.python.org/issue36

[issue36311] Flaw in Windows code page decoder for large input

2019-08-21 Thread miss-islington
miss-islington added the comment: New changeset f93c15aedc2ea2cb8b56fc9dbb0d412918992e86 by Miss Islington (bot) in branch '3.8': bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083) https://github.com/python/cpyt

[issue36311] Flaw in Windows code page decoder for large input

2019-08-21 Thread miss-islington
miss-islington added the comment: New changeset 735a960ac98cf414caf910565220ab2761fa542a by Miss Islington (bot) in branch '3.7': bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083) https://github.com/python/cpyt

[issue37834] readlink on Windows cannot read app exec links

2019-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15089 pull_request: https://github.com/python/cpython/pull/15378 ___ Python tracker <https://bugs.python.org/issue37

[issue37834] readlink on Windows cannot read app exec links

2019-08-21 Thread miss-islington
miss-islington added the comment: New changeset 967d625a6df27fb490f035045ec8fe4675001d63 by Miss Islington (bot) in branch '3.8': bpo-37834: Fix test on Windows 7 (GH-15377) https://github.com/python/cpython/commit/967d625a6df27fb490f035045ec8fe4675001d63 -- nosy: +miss

[issue27961] remove support for platforms without "long long"

2019-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +15101 pull_request: https://github.com/python/cpython/pull/15392 ___ Python tracker <https://bugs.python.org/issue27

[issue27961] remove support for platforms without "long long"

2019-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +15102 pull_request: https://github.com/python/cpython/pull/15393 ___ Python tracker <https://bugs.python.org/issue27

[issue27961] remove support for platforms without "long long"

2019-08-22 Thread miss-islington
miss-islington added the comment: New changeset 2878f378e02990303a8fe4bedd5386bd90efc26d by Miss Islington (bot) in branch '3.8': bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) https://github.com/python

[issue27961] remove support for platforms without "long long"

2019-08-22 Thread miss-islington
miss-islington added the comment: New changeset d0da97de65985ea4fc69cade2343d931f8b9efcd by Miss Islington (bot) in branch '3.7': bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) https://github.com/python

[issue14050] Tutorial, list.sort() and items comparability

2019-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +15103 pull_request: https://github.com/python/cpython/pull/15395 ___ Python tracker <https://bugs.python.org/issue14

[issue28556] typing.py upgrades

2019-08-22 Thread miss-islington
miss-islington added the comment: New changeset 8889627b53e1eea2e32590f1867fbb0b0fc7407f by Miss Islington (bot) (Ivan Levkivskyi) in branch 'master': bpo-28556: Add a regression test to typing (GH-15396) https://github.com/python/cpython/commit/8889627b53e1eea2e32590f1867fbb

[issue28556] typing.py upgrades

2019-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +15106 pull_request: https://github.com/python/cpython/pull/15398 ___ Python tracker <https://bugs.python.org/issue28

[issue28556] typing.py upgrades

2019-08-22 Thread miss-islington
miss-islington added the comment: New changeset 5fda09cc1ebcb364a660bc5a831ef8f6463d810b by Miss Islington (bot) in branch '3.8': bpo-28556: Add a regression test to typing (GH-15396) https://github.com/python/cpython/commit/5fda09cc1ebcb364a660bc5a831ef8

[issue37915] Segfault in comparison between datetime.timezone.utc and pytz.utc

2019-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +15107 pull_request: https://github.com/python/cpython/pull/15399 ___ Python tracker <https://bugs.python.org/issue37

[issue37915] Segfault in comparison between datetime.timezone.utc and pytz.utc

2019-08-22 Thread miss-islington
miss-islington added the comment: New changeset 4be11c009abe88175fa164b45e4838e7267dfa97 by Miss Islington (bot) (Pablo Galindo) in branch 'master': bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) https://github.com/python/cpyt

[issue30550] Document order-preserving dictionary output in json

2019-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +15110 pull_request: https://github.com/python/cpython/pull/15403 ___ Python tracker <https://bugs.python.org/issue30

[issue12634] Random Remarks in class documentation

2019-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +15114 pull_request: https://github.com/python/cpython/pull/15409 ___ Python tracker <https://bugs.python.org/issue12

[issue30826] More details in reference 'Looping through a list in Python and modifying it'

2019-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +15115 pull_request: https://github.com/python/cpython/pull/15410 ___ Python tracker <https://bugs.python.org/issue30

[issue37915] Segfault in comparison between datetime.timezone.utc and pytz.utc

2019-08-23 Thread miss-islington
miss-islington added the comment: New changeset 5c77730300c0358d7bebd2bb39ea5d10222a3d9a by Miss Islington (bot) in branch '3.8': bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) https://github.com/python/cpython/commit/5c77730300c0358d7bebd2bb39ea5d

[issue36763] Implementation of the PEP 587

2019-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +15124 pull_request: https://github.com/python/cpython/pull/15427 ___ Python tracker <https://bugs.python.org/issue36

[issue36763] Implementation of the PEP 587

2019-08-23 Thread miss-islington
miss-islington added the comment: New changeset a6427cb2a279c4125dc26d468bcbb3374cdc5f41 by Miss Islington (bot) in branch '3.8': bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423) https://github.com/python/cpython/commit/a6427cb2a279c4125dc26d468bcbb3

[issue36763] Implementation of the PEP 587

2019-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +15128 pull_request: https://github.com/python/cpython/pull/15434 ___ Python tracker <https://bugs.python.org/issue36

[issue36763] Implementation of the PEP 587

2019-08-23 Thread miss-islington
miss-islington added the comment: New changeset 9cbdce3917ab41856b61ac5c0f3c4ac0e203f320 by Miss Islington (bot) in branch '3.8': bpo-36763, doc: Add links in the new C API init doc (GH-15433) https://github.com/python/cpython/commit/9cbdce3917ab41856b61ac5c0f3c4a

[issue26589] Add HTTP Response code 451

2019-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +15130 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/15436 ___ Python tracker <https://bugs.python.org/issu

[issue37549] os.dup() fails for standard streams on Windows 7

2019-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +15131 pull_request: https://github.com/python/cpython/pull/15437 ___ Python tracker <https://bugs.python.org/issue37

[issue37549] os.dup() fails for standard streams on Windows 7

2019-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +15132 pull_request: https://github.com/python/cpython/pull/15438 ___ Python tracker <https://bugs.python.org/issue37

[issue37549] os.dup() fails for standard streams on Windows 7

2019-08-23 Thread miss-islington
miss-islington added the comment: New changeset f8dc3e85ab01e1b0345738670dcb3993da7ec436 by Miss Islington (bot) in branch '3.7': bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) https://github.com/python/cpython/commit/f8dc3e85ab01e1b0345738670dcb39

[issue37549] os.dup() fails for standard streams on Windows 7

2019-08-23 Thread miss-islington
miss-islington added the comment: New changeset 3921d12174c1998d9df7a08d036a7fef2d587a64 by Miss Islington (bot) in branch '3.8': bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) https://github.com/python/cpython/commit/3921d12174c1998d9df7a08d036a7f

[issue37798] Add C fastpath for statistics.NormalDist.inv_cdf()

2019-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +15134 pull_request: https://github.com/python/cpython/pull/15441 ___ Python tracker <https://bugs.python.org/issue37

[issue19119] duplicate test name in Lib/test/test_heapq.py

2019-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +15139 pull_request: https://github.com/python/cpython/pull/15447 ___ Python tracker <https://bugs.python.org/issue19

[issue29535] datetime hash is deterministic in some cases

2019-08-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +15148 pull_request: https://github.com/python/cpython/pull/15454 ___ Python tracker <https://bugs.python.org/issue29

[issue29535] datetime hash is deterministic in some cases

2019-08-24 Thread miss-islington
miss-islington added the comment: New changeset 076d0b9f5def35aeb0f8e8aadf658dc35aace81d by Miss Islington (bot) in branch '3.8': bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269) https://github.com/python/cpyt

[issue28269] [MinGW] Can't compile Python/dynload_win.c due to static strcasecmp

2019-08-24 Thread miss-islington
miss-islington added the comment: New changeset 920ec4b7763d64b3742d7ddd339ad11cdbec62e9 by Miss Islington (bot) in branch '3.8': bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095) https://github.com/python/cpython/commit/920ec4b7763d64b3742d7ddd339ad1

[issue37772] zipfile.Path.iterdir() outputs sub directories many times or not at all

2019-08-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +15155 pull_request: https://github.com/python/cpython/pull/15461 ___ Python tracker <https://bugs.python.org/issue37

[issue32118] Doc for comparison of sequences with non-orderable elements

2019-08-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +15158 pull_request: https://github.com/python/cpython/pull/15466 ___ Python tracker <https://bugs.python.org/issue32

[issue37798] Add C fastpath for statistics.NormalDist.inv_cdf()

2019-08-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +15159 pull_request: https://github.com/python/cpython/pull/15467 ___ Python tracker <https://bugs.python.org/issue37

[issue14112] tutorial intro talks of "shallow copy" concept without explanation

2019-08-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +15160 pull_request: https://github.com/python/cpython/pull/15469 ___ Python tracker <https://bugs.python.org/issue14

[issue37929] IDLE: OK sometimes fails to close configdialog

2019-08-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +15171 pull_request: https://github.com/python/cpython/pull/15484 ___ Python tracker <https://bugs.python.org/issue37

[issue37929] IDLE: OK sometimes fails to close configdialog

2019-08-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +15172 pull_request: https://github.com/python/cpython/pull/15485 ___ Python tracker <https://bugs.python.org/issue37

[issue37929] IDLE: OK sometimes fails to close configdialog

2019-08-24 Thread miss-islington
miss-islington added the comment: New changeset f2b468dd6d0bdbe2e87c0ca7515800a115e95e54 by Miss Islington (bot) in branch '3.7': bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) https://github.com/python/cpython/commit/f2b468dd6d0bdbe2e87c0ca7515800

[issue37929] IDLE: OK sometimes fails to close configdialog

2019-08-24 Thread miss-islington
miss-islington added the comment: New changeset e266d062e017b122b9741db2bd5fb99742378623 by Miss Islington (bot) in branch '3.8': bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) https://github.com/python/cpython/commit/e266d062e017b122b9741db2bd5fb9

[issue37905] Improve docs for NormalDist

2019-08-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +15174 pull_request: https://github.com/python/cpython/pull/15487 ___ Python tracker <https://bugs.python.org/issue37

[issue29553] Argparser does not display closing parentheses in nested mutex groups

2019-08-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +15182 pull_request: https://github.com/python/cpython/pull/15494 ___ Python tracker <https://bugs.python.org/issue29

[issue37824] IDLE: Handle Shell input warnings properly.

2019-08-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +15190 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15504 ___ Python tracker <https://bugs.python.org/issu

[issue37824] IDLE: Handle Shell input warnings properly.

2019-08-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +15191 pull_request: https://github.com/python/cpython/pull/15505 ___ Python tracker <https://bugs.python.org/issue37

[issue37824] IDLE: Handle Shell input warnings properly.

2019-08-25 Thread miss-islington
miss-islington added the comment: New changeset 1b15914ebb46e549ff0965c789ef03b4bac2a890 by Miss Islington (bot) in branch '3.7': bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) https://github.com/python/cpython/commit/1b15914ebb46e549ff0965c789ef03

[issue15542] Documentation incorrectly suggests __init__ called after direct __new__ call

2019-08-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +15192 pull_request: https://github.com/python/cpython/pull/15506 ___ Python tracker <https://bugs.python.org/issue15

[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15194 pull_request: https://github.com/python/cpython/pull/15508 ___ Python tracker <https://bugs.python.org/issue37

[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15193 pull_request: https://github.com/python/cpython/pull/15507 ___ Python tracker <https://bugs.python.org/issue37

[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset 44cd86bbdddb1f7b05deba2c1986a1e98f992429 by Miss Islington (bot) (Dong-hee Na) in branch 'master': bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) https://github.com/python/cpyt

[issue36917] ast.NodeVisitor no longer calls visit_Str

2019-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15195 pull_request: https://github.com/python/cpython/pull/15509 ___ Python tracker <https://bugs.python.org/issue36

[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset a3875171d746f90f49adfcaa015525b20a3874d3 by Miss Islington (bot) in branch '3.8': bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) https://github.com/python/cpython/commit/a3875171d746f90f49adfcaa015525

[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset a976283821ab73ba080da47cbe95802ce66bb0a4 by Miss Islington (bot) in branch '3.7': bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) https://github.com/python/cpython/commit/a976283821ab73ba080da47cbe9580

[issue34679] asyncio.add_signal_handler call fails if not on main thread

2019-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15198 pull_request: https://github.com/python/cpython/pull/15512 ___ Python tracker <https://bugs.python.org/issue34

[issue34679] asyncio.add_signal_handler call fails if not on main thread

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset 69d22b8fee442c12829a1032a72489c8133de271 by Miss Islington (bot) in branch '3.8': bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (GH-15492) https://github.com/python/cpyt

[issue37954] Multiple tests are leaking references in AMD64 Windows8.1 Refleaks 3.x and x86 Gentoo Refleaks 3.x buildbots

2019-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15203 pull_request: https://github.com/python/cpython/pull/15518 ___ Python tracker <https://bugs.python.org/issue37

[issue37954] Multiple tests are leaking references in AMD64 Windows8.1 Refleaks 3.x and x86 Gentoo Refleaks 3.x buildbots

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset ed8af33cce5554545d2bd079b23fe551d26fb4bd by Miss Islington (bot) in branch '3.8': bpo-37954: Fix reference leak in the symtable (GH-15514) https://github.com/python/cpython/commit/ed8af33cce5554545d2bd079b23fe551d26fb4bd -

[issue37055] Numerous warnings with blake2 module

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset b27cbec801e17a13d7fef49116a8fc279930d2b1 by Miss Islington (bot) (Inada Naoki) in branch 'master': bpo-37055: fix warnings in _blake2 module (GH-14646) https://github.com/python/cpython/commit/b27cbec801e17a13d7fef49116a8fc

[issue37055] Numerous warnings with blake2 module

2019-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15207 pull_request: https://github.com/python/cpython/pull/15525 ___ Python tracker <https://bugs.python.org/issue37

[issue37664] Update bundled pip and setuptools

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset 10c452b894d95fed06056fe11e8fe8e1a2a60040 by Miss Islington (bot) (Pradyun Gedam) in branch 'master': bpo-37664: Update ensurepip bundled wheels, again (GH-15483) https://github.com/python/cpython/commit/10c452b894d95fed06056fe11e8fe8

[issue37055] Numerous warnings with blake2 module

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset 2bb4fc379b14377e1cdcefad8d5f2fbbb1172524 by Miss Islington (bot) in branch '3.8': bpo-37055: fix warnings in _blake2 module (GH-14646) https://github.com/python/cpython/commit/2bb4fc379b14377e1cdcefad8d5f2f

[issue37798] Add C fastpath for statistics.NormalDist.inv_cdf()

2019-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15209 pull_request: https://github.com/python/cpython/pull/15527 ___ Python tracker <https://bugs.python.org/issue37

[issue37664] Update bundled pip and setuptools

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset c1c1a3396391dcc948d332607a0f673e4434da97 by Miss Islington (bot) (Steve Dower) in branch '3.7': [3.7] bpo-37664: Update ensurepip bundled wheels, again (GH-15483) (GH-15529) https://github.com/python/cpyt

[issue37925] --embed not included in python3.8-config usage/--help

2019-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15212 pull_request: https://github.com/python/cpython/pull/15530 ___ Python tracker <https://bugs.python.org/issue37

[issue37925] --embed not included in python3.8-config usage/--help

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset b8a22ac856944d1dded46ed4caa795e07bfaf0c6 by Miss Islington (bot) in branch '3.8': bpo-37925: Mention --embed in python-config usage (GH-15458) https://github.com/python/cpython/commit/b8a22ac856944d1dded46ed4caa795e07bfaf0c6 -

[issue36763] Implementation of the PEP 587

2019-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15214 pull_request: https://github.com/python/cpython/pull/15535 ___ Python tracker <https://bugs.python.org/issue36

[issue36763] Implementation of the PEP 587

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset 1d4285a042772c7a31c4e19f8dbcbcf9b2ee3b95 by Miss Islington (bot) in branch '3.8': bpo-36763: Make Py_BytesMain() public (GH-15532) https://github.com/python/cpython/commit/1d4285a042772c7a31c4e19f8dbcbc

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15217 stage: commit review -> patch review pull_request: https://github.com/python/cpython/pull/15539 ___ Python tracker <https://bugs.python.org/issu

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15218 pull_request: https://github.com/python/cpython/pull/15540 ___ Python tracker <https://bugs.python.org/issue36

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset 1bf672f53a83c471e6fc4599d2d5149fd6842ff2 by Miss Islington (bot) in branch '3.7': bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538) https://github.com/python/cpython/commit/1bf672f53a83c471e6fc4599d2d514

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset 91020fade6ca0f22eef2d338be1380b17385e715 by Miss Islington (bot) in branch '3.8': bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538) https://github.com/python/cpython/commit/91020fade6ca0f22eef2d338be1380

[issue37936] gitignore file is too broad

2019-08-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +15228 pull_request: https://github.com/python/cpython/pull/15553 ___ Python tracker <https://bugs.python.org/issue37

[issue37936] gitignore file is too broad

2019-08-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +15227 pull_request: https://github.com/python/cpython/pull/15552 ___ Python tracker <https://bugs.python.org/issue37

[issue37936] gitignore file is too broad

2019-08-27 Thread miss-islington
miss-islington added the comment: New changeset 8c9e9b0cd5b24dfbf1424d1f253d02de80e8f5ef by Miss Islington (bot) (Greg Price) in branch 'master': bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542) https://github.com/python/cpyt

[issue37936] gitignore file is too broad

2019-08-27 Thread miss-islington
miss-islington added the comment: New changeset caf7a30efecef21def997ab214dc6c1604d90a84 by Miss Islington (bot) in branch '3.8': bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542) https://github.com/python/cpython/commit/caf7a30efecef21def997ab214dc6c

[issue37936] gitignore file is too broad

2019-08-27 Thread miss-islington
miss-islington added the comment: New changeset 2f0440e6dba248ff1e2b46c063adfd8fcb923a34 by Miss Islington (bot) in branch '3.7': bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542) https://github.com/python/cpython/commit/2f0440e6dba248ff1e2b46c063adfd

[issue37951] Disallow fork in a subinterpreter broke subprocesses in mod_wsgi daemon mode

2019-08-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +15229 pull_request: https://github.com/python/cpython/pull/15554 ___ Python tracker <https://bugs.python.org/issue37

[issue37951] Disallow fork in a subinterpreter broke subprocesses in mod_wsgi daemon mode

2019-08-27 Thread miss-islington
miss-islington added the comment: New changeset 03c52f2f63a8abeb4afb75e9da46c7d6c0a8afd5 by Miss Islington (bot) in branch '3.8': bpo-37951: Lift subprocess's fork() restriction (GH-15544) https://github.com/python/cpython/commit/03c52f2f63a8abeb4afb75e9da46c7d6c0a8afd5

[issue36582] collections.UserString encode method returns a string

2019-08-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +15230 pull_request: https://github.com/python/cpython/pull/15557 ___ Python tracker <https://bugs.python.org/issue36

[issue37965] CCompiler has_function displays warning

2019-08-28 Thread miss-islington
miss-islington added the comment: New changeset 55aabee07501e1468082b3237620e4ecd75c5da6 by Miss Islington (bot) (Anonymous Maarten) in branch 'master': closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15560) https://github.com/python/cpyt

[issue37965] CCompiler has_function displays warning

2019-08-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +15236 pull_request: https://github.com/python/cpython/pull/15561 ___ Python tracker <https://bugs.python.org/issue37

[issue37965] CCompiler has_function displays warning

2019-08-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +15237 pull_request: https://github.com/python/cpython/pull/15562 ___ Python tracker <https://bugs.python.org/issue37

[issue37965] CCompiler has_function displays warning

2019-08-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +15238 pull_request: https://github.com/python/cpython/pull/15563 ___ Python tracker <https://bugs.python.org/issue37

[issue37965] CCompiler has_function displays warning

2019-08-28 Thread miss-islington
miss-islington added the comment: New changeset 0229b56d8c0cb65b8ad789e69dcd281fd92a6d96 by Miss Islington (bot) in branch '2.7': closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15560) https://github.com/python/cpyt

[issue37965] CCompiler has_function displays warning

2019-08-28 Thread miss-islington
miss-islington added the comment: New changeset ea48966e5d868e2863d896ee909460d482a0513c by Miss Islington (bot) in branch '3.7': closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15560) https://github.com/python/cpyt

[issue37964] F_GETPATH is not available in fcntl.fcntl

2019-08-28 Thread miss-islington
miss-islington added the comment: New changeset 13f37f2ba8b1fa39f312dca920e847d9c0313c77 by Miss Islington (bot) (Vinay Sharma) in branch 'master': closes bpo-37964: add F_GETPATH command to fcntl (GH-15550) https://github.com/python/cpython/commit/13f37f2ba8b1fa39f312dca920e847

[issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English

2019-08-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +15245 pull_request: https://github.com/python/cpython/pull/15569 ___ Python tracker <https://bugs.python.org/issue18

[issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English

2019-08-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +15246 pull_request: https://github.com/python/cpython/pull/15570 ___ Python tracker <https://bugs.python.org/issue18

[issue36511] Add Windows ARM32 buildbot

2019-08-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +15247 pull_request: https://github.com/python/cpython/pull/15571 ___ Python tracker <https://bugs.python.org/issue36

[issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English

2019-08-28 Thread miss-islington
miss-islington added the comment: New changeset 554143ebc2546e0b8b722dfafe397c0316f29980 by Miss Islington (bot) in branch '3.7': bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736) https://github.com/p

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