[issue28340] [py2] TextIOWrapper.tell extremely slow

2017-11-04 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Anyone here capable of reviewing the PR?

--
nosy: +Mariatta
stage:  -> patch review

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue28340>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31937] Add the term "dunder" to the glossary

2017-11-03 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Anyway, +1 to adding dunder to glossary.

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31937>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31937] Add the term "dunder" to the glossary

2017-11-03 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

> until we have something we can call a "mifflin".

Name of next GitHub bot? :P

--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31937>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28791] update sqlite to latest version before beta 1

2017-11-02 Thread Mariatta Wijaya

Change by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
pull_requests: +4210

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue28791>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28791] update sqlite to latest version before beta 1

2017-11-02 Thread Mariatta Wijaya

Change by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
keywords: +patch
pull_requests: +4209
stage: needs patch -> patch review

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue28791>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31906] String literals next to each other does not cause error

2017-10-30 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

What Dmitry said :) I'm closing this as "not a bug".

--
nosy: +Mariatta
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
versions:  -Python 2.7, Python 3.4, Python 3.5, Python 3.6

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31906>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31304] Update doc for starmap_async error_back kwarg

2017-10-30 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

This has been fixed. Thanks!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31304>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31304] Update doc for starmap_async error_back kwarg

2017-10-30 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 2702380870b63ebe0161dfa29a2d0a3de02401b4 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31304: Update starmap_async documentation. (GH-4168) (GH-4177)
https://github.com/python/cpython/commit/2702380870b63ebe0161dfa29a2d0a3de02401b4


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31304>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31304] Update doc for starmap_async error_back kwarg

2017-10-30 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 11225753a89c2907bb717e6c050fe907e5e11829 by Mariatta (Pablo 
Galindo) in branch 'master':
bpo-31304: Update starmap_async documentation. (GH-4168)
https://github.com/python/cpython/commit/11225753a89c2907bb717e6c050fe907e5e11829


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31304>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-10-19 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 4d9a8f22999de489ede9216ff983d4359d837760 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters 
(GH-4044) (GH-4050)
https://github.com/python/cpython/commit/4d9a8f22999de489ede9216ff983d4359d837760


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31457>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31676] test.test_imp.ImportTests.test_load_source has side effects

2017-10-17 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 178148025494c4058571831fb11fc8eeff8b7365 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31676: Fix test_imp.test_load_source() side effect (GH-3871) (GH-3988)
https://github.com/python/cpython/commit/178148025494c4058571831fb11fc8eeff8b7365


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31676>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31754] Documented type of parameter 'itemsize' to PyBuffer_FillContiguousStrides is incorrect.

2017-10-13 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Welcome Aniket. Yes those two links are good starting points.
Please propose a PR with the fix.

--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31754>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31761] regrtest: faulthandler.enable() fails with io.UnsupportedOperation: fileno when run from IDLE

2017-10-12 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Closing this issue, I opened https://github.com/python/devguide/issues/280 so 
that Dev Guide can be updated.

Thanks!

--
nosy: +Mariatta
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31761>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31537] Bug in readline module documentation example

2017-10-10 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 10eb14e2c5fe08c4193668530eaef156e07c3674 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31537: Update readline documentation example. (GH-3925) (GH-3948)
https://github.com/python/cpython/commit/10eb14e2c5fe08c4193668530eaef156e07c3674


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31537>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31537] Bug in readline module documentation example

2017-10-10 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Fixed. Thanks!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions:  -Python 3.5

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31537>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31537] Bug in readline module documentation example

2017-10-10 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset eeb5ffd54e56dd89a99c74eb512c36d62649cfec by Mariatta (Brad Smith) 
in branch 'master':
bpo-31537: Update readline documentation example. (GH-3925)
https://github.com/python/cpython/commit/eeb5ffd54e56dd89a99c74eb512c36d62649cfec


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31537>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31720] msilib.MSIError is spelled MsiError in documentation

2017-10-07 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Thanks!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions:  -Python 3.4, Python 3.5, Python 3.8

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31720>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31720] msilib.MSIError is spelled MsiError in documentation

