[issue30603] textwrap: declining indent level has no test case

2017-06-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 214f7eed7640f873223427c02a95a70775d2b396 by Mariatta (Jonathan Eunice) in branch 'master': bpo-30603: add tests to textwrap.dedent (GH-2206) https://github.com/python/cpython/commit/214f7eed7640f873223427c02a95a7

[issue30620] textwrap: dedent contains logic that can never execute

2017-06-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 7a801839e9a88bdcac5aaab494b532230fcf7caa by Mariatta (Jonathan Eunice) in branch 'master': bpo-30620: Remove dead lines from textwrap.dedent (GH-2064) https://github.com/python/cpython/commit/7a801839e9a88bdcac5aaab494b532

[issue30603] textwrap: declining indent level has no test case

2017-06-15 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue30603> ___ ___

[issue30620] textwrap: dedent contains logic that can never execute

2017-06-15 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28837] 2to3 does not wrap zip correctly

2017-06-15 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2280 ___ Python tracker <http://bugs.python.org/issue28837> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29478] email.policy.Compat32(max_line_length=None) not as documented

2017-06-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 820b71464c2c0e8cca1abfb5dfe47fa7f7ffec75 by Mariatta in branch '3.5': [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2234) https://github.com/python/cpython/commit/820b71464c2c0e8cca1abfb5dfe47f

[issue28837] 2to3 does not wrap zip correctly

2017-06-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 292b421d48ab91b0c68ea4040fc7371e7d6d610e by Mariatta in branch '3.6': bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (GH-24) (GH-2235) https://github.com/p

[issue28837] 2to3 does not wrap zip correctly

2017-06-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Backported to 3.6. -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed versions: -Python 2.7 ___ Python tracker <http://bugs.python.or

[issue30176] curses attribute constants list is incomplete

2017-06-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 116dd5eba60a940b35db6aaf4e8c998ac30ad440 by Mariatta (Xiang Zhang) in branch 'master': bpo-30176: Add missing curses cell attributes constants (GH-1302) https://github.com/python/cpython/commit/116dd5eba60a940b35db6aaf4e8c99

[issue30176] curses attribute constants list is incomplete

2017-06-15 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2284 ___ Python tracker <http://bugs.python.org/issue30176> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29478] email.policy.Compat32(max_line_length=None) not as documented

2017-06-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e9f4d8db5f30a9603fa0c005382bff78aa1ce232 by Mariatta in branch '3.6': [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2233) https://github.com/python/cpython/commit/e9f4d8db5f30a9603fa0c005382bff

[issue30176] curses attribute constants list is incomplete

2017-06-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 304a96e5868c1b38a87692668f297aaf041e6e67 by Mariatta in branch '3.6': bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241) https://github.com/python/cpython/commit/304a96e5868c1b38a87692668f297a

[issue29478] email.policy.Compat32(max_line_length=None) not as documented

2017-06-16 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30420] Clarify kwarg handing for subprocess convenience APIs

2017-06-16 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2303 ___ Python tracker <http://bugs.python.org/issue30420> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-06-17 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/issue29933> ___ ___ Python-bugs-list mailin

[issue30604] co_extra_freefuncs is stored thread locally and can lead to crashes

2017-06-18 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I'm setting the stage to 'backport needed', but it really is a 'porting needed' stage :) The two PRs merged PRs here were made against 3.6. -- nosy: +Mariatta stage: patch review -> backport needed __

[issue29887] test_normalization doesn't work

2017-06-18 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2322 ___ Python tracker <http://bugs.python.org/issue29887> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29887] test_normalization doesn't work

2017-06-18 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2321 ___ Python tracker <http://bugs.python.org/issue29887> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30420] Clarify kwarg handing for subprocess convenience APIs

2017-06-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 0a4fe1d8578fa59004518f8deef137282be4d71a by Mariatta in branch '3.6': [3.6] bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685) (GH-2253) https://github.com/python/cpython/commit/0a4fe1d8578fa59004518f8deef137

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

2017-06-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 5200a7c7f9ea65a96330c5f276f4acc6ec70854e by Mariatta (Kojo Idrissa) in branch 'master': bpo-29933: Improve set_write_buffer_limits description (GH-2262) https://github.com/python/cpython/commit/5200a7c7f9ea65a96330c5f276f4ac

