[issue29677] clarify docs about 'round()' accepting a negative integer for ndigits

2017-03-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 85deefcf61d3cc192846f41a4ccc6df17da60c98 by Mariatta (csabella) in branch 'master': bpo-29677: DOC: clarify documentation for `round` (GH-877) https://github.com/python/cpython/commit/85deefcf61d3cc192846f41a4ccc6df17da60c98

[issue16011] "in" should be consistent with return value of __contains__

2017-03-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks everyone :) Patch has been merged and backported to 3.6, 3.5, and 2.7. -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <rep...@bugs.pytho

[issue16011] "in" should be consistent with return value of __contains__

2017-03-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset fd704a02ca8713b0dae644f7f182f3e3d1218dbf by Mariatta in branch '2.7': bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-883) https://github.com/python/cpython/commit/fd704a02ca8713b0dae644f7f182f3e3d1218dbf

[issue16011] "in" should be consistent with return value of __contains__

2017-03-28 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +785 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29928] Add f-strings to Glossary

2017-03-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Since this ticket is about adding f-strings to the Glossary, let's keep this as discussions about the inclusion of f-strings in the Glossary. If others want to add (byte|raw|unicode)-strings into the Glossary, they can open another ticket. Thanks :) P.S

[issue16011] "in" should be consistent with return value of __contains__

2017-03-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset c4021af50526f488c0c280e7c7eaa83ef80ae1df by Mariatta in branch '3.6': bpo-16011: clarify that 'in' always returns a boolean value (GH-874) https://github.com/python/cpython/commit/c4021af50526f488c0c280e7c7eaa83ef80ae1df

[issue16011] "in" should be consistent with return value of __contains__

2017-03-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 0957f262c5e47167efd520624557aebdc61bfda8 by Mariatta in branch '3.5': bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-875) https://github.com/python/cpython/commit/0957f262c5e47167efd520624557aebdc61bfda8

[issue16011] "in" should be consistent with return value of __contains__

2017-03-28 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +772 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue16011] "in" should be consistent with return value of __contains__

2017-03-28 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +773 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29928] Add f-strings to Glossary

2017-03-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: The abstract of PEP 498 states: ``` In this PEP, such strings will be referred to as "f-strings", taken from the leading character used to denote such strings, and standing for "for

[issue29928] Add f-strings to Glossary

2017-03-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue29928] Add f-strings to Glossary

2017-03-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +764 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29928] Add f-strings to Glossary

2017-03-27 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: The Glossary section should mention f-strings, starting in Python 3.6. -- assignee: docs@python components: Documentation messages: 290682 nosy: Mariatta, docs@python priority: normal severity: normal status: open title: Add f-strings to Glossary

[issue29677] clarify docs about 'round()' accepting a negative integer for ndigits

2017-03-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: GH-357 is: https://github.com/python/cpython/pull/357/files :) -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29677] clarify docs about 'round()' accepting a negative integer for ndigits

2017-03-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Cheryl, thank you for your interest in working on this issue. The original issue has been addressed in Gerrit Holl's PR. But it seems like the docs can be further improved. Here is Victor's comment about it: (copied from GH-357) ``` while we are modifying

[issue29677] clarify docs about 'round()' accepting a negative integer for ndigits

2017-03-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 8994f36287b068e8ea9a9230fc90eda72bf5fff0 by Mariatta in branch '3.5': bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-863) https://github.com/python/cpython/commit/8994f36287b068e8ea9a9230fc90eda72bf5fff0

[issue29677] clarify docs about 'round()' accepting a negative integer for ndigits

2017-03-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 596506216104613591218c2896cdb49fa0b7e5bb by Mariatta in branch '3.6': bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-862) https://github.com/python/cpython/commit/596506216104613591218c2896cdb49fa0b7e5bb -- nosy

[issue29677] clarify docs about 'round()' accepting a negative integer for ndigits

2017-03-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +763 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29677] clarify docs about 'round()' accepting a negative integer for ndigits

2017-03-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +762 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29677] clarify docs about 'round()' accepting a negative integer for ndigits

2017-03-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- versions: +Python 2.7, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29920] Document cgitb.text and cgitb.html