2017-10-07 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 5f396dba1d11356ab18e3bec130596197e741a64 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) 
(GH-3917)
https://github.com/python/cpython/commit/5f396dba1d11356ab18e3bec130596197e741a64


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31720>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31507] email.utils.parseaddr has no docstring

2017-10-06 Thread Mariatta Wijaya

Change by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31507>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31507] email.utils.parseaddr has no docstring

2017-10-06 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 93c0885dc84381cbbb970402b1a21bf690ee312c by Mariatta (Rohit 
Balasubramanian) in branch '3.6':
bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr 
(GH-3647) (GH-3733)
https://github.com/python/cpython/commit/93c0885dc84381cbbb970402b1a21bf690ee312c


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31507>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31657] unit test for optimization levels does not cover __debug__ case

2017-10-04 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Thanks for this enhancement, Diana.

Since PR has been merged, and backport is not needed, I think this can be 
closed now. :)

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31657>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31657] unit test for optimization levels does not cover __debug__ case

2017-10-03 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 543386b7f077d210ea0722079d68beb6c066730a by Mariatta (diana) in 
branch 'master':
bpo-31657: Add test coverage for the __debug__ case (GH-3450)
https://github.com/python/cpython/commit/543386b7f077d210ea0722079d68beb6c066730a


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31657>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31668] "fixFirefoxAnchorBug" function in doctools.js causes navigating problem in Py3 doc in Chrome

2017-10-03 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Is there anything to be done in CPython? It appears to be either a bug with the 
browser or Sphinx...

--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31668>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31621] Pluralization typo in Language Reference section 7.12

2017-09-28 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Thanks!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31621>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31621] Pluralization typo in Language Reference section 7.12

2017-09-28 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 641494ec3168bd556f0af226196e13ae29bddd53 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810)
https://github.com/python/cpython/commit/641494ec3168bd556f0af226196e13ae29bddd53


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31621>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31621] Pluralization typo in Language Reference section 7.12

2017-09-28 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Thanks Kevin. Can you open a pull request with this change?

--
nosy: +Mariatta
stage:  -> needs patch

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31621>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31584] Documentation Language mixed up

2017-09-25 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Indeed a problem! Seems to affect Python 2.7 docs. If not mistaken, Julien 
worked on the language switcher. Maybe he has some clue ...

--
nosy: +Mariatta, mdk
priority: normal -> high
stage:  -> needs patch

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31584>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31571] Redundand information on Doc/reference/lexical_analysis.rst

2017-09-25 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

The proposed change seems fine. Merged and backported.
Thanks everyone!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31571>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31571] Redundand information on Doc/reference/lexical_analysis.rst

2017-09-25 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 26b940f762f0b306ff894601003f51a8d036e285 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691) 
(GH-3754)
https://github.com/python/cpython/commit/26b940f762f0b306ff894601003f51a8d036e285


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31571>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31571] Redundand information on Doc/reference/lexical_analysis.rst

2017-09-25 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 4a2d00cb4525fcb3209f04531472ba6a359ed418 by Mariatta (Guilherme 
Caminha) in branch 'master':
bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)
https://github.com/python/cpython/commit/4a2d00cb4525fcb3209f04531472ba6a359ed418


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31571>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31571] Redundand information on Doc/reference/lexical_analysis.rst

2017-09-25 Thread Mariatta Wijaya

Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
stage:  -> patch review
versions: +Python 3.6

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31571>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31423] Error while building PDF documentation

2017-09-25 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Sorry!! Yesterday morning I received 50+ emails all about document download 
page is 404. Reading those again, turns out these are older emails from a week 
before, somehow just showing up in my mailbox.
I think everything is good here. :)

Thanks!

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31423>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31351] ensurepip discards pip's return code which leads to broken venvs

2017-09-24 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Thanks :) 
Since Miss Islington couldn't backport this, I'll leave it to the patch author 
or the core dev who merged the PR ;)

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31351>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31570] minor bug in documentataion relating to sending html email