[issue30717] str.center() is not unicode aware

2017-06-20 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> needs patch type: -> enhancement ___ Python tracker <http://bugs.python.org/issue30717> ___ ___ Python-bugs-list

[issue30709] Bad getter from Descriptor#Properties example

2017-06-21 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <http://bugs.python.org/issue30709> ___ ___ Python-bugs-list m

[issue30604] co_extra_freefuncs is stored thread locally and can lead to crashes

2017-06-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: PR 2152 is not yet ported to master. -- ___ Python tracker <http://bugs.python.org/issue30604> ___ ___ Python-bugs-list mailin

[issue30733] Typo in Document What's New: Calendar

2017-06-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: docs@python -> Mariatta nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue30733> ___ ___ Python-bugs-lis

[issue30619] typing.Union doc incoherence in case a class and its subclass are present

2017-06-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6580c19bbbe7bc9bc0884699afd69184f523b32e by Mariatta (khyox) in branch 'master': bpo-30619: Clarify typing.Union documentation (GH-2326) https://github.com/python/cpython/commit/6580c19bbbe7bc9bc0884699afd69184f523b32e -

[issue30619] typing.Union doc incoherence in case a class and its subclass are present

2017-06-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> backport needed ___ Python tracker <http://bugs.python.org/issue30619> ___ ___ Python-bugs-list mailing list Un

[issue30737] Update devguide link to the new URL

2017-06-22 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: The Devguide has a new URL: https://devguide.python.org I believe there are a few references to the devguide from CPython documentation. Those links should be updated to the new url. -- assignee: Mariatta components: Documentation messages: 296644

[issue30737] Update devguide link to the new URL

2017-06-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This is in progress. -- ___ Python tracker <http://bugs.python.org/issue30737> ___ ___ Python-bugs-list mailing list Unsub

[issue30619] typing.Union doc incoherence in case a class and its subclass are present

2017-06-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2380 ___ Python tracker <http://bugs.python.org/issue30619> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30619] typing.Union doc incoherence in case a class and its subclass are present

2017-06-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 8baf78b98f3acd76e51a4381542ff1612911b18f by Mariatta in branch '3.6': [3.6] bpo-30619: Clarify typing.Union documentation (GH-2326) (GH-2337) https://github.com/python/cpython/commit/8baf78b98f3acd76e51a4381542ff1

[issue30619] typing.Union doc incoherence in case a class and its subclass are present

2017-06-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2381 ___ Python tracker <http://bugs.python.org/issue30619> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30619] typing.Union doc incoherence in case a class and its subclass are present

2017-06-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ce1bd6ac7ffaf396157a9ceb55b281a3b196323f by Mariatta in branch '3.5': [3.5] bpo-30619: Clarify typing.Union documentation (GH-2326) (GH-2338) https://github.com/python/cpython/commit/ce1bd6ac7ffaf396157a9ceb55b281

[issue30619] typing.Union doc incoherence in case a class and its subclass are present

2017-06-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Fixed and backported to 3.5 and 3.6. Thanks! -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <http://bugs.python.or

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b066edfb1b268e90ea11f45dd1827f46d7ceec88 by Mariatta (_ = NaN) in branch 'master': bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) https://github.com/python/cpython/commit/b066edfb1b268e90ea11f45dd1827f

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2384 ___ Python tracker <http://bugs.python.org/issue30709> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2386 ___ Python tracker <http://bugs.python.org/issue30709> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2385 ___ Python tracker <http://bugs.python.org/issue30709> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 8aa15ba884b14c1cf65d4c1a4c5abc4253f5c9ed by Mariatta in branch '3.5': [3.5] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2341) https://github.com/python/cpython/commit/8aa15ba884b14c1cf65d4c1a4c5abc

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 508267437cc66fdadc12fb19fb2958c452b8a26f by Mariatta in branch '2.7': [2.7] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2340) https://github.com/python/cpython/commit/508267437cc66fdadc12fb19fb2958

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset d79ac2c2468f072653ed9096cd33f89acb6ff5bb by Mariatta in branch '3.6': [3.6] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2342) https://github.com/python/cpython/commit/d79ac2c2468f072653ed9096cd33f8

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue30709> ___ ___

