[issue30059] No documentation for C type Py_Ellipsis

2017-04-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 05bfbcd233b2f5ba0d0634a380092d6ead6b35e1 by Mariatta (Michael Seifert) in branch '3.6': [3.6] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1149) https://github.com/python/cpyt

[issue30059] No documentation for C type Py_Ellipsis

2017-04-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset f40e72dbe60038eae69bc72e207ac47851d96752 by Mariatta (Michael Seifert) in branch '3.5': [3.5] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1148) https://github.com/python/cpyt

[issue30059] No documentation for C type Py_Ellipsis

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

[issue23787] sum() function docstring lists arguments incorrectly

2017-04-16 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: docs@python -> Mariatta nosy: +Mariatta versions: +Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <http://bugs.python.org/issu

[issue30097] Command-line option to suppress "from None" for debugging

2017-04-18 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue30097> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30095] HTMLCalendar allow custom classes

2017-04-18 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Can't you override the `.month` css class and customize the style that way? -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/is

[issue30109] make reindent failed.

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

[issue30109] make reindent failed.

2017-04-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: -> Mariatta nosy: +Mariatta stage: -> patch review ___ Python tracker <http://bugs.python.org/issue30109> ___ ___

[issue30109] make reindent failed.

2017-04-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 58f3c9dc8f5626abe09ac9738c34f6ba99ce2972 by Mariatta in branch 'master': bpo-30109: Fix reindent.py (GH-1207) https://github.com/python/cpython/commit/58f3c9dc8f5626abe09ac9738c34f6

[issue30109] make reindent failed.

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

[issue30109] make reindent failed.

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

[issue30109] make reindent failed.

2017-04-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: patch review -> backport needed versions: +Python 2.7, Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/issu

[issue30109] make reindent failed.

2017-04-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 60d27f42a07d0b9d4a2c3fb160cac1683e91f196 by Mariatta in branch '3.5': [3.5] bpo-30109: Fix reindent.py (GH-1207) (GH-1209) https://github.com/python/cpython/commit/60d27f42a07d0b9d4a2c3fb160cac1

[issue30109] make reindent failed.

2017-04-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 430020500c56259d31e07d32771f017952bad4e0 by Mariatta in branch '3.6': [3.6] bpo-30109: Fix reindent.py (GH-1207) (GH-1208) https://github.com/python/cpython/commit/430020500c56259d31e07d32771f01

[issue29387] Tabs vs spaces FAQ out of date

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

[issue29191] liblzma is missing from pcbuild.sln

2017-04-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1ccbe6007e5569ab25170f8ecddd5fbbc2ef36b0 by Mariatta (Steve Dower) in branch '3.6': bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (GH-1222) (GH-1244) https://github.com/python/cpyt

[issue29191] liblzma is missing from pcbuild.sln

2017-04-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks everyone :) I merged the backport PR, so I'm closing this issue. While backporting is still a manual effort, this utility script automates some part of it. https://github.com/python/core-workflow/tree/master/cherry_picker -- resol

[issue30098] Verbose TypeError for asyncio.ensure_future

2017-04-21 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> backport needed versions: +Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/issue30098> ___ ___ Py

[issue30098] Verbose TypeError for asyncio.ensure_future

2017-04-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ae5b3260dd459845aad8a30491b76d471577785d by Mariatta (Charles Renwick) in branch 'master': bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH-1170) https://github.com/python/cpyt

[issue30098] Verbose TypeError for asyncio.ensure_future

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

[issue30098] Verbose TypeError for asyncio.ensure_future

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

[issue30098] Verbose TypeError for asyncio.ensure_future