2017-09-24 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset ce418bf8228c9a6a19702638e5f5c2fb66ad0588 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31570: Update Email library documentation example (GH-3720) (GH-3721)
https://github.com/python/cpython/commit/ce418bf8228c9a6a19702638e5f5c2fb66ad0588


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31570>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31570] minor bug in documentataion relating to sending html email

2017-09-24 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

This is fixed now. Thanks Larry and Henk-Jaap!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31570>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31571] Redundand information on Doc/reference/lexical_analysis.rst

2017-09-24 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

I think we can remove 
```
As of Python 3.3 it is possible again to prefix ..."
```
and keep the other one where it says:
```
.. versionadded:: 3.3
   Support for the unicode legacy literal 
```

About the sentence about numeric literals that appears twice: it appears on 
different sections of the language reference documentation. It's very likely 
for a person to only read one section and not the other. I think it's ok to 
have them in different places like that.

--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31571>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31423] Error while building PDF documentation

2017-09-24 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Seems like people are seeing 404s when downloading docs today. By any chance 
this issue is related?

--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31423>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31564] NewType can subclass NewType

2017-09-23 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Thanks Terji!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31564>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31564] NewType can subclass NewType

2017-09-23 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 018e6b9f696311a65f47f33ea04b7baef3f3664f by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31564: Update typing documentation (GH-3696) (GH-3715)
https://github.com/python/cpython/commit/018e6b9f696311a65f47f33ea04b7baef3f3664f


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31564>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25041] document AF_PACKET socket address format

2017-09-23 Thread Mariatta Wijaya

Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
stage: patch review -> needs patch
versions: +Python 3.7 -Python 3.4, Python 3.5

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue25041>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31564] NewType can subclass NewType

2017-09-23 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 039b25d8fd21f8d5d9e3cb536402d952cf068dc1 by Mariatta (topper-123) 
in branch 'master':
bpo-31564: Update typing documentation (GH-3696)
https://github.com/python/cpython/commit/039b25d8fd21f8d5d9e3cb536402d952cf068dc1


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31564>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31560] hashlib.blake2: error in example for signed cookies

2017-09-23 Thread Mariatta Wijaya

Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
stage:  -> patch review

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31560>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31351] ensurepip discards pip's return code which leads to broken venvs

2017-09-22 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

This has been backported to 3.6. Is backport to 2.7 needed?

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31351>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31351] ensurepip discards pip's return code which leads to broken venvs

2017-09-22 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset eef49f5dd021d15396551880cf451042a79a1107 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)
https://github.com/python/cpython/commit/eef49f5dd021d15396551880cf451042a79a1107


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31351>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Fixed and backported.
Thanks everyone!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31533>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 5b6452d412b5be45f265093e75563fcf6d05dc3e by Mariatta (Christian 
Heimes) in branch '2.7':
bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3676)
https://github.com/python/cpython/commit/5b6452d412b5be45f265093e75563fcf6d05dc3e


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31533>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 6b44ad1abdb9b3aaf27e2ba1fc4b69b9a0f50c25 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3675)
https://github.com/python/cpython/commit/6b44ad1abdb9b3aaf27e2ba1fc4b69b9a0f50c25


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31533>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31482] random.seed() doesn't work with bytes and version=1

2017-09-20 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Backport was done. Thanks.

--
stage: patch review -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31482>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Cool! I'm tagging this as an easy issue, suitable for first timers or new 
contributors. 

Felipe, are you up for preparing the PR?

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31533>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Thanks Antoine. So is this a matter of replacing the url to 
https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT?
Or is there a better url that will not go out of date in the future...

--
stage:  -> needs patch
versions: +Python 2.7 -Python 3.4, Python 3.5

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31533>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Where in the docs is this `OpenSSL cipher list format` link located?

--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31533>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31501] Operator precedence description for arithmetic operators

2017-09-19 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset e2593aa673c0347a74c4896a519e3b8cb7b55eb4 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31501: Operator precedence description for arithmetic operators (GH-3633) 
(GH-3638)
https://github.com/python/cpython/commit/e2593aa673c0347a74c4896a519e3b8cb7b55eb4


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31501>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31482] random.seed() doesn't work with bytes and version=1

