[issue31537] Bug in readline module documentation example

2017-10-10 Thread Mariatta Wijaya
Mariatta Wijaya 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/10eb14e2c5fe08c4193668530eaef1

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

2017-10-12 Thread Mariatta Wijaya
Mariatta Wijaya 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 -&g

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

2017-10-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Welcome Aniket. Yes those two links are good starting points. Please propose a PR with the fix. -- nosy: +Mariatta ___ Python tracker <https://bugs.python.org/issue31

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

2017-10-17 Thread Mariatta Wijaya
Mariatta Wijaya 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/cpyt

[issue31457] LoggerAdapter objects cannot be nested

2017-10-19 Thread Mariatta Wijaya
Mariatta Wijaya 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

[issue31304] Update doc for starmap_async error_back kwarg

2017-10-30 Thread Mariatta Wijaya
Mariatta Wijaya 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/11225753a89c2907bb717e6c050fe9

[issue31304] Update doc for starmap_async error_back kwarg

2017-10-30 Thread Mariatta Wijaya
Mariatta Wijaya 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/2702380870b63ebe0161dfa29a2d0a

[issue31304] Update doc for starmap_async error_back kwarg

2017-10-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This has been fixed. Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

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

2017-10-30 Thread Mariatta Wijaya
Mariatta Wijaya 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 __

[issue28791] update sqlite to latest version before beta 1

2017-11-02 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- keywords: +patch pull_requests: +4209 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue28791] update sqlite to latest version before beta 1

2017-11-02 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- pull_requests: +4210 ___ Python tracker <https://bugs.python.org/issue28791> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-11-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: > until we have something we can call a "mifflin". Name of next GitHub bot? :P -- nosy: +Mariatta ___ Python tracker <https://bugs.pytho

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

2017-11-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Anyway, +1 to adding dunder to glossary. -- ___ Python tracker <https://bugs.python.org/issue31937> ___ ___ Python-bugs-list m

[issue28340] [py2] TextIOWrapper.tell extremely slow

2017-11-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Anyone here capable of reviewing the PR? -- nosy: +Mariatta stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue31953] Dedicated place for security announcements?

2017-11-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: There is Security SIG mailing list, please check it out: https://mail.python.org/mm3/archives/list/security-...@python.org/ -- nosy: +Mariatta resolution: -> not a bug stage: -> resolved status: open -&g

[issue28791] update sqlite to latest version before beta 1

2017-11-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 31af650ee25f65794b75d4dfefed6fe4758781c1 by Mariatta in branch 'master': bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246) https://github.com/python/cpython/commit/31af650ee25f65794b75d4dfefed6f

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

2017-11-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Raymond. +1 for adding the above list. I don't think FAQ is the right place either, I prefer we don't have to add the entries in the form of questions & answers. -- ___ Python t

[issue31948] [EASY] Broken MSDN links in msilib docs

2017-11-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3bda0aa3783bf85fc3ff8bc042aefd9c4fd3 by Mariatta (Jesse-Bakker) in branch 'master': bpo-31948: Fix broken links in msilib docs (GH-4397) https://github.com/python/cpython/commit/3bda0aa3783bf85fc3ff8bc042aefd9c4fd3 -

[issue31948] [EASY] Broken MSDN links in msilib docs

2017-11-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This couldn't be backported by miss-islington, so someone needs to do it manually. -- stage: patch review -> backport needed ___ Python tracker <https://bugs.python.org

[issue31948] [EASY] Broken MSDN links in msilib docs

2017-11-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 42336def77f53861284336b3335098a1b9b8cab2 by Mariatta (Jesse-Bakker) in branch '3.6': bpo-31948: Fix broken links in msilib docs (GH-4397). (GH-4398) https://github.com/python/cpython/commit/42336def77f53861284336b3335098

[issue31948] [EASY] Broken MSDN links in msilib docs

2017-11-14 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue30004] in regex-howto, improve example on grouping

2017-11-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 610e5afdcbe3eca906ef32f4e0364e20e1b1ad23 by Mariatta (Mandeep Bhutani) in branch 'master': bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) https://github.com/python/cpyt

[issue30004] in regex-howto, improve example on grouping

2017-11-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset c02037d62284f4d4ca6b22f2ed05165ce2014951 by Mariatta (Miss Islington (bot)) in branch '2.7': bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) (GH-4555) https://github.com/python/cpyt

[issue30004] in regex-howto, improve example on grouping

2017-11-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3e60747025edc34b503397ab8211be59cfdd05cd by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) (GH-4554) https://github.com/python/cpyt