2017-03-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- versions: +Python 3.5 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29162] pyshell.py: name 'sys' is not defined

2017-03-26 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +736 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29862] Fix grammar typo in importlib.reload() exception

2017-03-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I merged Mandeep's PR and backported it into 3.5 and 3.6. Thanks all :) -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.5, Python 3.6 ___ Python tra

[issue29862] Fix grammar typo in importlib.reload() exception

2017-03-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 55717b4b487a9ccc119ca501fad71937fa01d1f6 by Mariatta in branch '3.5': bpo-29862: Fix grammar in importlib.reload() exception (GH-809) (GH-812) https://github.com/python/cpython/commit/55717b4b487a9ccc119ca501fad71937fa01d1f6

[issue29862] Fix grammar typo in importlib.reload() exception

2017-03-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 8b82236952619c3838865ff535e5ce77b59b4a78 by Mariatta in branch '3.6': bpo-29862: Fix grammar in importlib.reload() exception (GH-809) (GH-811) https://github.com/python/cpython/commit/8b82236952619c3838865ff535e5ce77b59b4a78

[issue29862] Fix grammar typo in importlib.reload() exception

2017-03-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +719 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29862] Fix grammar typo in importlib.reload() exception

2017-03-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +718 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29862] Fix grammar typo in importlib.reload() exception

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9f0aa4843f8c26937d5817f27cac4aae9c0a034f by Mariatta (Mandeep Bhutani) in branch 'master': bpo-29862: Fix grammar in importlib.reload() exception (GH-809) https://github.com/python/cpython/commit/9f0aa4843f8c26937d5817f27cac4aae9c0a034f

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: PR was merged and backported into 3.6. Thanks all :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 5dafaece67cb576ef96579fb5ddcbf62e0827b0d by Mariatta in branch '3.6': bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) (GH-810) https://github.com/python/cpython/commit/5dafaece67cb576ef96579fb5ddcbf62e0827b0d

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +717 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 29540cdf6c66df9f806375a95078c0c63192ef78 by Mariatta (NAKAMURA Osamu) in branch 'master': bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) https://github.com/python/cpython/commit/29540cdf6c66df9f806375a95078c0c63192ef78

[issue29474] Grammatical errors in weakref.WeakValueDictionary docs

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ae828714ebdb7a0d69bf23c1f6d606e5e63bdcfe by Mariatta in branch '3.5': bpo-29474: Improve documentation for weakref.WeakValueDictionary (#23) https://github.com/python/cpython/commit/ae828714ebdb7a0d69bf23c1f6d606e5e63bdcfe

[issue29474] Grammatical errors in weakref.WeakValueDictionary docs

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 308f789d00735e6707dbc5c8f60a1c8cf245fb4b by Mariatta in branch '3.6': bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22) https://github.com/python/cpython/commit/308f789d00735e6707dbc5c8f60a1c8cf245fb4b