2017-09-19 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset c6ce8fba07ea6798eac46ab2808167afecd4d90b by Mariatta (Miss 
Islington (bot)) in branch '3.6':
[3.6] bpo-31482:  Missing bytes support for random.seed() version 1 (GH-3614) 
(GH-3659)
https://github.com/python/cpython/commit/c6ce8fba07ea6798eac46ab2808167afecd4d90b


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31482>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31482] random.seed() doesn't work with bytes and version=1

2017-09-19 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Serhiy, it can't be re-opened since miss-islington deleted the branch already.

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31482>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31482] random.seed() doesn't work with bytes and version=1

2017-09-19 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Hi Raymond, 

Somehow the backport PR https://github.com/python/cpython/pull/3629 was closed 
before instead of merged.

To retrigger the backport, we can re-apply the "needs backport to 3.6" label on 
the original PR (3614). I will do this now :)

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31482>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31482] random.seed() doesn't work with bytes and version=1

2017-09-19 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Backport PR has been created. Once the CI checks are done, we can squash and 
merge it.

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31482>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-17 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 4f6bae9677c0e5398e64c503fd3c19cae94567da by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31487: Update F-strings doc example (GH-3627) (GH-3628)
https://github.com/python/cpython/commit/4f6bae9677c0e5398e64c503fd3c19cae94567da


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31487>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-17 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 63c591c0b0b57870a606e8edc59afe6264e7504d by Mariatta in branch 
'master':
bpo-31487: Update F-strings doc example (GH-3627)
https://github.com/python/cpython/commit/63c591c0b0b57870a606e8edc59afe6264e7504d


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31487>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-17 Thread Mariatta Wijaya

Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
pull_requests: +3616

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31487>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-16 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>
<https://bugs.python.org/issue31458>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-16 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>
<https://bugs.python.org/issue31487>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-16 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 46c1052404c1a6e4d35af8e96613db8a4be75b52 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31487: Improve f-strings documentation (GH-3604) (GH-3619)
https://github.com/python/cpython/commit/46c1052404c1a6e4d35af8e96613db8a4be75b52


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31487>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-16 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset d3cba8175ca48d33a4e0117109a44935a1cec658 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-3617) 
(GH-3618)
https://github.com/python/cpython/commit/d3cba8175ca48d33a4e0117109a44935a1cec658


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31458>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-16 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 0ec8c4bd10dcfd8e580628868efdd3df91038898 by Mariatta in branch 
'master':
bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-3617)
https://github.com/python/cpython/commit/0ec8c4bd10dcfd8e580628868efdd3df91038898


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31458>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-16 Thread Mariatta Wijaya

Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
pull_requests: +3608
stage:  -> patch review

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31458>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31454] Include "import as" in tutorial

2017-09-15 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

I might know an aspiring contributor who can work on this. Assigning to myself.

--
assignee: docs@python -> Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31454>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-15 Thread Mariatta Wijaya

Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
versions: +Python 3.6, Python 3.7

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31487>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-15 Thread Mariatta Wijaya

Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
keywords: +patch
pull_requests: +3595
stage:  -> patch review

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31487>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-15 Thread Mariatta Wijaya

New submission from Mariatta Wijaya:

Provide a couple more examples of using format specifiers in f-string.

--
assignee: docs@python
components: Documentation
messages: 302279
nosy: Mariatta, docs@python, eric.smith
priority: normal
severity: normal
status: open
title: Improve f-strings documentation wrt format specifiers

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31487>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-14 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Reopening since @merwok has some concern that Misc/NEWS.d is just a big 
directory with a lot of rst files.

reference https://github.com/python/cpython/pull/3555#pullrequestreview-62899457

