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

[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

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

[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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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

[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

[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

[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

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

[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

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

[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

[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

[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

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

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

[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

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

[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

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

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

[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

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

[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

[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

[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

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

[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

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

[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

[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

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

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

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

[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

[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

[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

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

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

[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

[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

[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

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

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

[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

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

[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

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

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

[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

[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

[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

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

[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

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

[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

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

[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

[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

[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

[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

[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

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

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

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

[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

[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

[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

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

[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

[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

[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

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

[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

[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

[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

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

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

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