2017-04-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 503d74a60aa9290cf8d174eab95fdfdea1f2b284 by Mariatta in branch '3.5': bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH-1170) (#1246) https://github.com/python/cpython/commit/503d74a60aa9290cf8d174eab95fdf

[issue30098] Verbose TypeError for asyncio.ensure_future

2017-04-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset a3d8dda7d899bf41ab7eb2c6148459ad276fe295 by Mariatta in branch '3.6': bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH-1170) (#1247) https://github.com/python/cpython/commit/a3d8dda7d899bf41ab7eb2c6148459

[issue30098] Verbose TypeError for asyncio.ensure_future

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

[issue30142] The "callable" fixer doesn't exist

2017-04-23 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: docs@python -> Mariatta keywords: +easy nosy: +Mariatta stage: -> needs patch ___ Python tracker <http://bugs.python.org/i

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-04-23 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: We could use a How To or a tutorial for asyncio in the docs. -- assignee: docs@python components: Documentation, asyncio messages: 292168 nosy: Mariatta, docs@python, yselivanov priority: normal severity: normal status: open title: Create a How to or

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

2017-04-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 26896f2832324dde85cdd63d525571ca669f6f0b by Mariatta (csabella) in branch 'master': bpo-29751: Improve PyLong_FromString documentation (GH-915) https://github.com/python/cpython/commit/26896f2832324dde85cdd63d525571ca669f6f0b -

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

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

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

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

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

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

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

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

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

2017-04-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset d51d093b9bbca108f59bad0f1730c48ebf5b2e14 by Mariatta in branch '3.5': [3.5] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1267) https://github.com/python/cpython/commit/d51d093b9bbca108f59bad0f1730c4

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

2017-04-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ea0efa3bc1d0b832da75519c6f85d767ae44feda by Mariatta in branch '3.6': [3.6] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1266) https://github.com/python/cpython/commit/ea0efa3bc1d0b832da75519c6f85d7

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

2017-04-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9eb5ca0774f94215be48442100c829db2484e146 by Mariatta in branch 'master': bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268) https://github.com/python/cpython/commit/9eb5ca0774f94215be48442100c829

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

2017-04-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I merged the PR, backported it to 3.5 and 3.6, and added Cheryl to Misc/ACKS. Thanks everyone :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python track

[issue30039] Resuming a 'yield from' stack is broken if a signal arrives in the middle

2017-04-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: -> yselivanov ___ Python tracker <http://bugs.python.org/issue30039> ___ ___ Python-bugs-list mailing list Unsubscrib

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

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

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

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

[issue28851] namedtuples field_names sequence preferred

2017-04-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 97bf722fcd1de1236824377e052369dc7686b644 by Mariatta (csabella) in branch 'master': bpo-28851: Improve namedtuple documentation (GH-1274) https://github.com/python/cpython/commit/97bf722fcd1de1236824377e052369

[issue28851] namedtuples field_names sequence preferred

2017-04-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: My pleasure :) I merged the PR, and will do the backport later today. -- stage: -> backport needed ___ Python tracker <http://bugs.python.org/issu

[issue28851] namedtuples field_names sequence preferred

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

[issue28851] namedtuples field_names sequence preferred

2017-04-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 16b6f971bd8afc72b439b83324eba744460adb67 by Mariatta in branch '3.6': [3.6] bpo-28851: Improve namedtuple documentation (GH-1274) (GH-1286) https://github.com/python/cpython/commit/16b6f971bd8afc72b439b83324eba7

[issue28851] namedtuples field_names sequence preferred

2017-04-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Backported to 3.6. Thanks, everyone :) -- resolution: later -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue29960] _random.Random state corrupted on exception

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

[issue29960] _random.Random state corrupted on exception

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

[issue29960] _random.Random state corrupted on exception

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

[issue29887] test_normalization doesn't work

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

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

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

[issue30174] Duplicate code in pickletools.py

2017-04-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Does this need to be backported? -- nosy: +Mariatta stage: -> patch review versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issu

[issue30142] The "callable" fixer doesn't exist

2017-04-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset a90b990480f45b6a0ad02d43455cf8b620bac9c5 by Mariatta (Dong-hee Na) in branch 'master': bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1296) https://github.com/python/cpython/commit/a90b990480f45b6a0ad0

[issue30142] The "callable" fixer doesn't exist