[issue29474] Grammatical errors in weakref.WeakValueDictionary docs

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3110a379bbb1ec10a84d70a2f0faffcf8d22c7ed by Mariatta in branch 'master': bpo-29474: Improve documentation for weakref.WeakValueDictionary (#10) https://github.com/python/cpython/commit/3110a379bbb1ec10a84d70a2f0faffcf8d22c7ed

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset cabd1c7462ef991937e0e759b9bf307b3091ef06 by Mariatta in branch '3.5': [backport to 3.5] bpo-28929: Link the documentation to its source file on GitHub (#36) https://github.com/python/cpython/commit/cabd1c7462ef991937e0e759b9bf307b3091ef06

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e15259c2dfef58df5f7cfa2305811a00c05e0353 by Mariatta in branch '2.7': bpo-28929: Link the documentation to its source file on GitHub (#38) https://github.com/python/cpython/commit/e15259c2dfef58df5f7cfa2305811a00c05e0353

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset d4a97d894859d4bb52937d46460049ba016e00b2 by Mariatta in branch 'master': bpo-28929: Link the documentation to its source file on GitHub (#35) https://github.com/python/cpython/commit/d4a97d894859d4bb52937d46460049ba016e00b2

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset f66c81ff499fb431e56bc68f5e39c2f7b9fcb6a7 by Mariatta in branch '3.6': [backport to 3.6] bpo-28929: Link the documentation to its source file on GitHub (#37) https://github.com/python/cpython/commit/f66c81ff499fb431e56bc68f5e39c2f7b9fcb6a7

[issue28556] typing.py upgrades

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b692dc8475a032740576129d0990ddc3edccab2b by Mariatta (Ivan Levkivskyi) in branch 'master': bpo-28556: Various updates to typing (#28) https://github.com/python/cpython/commit/b692dc8475a032740576129d0990ddc3edccab2b

[issue28556] typing.py upgrades

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9c5684e0d380cf5bc109888603756084588ce617 by Mariatta in branch '3.5': bpo-28556: Various updates to typing (#28) (#78) https://github.com/python/cpython/commit/9c5684e0d380cf5bc109888603756084588ce617

[issue28556] typing.py upgrades

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 0230e64d2c976ab755c145e97bf86032e0fe3a53 by Mariatta in branch '3.6': bpo-28556: Various updates to typing (#28) (#77) https://github.com/python/cpython/commit/0230e64d2c976ab755c145e97bf86032e0fe3a53

[issue29521] Minor warning messages when compiling documentation

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 38c8354f3204441f6c6bd22213b449d2d8954fcc by Mariatta in branch '3.5': bpo-29521 Fix two minor documentation build warnings (#41) (#84) https://github.com/python/cpython/commit/38c8354f3204441f6c6bd22213b449d2d8954fcc

[issue29521] Minor warning messages when compiling documentation

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset db3deb98e969d3f43b169cd320abd46b21a10c6d by Mariatta in branch '3.6': bpo-29521 Fix two minor documentation build warnings (#41) (#83) https://github.com/python/cpython/commit/db3deb98e969d3f43b169cd320abd46b21a10c6d -- nosy: +Mariatta

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 23d2c31cbf3032b8c6bb254f06c4532a6db466b6 by Mariatta in branch '2.7': [2.7] bpo-28929: Add to Misc/NEWS (GH-286) https://github.com/python/cpython/commit/23d2c31cbf3032b8c6bb254f06c4532a6db466b6

[issue28556] typing.py upgrades

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 365cb5bb9069273e6970c9d5d17ee2fe5003e7ac by Mariatta (Ivan Levkivskyi) in branch 'master': bpo-28556: Fix regression that sneaked into recent typing updates (GH-270) https://github.com/python/cpython/commit

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 5023686f7ee69e9da07cda4b7da6691f19892111 by Mariatta in branch '3.5': [3.5] bpo-28929: Add to Misc/NEWS (GH-285) https://github.com/python/cpython/commit/5023686f7ee69e9da07cda4b7da6691f19892111

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1a8dd944d4016593e78a7a6c3c635adee783abfd by Mariatta in branch '3.6': [3.6] bpo-28929: Add to Misc/NEWS (GH-284) https://github.com/python/cpython/commit/1a8dd944d4016593e78a7a6c3c635adee783abfd

[issue28556] typing.py upgrades

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset bc33cd4e7a36ed4c309807ca9a911ef955582710 by Mariatta in branch '3.5': [3.5] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-269) https://github.com/python/cpython/commit/bc33cd4e7a36ed4c309807ca9a911ef955582710

[issue28556] typing.py upgrades

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset bea9d2f6488f01794098d9fd4710b98df1bd9472 by Mariatta in branch '3.6': [3.6] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-268) https://github.com/python/cpython/commit/bea9d2f6488f01794098d9fd4710b98df1bd9472

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e3bf4cdd3db9004220d3ec7f5db4e7d16a99c743 by Mariatta in branch 'master': bpo-28929: Add to Misc/NEWS (GH-112) https://github.com/python/cpython/commit/e3bf4cdd3db9004220d3ec7f5db4e7d16a99c743

[issue29648] Missed reference to create_module() in versionadded (import.rst)

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 63ed9bc94d8df45b16aee9b92f658ebb34aa1012 by Mariatta in branch '3.5': bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-315) https://github.com/python/cpython/commit/63ed9bc94d8df45b16aee9b92f658ebb34aa1012

[issue22594] Add a link to the regex module in re documentation

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset c8e20218d77c5b8c16fd76d45612ae48ca3fba91 by Mariatta in branch '2.7': bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321) https://github.com/python/cpython/commit/c8e20218d77c5b8c16fd76d45612ae48ca3fba91

[issue22594] Add a link to the regex module in re documentation

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ed6795e46f7653e23b862efad240a93453e7df97 by Mariatta (Marco Buttu) in branch 'master': bpo-22594: Add a link to the regex module in re documentation (GH-241) https://github.com/python/cpython/commit/ed6795e46f7653e23b862efad240a93453e7df97

[issue29648] Missed reference to create_module() in versionadded (import.rst)

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 46ce7599af82a929506baeaaee5c149970440c4c by Mariatta (Marco Buttu) in branch 'master': bpo-29648: import.rst: Add reference to create_module() (GH-290) https://github.com/python/cpython/commit/46ce7599af82a929506baeaaee5c149970440c4c

[issue29648] Missed reference to create_module() in versionadded (import.rst)

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 7333d1760e12cf27bcf63265f72521892285c10a by Mariatta in branch '3.6': bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-314) https://github.com/python/cpython/commit/7333d1760e12cf27bcf63265f72521892285c10a

[issue26184] Add versionchanged note for error when create_module() is not defined by loaders

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6b4a5f45e2df524174a97832571c82c76a3d424a by Mariatta in branch 'master': bpo-26184: import.rst: Improve versionchanged note (GH-277) https://github.com/python/cpython/commit/6b4a5f45e2df524174a97832571c82c76a3d424a

[issue22594] Add a link to the regex module in re documentation

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1457984c003b1e461f8aab93bfc37fd8e42312d5 by Mariatta in branch '3.6': bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-316) https://github.com/python/cpython/commit/1457984c003b1e461f8aab93bfc37fd8e42312d5

[issue22594] Add a link to the regex module in re documentation

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 21c697fd1073d6ab59e2ba82ea80bc81b9c4125c by Mariatta in branch '3.5': bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-317) https://github.com/python/cpython/commit/21c697fd1073d6ab59e2ba82ea80bc81b9c4125c

[issue26184] Add versionchanged note for error when create_module() is not defined by loaders

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset deea29e61e61f0e216bff3f0ca008f5ee231793f by Mariatta in branch '3.6': bpo-26184: import.rst: Improve versionchanged note (GH-277) (#320) https://github.com/python/cpython/commit/deea29e61e61f0e216bff3f0ca008f5ee231793f

[issue26184] Add versionchanged note for error when create_module() is not defined by loaders

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1f5639c77f736c18fb5a85b4a1850121e25c788e by Mariatta in branch 'master': bpo-26184: import.rst: Improve versionchanged note (GH-325) https://github.com/python/cpython/commit/1f5639c77f736c18fb5a85b4a1850121e25c788e

[issue26184] Add versionchanged note for error when create_module() is not defined by loaders

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 7e4897a2fb91e49f131a42ed6de88b5185f7dea8 by Mariatta in branch '3.6': bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326) https://github.com/python/cpython/commit/7e4897a2fb91e49f131a42ed6de88b5185f7dea8

[issue29026] time.time() documentation should mention UTC timezone

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 8c851fa3d3044d5bc53e9f931129f5987ece401d by Mariatta in branch '3.5': bpo-29026: Clarify documentation of time.time (GH-34) (GH-418) https://github.com/python/cpython/commit/8c851fa3d3044d5bc53e9f931129f5987ece401d

[issue29026] time.time() documentation should mention UTC timezone

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b8f5d07158f171a18be4d42f9769d3c9c073e748 by Mariatta in branch '3.6': bpo-29026: Clarify documentation of time.time (GH-34) (GH-417) https://github.com/python/cpython/commit/b8f5d07158f171a18be4d42f9769d3c9c073e748

[issue29709] Short-circuiting not only on False and True

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 8eb531d9db0861e14222445fcaebe1a373bba170 by Mariatta in branch 'master': bpo-29709: Improve Boolean Operations documentation (#433) https://github.com/python/cpython/commit/8eb531d9db0861e14222445fcaebe1a373bba170

[issue29709] Short-circuiting not only on False and True

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1936ba93c900d47d0c8c915184ac2fa7773c952e by Mariatta in branch '3.6': bpo-29709: Improve Boolean Operations documentation (#433) (#437) https://github.com/python/cpython/commit/1936ba93c900d47d0c8c915184ac2fa7773c952e

[issue29709] Short-circuiting not only on False and True

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6e965d9e78b278f2f720a932e7b149cb7d88bd72 by Mariatta in branch '3.5': bpo-29709: Improve Boolean Operations documentation (#433) (#436) https://github.com/python/cpython/commit/6e965d9e78b278f2f720a932e7b149cb7d88bd72

[issue29709] Short-circuiting not only on False and True

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset fc59e5c7073af4d9255644a83933dd5b14c7f722 by Mariatta in branch '2.7': bpo-29709: Improve Boolean Operations documentation (#433) (#438) https://github.com/python/cpython/commit/fc59e5c7073af4d9255644a83933dd5b14c7f722

[issue29557] binhex documentation claims unknown bug

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 130c4ec5fbeb0878b88ec6aa06e47c9672566c17 by Mariatta in branch '3.6': bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-475) https://github.com/python/cpython/commit/130c4ec5fbeb0878b88ec6aa06e47c9672566c17

[issue29557] binhex documentation claims unknown bug

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6b7bc45e33ec953c542788420adc305ec026fa40 by Mariatta in branch '3.5': bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-474) https://github.com/python/cpython/commit/6b7bc45e33ec953c542788420adc305ec026fa40 -- nosy: +Mariatta

[issue29680] gdb/libpython.py does not work with gdb 7.2

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: PR has been merged and backported into 3.6. If there is nothing else, please close this :) Thanks. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29680] gdb/libpython.py does not work with gdb 7.2

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 23b26c4e206427a9e0a1d39240c17a049cf8c732 by Mariatta in branch '3.6': Fixes bpo-29680: Older gdb does not have gdb.error. (GH-363) (GH-534) https://github.com/python/cpython/commit/23b26c4e206427a9e0a1d39240c17a049cf8c732 -- nosy

[issue28739] PEP 498: docstrings as f-strings

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset d4e89287b397c7382c12d3f3d9fd901fd8243b3c by Mariatta in branch 'master': bpo-28739: Document that f-strings cannot be used as docstring (GH-592) https://github.com/python/cpython/commit/d4e89287b397c7382c12d3f3d9fd901fd8243b3c

[issue28739] PEP 498: docstrings as f-strings

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ff6f3716279e75b2519133a82b9de0c3601963d9 by Mariatta in branch '3.6': bpo-28739: Document that f-strings cannot be used as docstring (GH-592) (GH-600) https://github.com/python/cpython/commit/ff6f3716279e75b2519133a82b9de0c3601963d9

[issue29862] Fix grammar typo in importlib.reload() exception

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Does this need backport to 3.5/3.6? -- nosy: +Mariatta ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29784] Erroneous link in shutil.copy description

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 701f13ab930b62a634579951dc610f737f461135 by Mariatta in branch '3.6': bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-608) https://github.com/python/cpython/commit/701f13ab930b62a634579951dc610f737f461135

[issue29784] Erroneous link in shutil.copy description

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 70ee0cd5c2a3dba82cb8e0c0742c012f9134c040 by Mariatta in branch 'master': bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) https://github.com/python/cpython/commit/70ee0cd5c2a3dba82cb8e0c0742c012f9134c040

