[issue32837] IDLE: require encoding argument for textview.view_file

2018-02-12 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 65c32bbe85862ab5eb52a0d4340e844e13d0f7ee by Miss Islington (bot) in branch '3.7': bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) https://github.com/python/cpython/

[issue29248] os.readlink fails on Windows

2018-02-12 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5445 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32826] idle test fails at least on the 3.6 branch

2018-02-12 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 46daf39453023767eef3b6876d4a34996e124397 by Miss Islington (bot) in branch '3.6': bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) https://github.co

[issue32826] idle test fails at least on the 3.6 branch

2018-02-12 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 38b4dd7f83fbdce6fe970088cd89b80f074a13f6 by Miss Islington (bot) in branch '3.7': bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) https://github.co

[issue32837] IDLE: require encoding argument for textview.view_file

2018-02-12 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 9fad857444d90b9c6c36c31f5f07e57f390a70f2 by Miss Islington (bot) in branch '3.6': bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) https://github.com/python/cpython/

[issue32800] Replace deprecated link to new page on w3c site

2018-02-10 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5421 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue11015] Bring test.support docs up to date

2018-02-11 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5428 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32604] Expose the subinterpreters C-API in Python for testing use.

2018-02-11 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5432 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32815] Document text parameter to subprocess.Popen

2018-02-11 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5435 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32800] Replace deprecated link to new page on w3c site

2018-02-10 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5423 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32800] Replace deprecated link to new page on w3c site

2018-02-10 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5422 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32792] ChainMap should preserve order of underlying mappings

2018-02-11 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5427 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32720] Format mini-language integer definition is incorrect

2018-02-12 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 6708be744d032aeffab3e2cf0b064a41a719d8a1 by Miss Islington (bot) in branch '3.6': bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5547) https://github.com/python/c

[issue30579] Allow traceback objects to be instantiated/mutated/annotated

2018-02-13 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 53374cc57f33f1afb22924da3a76ec6cf9e4afc1 by Miss Islington (bot) in branch '3.7': bpo-30579: Docs for dynamic traceback creation (GH-5653) https://github.com/python/cpython/

[issue31787] various refleaks when calling the __init__() method of an object more than once

2018-02-13 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset ef20abed7f2ae0ba54b1d287f5fe601be80c1128 by Miss Islington (bot) in branch '3.7': bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) https://github.com/python/cpython/

[issue30579] Allow traceback objects to be instantiated/mutated/annotated

2018-02-13 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5457 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32827] Fix incorrect usage of _PyUnicodeWriter_Prepare()

2018-02-12 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5452 stage: commit review -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32827] Fix incorrect usage of _PyUnicodeWriter_Prepare()

2018-02-12 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5453 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32370] Wrong ANSI encoding used by subprocess for some locales

2018-02-13 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 9b5a90b975ef32b261d60b8ec06504f4ffd00d63 by Miss Islington (bot) in branch '3.7': bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608) https://github.com/python/c

[issue31787] various refleaks when calling the __init__() method of an object more than once

2018-02-13 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5459 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32370] Wrong ANSI encoding used by subprocess for some locales

2018-02-12 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5454 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32827] Fix incorrect usage of _PyUnicodeWriter_Prepare()

2018-02-13 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5458 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32827] Fix incorrect usage of _PyUnicodeWriter_Prepare()

2018-02-13 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 310b424c476e3de3370990e5b9a10acc64ed17f8 by Miss Islington (bot) in branch '3.6': bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636) https://github.com/

[issue31787] various refleaks when calling the __init__() method of an object more than once

2018-02-13 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5464 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue31787] various refleaks when calling the __init__() method of an object more than once

2018-02-13 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 5d0d0eaf3ccee4349a5bed6e7741d09d56f2ab50 by Miss Islington (bot) in branch '3.6': bpo-31787: Skip refleak check when _hashlib is not available (GH-5660) https://github.com/python/cpython/

[issue31787] various refleaks when calling the __init__() method of an object more than once

2018-02-13 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5465 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue31787] various refleaks when calling the __init__() method of an object more than once

2018-02-13 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset e81a6c86c89da02a0da719926198ab72edab2e05 by Miss Islington (bot) in branch '3.7': bpo-31787: Skip refleak check when _hashlib is not available (GH-5660) https://github.com/python/cpython/

[issue27846] Base64 expansion factor is 4 to 3, not 6 to 4

2018-02-13 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5470 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue27846] Base64 expansion factor is 4 to 3, not 6 to 4

2018-02-13 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5471 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32841] Asyncio.Condition prevents cancellation

2018-02-14 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5477 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32841] Asyncio.Condition prevents cancellation

2018-02-14 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5478 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32841] Asyncio.Condition prevents cancellation

2018-02-14 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 8caee0fa572e8ced00df553a7bdca49ddaf729e8 by Miss Islington (bot) in branch '3.7': bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) https://github.com/python/cpython/

[issue32775] fnmatch.translate() can produce a pattern which emits a nested set warning

