[issue30098] Verbose TypeError for asyncio.ensure_future

2017-04-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ae5b3260dd459845aad8a30491b76d471577785d by Mariatta (Charles Renwick) in branch 'master': bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH-1170) https://github.com/python/cpython/commit

[issue30098] Verbose TypeError for asyncio.ensure_future

2017-04-21 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: -> backport needed versions: +Python 3.5, Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue29191] liblzma is missing from pcbuild.sln

2017-04-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks everyone :) I merged the backport PR, so I'm closing this issue. While backporting is still a manual effort, this utility script automates some part of it. https://github.com/python/core-workflow/tree/master/cherry_picker -- resolution

[issue29191] liblzma is missing from pcbuild.sln

2017-04-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1ccbe6007e5569ab25170f8ecddd5fbbc2ef36b0 by Mariatta (Steve Dower) in branch '3.6': bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (GH-1222) (GH-1244) https://github.com/python/cpython/commit

[issue29387] Tabs vs spaces FAQ out of date

2017-04-20 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bu

[issue30109] make reindent failed.

2017-04-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 430020500c56259d31e07d32771f017952bad4e0 by Mariatta in branch '3.6': [3.6] bpo-30109: Fix reindent.py (GH-1207) (GH-1208) https://github.com/python/cpython/commit/430020500c56259d31e07d32771f017952bad4e0

[issue30109] make reindent failed.

2017-04-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 60d27f42a07d0b9d4a2c3fb160cac1683e91f196 by Mariatta in branch '3.5': [3.5] bpo-30109: Fix reindent.py (GH-1207) (GH-1209) https://github.com/python/cpython/commit/60d27f42a07d0b9d4a2c3fb160cac1683e91f196

[issue30109] make reindent failed.

2017-04-20 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: patch review -> backport needed versions: +Python 2.7, Python 3.5, Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue30109] make reindent failed.

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

[issue30109] make reindent failed.

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

[issue30109] make reindent failed.

2017-04-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 58f3c9dc8f5626abe09ac9738c34f6ba99ce2972 by Mariatta in branch 'master': bpo-30109: Fix reindent.py (GH-1207) https://github.com/python/cpython/commit/58f3c9dc8f5626abe09ac9738c34f6ba99ce2972

[issue30109] make reindent failed.

2017-04-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- assignee: -> Mariatta nosy: +Mariatta stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[issue30109] make reindent failed.

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

[issue30095] HTMLCalendar allow custom classes

2017-04-18 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Can't you override the `.month` css class and customize the style that way? -- nosy: +Mariatta ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue30097] Command-line option to suppress "from None" for debugging

2017-04-18 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- nosy: +Mariatta ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30097> ___

[issue23787] sum() function docstring lists arguments incorrectly

2017-04-16 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- assignee: docs@python -> Mariatta nosy: +Mariatta versions: +Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue30059] No documentation for C type Py_Ellipsis

2017-04-14 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bu

[issue30059] No documentation for C type Py_Ellipsis

2017-04-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset f40e72dbe60038eae69bc72e207ac47851d96752 by Mariatta (Michael Seifert) in branch '3.5': [3.5] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1148) https://github.com/python/cpython/commit

[issue30059] No documentation for C type Py_Ellipsis

2017-04-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 0b46fcf45afe32402b34240770e01be9b5da3031 by Mariatta (Michael Seifert) in branch '2.7': [2.7] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1147) https://github.com/python/cpython/commit

[issue30059] No documentation for C type Py_Ellipsis

2017-04-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 05bfbcd233b2f5ba0d0634a380092d6ead6b35e1 by Mariatta (Michael Seifert) in branch '3.6': [3.6] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1149) https://github.com/python/cpython/commit

[issue29870] ssl socket leak

2017-04-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I believe this was fixed in https://bugs.python.org/issue29738, so I'm closing this. Thanks :) -- nosy: +Mariatta resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tra

[issue29738] Fix memory leak in SSLSocket.getpeercert()

2017-04-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I merged Olivier's PR, and backported into 3.6, 3.5, and 2.7. I also added Olivier Vielpeau to misc/ACKS. Thanks :) -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tra

[issue29738] Fix memory leak in SSLSocket.getpeercert()