[issue29784] Erroneous link in shutil.copy description

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 518d8fcb89896dd30fbf11c667ee4e6b509e4dd9 by Mariatta in branch '3.5': bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-609) https://github.com/python/cpython/commit/518d8fcb89896dd30fbf11c667ee4e6b509e4dd9

[issue29820] Broken link to "GUI Programming with Python: QT Edition" book

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1bb0f3762ec5104014aeed0ae6e9d64598d8fcac by Mariatta (Marco Buttu) in branch 'master': bpo-29820: othergui.rst: Remove outdated information (GH-685) https://github.com/python/cpython/commit/1bb0f3762ec5104014aeed0ae6e9d64598d8fcac

[issue29820] Broken link to "GUI Programming with Python: QT Edition" book

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3fce38c540681a736b7e5ca7611758f7bc159c9e by Mariatta in branch '3.6': bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-688) https://github.com/python/cpython/commit/3fce38c540681a736b7e5ca7611758f7bc159c9e

[issue29820] Broken link to "GUI Programming with Python: QT Edition" book

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 091d90f9a429b81b046cb83582062941f8ded9da by Mariatta in branch '3.5': bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-689) https://github.com/python/cpython/commit/091d90f9a429b81b046cb83582062941f8ded9da

[issue29856] curses online documentation typo

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset d1f566f6bddc67e9870eaa75ae477208b9a199be by Mariatta in branch '3.6': bpo-29856: Fix typo in curses documentation (GH-730) (GH-731) https://github.com/python/cpython/commit/d1f566f6bddc67e9870eaa75ae477208b9a199be