--
resolution: fixed -> 
stage: resolved -> 
status: closed -> open

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31458>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-13 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>
<https://bugs.python.org/issue31458>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-13 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 905e4ef86e86dbf8f28b2f6e45af31a6eea84e10 by Mariatta in branch 
'3.6':
[3.6] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) (GH-3560)
https://github.com/python/cpython/commit/905e4ef86e86dbf8f28b2f6e45af31a6eea84e10


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31458>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-13 Thread Mariatta Wijaya

Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
pull_requests: +3551

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31458>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-13 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 1b8f612e1800b6e58472113f4abe8ee7c31f4db7 by Mariatta in branch 
'master':
bpo-31458: Update Misc/NEWS link in What's New page (GH-3555)
https://github.com/python/cpython/commit/1b8f612e1800b6e58472113f4abe8ee7c31f4db7


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31458>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-13 Thread Mariatta Wijaya

Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
keywords: +patch
pull_requests: +3547
stage: needs patch -> patch review

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31458>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-13 Thread Mariatta Wijaya

Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
versions: +Python 3.6, Python 3.7

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31458>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-13 Thread Mariatta Wijaya

New submission from Mariatta Wijaya:

In "What's new in Python" page: 
(https://docs.python.org/3.7/whatsnew/index.html)

The link to Misc/NEWS is 404.

The text is: 
The “Changelog” is a HTML version of the file Misc/NEWS which contains all 
nontrivial changes to Python for the current version.

--
assignee: docs@python
components: Documentation
keywords: easy
messages: 302117
nosy: Mariatta, docs@python
priority: normal
severity: normal
stage: needs patch
status: open
title: Broken link to Misc/NEWS in What's New page

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31458>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31454] Include "import as" in documentation

2017-09-13 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

import as is documented, so I'm closing this unless you have other concerns.

Python 3 docs: https://docs.python.org/3/reference/simple_stmts.html#import
```
If the module name is followed by as, then the name following as is bound 
directly to the imported module
```

Wording is somewhat different in Python 2.7 docs, but it's there: 
https://docs.python.org/2.7/reference/simple_stmts.html#the-import-statement

Thanks.

--
nosy: +Mariatta
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31454>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31394] Ellipsis_token.type != token.ELLIPSIS

2017-09-12 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>
<https://bugs.python.org/issue31394>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31394] Ellipsis_token.type != token.ELLIPSIS

2017-09-12 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset ea0f7c26cef4550bf4db1a9bae17d41b79ab7c0d by Mariatta in branch 
'master':
bpo-31394: Make tokenize.rst PEP 8-compliant (GH-3526)
https://github.com/python/cpython/commit/ea0f7c26cef4550bf4db1a9bae17d41b79ab7c0d


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31394>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31394] Ellipsis_token.type != token.ELLIPSIS

2017-09-12 Thread Mariatta Wijaya

Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
pull_requests: +3526

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31394>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31394] Ellipsis_token.type != token.ELLIPSIS

2017-09-12 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 5513e888e9a742156c35ce7ab628407d8cf9e1f0 by Mariatta in branch 
'3.6':
[3.6] bpo-31394: Clarify documentation about token type attribute (GH-3469) 
(GH-3525)
https://github.com/python/cpython/commit/5513e888e9a742156c35ce7ab628407d8cf9e1f0


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31394>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31394] Ellipsis_token.type != token.ELLIPSIS

2017-09-12 Thread Mariatta Wijaya

Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
pull_requests: +3525

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31394>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31394] Ellipsis_token.type != token.ELLIPSIS

2017-09-12 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 5f8fbf917ebf2398aa75a1f271617e2e50ab7c88 by Mariatta (Aivar 
Annamaa) in branch 'master':
bpo-31394: Clarify documentation about token type attribute (GH-3469)
https://github.com/python/cpython/commit/5f8fbf917ebf2398aa75a1f271617e2e50ab7c88


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31394>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31427] Proposed addition to Windows FAQ

2017-09-12 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Is this only a problem with 3.6.0 or >= 3.6.0?

--
components: +Windows
nosy: +Mariatta, paul.moore, steve.dower, tim.golden, zach.ware
stage:  -> needs patch

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31427>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31345] Backport docstring improvements to the C version of OrderedDict