[issue30004] in regex-howto, improve example on grouping

2017-11-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks everyone. I merged the PR, and it's been backported to 3.6 and 2.7 -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue29879] typing.Text not available in python 3.5.1

2017-11-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 0cd2e81bea639828d7c9a7afc61fb1da9699492c by Mariatta (Ivan Levkivskyi) in branch 'master': bpo-29879: Update typing documentation. (GH-4573) https://github.com/python/cpython/commit/0cd2e81bea639828d7c9a7afc61fb1da9699492c -

[issue29879] typing.Text not available in python 3.5.1

2017-11-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset cceb0f8d7b3451fb8de03651c979f5ac639b68c0 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-29879: Update typing documentation. (GH-4573) (GH-4574) https://github.com/python/cpython/commit/cceb0f8d7b3451fb8de03651c979f5

[issue29879] typing.Text not available in python 3.5.1

2017-11-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This has been fixed in the 3.7 and 3.6 branches. Thanks all! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6, Python 3.7 ___ Python tracke

[issue23033] Disallow support for a*.example.net, *a.example.net, and a*b.example.net in certificate wildcard handling.

2017-11-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ede2ac913eba47131ee1bbc37a9aea344d678576 by Mariatta (Mandeep Singh) in branch 'master': bpo-23033: Improve SSL Certificate handling (GH-937) https://github.com/python/cpython/commit/ede2ac913eba47131ee1bbc37a9aea

[issue23033] Disallow support for a*.example.net, *a.example.net, and a*b.example.net in certificate wildcard handling.

2017-11-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I merged the PR, this is now in 3.7. Thanks all! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32200] Full docs build of 3.6 and 3.7 failing since 2017-10-15

2017-12-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I verified that the download links for Python 3.7.0a2 (English) are now working. The French and Japanese docs downloads are still 404. -- nosy: +Mariatta ___ Python tracker <https://bugs.python.org/issue32

[issue28791] update SQLite libraries for Windows and macOS installers

2017-12-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Tried to get miss-islington to backport Windows installer change to 3.6, did not work. I'll work on the backport PR. -- ___ Python tracker <https://bugs.python.org/is

[issue28791] update SQLite libraries for Windows and macOS installers

2017-12-04 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- pull_requests: +4627 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue28791> ___ ___ Python-

[issue28791] update SQLite libraries for Windows and macOS installers

2017-12-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e2ba5523192a9cff125fce2ce530bec574353f7b by Mariatta in branch '3.6': bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246). (GH-4717) https://github.com/python/cpython/commit/e2ba5523192a9cff125fce2ce530be

[issue28791] update SQLite libraries for Windows and macOS installers

2017-12-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Backport to 3.6 is done. But I personally won't be bothering with 2.7 :) -- ___ Python tracker <https://bugs.python.org/is

[issue31584] Documentation Language mixed up

2017-12-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Seems like this is happening again. English docs are showing Japanese content. https://github.com/python/pythondotorg/issues/1207 -- ___ Python tracker <https://bugs.python.org/issue31

[issue31584] Documentation Language mixed up

2017-12-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hmm only for that one page it seems? -- ___ Python tracker <https://bugs.python.org/issue31584> ___ ___ Python-bugs-list mailin

[issue26439] ctypes.util.find_library fails when ldconfig/glibc not available (e.g., AIX)

2017-12-22 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- pull_requests: +4872 ___ Python tracker <https://bugs.python.org/issue26439> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26439] ctypes.util.find_library fails when ldconfig/glibc not available (e.g., AIX)

2017-12-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset c0919c27c6442aa147ae559a936b1b8deb4ee783 by Mariatta in branch 'master': bpo-26439: Convert %s in Lib/ctypes/_aix.py to f-strings. (GH-4986) https://github.com/python/cpython/commit/c0919c27c6442aa147ae559a936b1b8deb4ee783 -

[issue32440] Use HTTPS in help()

2017-12-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e5681b9822c633c77ddfeb94585d58895e0ecff5 by Mariatta (oldk) in branch 'master': bpo-32440: Update the docs URL to https in help() (GH-5030) https://github.com/python/cpython/commit/e5681b9822c633c77ddfeb94585d58895e0ecff5 -

[issue32440] Use HTTPS in help()

2017-12-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker <https://bugs.python.or

[issue32440] Use HTTPS in help()