2017-04-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset c40740cf06470a774e98f84537801cd8b7176938 by Mariatta in branch '3.5': [3.5] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1143) https://github.com/python/cpython/commit/c40740cf06470a774e98f84537801cd8b7176938

[issue29738] Fix memory leak in SSLSocket.getpeercert()

2017-04-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 8e7201342dc6eef201bfa4f533ad89a8144fd693 by Mariatta in branch '3.6': [3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1142) https://github.com/python/cpython/commit/8e7201342dc6eef201bfa4f533ad89a8144fd693

[issue29738] Fix memory leak in SSLSocket.getpeercert()

2017-04-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 39f5956ffbcc4fe83cee59eed1d18845a5b25dd2 by Mariatta in branch 'master': bpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1146) https://github.com/python/cpython/commit/39f5956ffbcc4fe83cee59eed1d18845a5b25dd2

[issue29738] Fix memory leak in SSLSocket.getpeercert()

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

[issue29738] Fix memory leak in SSLSocket.getpeercert()

2017-04-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b2b00e039ce71e69148e5f479e2154c1c7b712ca by Mariatta in branch '2.7': [2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1144) https://github.com/python/cpython/commit/b2b00e039ce71e69148e5f479e2154c1c7b712ca

[issue29738] Fix memory leak in SSLSocket.getpeercert()

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

[issue29738] Fix memory leak in SSLSocket.getpeercert()

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

[issue29738] Fix memory leak in SSLSocket.getpeercert()

2017-04-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 2849cc34a8db93d448a62d69c462402347b50dcb by Mariatta (Olivier Vielpeau) in branch 'master': bpo-29738: Fix memory leak in _get_crl_dp (GH-526) https://github.com/python/cpython/commit/2849cc34a8db93d448a62d69c462402347b50dcb -- nosy

[issue29738] Fix memory leak in SSLSocket.getpeercert()

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

[issue29990] Range checking in GB18030 decoder

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

[issue29694] race condition in pathlib mkdir with flags parents=True

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I merged Armin's PR and backported tp 3.5 and 3.6. Closing this now. Thanks all :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <rep...@bugs.pytho

[issue29694] race condition in pathlib mkdir with flags parents=True

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset d7abeb7024b9755c291c29bdc8c4494246e975ad by Mariatta in branch '3.5': [3.5] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089). (GH-1127) https://github.com/python/cpython/commit

[issue29694] race condition in pathlib mkdir with flags parents=True

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset cbc46afa59dcc43c2c8c90ae7a0a0dc404325a89 by Mariatta in branch '3.6': [3.6] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089). (GH-1126) https://github.com/python/cpython/commit

[issue29694] race condition in pathlib mkdir with flags parents=True

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

[issue29694] race condition in pathlib mkdir with flags parents=True

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

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

2017-04-13 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bugs.

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

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 947629916a5ecb1f6f6792e9b9234e084c5bf274 by Mariatta in branch 'master': bpo-29869: Add Nevada Sanchez to Misc/ACKS (GH-1125) https://github.com/python/cpython/commit/947629916a5ecb1f6f6792e9b9234e084c5bf274

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

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: PR has been merged and backported to 3.6. I also added Nevada Sanchez to Misc/ACKS. Thanks all :) -- resolution: -> fixed ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.or

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

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

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

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 2cdf087d1fd48f7d0f95b5a0b31b9a624fa84751 by Mariatta in branch '3.6': [3.6] bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119) (GH-1122) https://github.com/python/cpython/commit/2cdf087d1fd48f7d0f95b5a0b31b9a624fa84751

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

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

[issue16379] SQLite error code not exposed to python

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

[issue29694] race condition in pathlib mkdir with flags parents=True

2017-04-13 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: test needed -> backport needed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue29694] race condition in pathlib mkdir with flags parents=True

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 22a594a0047d7706537ff2ac676cdc0f1dcb329c by Mariatta (Armin Rigo) in branch 'master': bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089) https://github.com/python/cpython/commit/22a594a0047d7706537ff2ac676cdc0f1dcb329c

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

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset a6e395dffadf8c5124903c01ad69fefa36b1a935 by Mariatta (Nevada Sanchez) in branch 'master': bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119) https://github.com/python/cpython/commit/a6e395dffadf8c5124903c01ad69fefa36b1a935

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

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Nevada Sanchez, please create your PR against the master branch. Once that is merged, we will backport it to the 3.6 branch. Thanks :) -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.p

