[issue22702] to improve documentation for join() (str method)

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

[issue22702] to improve documentation for join() (str method)

2017-05-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1721b06a78a4fd7942d9658ac8add6911a1a03e3 by Mariatta in branch '3.5': bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1896) https://github.com/python/cpython/commit/1721b06a78a4fd7942d9658ac8

[issue22702] to improve documentation for join() (str method)

2017-05-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9522159bc41f2be0f4aafd0fa182669876aca47f by Mariatta in branch '3.6': bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1897) https://github.com/python/cpython/commit/9522159bc41f2be0f4aafd0fa1

[issue22702] to improve documentation for join() (str method)

2017-05-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9139f23464ed0f71cb0e34a535a5b7ddf7fad748 by Mariatta in branch '2.7': bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1898) https://github.com/python/cpython/commit/9139f23464ed0f71cb0e34a535

[issue22702] to improve documentation for join() (str method)

2017-05-31 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: backport needed -> resolved ___ Python tracker <http://bugs.python.org/issue22702> ___ ___ Python-bugs-list mai

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 0737ee20671d60802a7ef40f653fe449f1921de0 by Mariatta (Julien) in branch 'master': bpo-30499: Remove a deprecated note about sets. (GH-1848) https://github.com/python/cpython/commit/0737ee20671d60802a7ef40f653fe4

[issue30499] Deprecated note in set documentation

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

[issue30499] Deprecated note in set documentation

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

[issue30499] Deprecated note in set documentation

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

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3419fc2bf1e81d42ef4578e59d3c10f9c239e80f by Mariatta in branch '3.5': bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1906) https://github.com/python/cpython/commit/3419fc2bf1e81d42ef4578e59d3c10

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9d752aa5e695d682f3cfc40655580900b132e52a by Mariatta in branch '3.6': bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1905) https://github.com/python/cpython/commit/9d752aa5e695d682f3cfc406555809

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 662d856cd7d21dbdbd4043c1735d93b32568c9e5 by Mariatta in branch '2.7': bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1907) https://github.com/python/cpython/commit/662d856cd7d21dbdbd4043c1735d93

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Julien and Raymond. PR has been merged and backported to 2.7, 3.5 and 3.6. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bug

[issue25324] Importing tokenize modifies token

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset c9ccacea3ff441b1ff519c7399602b7db16f9783 by Mariatta (Albert-Jan Nijburg) in branch 'master': bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910) https://github.com/python/cpython/commit/c9ccacea3ff441b1ff519c7399602b

[issue29660] Document that print/format_exception ignore etype

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset cdb89cd72cbc66e4626914b4a71b9052ddb3a32a by Mariatta (Matthias Bussonnier) in branch 'master': bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) https://github.com/python/cpyt

[issue29660] Document that print/format_exception ignore etype

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

[issue29660] Document that print/format_exception ignore etype

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Matthias. I can backport this later today. Or do you want to do it? :) You can use cherry_picker.py https://github.com/python/core-workflow/tree/master/cherry_picker -- ___ Python tracker <h

[issue29660] Document that print/format_exception ignore etype

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e417d12d728103445b8516a35f643536e401f120 by Mariatta (Matthias Bussonnier) in branch '3.6': bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) (GH-1913) https://github.com/python/cpyt

[issue29660] Document that print/format_exception ignore etype

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue29660] Document that print/format_exception ignore etype

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset cca3d4aa25a7aea0cda90dd2aa012f58c85e7e24 by Mariatta (Matthias Bussonnier) in branch '3.5': bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) (GH-1914) https://github.com/python/cpyt

[issue29514] Add a test case that prevents magic number changes in minor releases

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

[issue30052] URL Quoting page links to function Bytes instead of defintion

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

[issue30303] IDLE: Add _utest to textview and add textview tests

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

[issue30052] URL Quoting page links to function Bytes instead of defintion

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1c92c0edca413c6f8ce8ec326a67451ae751ead9 by Mariatta in branch '3.6': bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) (GH-1915) https://github.com/python/cpython/commit/1c92c0edca413c6f8ce8ec326a

[issue30530] Descriptors HowTo: Example on function.__get__ needs update

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1bced56567335745f91676192fc39c06aab30da9 by Mariatta (Mariano Anaya) in branch 'master': bpo-30530: Update Descriptor How To Documentation (GH-1845) https://github.com/python/cpython/commit/1bced56567335745f91676192fc39c