[issue29856] curses online documentation typo

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 91f79db02acb9f82c738bb0b2f7bfc3260b90930 by Mariatta in branch '2.7': bpo-29856: Fix typo in curses documentation (GH-730) (GH-733) https://github.com/python/cpython/commit/91f79db02acb9f82c738bb0b2f7bfc3260b90930

[issue29856] curses online documentation typo

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 64508780d72769e4c7afc67a511c057261c578f6 by Mariatta in branch 'master': bpo-29856: Fix typo in curses documentation (GH-730) https://github.com/python/cpython/commit/64508780d72769e4c7afc67a511c057261c578f6

[issue29856] curses online documentation typo

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 7cc071c96b95e7422f64cb436d547c952e0ca52f by Mariatta in branch '3.5': bpo-29856: Fix typo in curses documentation (GH-730) (GH-732) https://github.com/python/cpython/commit/7cc071c96b95e7422f64cb436d547c952e0ca52f

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- assignee: docs@python -> Mariatta nosy: +Mariatta ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue29728] Expose TCP_NOTSENT_LOWAT

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1e2147b9d75a64df370a9393c2b5b9d170dc0afd by Mariatta (Nathaniel J. Smith) in branch 'master': bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477) https://github.com/python/cpython/commit/1e2147b9d75a64df370a9393c2b5b9d170dc0afd