[issue26506] [EASY] hex() documentation: mention "%x" % int

2017-06-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: When uploading patch from another person, please include "Original patch by " in the PR, and the commit message. Thanks. -- nosy: +Mariatta ___ Python tracker <http://bugs.python.o

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

2017-07-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 4685e56596f9f332e402c79c913a73b19f4411e1 by Mariatta (Kojo Idrissa) in branch '3.5': [3.5] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2533) https://github.com/python/cpyt

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

2017-07-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 03af4282423b1c287a194664f90496cfc9cf20c7 by Mariatta (Kojo Idrissa) in branch '3.6': [3.6] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2532) https://github.com/python/cpyt

[issue26506] [EASY] hex() documentation: mention "%x" % int

2017-07-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 67ba4fa467825d6a0c0a21cc54ff1df2ed1b by Mariatta (Manvisha Kodali) in branch 'master': bpo-26506: hex() documentation: mention %x % int (GH-2525) https://github.com/python/cpython/commit/67ba4fa467825d6a0c0a21cc54

[issue30882] Built-in list disappeared from Python 2.7 intersphinx inventory

2017-07-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: docs@python -> Mariatta nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue30882> ___ ___ Python-bugs-lis

[issue30183] [HPUX] compilation error in pytime.c with cc compiler

2017-07-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issue30183> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue12910] urrlib.quote quotes too many chars, e.g., '()'

2017-07-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review versions: -Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/issu

[issue30881] IDLE: add docstrings to browser.py

2017-07-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issue30881> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue30901] "503 HTTP ERROR" on attempt to access some points of python library documentation

2017-07-11 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: There was partial outage. See post mortem report: https://status.python.org/incidents/cc622spyl26l -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue30

[issue30466] Tutorial doesn't explain the use of classes

2017-07-12 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3fbd70018f835edd33250de2f79b7a7ef45f8359 by Mariatta (Trey Hunner) in branch 'master': bpo-30466: Add brief explanation of classes to tutorial (GH-1804) https://github.com/python/cpython/commit/3fbd70018f835edd33250de2f79b7a

[issue30466] Tutorial doesn't explain the use of classes

2017-07-12 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: patch review -> backport needed ___ Python tracker <http://bugs.python.org/issue30466> ___ ___ Python-bugs-list mai

[issue30935] document the new behavior of get_event_loop() in Python 3.6

2017-07-14 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> needs patch versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue30935> ___ ___ Python-bugs-list mai

[issue30466] Tutorial doesn't explain the use of classes

2017-07-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ef4231adb7aa6b323c94e854ac3dc3bebc841115 by Mariatta (Trey Hunner) in branch '3.6': bpo-30466: Add brief explanation of classes to tutorial (GH-1804) (GH-2700) https://github.com/python/cpython/commit/ef4231adb7aa6b323c94e854ac3dc3

[issue30466] Tutorial doesn't explain the use of classes

2017-07-20 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30304] TestCase.assertMultiLineEqual only registered for Unicode strings in 2.7

2017-07-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: needs patch -> patch review versions: +Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <http://bugs.python.org/issu

[issue30304] TestCase.assertMultiLineEqual only registered for Unicode strings in 2.7

2017-07-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Serhiy. Aditya, your PR was made against the master branch. Can you make the change against the 2.7 branch? Thanks. -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue30