2017-04-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9a626ec4e58c0bca1b4f71154e9e1da7e6d7e4a7 by Mariatta (Dong-hee Na) in branch '3.5': [3.5] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1304) https://github.com/python/cpython/commit/9a626ec4e58c0bca1b4f

[issue30142] The "callable" fixer doesn't exist

2017-04-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 19b3a4885cc685adb42db6f8f7b625768f6d1baf by Mariatta (Dong-hee Na) in branch '2.7': [2.7] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1305) https://github.com/python/cpython/commit/19b3a4885cc685adb42d

[issue30142] The "callable" fixer doesn't exist

2017-04-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 2fc3c543fc93d6211de8dcfaeac3a0fd10a356e0 by Mariatta (Dong-hee Na) in branch '3.6': [3.6] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1303) https://github.com/python/cpython/commit/2fc3c543fc93d6211de8

[issue30142] The "callable" fixer doesn't exist

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

[issue30179] Update Copyright to 2017

2017-04-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Duplicate of http://bugs.python.org/issue29555. -- nosy: +Mariatta resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30182] Incorrect in referring to ISO as "International Standards Organization"

2017-04-26 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- keywords: +easy stage: -> needs patch versions: +Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/issu

[issue30182] Incorrect in referring to ISO as "International Standards Organization"

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

[issue30182] Incorrect in referring to ISO as "International Standards Organization"

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

[issue30182] Incorrect in referring to ISO as "International Standards Organization"

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

[issue30182] Incorrect in referring to ISO as "International Standards Organization"

2017-04-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 33a5568f69301562d536852d12b9e03cd8dfc3a4 by Mariatta in branch '3.6': [3.6] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH-1313) https://github.com/python/cpython/commit/33a5568f69301562d536852d12b9e0

[issue30182] Incorrect in referring to ISO as "International Standards Organization"

2017-04-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset c4dfe2537fee970dc1bf3eb4fc2a3e007b36531c by Mariatta in branch '3.5': [3.5] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH-1314) https://github.com/python/cpython/commit/c4dfe2537fee970dc1bf3eb4fc2a3e

[issue30182] Incorrect in referring to ISO as "International Standards Organization"

2017-04-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 24404b4c92fc4195422c38563d0c6204fa7b16b1 by Mariatta in branch '2.7': [2.7] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312). (#1315) https://github.com/python/cpython/commit/24404b4c92fc4195422c38563d0c62

[issue30182] Incorrect in referring to ISO as "International Standards Organization"

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

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-04-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I think it will still be useful to have an authoritative tutorial within CPython docs. -- ___ Python tracker <http://bugs.python.org/issue30

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2017-05-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Jaysinh, are you up for preparing a PR based on you patch? Start with the master branch. Thanks. -- ___ Python tracker <http://bugs.python.org/issue28

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-05-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Sounds great! Thanks, Yury! Victor, do you think it's worth including a link to http://asyncio.readthedocs.io/en/latest/ somewhere in the docs, if we haven't already? -- ___ Python trac

[issue30208] Small typos in IDLE doc

2017-05-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: One PR per branch is correct. For future reference, preferably the commit hash to be cherry-picked is the one that is merged into CPython's master branch. It can be found at the original PR where it says merged commit into python:master. For PR 135

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

2017-05-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review versions: +Python 2.7, Python 3.7 -Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue28556] typing.py upgrades