[issue29884] faulthandler does not properly restore sigaltstack during teardown

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: PR was merged and backported into 3.5 and 3.6, so I'm closing this. Thanks, Christophe :) -- nosy: +Mariatta resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.5, Python 3.6, P

[issue29892] change statement for open() is splited into two part in middle of sentence.

2017-03-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: -> patch review versions: +Python 3.7 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue20552] Use specific asserts in bytes tests

2017-03-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I think this should only go to 3.7 now. -- nosy: +Mariatta versions: +Python 3.7 -Python 3.5 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue14965] super() and property inheritance behavior

2017-03-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- versions: +Python 3.7 -Python 3.5 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24796] Deleting names referencing from enclosed and enclosing scopes

2017-03-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the PR, Ivan. Merged and backported to 3.5 and 3.6. -- nosy: +Mariatta resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <rep...@bugs.pytho

[issue24796] Deleting names referencing from enclosed and enclosing scopes

2017-03-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +681 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24796] Deleting names referencing from enclosed and enclosing scopes

2017-03-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +680 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29728] Expose TCP_NOTSENT_LOWAT

2017-03-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks, Nathaniel. I merged your patch :) -- nosy: +Mariatta resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http

[issue29869] Underscores in numeric literals not supported in lib2to3.

2017-03-21 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: -> patch review versions: +Python 3.7 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue24796] Deleting names referencing from enclosed and enclosing scopes

2017-03-20 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- keywords: +easy stage: -> needs patch versions: +Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue29856] curses online documentation typo

2017-03-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Typo fixed and backported into 2.7, 3.5 and 3.6. Thanks :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http

[issue29856] curses online documentation typo

2017-03-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +646 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29856] curses online documentation typo

2017-03-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +647 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

<    4   5   6   7   8   9   10   11   12   >