2018-02-09 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5412 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32777] subprocess: child_exec() uses _Py_set_inheritable() which is not async-signal-safe

2018-02-05 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5385 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32777] subprocess: child_exec() uses _Py_set_inheritable() which is not async-signal-safe

2018-02-05 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5386 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32852] trace changes sys.argv from list to tuple

2018-02-16 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5506 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32852] trace changes sys.argv from list to tuple

2018-02-16 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset dda938683c48197ab7e775144136f433a5d43103 by Miss Islington (bot) in branch '3.6': bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692) https://github.com/python/cpython/

[issue32852] trace changes sys.argv from list to tuple

2018-02-16 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset afb5e5583694798793d44f35f901aa912ece278a by Miss Islington (bot) in branch '3.7': bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692) https://github.com/python/cpython/

[issue32604] Expose the subinterpreters C-API in Python for testing use.

2018-02-16 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5499 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32860] Definition of iglob does not mention single star (unlike glob)

2018-02-16 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 0f764110593b337161e9321671dc13b54ca0cf95 by Miss Islington (bot) in branch '3.7': bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712) https://github.com/python/c

[issue32852] trace changes sys.argv from list to tuple

2018-02-16 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5507 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32860] Definition of iglob does not mention single star (unlike glob)

2018-02-16 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5505 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32860] Definition of iglob does not mention single star (unlike glob)

2018-02-16 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5504 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32860] Definition of iglob does not mention single star (unlike glob)

2018-02-16 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 76591bc03a26e8fde143c25cb88a98f1c96f8bc2 by Miss Islington (bot) in branch '3.6': bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712) https://github.com/python/c

[issue30638] Additional dependencies and rule for `make regen-all`

2018-02-17 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5509 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue30638] Additional dependencies and rule for `make regen-all`

2018-02-17 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset d5be8e13b0ccf4473300d3a1672fc113702cf66c by Miss Islington (bot) in branch '3.7': bpo-30638: Add clinic to `make regen-all` (GH-5671) https://github.com/python/cpython/

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-02-19 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5543, 5544 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-02-19 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5543 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-02-19 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5545 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32604] Expose the subinterpreters C-API in Python for testing use.

2018-02-20 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5564 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-02-20 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 2b9726eb647e856d83eafdc30cdbbc31a5920ab6 by Miss Islington (bot) in branch '3.6': bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240) https://gith

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-02-20 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 1d927d4feba856cacc026a9167ba38c73a4e7657 by Miss Islington (bot) in branch '3.7': bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240) https://gith

[issue32008] Example suggest to use a TLSv1 socket

2018-02-20 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5572 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32008] Example suggest to use a TLSv1 socket

2018-02-20 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset f8a794c04c8d375da279fc830770a5e6b4f363fb by Miss Islington (bot) in branch '3.6': bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) https://github.com/python/cpython/

[issue32889] Valgrind suppressions need updating

2018-02-20 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5575 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32008] Example suggest to use a TLSv1 socket

2018-02-20 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset e5d38deb045d0907e6fcf82af8d2d8f0556a8591 by Miss Islington (bot) in branch '3.7': bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) https://github.com/python/cpython/

[issue32889] Valgrind suppressions need updating

2018-02-20 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 1e8bc25594db3f36a3f228531bce0ed1b99c2d8d by Miss Islington (bot) in branch '3.6': bpo-32889: update valgrind suppressions (GH-5779) https://github.com/python/cpython/

[issue32540] venv docs - doesn't match behavior

2018-02-20 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5567 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32540] venv docs - doesn't match behavior

2018-02-20 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5566 stage: backport needed -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32008] Example suggest to use a TLSv1 socket

2018-02-20 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5571 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue28886] Move deprecated abc module decorators to separate section in docs

2018-02-20 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5569 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue28886] Move deprecated abc module decorators to separate section in docs

2018-02-20 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5568 stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32889] Valgrind suppressions need updating

2018-02-20 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- keywords: +patch pull_requests: +5574 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32889] Valgrind suppressions need updating

2018-02-20 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 69607b4ecf917aea59632ff72695a97a6689ed8c by Miss Islington (bot) in branch '3.7': bpo-32889: update valgrind suppressions (GH-5779) https://github.com/python/cpython/

[issue32905] IDLE: remove unused code in pyparse module

2018-02-21 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5585 stage: test needed -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32874] IDLE: Add tests for pyparse

2018-02-21 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5581 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32874] IDLE: Add tests for pyparse

2018-02-21 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset c59bc98fb26ff1a2361f168a97da4a5f6c1e5b43 by Miss Islington (bot) in branch '3.7': bpo-32874: IDLE: add tests for pyparse (GH-5755) https://github.com/python/cpython/

[issue32898] [BUILD] Using COUNT_ALLOCS breaks build

2018-02-21 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5583 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32898] [BUILD] Using COUNT_ALLOCS breaks build