[issue30530] Descriptors HowTo: Example on function.__get__ needs update

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

[issue30530] Descriptors HowTo: Example on function.__get__ needs update

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

[issue30530] Descriptors HowTo: Example on function.__get__ needs update

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

[issue29555] Update Python Software Foundation Copyright Year

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Any update about this? Who do we need to talk to in order to move forward? Thanks. -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue29

[issue30568] README Formatting

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks :) Yes the issue with copyright in the docs is still pending. I'm closing this as a duplicate. -- nosy: +Mariatta resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Update Python Software Fou

[issue29555] Update Python Software Foundation Copyright Year

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

[issue30530] Descriptors HowTo: Example on function.__get__ needs update

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 86eb93fae6fc5bf121de815b82697f2bc5bc126c by Mariatta in branch '3.6': bpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1953) https://github.com/python/cpython/commit/86eb93fae6fc5bf121de815b82697f

[issue30530] Descriptors HowTo: Example on function.__get__ needs update

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1f04b900861686351977f6a7d51afa5fdc181b82 by Mariatta in branch '3.5': bpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1954) https://github.com/python/cpython/commit/1f04b900861686351977f6a7d51afa

[issue30530] Descriptors HowTo: Example on function.__get__ needs update

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Mariano. I merged your PR and it's been backported to 3.5 and 3.6. -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.pyth

[issue30538] Functional Programming HOWTO describes one argument itertools.count()

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b32fb6c1fb6cdf019817176f573e60c0923a6e22 by Mariatta (csabella) in branch '3.5': bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1944) https://github.com/python/cpython/commit/b32fb6c1fb6cdf019817176f573e60

[issue30538] Functional Programming HOWTO describes one argument itertools.count()

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ce40550acd3a8928bb6fef4d4e73642a8a69745d by Mariatta (csabella) in branch '3.6': bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1943) https://github.com/python/cpython/commit/ce40550acd3a8928bb6fef4d4e7364

[issue30052] URL Quoting page links to function Bytes instead of defintion

2017-06-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 798cfb212383a6f5a31b610825d1af1d376804b2 by Mariatta (Nick Coghlan) in branch '3.6': bpo-30052: Always regenerate cross-references (GH-1339) (GH-1921) https://github.com/python/cpython/commit/798cfb212383a6f5a31b610825d1af

[issue30052] URL Quoting page links to function Bytes instead of defintion

2017-06-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Backport PR looks good so I went ahead and merged it :) Thanks. -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30303] IDLE: Add _utest to textview and add textview tests

2017-06-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Louie Lu, are you louisom on GitHub? Here in the b.p.o it shows that you have signed CLA, indicated with an asterisk next to your username. Somehow on GitHub the bot could not verify that you've signed it. Please clarify. Thanks. -- nosy: +Mar

[issue23787] sum() function docstring lists arguments incorrectly

2017-06-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 536209ef92f16ea8823209a3c4b8763c0ec5d4bc by Mariatta in branch '2.7': bpo-23787: Change sum() docstring from sequence to iterable (GH-1859) https://github.com/python/cpython/commit/536209ef92f16ea8823209a3c4b876

[issue23787] sum() function docstring lists arguments incorrectly

2017-06-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Raymond's patch has been applied to 2.7 branch. Thanks :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.pyth

[issue30583] docs mention datetuil presumably it should be dateutil

2017-06-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 53f2af16551eb3a080da313257603c31ef8b93b4 by Mariatta (wim glenn) in branch 'master': bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) https://github.com/python/cpython/commit/53f2af16551eb3a080da313257603c

[issue30583] docs mention datetuil presumably it should be dateutil

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

[issue26103] Contradiction in definition of "data descriptor" between (dotted lookup behavior/datamodel documentation) and (inspect lib/descriptor how-to)

2017-06-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Please also add yourself to Misc/ACKS. -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue26103> ___ ___ Pytho

[issue29596] Unfinished sentence in howto/clinic.rst

2017-06-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ec19ba210bba2c3097232a05d7dbe093beb5f833 by Mariatta (gfyoung) in branch 'master': bpo-29596: Improve clinic howto documentation (GH-1710) https://github.com/python/cpython/commit/ec19ba210bba2c3097232a05d7dbe093beb5f833 -