[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2017-07-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Aditya: The guideline for converting a patch to the PR is documented here: https://devguide.python.org/pullrequest/#converting-an-existing-patch-from-the-b-p-o-to-github -- nosy: +Mariatta ___ Python tracker <h

[issue31023] Git Bootcamp and Cheat Sheet - Section 32.10 - Creating a Pull request needs an additional step

2017-07-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi, the issue tracker for the Dev guide is at https://github.com/python/DevGuide Can you file this issue there? Thanks. -- nosy: +Mariatta resolution: -> not a bug stage: -> resolved status: open -&g

[issue26506] [EASY] hex() documentation: mention "%x" % int

2017-07-25 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2921 ___ Python tracker <http://bugs.python.org/issue26506> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26506] [EASY] hex() documentation: mention "%x" % int

2017-07-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 59e6ab15e47d496ac4e5f9d53aac0fae0c708da4 by Mariatta in branch '3.6': bpo-26506: hex() documentation: mention %x % int (GH-2525) (GH-2870) https://github.com/python/cpython/commit/59e6ab15e47d496ac4e5f9d53aac0f

[issue26506] [EASY] hex() documentation: mention "%x" % int

2017-07-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the PRs Manvi. -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <http://bugs.python.or

[issue30304] TestCase.assertMultiLineEqual only registered for Unicode strings in 2.7

2017-07-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 0666d0e50432e3b0109db96b8e48fb6c496bd49c by Mariatta (Aditya Hase) in branch '2.7': bpo-30304: Improve TestCase.assertMultiLineEqual docs (GH-2847) https://github.com/python/cpython/commit/0666d0e50432e3b0109db96b8e48fb

[issue30304] TestCase.assertMultiLineEqual only registered for Unicode strings in 2.7

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

[issue25910] Fixing links in documentation

2017-07-25 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2924 ___ Python tracker <http://bugs.python.org/issue25910> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31040] mimetypes.add_type should complain when you give it an undotted ext

2017-07-25 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: -> docs@python components: +Documentation nosy: +docs@python versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issu

[issue31055] All Sphinx generated pages could have a new "Edit This Page" link adjacent to the existing "Show Source"

2017-07-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I don't think we should add this link. When we make edits to the docs, even simple typo fixes, it should first be done in the master branch, instead of the maintenance branches (e.g. 2.7, 3.5 or 3.6). If "Edit This Page" link takes

[issue31020] Add support for custom compressor in tarfile

2017-07-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issue31020> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue31020] Add support for custom compressor in tarfile

2017-07-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Adding lars.gustaebel who is listed as maintainer for tarfile. -- nosy: +Mariatta, lars.gustaebel ___ Python tracker <http://bugs.python.org/issue31

[issue31020] Add support for custom compressor in tarfile

2017-07-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Adding serhiy.storchaka who recently made changes to tarfile. -- nosy: +serhiy.storchaka ___ Python tracker <http://bugs.python.org/issue31

[issue31020] Add support for custom compressor in tarfile

2017-07-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: -Python 3.6 ___ Python tracker <http://bugs.python.org/issue31020> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25910] Fixing links in documentation

2017-07-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 8474d87165593bac2bc231287f42c4cff3fd6aaf by Mariatta in branch 'master': bpo-25910: Update LICENSE (GH-2873) https://github.com/python/cpython/commit/8474d87165593bac2bc231287f42c4cff3fd6aaf -- nosy:

[issue25910] Fixing links in documentation

2017-07-31 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +3015 ___ Python tracker <http://bugs.python.org/issue25910> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25910] Fixing links in documentation

2017-07-31 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +3017 ___ Python tracker <http://bugs.python.org/issue25910> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25910] Fixing links in documentation

2017-07-31 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +3016 ___ Python tracker <http://bugs.python.org/issue25910> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25910] Fixing links in documentation

2017-07-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset f6306e737203ac1bf1717bbf62bc58dac24b68db by Mariatta in branch '3.5': bpo-25910: Update LICENSE (GH-2873) (GH-2968) https://github.com/python/cpython/commit/f6306e737203ac1bf1717bbf62bc58

[issue25910] Fixing links in documentation

2017-07-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b3c7d37c5ac8dbba4f1ebcf279bfceb570fb6c19 by Mariatta in branch '2.7': bpo-25910: Update LICENSE (GH-2873) (GH-2969) https://github.com/python/cpython/commit/b3c7d37c5ac8dbba4f1ebcf279bfce

[issue25910] Fixing links in documentation

2017-07-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 330cdac5174e3dc6c1deb876bc12a39d7af9af84 by Mariatta in branch '3.6': bpo-25910: Update LICENSE (GH-2873) (GH-2967) https://github.com/python/cpython/commit/330cdac5174e3dc6c1deb876bc12a3

[issue27470] -3 commandline option documented differently via man

2017-08-03 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue27470> ___ ___ Python-bugs-list mai

[issue27470] -3 commandline option documented differently via man

2017-08-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset dd6e4aa113c6db4fcf9d252b5063ab217e8330a2 by Mariatta (Subhendu Ghosh) in branch '2.7': bpo-27470: Improve doc for commandline -3 option https://github.com/python/cpython/commit/dd6e4aa113c6db4fcf9d252b5063ab217e8330a2 -