2017-05-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset f06e0218ef6007667f5d61184b85a81a0466d3ae by Mariatta (Ivan Levkivskyi) in branch 'master': bpo-28556: Routine updates to typing (#1366) https://github.com/python/cpython/commit/f06e0218ef6007667f5d61184b85a8

[issue28556] typing.py upgrades

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

[issue28556] typing.py upgrades

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

[issue28556] typing.py upgrades

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

[issue28556] typing.py upgrades

2017-05-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 4b15e45895ca56ac5f7837cacb8cd3ccc26d1f66 by Mariatta in branch '3.5': [3.5] bpo-28556: Routine updates to typing (GH-1366) (#1417) https://github.com/python/cpython/commit/4b15e45895ca56ac5f7837cacb8cd3

[issue28556] typing.py upgrades

2017-05-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e612c28513b406779d187e5f816445c7d40d292b by Mariatta in branch '3.6': [3.6] bpo-28556: Routine updates to typing (GH-1366) (#1416) https://github.com/python/cpython/commit/e612c28513b406779d187e5f816445

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2017-05-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 8856940cf2e82cb17db2b684cd5732fe658605ca by Mariatta (UltimateCoder) in branch 'master': bpo-28315: Improve code examples in docs (GH-1372) https://github.com/python/cpython/commit/8856940cf2e82cb17db2b684cd5732

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

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

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2017-05-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: For sure :) Thanks Terry. -- assignee: -> Mariatta ___ Python tracker <http://bugs.python.org/issue28315> ___ ___ Python-

[issue30095] HTMLCalendar allow custom classes

2017-05-03 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review versions: +Python 3.7 -Python 3.6 ___ Python tracker <http://bugs.python.org/issue30095> ___ ___ Python-

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

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

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

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

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2017-05-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 5274faf5e360f74690ffb735e919cdba5fdbdf1c by Mariatta in branch '3.5': [3.5] bpo-28315: Improve code examples in docs (GH-1372) (#1446) https://github.com/python/cpython/commit/5274faf5e360f74690ffb735e919cd

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2017-05-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset af71364c3f0e9cd6cb9d83194315af0ee3c783d2 by Mariatta in branch '3.6': [3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445) https://github.com/python/cpython/commit/af71364c3f0e9cd6cb9d83194315af

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

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

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2017-05-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e1b02ff58883c68d3a5e549aa33c6dd94f915bd6 by Mariatta in branch '2.7': [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447) https://github.com/python/cpython/commit/e1b02ff58883c68d3a5e549aa33c6d

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2017-05-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: We can finally close this. Thanks everyone :) -- stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2017-05-04 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: -1535 ___ Python tracker <http://bugs.python.org/issue18699> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25435] Wrong function calls and referring to not removed concepts in descriptor HowTo (documentation)

2017-05-06 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 3.7 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue25435> ___ ___ Python-bugs-list mailin

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

2017-05-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Yes, PR 1535 is indeed linked to this issue, if you're reading it from the bug tracker. The pull request number you see from the notification email (+1634) refers to the pull_request item in the bug tracker (https://bugs.python.org/pull_request1634).

[issue30178] Indent methods and attributes of MimeTypes class

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

[issue30178] Indent methods and attributes of MimeTypes class

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

[issue30178] Indent methods and attributes of MimeTypes class

2017-05-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset c71168090df435c1eb8c03005b11df764cd7ebd6 by Mariatta (Jim Fasarakis-Hilliard) in branch 'master': bpo-30178: Indent methods and attributes of MimeType class (GH-1306) https://github.com/python/cpyt

[issue30178] Indent methods and attributes of MimeTypes class

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

[issue30178] Indent methods and attributes of MimeTypes class

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

[issue30178] Indent methods and attributes of MimeTypes class

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

[issue30178] Indent methods and attributes of MimeTypes class

2017-05-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 600c5ad53c0112d48581c48f986ea04676a28c44 by Mariatta in branch 'master': bpo-30178: Add Jim Fasarakis-Hilliard to Misc/ACKS (GH-1572) https://github.com/python/cpython/commit/600c5ad53c0112d48581c48f986ea0

[issue30178] Indent methods and attributes of MimeTypes class

2017-05-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Jim, are you up for preparing the backport to 2.7? I came across a conflict while doing so with cherry_picker.py, and don't have the bandwidth to resolve it for now. Otherwise, I'll look into the 2.7 backport after PyC

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

2017-05-14 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: docs@python -> Mariatta nosy: +Mariatta priority: normal -> low ___ Python tracker <http://bugs.python.org/i

[issue30380] Sphinx 1.6.1 raising new warnings in docs build

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

[issue29104] Left bracket remains in format string result when '\' preceeds it

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

[issue29660] Document that print/format_exception ignore etype

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

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