[issue30036] The bugs website doesn't use httpS by default

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the report. Issue with the footer of python.org website can be filed at https://github.com/python/pythondotorg Regarding the fact that bugs.python.org does not use https by default, it is being tracked here http://psf.upfronthosting.co.za/roundup

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

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 84c2d75489a84174d8993aea292828662e35a50f by Mariatta in branch '3.6': Revert "bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752)" (GH-1109) https://github.com/python/cpython/commit/84c2d75489a84174d8993aea292828

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

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

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

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 97a40b7a5b2979fb17e1751c139fd4ba1ebd5276 by Mariatta (Nevada Sanchez) in branch '3.6': bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752) https://github.com/python/cpython/commit/97a40b7a5b2979fb17e1751c139fd4ba1ebd5276

[issue29692] contextlib.contextmanager may incorrectly unchain RuntimeError

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: PR has been backported into 3.5 and 3.6. Thanks all :) -- stage: backport needed -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <rep...@bugs.python.org> <http://

[issue29692] contextlib.contextmanager may incorrectly unchain RuntimeError

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 4d015a40a7b9c3c1b8cfbe81453187d700a43163 by Mariatta in branch '3.5': [3.5] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH-949) (#1107) https://github.com/python/cpython/commit

[issue29692] contextlib.contextmanager may incorrectly unchain RuntimeError

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

[issue29692] contextlib.contextmanager may incorrectly unchain RuntimeError

2017-04-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9b409ff41ceb2d7ea7e8d25a7bbf5eb7d46625f3 by Mariatta in branch '3.6': [3.6] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH-949) (#1105) https://github.com/python/cpython/commit

[issue29692] contextlib.contextmanager may incorrectly unchain RuntimeError

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

[issue30047] Typos in Doc/library/select.rst

2017-04-12 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Backported to 3.6. Closing this now. Thanks all :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue30047] Typos in Doc/library/select.rst

2017-04-12 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset f0c416799b33742af36d7c6608b9a422615fb3d2 by Mariatta in branch '3.6': [3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098) https://github.com/python/cpython/commit/f0c416799b33742af36d7c6608b9a422615fb3d2

[issue30047] Typos in Doc/library/select.rst

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

[issue30047] Typos in Doc/library/select.rst

2017-04-12 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This needs backport, which I will do later today. Thanks. -- assignee: docs@python -> Mariatta nosy: +Mariatta stage: -> backport needed versions: +Python 3.7 ___ Python tracker <rep...@bugs.python.o

[issue29933] asyncio: set_write_buffer_limits() doc doesn't specify unit of the parameters

2017-04-11 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

[issue29933] asyncio: set_write_buffer_limits() doc doesn't specify unit of the parameters

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

[issue29590] Incorrect stack traces when re-entering a generator/coroutine stack via .throw()

2017-04-11 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- components: +Interpreter Core ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue30034] csv reader chokes on bad quoting in large files

2017-04-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- components: +Library (Lib) nosy: +Mariatta ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29549] Improve docstring for str.index

2017-04-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- versions: -Python 2.7 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29521] Minor warning messages when compiling documentation

2017-04-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e0cba5b45a5c4bafd1ae772be52ca0d69651da24 by Mariatta in branch '2.7': [2.7] bpo-29521: Fix two minor documentation build warnings (GH-41) (GH-670) https://github.com/python/cpython/commit/e0cba5b45a5c4bafd1ae772be52ca0d69651da24

[issue29549] Improve docstring for str.index

2017-04-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 577fc04a7157f6e904cffd6a0e1ad83d3460acd6 by Mariatta in branch '3.6': [3.6] bpo-29549: Fixes docstring for str.index (GH-256) (GH-1028) https://github.com/python/cpython/commit/577fc04a7157f6e904cffd6a0e1ad83d3460acd6

[issue29957] unnecessary LBYL for key contained in defaultdict, lib2to3/btm_matcher

2017-04-08 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bu

[issue29549] Improve docstring for str.index

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

[issue30001] CPython contribution docs reference missing /issuetracker page

2017-04-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the report, Alex. The issue tracker for the devguide is at https://github.com/python/devguide Do you mind filling the issue there? I'm closing this since this tracks only issues for CPython. Thanks :) -- nosy: +Mariatta stage: -> resol