[issue27470] -3 commandline option documented differently via man

2017-08-03 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue31106] os.posix_fallocate() generate exception with errno 0

2017-08-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Adding Larry who is listed as posix expert. -- nosy: +Mariatta, larry stage: -> patch review ___ Python tracker <http://bugs.python.org/issu

[issue31183] `Dis` module doesn't know how to disassemble async generator or coroutine objects

2017-08-11 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Adding Serhiy and Nick who worked on these parts of CPython. -- nosy: +Mariatta, ncoghlan, serhiy.storchaka stage: -> patch review ___ Python tracker <http://bugs.python.org/issu

[issue31191] Fix grammar in threading.Barrier docs

2017-08-14 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: New changeset 143be366295038b36fc32c44b8e1b48a375eab56 by Mariatta (Saurabh Chaturvedi) in branch 'master': bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) https://github.com/python/cpython/commit/143be366295038b36fc32c44b8e1b4

[issue31191] Fix grammar in threading.Barrier docs

2017-08-14 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: -> docs@python components: +Documentation nosy: +docs@python ___ Python tracker <http://bugs.python.org/issu

[issue31191] Fix grammar in threading.Barrier docs

2017-08-14 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> backport needed versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue31191> ___ ___ Python-bugs-lis

[issue12887] Documenting all SO_* constants in socket module

2017-08-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: needs patch -> patch review versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue31270] Simplify documentation of itertools.zip_longest

2017-08-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue31270> ___ ___ Python-bugs-lis

[issue31274] Support building against homebrew on macOS

2017-08-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: If you're proposing changes to the devguide, then please file the issue at https://github.com/python/devguide :) -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/is

[issue30987] Support for ISO-TP protocol in SocketCAN

2017-08-25 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issue30987> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue31191] Fix grammar in threading.Barrier docs

2017-08-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +3266 ___ Python tracker <http://bugs.python.org/issue31191> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31191] Fix grammar in threading.Barrier docs

2017-08-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue31191] Fix grammar in threading.Barrier docs

2017-08-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 2dfafa3c565c0b51920269a891fa270848b378d5 by Mariatta in branch '3.6': bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) (GH-3224) https://github.com/python/cpython/commit/2dfafa3c565c0b51920269a891fa27

[issue26656] Documentation for re.compile is a bit outdated

2017-08-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ed94a8b2851914bcda3a77b28b25517b8baa91e6 by Mariatta (Henk-Jaap Wagenaar) in branch 'master': bpo-26656: Improve re.compile documentation (GH-3211) https://github.com/python/cpython/commit/ed94a8b2851914bcda3a77b28b2551

[issue26656] Documentation for re.compile is a bit outdated

2017-08-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +3267 ___ Python tracker <http://bugs.python.org/issue26656> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26656] Documentation for re.compile is a bit outdated

2017-08-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 83e5c888fff2bf3663952b2bfd3a3ee6c20386ef by Mariatta in branch '3.6': [3.6] bpo-26656: Improve re.compile documentation (GH-3211) (GH-3225) https://github.com/python/cpython/commit/83e5c888fff2bf3663952b2bfd3a3e

[issue26656] Documentation for re.compile is a bit outdated

2017-08-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: There are two PRs for this issue. I accepted the earlier one, and it's been backported to 3.6. Thanks everyone. -- resolution: -> fixed stage: -> resolved status: open -> closed versions: -Python 3.5

[issue3037] in output

2017-08-28 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: -3271 ___ Python tracker <http://bugs.python.org/issue3037> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30737] Update devguide link to the new URL

2017-08-28 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: needs patch -> patch review versions: -Python 3.5 ___ Python tracker <http://bugs.python.org/issue30737> ___ ___ Python-

[issue30737] Update devguide link to the new URL

2017-08-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 384899dfaeb83db38a6d3846d3cbc2f58a6605cd by Mariatta (Lisa Hewus Fresh) in branch 'master': bpo-30737: Update DevGuide links to new URL (GH-3228) https://github.com/python/cpython/commit/384899dfaeb83db38a6d3846d3cbc2

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