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

2017-06-09 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 <rep...@bugs.python.org> <http://bugs.python.or

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

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

2017-06-07 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: -> needs patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

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

2017-06-07 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

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

[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 <rep...@bugs.python.org> <http://bugs.pyt

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

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

[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 <rep...@bugs.python.org> <http://bugs.pyt

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

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

[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 <rep...@bugs.python.org> <http://bugs.python.org/i

[issue30583] docs mention datetuil presumably it should be dateutil

2017-06-06 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: -> backport needed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

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

[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 <rep...@bugs.python.org> <http

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

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

[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 <rep...@bugs.python.org> <http

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

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

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

[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 <rep...@bugs.pytho

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

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

[issue29555] Update Python Software Foundation Copyright Year

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

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

[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 <rep...@bugs.python.org> <http://bugs.python.org/i

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

2017-06-04 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: patch review -> backport needed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

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

2017-06-04 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +2025 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

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

2017-06-04 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +2024 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

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

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

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

2017-06-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1996 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

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

2017-06-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1995 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

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

2017-06-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: patch review -> backport needed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

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

[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 <rep...@bugs.python.org> <http://bugs.pyt

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

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

[issue29660] Document that print/format_exception ignore etype

2017-06-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: patch review -> backport needed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

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

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

[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 <rep...@bugs.pytho

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

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

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

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1984 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1985 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1986 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

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

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

2017-05-31 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: backport needed -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

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

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

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

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

2017-05-31 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1976 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

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

2017-05-31 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1975 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

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

2017-05-31 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1974 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

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

2017-05-31 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: resolved -> backport needed versions: +Python 3.6, Python 3.7 -Python 3.4 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue30499] Deprecated note in set documentation

2017-05-31 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: -> patch review versions: +Python 3.7 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)

2017-05-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed versions: -Python 2.7 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)

2017-05-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9abd0bf68f73b3beb56954e22740f0efcf04bc79 by Mariatta (csabella) in branch '3.6': bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1894) https://github.com/python/cpython/commit/9abd0bf68f73b3beb56954e22740f0efcf04bc79

[issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)

2017-05-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 958e815fe014e9a3c64f3568b883c2a7b32a4e2e by Mariatta (csabella) in branch '3.5': bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1895) https://github.com/python/cpython/commit/958e815fe014e9a3c64f3568b883c2a7b32a4e2e

[issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)

2017-05-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the PR Cheryl. You can backport using cherry_picker.py Note that there's a recent update to it: https://github.com/python/core-workflow/tree/master/cherry_picker -- stage: patch review -> backport nee

[issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)

2017-05-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 56ddfd2eea4d98456a9a99bf2a718f21ee6b2be2 by Mariatta (csabella) in branch 'master': bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) https://github.com/python/cpython/commit/56ddfd2eea4d98456a9a99bf2a718f21ee6b2be2

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

2017-05-31 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue30519] Add daemon argument to Timer

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- nosy: +Mariatta ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30519> ___

[issue30519] Add daemon argument to Timer

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- components: +Library (Lib) ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue30519] Add daemon argument to Timer

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue17188] Document 'from None' in raise statement doc.

2017-05-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Serhiy. I added the missing periods. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue17188] Document 'from None' in raise statement doc.

2017-05-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 60b257b01ca497d7a556e3f526704aa1b923d1ac by Mariatta in branch '3.6': bpo-17188: add missing periods at the end of sentences (GH-1875) (GH-1876) https://github.com/python/cpython/commit/60b257b01ca497d7a556e3f526704aa1b923d1ac

[issue17188] Document 'from None' in raise statement doc.

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1956 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue17188] Document 'from None' in raise statement doc.

2017-05-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9efad1e5aef32a6d8ca288793e8ee6df8782f615 by Mariatta in branch 'master': bpo-17188: add missing periods at the end of sentences (GH-1875) https://github.com/python/cpython/commit/9efad1e5aef32a6d8ca288793e8ee6df8782f615

[issue17188] Document 'from None' in raise statement doc.

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1955 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue30354] Change data model documentation to zero-argument super()

2017-05-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the PR and the backports, Cheryl :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue30354] Change data model documentation to zero-argument super()

2017-05-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ad13d54646d189cea8e6f7a9bc4a87e20df33ac4 by Mariatta (csabella) in branch '3.6': bpo-30354: Update data model documentation for super() (GH-1561) (GH-1868) https://github.com/python/cpython/commit/ad13d54646d189cea8e6f7a9bc4a87e20df33ac4

