[issue28739] PEP 498: docstrings as f-strings

2017-03-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +494 ___ Python tracker <http://bugs.python.org/issue28739> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29784] Erroneous link in shutil.copy description

2017-03-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +496 ___ Python tracker <http://bugs.python.org/issue29784> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28739] PEP 498: docstrings as f-strings

2017-03-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for reviewing, Serhiy and Eric. Documentation has been updated and backported to 3.6. OK to close this issue? -- ___ Python tracker <http://bugs.python.org/issue28

[issue28739] PEP 498: docstrings as f-strings

2017-03-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue29784] Erroneous link in shutil.copy description

2017-03-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +503 ___ Python tracker <http://bugs.python.org/issue29784> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29784] Erroneous link in shutil.copy description

2017-03-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +504 ___ Python tracker <http://bugs.python.org/issue29784> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29784] Erroneous link in shutil.copy description

2017-03-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks all :) I fixed the two references to copy() in shutil docs, and backported to 3.5 and 3.6. Since this particular issue is fixed, I'm closing this. If people find other incorrect references, they can open another ticket. -- resol

[issue29387] Tabs vs spaces FAQ out of date

2017-03-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Just a question, does this need backport to 2.7? It's only been backported to 3.5 and 3.6. -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/is

[issue29387] Tabs vs spaces FAQ out of date

2017-03-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks, Martin, and thanks Jim for the ping. I'll backport the change to 2.7 later today, and then this issue can be closed :) -- assignee: docs@python -> Mariatta ___ Python tracker <http://bugs

[issue29521] Minor warning messages when compiling documentation

2017-03-14 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +553 ___ Python tracker <http://bugs.python.org/issue29521> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Maybe instead of referencing to the books, we add reference to the wiki https://wiki.python.org/moin/PyQt -- nosy: +Mariatta versions: -Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issue29

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

2017-03-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks, Marco. That sounds good. Let's just remove the reference to the books from both PyQt and wxPython. -- keywords: +easy stage: -> needs patch ___ Python tracker <http://bugs.python.org

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

2017-03-16 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +562 ___ Python tracker <http://bugs.python.org/issue29820> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-16 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +563 ___ Python tracker <http://bugs.python.org/issue29820> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Marco :) I merged your PR, and backported to 3.5 and 3.6. There are some merge conflict with the 2.7 branch, so I decided not to bother with it. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed versions:

[issue29808] SyslogHandler: should not raise exception in constructor if connection fails

2017-03-17 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Does this need backport into 3.5 and 3.6? -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue29808> ___ ___

[issue29856] curses online documentation typo

2017-03-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +644 ___ Python tracker <http://bugs.python.org/issue29856> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29856] curses online documentation typo

2017-03-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the report, Raphael. And thanks Jim, I made a PR just as you commented :) -- assignee: docs@python -> Mariatta nosy: +Mariatta stage: -> patch review versions: +Python 2.7, Python 3.5, Pyth

[issue29856] curses online documentation typo

2017-03-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +645 ___ Python tracker <http://bugs.python.org/issue29856> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29856] curses online documentation typo

2017-03-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +646 ___ Python tracker <http://bugs.python.org/issue29856> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29856] curses online documentation typo

2017-03-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +647 ___ Python tracker <http://bugs.python.org/issue29856> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.or

[issue24796] Deleting names referencing from enclosed and enclosing scopes

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

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

2017-03-21 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue29869> ___ ___ Python-bugs-lis