[issue29978] Remove remove merge=union attribute for Misc/NEWS in 3.6 and 2.7

2017-04-04 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bu

[issue29978] Remove remove merge=union attribute for Misc/NEWS in 3.6 and 2.7

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

[issue29978] Remove remove merge=union attribute for Misc/NEWS in 3.6 and 2.7

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

[issue29931] ipaddress.ip_interface __lt__ check seems to be broken

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

[issue29978] Remove remove merge=union attribute for Misc/NEWS in 3.6 and 2.7

2017-04-04 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: In https://github.com/python/cpython/pull/212, merge=union was added to the .gitattributes, but was later removed in https://github.com/python/cpython/pull/460. Somehow this attribute made their way into 3.6 and 2.7. I will remove it. -- assignee

[issue29931] ipaddress.ip_interface __lt__ check seems to be broken

2017-04-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Serhiy, just checking whether this needs backport? The PR has the backport to 3.5 and 3.6 labels, but it's not indicated in this ticket. If it doesn't need backport, then perhaps we can close this issue. Thanks. -- nosy: +Mariatta

[issue19225] lack of PyExc_BufferError doc

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

[issue19225] lack of PyExc_BufferError doc

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

[issue29957] unnecessary LBYL for key contained in defaultdict, lib2to3/btm_matcher

2017-03-31 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

[issue29957] unnecessary LBYL for key contained in defaultdict, lib2to3/btm_matcher

2017-03-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the PR Michael :) It may take one US business day for the CLA to be received. Then a core dev has to manually update the label in GitHub. -- ___ Python tracker <rep...@bugs.python.org>

[issue29595] Expose max_queue_size in ThreadPoolExecutor

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

[issue8232] webbrowser.open incomplete on Windows

2017-03-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Steve, would you like to create a PR based on your patch here? Also, what versions should this be targeted to now? Thanks. -- nosy: +Mariatta ___ Python tracker <rep...@bugs.python.org> <http://bugs.p

[issue24452] Make webbrowser support Chrome on Mac OS X

2017-03-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi BoĊĦtjan Mejak, this ticket addresses the change for MacOS. The windows support is in http://bugs.python.org/issue8232. Please raise the issue there. Thanks. -- ___ Python tracker <rep...@bugs.python.org>

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

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

[issue28810] Document bytecode changes in 3.6

2017-03-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 0a17e584461b14ff65ec287048f53911dbb2 by Mariatta in branch '3.6': bpo-28810: Update lnotab_notes.txt (GH-665) (GH-919) https://github.com/python/cpython/commit/0a17e584461b14ff65ec287048f53911dbb2 -- nosy: +Mariatta

[issue28810] Document bytecode changes in 3.6

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

[issue22392] Clarify documentation of __getinitargs__

2017-03-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bu

[issue22392] Clarify documentation of __getinitargs__

2017-03-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 2ee01ecf419a392f0b6a33ca10d1f747adb6c43a by Mariatta (Mandeep Singh) in branch '2.7': [2.7] bpo-22392: Improve documentation for __getinitargs__ (GH-899) https://github.com/python/cpython/commit/2ee01ecf419a392f0b6a33ca10d1f747adb6c43a

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

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

[issue29928] Add f-strings to Glossary

2017-03-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks all! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue29928] Add f-strings to Glossary

2017-03-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 7b5b1379ac2c1e89ebf90b88b5d32457910e975e by Mariatta in branch '3.6': bpo-29928: Add f-string to the Glossary (GH-864) (GH-914) https://github.com/python/cpython/commit/7b5b1379ac2c1e89ebf90b88b5d32457910e975e

[issue29928] Add f-strings to Glossary

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

[issue29928] Add f-strings to Glossary

2017-03-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 33db068dac7686e37736f7ecf8abb2aee0345cf2 by Mariatta in branch 'master': bpo-29928: Add f-string to the Glossary (GH-864) https://github.com/python/cpython/commit/33db068dac7686e37736f7ecf8abb2aee0345cf2

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

2017-03-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Gerrit, Cheryl, thanks and congrats for your first contributions to CPython! They've been merged and backported to 3.5 and 3.6. So I'm closing this now. Thanks all :) -- resolution: -> fixed stage: backport needed -> resolved status: open -&g

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

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

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

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

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

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

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

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

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

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

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