2017-12-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6eb232c52a03e31fc47842e70fc7833198744c2b by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32440: Update the docs URL to https in help() (GH-5030) (GH-5031) https://github.com/python/cpython/commit/6eb232c52a03e31fc47842e70fc783

[issue32452] Brackets and Parentheses used in an ambiguous way

2018-01-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I clicked the "Details" link and restarted the build from there. Closing and reopening the PR will also restart the build. -- nosy: +Mariatta ___ Python tracker <https://bugs.python.o

[issue33565] strange tracemalloc results

2018-05-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Alexander, in the future please use gender-neutral words such as "folks" and "y'all" instead of "guys". Thanks. -- nosy: +Mariatta ___ Python tracker

[issue18307] Relative path in co_filename for zipped modules

2018-05-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Vitaly, in the future please use gender-neutral words such as "folks" and "y'all" instead of "guys". Thanks. -- nosy: +Mariatta ___ Python tracker

[issue33625] Release GIL for grp.getgr{nam, gid} and pwd.getpw{nam, uid}

2018-05-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: In the future please use gender-neutral words such as "everyone", "people", or "folks" instead of "guys". Thanks. -- nosy: +Mariatta ___ Python trac

[issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)

2018-06-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset a801cf164be7c62b6a6dba47ff91d6c3edb67729 by Mariatta (Zackery Spytz) in branch 'master': bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) https://github.com/python/cpyt

[issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)

2018-06-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks all! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue31102] deheader: double #incude of the same file

2018-06-12 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Closing this. No action item from our side. -- nosy: +Mariatta resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33836] [Good first-time issue] Recommend keyword-only param for memoization in FAQ

2018-06-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 2707e41a5c7ede30349cc7dbd66f8be564965d7c by Mariatta (Noah Haasis) in branch 'master': bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687) https://github.com/python/cpython/commit/2707e41a5c7ede30349cc7dbd66f8b

[issue33836] [Good first-time issue] Recommend keyword-only param for memoization in FAQ

2018-06-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

2018-06-15 Thread Mariatta Wijaya
New submission from Mariatta Wijaya : New changeset 68680035143a3a6398faa88f067f244c74691d19 by Mariatta (Andrés Delfino) in branch 'master': bpo-33571: Improve the glossary description for '...' prompt (GH-6971) https://github.com/python/cpython/commit/68680035143a3a6398fa

[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

2018-06-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33889] doc Mention Python on-line shell in Tutorial

2018-06-17 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks, but I just don't think this is needed but adding complexity. -- nosy: +Mariatta resolution: -> remind stage: patch review -> resolved status: open -> closed ___ Python tracker <https:

[issue33889] doc Mention Python on-line shell in Tutorial

2018-06-17 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- resolution: remind -> rejected ___ Python tracker <https://bugs.python.org/issue33889> ___ ___ Python-bugs-list mailing list Un

[issue33876] doc Mention relevant pythonesque implementations

2018-06-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the PR, and thanks everyone for the feedback. But I don't think we should be the one maintaining a list of all available alternative Python implementation out there. There is already a good list: https://wiki.python.org

[issue33887] doc Add TOC in Design and History FAQ

2018-06-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 38cf49bf695903ac7a8516bca6bbb6b32d935bb5 by Mariatta (Andrés Delfino) in branch 'master': bpo-33887: Add TOC to Design and History FAQ(GH-7766) https://github.com/python/cpython/commit/38cf49bf695903ac7a8516bca6bbb6b32d935bb5 -

[issue33887] doc Add TOC in Design and History FAQ

2018-06-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the PR! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33970] bugs.python.org silently refuses registrations

2018-06-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the report. As you have found out, the issue tracker for the bug tracker itself is not here. It seems to be a problem in upstream roundup. If you can help with fixing this issue, please see the discussion in http://psf.upfronthosting.co.za

[issue23850] Missing documentation for Py_TPFLAGS_HAVE_NEWBUFFER

2018-07-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Documentation fixes to 2.7 is still accepted. Please create a PR on GitHub. -- nosy: +Mariatta ___ Python tracker <https://bugs.python.org/issue23

[issue34161] (good first issue) Tutorial 7.1 str.format() code example syntax error

2018-07-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Yup. Are you interested in creating the PR? -- keywords: +easy nosy: +Mariatta stage: -> needs patch title: Tutorial 7.1 str.format() code example syntax error -> (good first issue) Tutorial 7.1 str.format() code example syntax error ve

[issue34161] (good first issue) Tutorial 7.1 str.format() code example syntax error

2018-07-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34161] (good first issue) Tutorial 7.1 str.format() code example syntax error