[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 <http://bugs.python.or

[issue24796] Deleting names referencing from enclosed and enclosing scopes

2017-03-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +680 ___ Python tracker <http://bugs.python.org/issue24796> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24796] Deleting names referencing from enclosed and enclosing scopes

2017-03-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +681 ___ Python tracker <http://bugs.python.org/issue24796> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.or

[issue14965] super() and property inheritance behavior

2017-03-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 3.7 -Python 3.5 ___ Python tracker <http://bugs.python.org/issue14965> ___ ___ Python-bugs-list mailin

[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 <http://bugs.python.org/issue20

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

2017-03-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue29892> ___ ___ Python-bugs-lis

[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

[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/1e2147b9d75a64df370a9393c2b5b9

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

2017-03-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: docs@python -> Mariatta nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue29892> ___ ___ Python-bugs-lis

[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/7cc071c96b95e7422f64cb436d547c

[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/64508780d72769e4c7afc67a511c05

[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/91f79db02acb9f82c738bb0b2f7bfc

[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/d1f566f6bddc67e9870eaa75ae4772

[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/091d90f9a429b81b046cb835820629

[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/3fce38c540681a736b7e5ca7611758

[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/1bb0f3762ec5104014aeed0ae6e9d6

[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/518d8fcb89896dd30fbf11c667ee4e

[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/701f13ab930b62a634579951dc610f

[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/70ee0cd5c2a3dba82cb8e0c0742c01

[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 <http://bugs.python.org/issue29862> ___ ___ Python-bug

[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/ff6f3716279e75b2519133a82b9de0

[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/d4e89287b397c7382c12d3f3d9fd90

[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 -

[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 <http://bugs.python.org/issue29

[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:

[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/130c4ec5fbeb0878b88ec6aa06e47c

[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/fc59e5c7073af4d9255644a83933dd

[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/6e965d9e78b278f2f720a932e7b149

[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/8eb531d9db0861e14222445fcaebe1

[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/1936ba93c900d47d0c8c915184ac2f

[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/b8f5d07158f171a18be4d42f9769d3

[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/8c851fa3d3044d5bc53e9f931129f5

[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/7e4897a2fb91e49f131a42ed6de88b

[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/1f5639c77f736c18fb5a85b4a18501

[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/deea29e61e61f0e216bff3f0ca008f

[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/1457984c003b1e461f8aab93bfc37f

[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/21c697fd1073d6ab59e2ba82ea80bc

[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/6b4a5f45e2df524174a97832571c82

[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/7333d1760e12cf27bcf63265f72521

[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/46ce7599af82a929506baeaaee5c14

[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/ed6795e46f7653e23b862efad240a9

[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/c8e20218d77c5b8c16fd76d45612ae

[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/63ed9bc94d8df45b16aee9b92f658e

[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/e3bf4cdd3db9004220d3ec7f5db4e7

[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/bc33cd4e7a36ed4c309807ca9a911e

[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/bea9d2f6488f01794098d9fd4710b9

[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/5023686f7ee69e9da07cda4b7da669

[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/1a8dd944d4016593e78a7a6c3c635a

[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/cpyt

[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/23d2c31cbf3032b8c6bb254f06c453

[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/38c8354f3204441f6c6bd22213b449

[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:

[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/0230e64d2c976ab755c145e97bf860

[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/9c5684e0d380cf5bc1098886037560

[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/b692dc8475a032740576129d0990dd

[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/f66c81ff499fb431e56bc68f5e39c2

[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/e15259c2dfef58df5f7cfa2305811a

[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/d4a97d894859d4bb52937d46460049

[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/cabd1c7462ef991937e0e759b9bf30

[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/3110a379bbb1ec10a84d70a2f0faff

[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/308f789d00735e6707dbc5c8f60a1c

[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/ae828714ebdb7a0d69bf23c1f6d606

[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/29540cdf6c66df9f806375a95078c0

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

2017-03-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +717 ___ Python tracker <http://bugs.python.org/issue29892> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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/5dafaece67cb576ef96579fb5ddcbf

[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 <http://bugs.python.or

[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/9f0aa4843f8c26937d5817f27cac4a

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

2017-03-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +719 ___ Python tracker <http://bugs.python.org/issue29862> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +718 ___ Python tracker <http://bugs.python.org/issue29862> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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/8b82236952619c3838865ff535e5ce

[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/55717b4b487a9ccc119ca501fad719

[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

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

2017-03-26 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +736 ___ Python tracker <http://bugs.python.org/issue29162> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29920] Document cgitb.text and cgitb.html

2017-03-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue29920> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 2.7, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <http://bugs.python.org/issue29677> ___ ___ Python-bug

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