2017-09-10 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Thanks Henk-Jaap for the PR. It's been merged.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31345>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25684] ttk.OptionMenu radiobuttons aren't unique between two instances of OptionMenu

2017-09-10 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Fixed and backported to 3.6 and 2.7.
Thanks, all!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue25684>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25684] ttk.OptionMenu radiobuttons aren't unique between two instances of OptionMenu

2017-09-10 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset e1847ea4a9bdc7549893091a63e14f2afbdecc32 by Mariatta (Cheryl 
Sabella) in branch '2.7':
bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (GH-2960)
https://github.com/python/cpython/commit/e1847ea4a9bdc7549893091a63e14f2afbdecc32


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue25684>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15427] Describe use of args parameter of argparse.ArgumentParser.parse_args

2017-09-09 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Thanks, David. I merged the backport PRs. Closing this.

--
nosy: +Mariatta
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue15427>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31345] Backport docstring improvements to the C version of OrderedDict

2017-09-09 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Thanks Henk-Jaap,
3.5 branch is now on security fix only, so only the backport to 3.6 will be 
accepted.

It seems like you have two bug tracker accounts? Did you register with two 
different email address?
It appears that the CLA is received for one of your account, but that's not the 
account you are using now.

--
nosy: +Mariatta
versions:  -Python 3.5

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31345>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26669] time.localtime(float("NaN")) does not raise a ValueError on all platforms

2017-09-08 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

This has been backported to 3.6.
Is backport to 2.7 needed? If not we'll close the issue.

--
stage: patch review -> backport needed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue26669>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26669] time.localtime(float("NaN")) does not raise a ValueError on all platforms

2017-09-08 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset a4baf1c543bca261c27e98ba296e42665f3cb872 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
[3.6] bpo-26669: Fix nan arg value error in pytime.c (GH-3085) (GH-3467) 
https://github.com/python/cpython/commit/a4baf1c543bca261c27e98ba296e42665f3cb872


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue26669>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30096] Update examples in abc documentation to use abc.ABC

2017-09-07 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Backported to 3.6 by Miss Islington.
Closing this issue.
Thanks.

--
resolution:  -> fixed
stage: backport needed -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30096>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30096] Update examples in abc documentation to use abc.ABC

2017-09-07 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset b0d0217c0e4c1512a06ef306928b2fd8f82d046e by Mariatta (Miss 
Islington (bot)) in branch '3.6':
[3.6] bpo-30096: Use ABC in abc reference examples (GH-1220) (GH-3408)
https://github.com/python/cpython/commit/b0d0217c0e4c1512a06ef306928b2fd8f82d046e


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30096>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21649] Mention "Recommendations for Secure Use of TLS and DTLS"

2017-09-06 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

This has been backported. Closing the issue.
Thanks all.

--
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21649>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21649] Mention "Recommendations for Secure Use of TLS and DTLS"

2017-09-06 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset ab4894bba6e51105706f9fa016821434256585cd by Mariatta (Miss 
Islington (bot)) in branch '2.7':
[2.7] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3400)
https://github.com/python/cpython/commit/ab4894bba6e51105706f9fa016821434256585cd


--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21649>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21649] Mention "Recommendations for Secure Use of TLS and DTLS"

2017-09-06 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 1fc47b40af3e3e80902100a2baa472b19dd47010 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
[3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399)
https://github.com/python/cpython/commit/1fc47b40af3e3e80902100a2baa472b19dd47010


--
nosy: +Mariatta

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21649>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30737] Update devguide link to the new URL

2017-09-06 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 98ceece8f4cd797ec28078b6247529f01549687d by Mariatta (Miss 
Islington (bot)) in branch '3.6':
[3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)
https://github.com/python/cpython/commit/98ceece8f4cd797ec28078b6247529f01549687d


--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30737>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30737] Update devguide link to the new URL

2017-09-06 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://bugs.python.org/issue30737>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31350] asyncio: Optimize get_event_loop and _get_running_loop

2017-09-05 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

This has been backported.
Thanks all :)

--
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31350>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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