[issue30354] Change data model documentation to zero-argument super()

2017-05-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 75ea91bb736f2a061a3ebc689ff17629bdc15568 by Mariatta (csabella) in branch '3.5': bpo-30354: Update data model documentation for super() (GH-1561) (GH-1869) https://github.com/python/cpython/commit/75ea91bb736f2a061a3ebc689ff17629bdc15568

[issue30354] Change data model documentation to zero-argument super()

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: -> backport needed versions: +Python 3.5, Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue17188] Document 'from None' in raise statement doc.

2017-05-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Patch has been applied to 3.7 and 3.6. Thanks everyone :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http

[issue17188] Document 'from None' in raise statement doc.

2017-05-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 00b381b9a7b6b15350d1dcf7c688bf808cbf0ebb by Mariatta (csabella) in branch '3.6': bpo-17188: DOC: Document 'from None' in raise statement (GH-1671) (GH-1867) https://github.com/python/cpython/commit/00b381b9a7b6b15350d1dcf7c688bf808cbf0ebb

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

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1950 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28533] Replace asyncore

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- dependencies: +test_poplib replace asyncore ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue23787] sum() function docstring lists arguments incorrectly

2017-05-29 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue23787] sum() function docstring lists arguments incorrectly

2017-05-29 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1942 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue30361] Docs example: converting mixed types to floating point

2017-05-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Sorry, I don't know whether this was a sprint project or not.] Saw that the original PR has sprint label on it, I merely copied them over to the backport PRs. Thanks. -- ___ Python tracker <rep...@bugs.python.

[issue30361] Docs example: converting mixed types to floating point

2017-05-29 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1940 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue30361] Docs example: converting mixed types to floating point

2017-05-29 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1939 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue30361] Docs example: converting mixed types to floating point

2017-05-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for merging the PR, Terry. Now it needs backport :) -- stage: -> backport needed ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.or

[issue28533] Replace asyncore

2017-05-29 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: -> needs patch versions: +Python 3.7 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue30500] urllib connects to a wrong host

2017-05-28 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- versions: +Python 3.5, Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue30470] Deprecate invalid ctypes call protection on Windows

2017-05-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bu

[issue30470] Deprecate invalid ctypes call protection on Windows

2017-05-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 2ee91c8ad825079cdfc0d98f3f439f3b1c8ca471 by Mariatta in branch '3.6': [3.6] bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810) (GH-1833) https://github.com/python/cpython/commit/2ee91c8ad825079cdfc0d98f3f439f3b1c8ca471

[issue30470] Deprecate invalid ctypes call protection on Windows

2017-05-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +1916 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue30470] Deprecate invalid ctypes call protection on Windows

2017-05-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset f931fd1c2ad969db72460d3ab41e3d1a4a62c371 by Mariatta in branch 'master': bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810) https://github.com/python/cpython/commit/f931fd1c2ad969db72460d3ab41e3d1a4a62c371

[issue29960] _random.Random state corrupted on exception

2017-05-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Bryan and Serhiy. -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue29960] _random.Random state corrupted on exception

2017-05-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1626a479e22db3d44bcd6736d571243433cb6d0e by Mariatta in branch '2.7': [2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289) https://github.com/python/cpython/commit/1626a479e22db3d44bcd6736d571243433cb6d0e

[issue29960] _random.Random state corrupted on exception

2017-05-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 94d8261d1ca3f0c551d9d43a4db342d806af7a6a by Mariatta in branch '3.6': [3.6] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1287) https://github.com/python/cpython/commit/94d8261d1ca3f0c551d9d43a4db342d806af7a6a

[issue29960] _random.Random state corrupted on exception

2017-05-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 440bc4f4b2690b99541e87bedfdb0dc4abbc0501 by Mariatta in branch '3.5': [3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1288) https://github.com/python/cpython/commit/440bc4f4b2690b99541e87bedfdb0dc4abbc0501

[issue30487] DOC: automatically create a venv and install Sphinx when running make

2017-05-26 Thread Mariatta Wijaya
Changes by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue30433] Devguide lacks instructions for building docs

2017-05-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Caleb. This has been addressed in the Dev Guide PR https://github.com/python/devguide/pull/206 and it has been merged. -- nosy: +Mariatta resolution: -> fixed stage: -> resolved status: open -> closed versions: -P

[issue30178] Indent methods and attributes of MimeTypes class

2017-05-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Jim and Stéphane. -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

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