2018-07-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 49abd307d222e6fe85b5175eed6b6f87fc656a8d by Mariatta (Miss Islington (bot)) in branch '3.7': bpo-34161: Remove extra parentheses in output formatting tutorial (GH-8350) https://github.com/python/cpyt

[issue34174] argparse formatter_class issue for RawDescriptionHelpFormatter

2018-07-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the report. To make it work, you'll have to import textwrap first. We don't always add all the necessary imports in our code snippets and examples, and we don't need to start adding imports into code examples either. So I'

[issue33187] Document ElementInclude (XInclude) support in ElementTree

2018-07-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Please read the devguide on how to get started contributing: https://devguide.python.org. You'll also need to sign the CLA: https://devguide.python.org/pullrequest/?highlight=Cla#licensing -- nosy: +Mar

[issue34203] documentation: recommend Python 3 over 2 in faq

2018-07-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Yep. Please propose a patch. I think this should be updated even for Python 2.7 docs, which is nearing EOL. -- nosy: +Mariatta stage: -> needs patch versions: +Python 2.7, Python 3.6, Python 3.7 ___ Pyt

[issue34317] Improve docstring Environment variables in Windows NT

2018-08-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 46ebe61c7f3511b97268b44d5373a9e9cf0b5cc7 by Mariatta (HiyashiChuka) in branch 'master': bpo-34317: Fix a dead url to Windows documentation (GH-8622) https://github.com/python/cpython/commit/46ebe61c7f3511b97268b44d5373a9

[issue34317] Improve docstring Environment variables in Windows NT

2018-08-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34335] Fix examples in asyncio docs (suppliment to bpo-32258)

2018-08-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset d2ac400267940f35d731d66c2dafafe099d770d9 by Mariatta (Mikhail Terekhov) in branch 'master': bpo-34335: Use async/await syntax in documentation examples (GH-8674) https://github.com/python/cpython/commit/d2ac400267940f35d731d66c2dafaf

[issue34335] Fix examples in asyncio docs (suppliment to bpo-32258)

2018-08-07 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34335] Fix examples in asyncio docs (suppliment to bpo-32258)

2018-08-07 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- versions: -Python 3.6 ___ Python tracker <https://bugs.python.org/issue34335> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28044] Make the sidebar in the documentation follow the section automatically

2018-08-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Really sorry, but this issue is now out of date, and the patch no longer applies. The Python documentation theme is now being tracked in https://github.com/python/python-docs-theme/ Perhaps bring up this issue there? Thanks. -- nosy: +Mariatta

[issue28044] Make the sidebar in the documentation follow the section automatically

2018-08-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: You can file a new issue in https://github.com/python/python-docs-theme/ and just add a link to this issue from GitHub in the description. -- nosy: +Mariatta ___ Python tracker <https://bugs.python.

[issue34324] Doc README wrong directory name for venv

2018-08-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 599bfa18f8ebcb23af300b6855934048c3c64e7d by Mariatta (Stéphane Wirtel) in branch 'master': bpo-34324: Doc README wrong directory name for venv (GH-8650) https://github.com/python/cpython/commit/599bfa18f8ebcb23af300b68559340

[issue34324] Doc README wrong directory name for venv

2018-08-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.or

[issue34378] Documentation 3.5+

2018-08-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Sorry you're having trouble with this. There is similar issue as https://bugs.python.org/issue28044. The Python documentation Sphinx theme is now being maintained over at https://github.com/python/python-docs-theme/ Please file the issue there. T

[issue34398] Docs search does not index glossary

2018-08-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hmm the search is built-in functionality in Sphinx, and I don't think we have any way to control or customize that. -- nosy: +Mariatta resolution: -> third party status: open -> pending versions: -Python 2.7, Python 3.4,

[issue31715] Add mimetype for extension .mjs

2018-08-20 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- nosy: +barry, r.david.murray ___ Python tracker <https://bugs.python.org/issue31715> ___ ___ Python-bugs-list mailing list Unsub

[issue34452] docs: help text for [>>>] toggle always in English

2018-08-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: The help text that says "Show the prompts and output" comes from python-docs-theme, and it is tracked in a separate repo: https://github.com/python/python-docs-theme/ Not sure if there's any customization that we can do here. I suggest rai

[issue34452] docs: help text for [>>>] toggle always in English

2018-08-21 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- status: pending -> closed ___ Python tracker <https://bugs.python.org/issue34452> ___ ___ Python-bugs-list mailing list Un