[issue30583] docs mention datetuil presumably it should be dateutil

2017-06-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b25b7254d909697bb7f3aa893b740cb650547cb6 by Mariatta (wim glenn) in branch '3.6': bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) (GH-1974) https://github.com/python/cpython/commit/b25b7254d909697bb7f3aa893b740c

[issue30583] docs mention datetuil presumably it should be dateutil

2017-06-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks wim glenn :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue29596] Unfinished sentence in howto/clinic.rst

2017-06-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 063f0b358331322d84f85008e6c01f80ff321fd6 by Mariatta (gfyoung) in branch '3.6': bpo-29596: Improve clinic howto documentation (GH-1710) (GH-1976) https://github.com/python/cpython/commit/063f0b358331322d84f85008e6c01f

[issue29596] Unfinished sentence in howto/clinic.rst

2017-06-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ee9de30aa0dbcfd848e4200944674a084d963588 by Mariatta (gfyoung) in branch '3.5': bpo-29596: Improve clinic howto documentation (GH-1710) (GH-1975) https://github.com/python/cpython/commit/ee9de30aa0dbcfd848e4200944674a

[issue29596] Unfinished sentence in howto/clinic.rst

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

[issue29581] __init_subclass__ causes TypeError when used with standard library metaclasses (such as ABCMeta)

2017-06-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6fb12b5c43945f61f3da82e33eafb4ddae2296ee by Mariatta (Nate) in branch '3.6': bpo-29581: bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (GH-527) (GH-1282) https://github.com/python/cpyt

[issue29981] Update Index for set, dict, and generator 'comprehensions'

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

[issue30579] Allow traceback objects to be instantiated/mutated/annotated

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

[issue29237] Create enum for pstats sorting options

2017-06-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for checking in, Ethan. Sorry, since this was first assigned to me, I got pre-occupied with other issues and projects in the core-workflow. Ratnadeep, if you are still interested, please go ahead with this issue. I've unassigned myself. T

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

2017-06-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Is the PR ready for merging? Does this need misc/news entry? I can help with the backport. -- nosy: +Mariatta stage: -> patch review ___ Python tracker <http://bugs.python.org/issu

[issue24755] asyncio.wrap_future undocumented

2017-06-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 824f6879121413e09439fffef54580413e44bf46 by Mariatta (adisbladis) in branch 'master': bpo-24755: Document asyncio.wrap_future (GH-603) https://github.com/python/cpython/commit/824f6879121413e09439fffef54580413e44bf46 -- nosy:

[issue24755] asyncio.wrap_future undocumented

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

[issue24755] asyncio.wrap_future undocumented

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

[issue24755] asyncio.wrap_future undocumented

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

[issue19180] some RFC references could be updated

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

[issue24755] asyncio.wrap_future undocumented

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset af609a00a64fd58bd67c102f208ed9fe15c2748d by Mariatta in branch '3.6': bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2019) https://github.com/python/cpython/commit/af609a00a64fd58bd67c102f208ed9

[issue24755] asyncio.wrap_future undocumented

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3fc2fa8cb909cb58325f56deb5cd500d278e4102 by Mariatta in branch '3.5': bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2020) https://github.com/python/cpython/commit/3fc2fa8cb909cb58325f56deb5cd50

[issue24755] asyncio.wrap_future undocumented

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: PR merged and backported to 3.6 and 3.5. Thanks :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30266] AbstractContextManager should support __method__ = None

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: -> Mariatta nosy: +Mariatta stage: -> backport needed ___ Python tracker <http://bugs.python.org/issue30266> ___ __

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue27425> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 74921ed8941fce14c2a53dc7280f43eb01fe4ed8 by Mariatta (Jim Fasarakis-Hilliard) in branch 'master': bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) https://github.com/python/cpyt

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: -> docs@python components: +Documentation -Tests nosy: +docs@python stage: -> backport needed versions: +Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/i

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: docs@python -> Mariatta ___ Python tracker <http://bugs.python.org/issue30335> ___ ___ Python-bugs-list mai

[issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue29406> ___ ___ Python-bugs-lis

[issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: There are two PRs for this issue. Is one depending on the other? PR 409 has merge conflict that needs to be resolved. -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue29

[issue30266] AbstractContextManager should support __method__ = None

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

[issue25958] Implicit ABCs have no means of "anti-registration"

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

[issue30335] Document deprecated alias of assertNotRegex

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

[issue30335] Document deprecated alias of assertNotRegex

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

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 10c9a09ef4810f0235f5f585dcce70eca049604a by Mariatta in branch '3.6': [3.6] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) (GH-2055) https://github.com/python/cpython/commit/10c9a09ef4810f0235f5f585dcce70

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset cabdba24b5cee036bd4963d2dcf5bf667e6d63c9 by Mariatta in branch '3.5': [3.5] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) (GH-2056) https://github.com/python/cpython/commit/cabdba24b5cee036bd4963d2dcf5bf

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue25958] Implicit ABCs have no means of "anti-registration"

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: -2115 ___ Python tracker <http://bugs.python.org/issue25958> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25958] Implicit ABCs have no means of "anti-registration"

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

[issue30266] AbstractContextManager should support __method__ = None

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 753422f6e32e13d96319b090788f0474f1e21fc4 by Mariatta in branch '3.6': bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2054) https://github.com/python/cpython/commit/753422f6e32e13d96319

[issue25958] Implicit ABCs have no means of "anti-registration"

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 753422f6e32e13d96319b090788f0474f1e21fc4 by Mariatta in branch '3.6': bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2054) https://github.com/python/cpython/commit/753422f6e32e13d96319

[issue30266] AbstractContextManager should support __method__ = None

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: PR has been backported to 3.6. Thanks :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue25958] Implicit ABCs have no means of "anti-registration"

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: -2123 ___ Python tracker <http://bugs.python.org/issue25958> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e5f6e86c48c7b2eb9e1d6a0e72867b4d8b4720f3 by Mariatta (csabella) in branch 'master': bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) https://github.com/python/cpython/commit/e5f6e86c48c7b2eb9e1d6a0e72867b

[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

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

[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

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

[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

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

[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

2017-06-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 76eabd3a21dc578de6093d45dd8d69a5ec4b9afe by Mariatta in branch '3.6': bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2065) https://github.com/python/cpython/commit/76eabd3a21dc578de6093d45dd8d69

[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

2017-06-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 656f232131e7a49800662119c7f9b8078729e697 by Mariatta in branch '3.5': bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2066) https://github.com/python/cpython/commit/656f232131e7a49800662119c7f9b8

[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

2017-06-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9660a7e4bbc3932846fcde0e31856b5b3908b834 by Mariatta in branch '2.7': bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2067) https://github.com/python/cpython/commit/9660a7e4bbc3932846fcde0e31856b

[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

2017-06-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This has been fixed, and backported to 2.7, 3.5, and 3.6. Thanks :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30621] import json before using json module in tutorial Input and Output

2017-06-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review type: resource usage -> versions: +Python 2.7, Python 3.5, Python 3.7 ___ Python tracker <http://bugs.python.org/i

[issue28206] signal.Signals not documented

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

[issue30312] Small correction in set code sample

2017-06-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ca816153445cba3baec15f7e890c71abfe495340 by Mariatta (KatherineMichel) in branch 'master': bpo-30312: Small correction in datastructures set code sample (GH-2081) https://github.com/python/cpython/commit/ca816153445cba3baec15f7e890c71

[issue30312] Small correction in set code sample

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

[issue30312] Small correction in set code sample

2017-06-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 865ed9ea67cf0d8a8dead91f3eac527553d92284 by Mariatta (KatherineMichel) in branch '3.6': bpo-30312: Small correction in datastructures set code sample (GH-2081) (GH-2085) https://github.com/python/cpyt

[issue30312] Small correction in set code sample

2017-06-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Documentation has been updated, and backported to 3.6. Thanks :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28556] typing.py upgrades

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

[issue28556] typing.py upgrades

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

[issue28556] typing.py upgrades

2017-06-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ea8b34868c3a765ac9a5eed7321af8f4548a9654 by Mariatta in branch '3.5': bpo-28556: Updates to typing module (GH-2076) (GH-2088) https://github.com/python/cpython/commit/ea8b34868c3a765ac9a5eed7321af8

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