2018-02-21 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset bc2e1104693fd471b96ecac5b2ab4cffa09830ab by Miss Islington (bot) in branch '3.7': closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800) https://github.com/python/cpython/

[issue32905] IDLE: remove unused code in pyparse module

2018-02-21 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset dfa1144582e19e5fee2c07e6b7e281da1bef7782 by Miss Islington (bot) in branch '3.7': bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) https://github.com/python/cpython/

[issue32874] IDLE: Add tests for pyparse

2018-02-21 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5582 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32874] IDLE: Add tests for pyparse

2018-02-21 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 52064c3d8a62c8c14967ec1e004927e9297bb62c by Miss Islington (bot) in branch '3.6': bpo-32874: IDLE: add tests for pyparse (GH-5755) https://github.com/python/cpython/

[issue32905] IDLE: remove unused code in pyparse module

2018-02-21 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset d8e7b98b17cd2cc15b307f54a768c9ca31072b5f by Miss Islington (bot) in branch '3.6': bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) https://github.com/python/cpython/

[issue32905] IDLE: remove unused code in pyparse module

2018-02-21 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5586 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32859] os.dup2() tests dup3() availability on each call

2018-02-19 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5547 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32859] os.dup2() tests dup3() availability on each call

2018-02-19 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5548 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue21060] Better error message for setup.py upload command without sdist/bdist

2018-02-18 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5530 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32869] Incorrect dst buffer size for MultiByteToWideChar in _Py_fopen_obj

2018-02-18 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset ca82e3c0ec4d0d5ce4e1ffec98cc341cb5913446 by Miss Islington (bot) in branch '3.7': bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739) https://github.com/python/cpython/

[issue32869] Incorrect dst buffer size for MultiByteToWideChar in _Py_fopen_obj

2018-02-18 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 65a13c19e86488119cc9bc192f5a0b846d90940f by Miss Islington (bot) in branch '3.6': bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739) https://github.com/python/cpython/

[issue31333] Implement ABCMeta in C

2018-02-18 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5522 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue21060] Better error message for setup.py upload command without sdist/bdist

2018-02-18 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5526 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue31333] Implement ABCMeta in C

2018-02-18 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 034a945fa723bf68ca4127bb43bfa5c5be899f17 by Miss Islington (bot) in branch '3.7': bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744) https://github.com/python/cpython/

[issue31972] Inherited docstrings for pathlib classes are confusing

2018-02-18 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 5c81ed49412e41a671283cdb4c297dab52f5b7c5 by Miss Islington (bot) in branch '3.6': bpo-31972: Improve docstrings for pathlib classes (GH-5310) https://github.com/python/cpython/

[issue31972] Inherited docstrings for pathlib classes are confusing

2018-02-18 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5524 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue31972] Inherited docstrings for pathlib classes are confusing

2018-02-18 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 19b7f6694af56a1c9fdc0f1f9fc09ae48439ab4c by Miss Islington (bot) in branch '3.7': bpo-31972: Improve docstrings for pathlib classes (GH-5310) https://github.com/python/cpython/

[issue32682] test_zlib improve version parsing

2018-02-18 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5527 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32682] test_zlib improve version parsing

2018-02-18 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 0cd35817e8278588f04dc574f6eca53273799f25 by Miss Islington (bot) in branch '3.7': bpo-32682: Improve libz version parsing in test_zilb (GH-5347) https://github.com/python/cpython/

[issue31972] Inherited docstrings for pathlib classes are confusing

2018-02-18 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5523 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue20160] broken ctypes calling convention on MSVC / 64-bit Windows (large structs)

2018-02-18 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5529 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32682] test_zlib improve version parsing

2018-02-18 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5528 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32682] test_zlib improve version parsing

2018-02-18 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset b0fd935360e81b6bb4733deed69f51516c771f7a by Miss Islington (bot) in branch '3.6': bpo-32682: Improve libz version parsing in test_zilb (GH-5347) https://github.com/python/cpython/

[issue32500] PySequence_Length() raises TypeError on dict type

2018-02-20 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5557 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32500] PySequence_Length() raises TypeError on dict type

2018-02-20 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5554 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32500] PySequence_Length() raises TypeError on dict type

2018-02-20 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5556 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue30449] Improve __slots__ datamodel documentation

2018-02-22 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- keywords: +patch pull_requests: +5590 stage: backport needed -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32457] Windows Python cannot handle an early PATH entry containing ".." and python.exe

2018-02-22 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5592 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32556] support bytes paths in nt _getdiskusage, _getvolumepathname, and _getfinalpathname

2018-02-22 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5591 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32556] support bytes paths in nt _getdiskusage, _getvolumepathname, and _getfinalpathname

2018-02-22 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 01dd52fb29566893dde59dea7bca582625c04762 by Miss Islington (bot) in branch '3.7': bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (G

[issue10381] Add timezone support to datetime C API

2018-02-22 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5596 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32838] Fix Python versions in the table of magic numbers

2018-02-22 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +5595 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

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