[issue34426] "__lltrace__" seems to be wrong , "__ltrace__" is correct in Misc/SpecialBuilds.txt

2018-08-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 09efe49c07e2d5f93b415ead757c87e20cc0026f by Mariatta (Danish Prakash) in branch 'master': bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822) https://github.com/python/cpython/commit/09efe49c07e2d5f93b415ead757

[issue34426] "__lltrace__" seems to be wrong , "__ltrace__" is correct in Misc/SpecialBuilds.txt

2018-08-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34426] "__lltrace__" seems to be wrong , "__ltrace__" is correct in Misc/SpecialBuilds.txt

2018-08-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b26fcd6e22b7c150318d555f67b009cedcf5c797 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822) https://github.com/python/cpython/commit/b26fcd6e22b7c150318d555f67b

[issue33550] Sigpipe handling issue should be documented

2018-08-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 7b0ed43af55c1e2844aa0ccd5e088b2ddd38dbdb by Mariatta (Miss Islington (bot)) in branch '3.7': bpo-33550: Warn not to set SIGPIPE to SIG_DFL (GH-6773) https://github.com/python/cpython/commit/7b0ed43af55c1e2844aa0ccd5e088b

[issue33550] Sigpipe handling issue should be documented

2018-08-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 2.7, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.or

[issue34511] I suggest to add documentation about "method" parameter of urllib.request.Request class

2018-08-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: method is added in Python 3.3. You're referencing documentation of Python 3.2. The documentation is correct for later Python versions: https://docs.python.org/3.7/library/urllib.request.html#urllib.request.Request -- nosy: +Mariatta resol

[issue34558] ctypes.find_library processing - missing parenthesis prevents subprocess from getting a returncode

2018-08-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 172a71f19bb5e9624651850b315f403c460b9699 by Mariatta (Michael Felt) in branch 'master': bpo-34558: Add missing parentheses in _aix.py (GH-9017) https://github.com/python/cpython/commit/172a71f19bb5e9624651850b315f403c460b9699 -

[issue34558] ctypes.find_library processing - missing parenthesis prevents subprocess from getting a returncode

2018-08-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34365] datetime's documentation refers to "comparison [...] falling back to the default scheme of comparing object addresses"

2018-09-11 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- nosy: +Mariatta resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34605] Avoid master/slave terminology

2018-09-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: No further discussion needed. This issue has been closed and resolved. Thanks Victor for the PRs. -- nosy: +Mariatta ___ Python tracker <https://bugs.python.org/issue34

[issue34675] Avoid terminology related to slavery

2018-09-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: No thanks. -- nosy: +Mariatta resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34671] Remove references to Benevolent Dictator

2018-09-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: No thanks. -- nosy: +Mariatta resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue25296] Simple End-of-life guide covering all unsupported versions

2018-09-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This is not being tracked in: https://github.com/python/pythondotorg/issues/1302 -- nosy: +Mariatta ___ Python tracker <https://bugs.python.org/issue25

[issue34694] Dismiss To Avoid Slave/Master wording cause it easier for non English spoken programmers

2018-09-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: There will be no further discussion about this. -- nosy: +Mariatta resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: > ISTM that the coverage tests as currently written aren't good tests. Hi, I'd like to remind everyone to be open, respectful, and considerate. There are ways to describe hos things that can be improved. There is no need to denigrate other

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: IMO adding optional keyword argument to make it compatible with previous version is reasonable request, and it seems early on several other core devs also agree with it. -- ___ Python tracker <ht

[issue33699] Don't describe try's else clause in a footnote

2018-11-11 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Just need a manual backport to 2.7, which I'm not doing :) If no one is motivated enough to backport to 2.7, I'm fine with that. Otherwise this issue can be closed. -- nosy: +Mariatta resolution: -> fixed stage: patch review ->

[issue16438] Numeric operator predecence confusing

2018-11-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I'm actually thinking perhaps the "see :ref:`operator-summary`" clause should be separate and under Notes below the table, as opposed to current PR: ``` All numeric types (except complex) support the following operations (for priorities of

[issue28794] inspect.isasyncgen and inspect.isasyncgenfunction aren't documented

2016-11-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi, attached is the patch with docs for inspect.isasyncgen and inspect.isasyncgenfunction Please review, and let me know if this works. Thanks :) -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file45636/issue28794.patch

[issue28826] Programming with Python 3.6

2016-11-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Maybe you can post your code snippet and the error? -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28

<    5   6   7   8   9   10   11   12   13   >