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

[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

[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

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

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

[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

[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

[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

[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

[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

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

[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

[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

[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

[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

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

[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 <rep...@bugs.python.org&

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

[issue29856] curses online documentation typo

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

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

[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 <rep...@bugs.python.org&

[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 <rep...@bugs.python.org>

[issue29856] curses online documentation typo

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

[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

[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

[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

[issue29521] Minor warning messages when compiling documentation

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

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

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

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

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

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

[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

[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

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

[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

[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
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1159 ___ 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

[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>: -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bu

[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

[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

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

[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

[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

[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

[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

[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

[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

[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

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

[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

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

[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

[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: 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
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
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1274 ___ 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 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

[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

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

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

[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

[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

[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-13 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1247 ___ 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: 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

[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
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1259 ___ 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 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
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: 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

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

[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

[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

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