[issue30737] Update devguide link to the new URL

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

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

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

[issue31320] test_ssl logs a traceback

2017-09-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset c506403faf8dbfc8baf4212e8e2aedb7268acb5e by Mariatta (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31320: No traceback to sys.stderr in test_ssl (GH-3360) (GH-3369) https://github.com/python/cpyt

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-09-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3b9dfe631117430dee8ef8a2f205b4b450d5 by Mariatta in branch '3.6': [3.6] bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (GH-2179) (GH-3370) https://github.com/python/cpython/commit/3b9dfe631117430dee8ef8a2f2

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-09-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Backport done. Thanks all :) -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue31350] asyncio: Optimize get_event_loop and _get_running_loop

2017-09-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ff125e1aa9ee4eb928de79320a0e7c1b0c0f58f4 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31350: Optimize get_event_loop and _get_running_loop (GH-3347) (GH-3373) https://github.com/python/cpyt

[issue31350] asyncio: Optimize get_event_loop and _get_running_loop

2017-09-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This has been backported. Thanks all :) -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30737] Update devguide link to the new URL

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

[issue30737] Update devguide link to the new URL

2017-09-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 98ceece8f4cd797ec28078b6247529f01549687d by Mariatta (Miss Islington (bot)) in branch '3.6': [3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390) https://github.com/python/cpython/commit/98ceece8f4cd797ec28078b6247529

[issue21649] Mention "Recommendations for Secure Use of TLS and DTLS"

2017-09-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1fc47b40af3e3e80902100a2baa472b19dd47010 by Mariatta (Miss Islington (bot)) in branch '3.6': [3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399) https://github.com/python/cpyt

[issue21649] Mention "Recommendations for Secure Use of TLS and DTLS"

2017-09-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ab4894bba6e51105706f9fa016821434256585cd by Mariatta (Miss Islington (bot)) in branch '2.7': [2.7] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3400) https://github.com/python/cpyt

[issue21649] Mention "Recommendations for Secure Use of TLS and DTLS"

2017-09-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This has been backported. Closing the issue. Thanks all. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30096] Update examples in abc documentation to use abc.ABC

2017-09-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b0d0217c0e4c1512a06ef306928b2fd8f82d046e by Mariatta (Miss Islington (bot)) in branch '3.6': [3.6] bpo-30096: Use ABC in abc reference examples (GH-1220) (GH-3408) https://github.com/python/cpython/commit/b0d0217c0e4c1512a06ef306928b2f

[issue30096] Update examples in abc documentation to use abc.ABC

2017-09-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Backported to 3.6 by Miss Islington. Closing this issue. Thanks. -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue26669] time.localtime(float("NaN")) does not raise a ValueError on all platforms

2017-09-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset a4baf1c543bca261c27e98ba296e42665f3cb872 by Mariatta (Miss Islington (bot)) in branch '3.6': [3.6] bpo-26669: Fix nan arg value error in pytime.c (GH-3085) (GH-3467) https://github.com/python/cpyt

[issue26669] time.localtime(float("NaN")) does not raise a ValueError on all platforms

2017-09-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This has been backported to 3.6. Is backport to 2.7 needed? If not we'll close the issue. -- stage: patch review -> backport needed ___ Python tracker <https://bugs.python.org

[issue31345] Backport docstring improvements to the C version of OrderedDict

2017-09-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Henk-Jaap, 3.5 branch is now on security fix only, so only the backport to 3.6 will be accepted. It seems like you have two bug tracker accounts? Did you register with two different email address? It appears that the CLA is received for one of your

[issue15427] Describe use of args parameter of argparse.ArgumentParser.parse_args

2017-09-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks, David. I merged the backport PRs. Closing this. -- nosy: +Mariatta resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue25684] ttk.OptionMenu radiobuttons aren't unique between two instances of OptionMenu

2017-09-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e1847ea4a9bdc7549893091a63e14f2afbdecc32 by Mariatta (Cheryl Sabella) in branch '2.7': bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (GH-2960) https://github.com/python/cpython/commit/e1847ea4a9bdc7549893091a6

[issue25684] ttk.OptionMenu radiobuttons aren't unique between two instances of OptionMenu

2017-09-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Fixed and backported to 3.6 and 2.7. Thanks, all! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue31345] Backport docstring improvements to the C version of OrderedDict

2017-09-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Henk-Jaap for the PR. It's been merged. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue31427] Proposed addition to Windows FAQ

2017-09-12 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Is this only a problem with 3.6.0 or >= 3.6.0? -- components: +Windows nosy: +Mariatta, paul.moore, steve.dower, tim.golden, zach.ware stage: -> needs patch ___ Python tracker <https://bugs.python.org/i

[issue31394] Ellipsis_token.type != token.ELLIPSIS

2017-09-12 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 5f8fbf917ebf2398aa75a1f271617e2e50ab7c88 by Mariatta (Aivar Annamaa) in branch 'master': bpo-31394: Clarify documentation about token type attribute (GH-3469) https://github.com/python/cpython/commit/5f8fbf917ebf2398aa75a1f271617e

[issue31394] Ellipsis_token.type != token.ELLIPSIS

2017-09-12 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +3525 ___ Python tracker <https://bugs.python.org/issue31394> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31394] Ellipsis_token.type != token.ELLIPSIS

2017-09-12 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 5513e888e9a742156c35ce7ab628407d8cf9e1f0 by Mariatta in branch '3.6': [3.6] bpo-31394: Clarify documentation about token type attribute (GH-3469) (GH-3525) https://github.com/python/cpython/commit/5513e888e9a742156c35ce7ab62840

[issue31394] Ellipsis_token.type != token.ELLIPSIS

2017-09-12 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +3526 ___ Python tracker <https://bugs.python.org/issue31394> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31394] Ellipsis_token.type != token.ELLIPSIS

2017-09-12 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ea0f7c26cef4550bf4db1a9bae17d41b79ab7c0d by Mariatta in branch 'master': bpo-31394: Make tokenize.rst PEP 8-compliant (GH-3526) https://github.com/python/cpython/commit/ea0f7c26cef4550bf4db1a9bae17d4

[issue31394] Ellipsis_token.type != token.ELLIPSIS

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

[issue31454] Include "import as" in documentation

2017-09-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: import as is documented, so I'm closing this unless you have other concerns. Python 3 docs: https://docs.python.org/3/reference/simple_stmts.html#import ``` If the module name is followed by as, then the name following as is bound directly to the imp

[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-13 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: In "What's new in Python" page: (https://docs.python.org/3.7/whatsnew/index.html) The link to Misc/NEWS is 404. The text is: The “Changelog” is a HTML version of the file Misc/NEWS which contains all nontrivial changes to Python for the

[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-13 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue31458> ___ ___ Python-bugs-list mailin

[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-13 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- keywords: +patch pull_requests: +3547 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1b8f612e1800b6e58472113f4abe8ee7c31f4db7 by Mariatta in branch 'master': bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) https://github.com/python/cpython/commit/1b8f612e1800b6e58472113f4

[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-13 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +3551 ___ Python tracker <https://bugs.python.org/issue31458> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 905e4ef86e86dbf8f28b2f6e45af31a6eea84e10 by Mariatta in branch '3.6': [3.6] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) (GH-3560) https://github.com/python/cpython/commit/905e4ef86e86dbf8f28b2f6e4

[issue31458] Broken link to Misc/NEWS in What's New page

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

[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Reopening since @merwok has some concern that Misc/NEWS.d is just a big directory with a lot of rst files. reference https://github.com/python/cpython/pull/3555#pullrequestreview-62899457 -- resolution: fixed -> stage: resolved -> status:

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-15 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: Provide a couple more examples of using format specifiers in f-string. -- assignee: docs@python components: Documentation messages: 302279 nosy: Mariatta, docs@python, eric.smith priority: normal severity: normal status: open title: Improve f-strings

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-15 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- keywords: +patch pull_requests: +3595 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue31487> ___ ___ Py

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-15 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue31487> ___ ___ Python-bugs-list mailin

[issue31454] Include "import as" in tutorial

2017-09-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I might know an aspiring contributor who can work on this. Assigning to myself. -- assignee: docs@python -> Mariatta ___ Python tracker <https://bugs.python.org/issu

[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-16 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +3608 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue31458> ___ ___ Python-bugs-lis

[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 0ec8c4bd10dcfd8e580628868efdd3df91038898 by Mariatta in branch 'master': bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-3617) https://github.com/python/cpython/commit/0ec8c4bd10dcfd8e580628868efdd3

[issue31458] Broken link to Misc/NEWS in What's New page

2017-09-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset d3cba8175ca48d33a4e0117109a44935a1cec658 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-3617) (GH-3618) https://github.com/python/cpyt

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 46c1052404c1a6e4d35af8e96613db8a4be75b52 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31487: Improve f-strings documentation (GH-3604) (GH-3619) https://github.com/python/cpython/commit/46c1052404c1a6e4d35af8e96613db

[issue31487] Improve f-strings documentation wrt format specifiers

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

[issue31458] Broken link to Misc/NEWS in What's New page

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

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-17 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +3616 ___ Python tracker <https://bugs.python.org/issue31487> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-17 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 63c591c0b0b57870a606e8edc59afe6264e7504d by Mariatta in branch 'master': bpo-31487: Update F-strings doc example (GH-3627) https://github.com/python/cpython/commit/63c591c0b0b57870a606e8edc59afe

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-17 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 4f6bae9677c0e5398e64c503fd3c19cae94567da by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31487: Update F-strings doc example (GH-3627) (GH-3628) https://github.com/python/cpython/commit/4f6bae9677c0e5398e64c503fd3c19

[issue31482] random.seed() doesn't work with bytes and version=1

2017-09-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Backport PR has been created. Once the CI checks are done, we can squash and merge it. -- ___ Python tracker <https://bugs.python.org/issue31

[issue31482] random.seed() doesn't work with bytes and version=1

2017-09-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi Raymond, Somehow the backport PR https://github.com/python/cpython/pull/3629 was closed before instead of merged. To retrigger the backport, we can re-apply the "needs backport to 3.6" label on the original PR (3614). I will d

[issue31482] random.seed() doesn't work with bytes and version=1

2017-09-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Serhiy, it can't be re-opened since miss-islington deleted the branch already. -- ___ Python tracker <https://bugs.python.org/is

[issue31482] random.seed() doesn't work with bytes and version=1

2017-09-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset c6ce8fba07ea6798eac46ab2808167afecd4d90b by Mariatta (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614) (GH-3659) https://github.com/python/cpyt

[issue31501] Operator precedence description for arithmetic operators

2017-09-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e2593aa673c0347a74c4896a519e3b8cb7b55eb4 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31501: Operator precedence description for arithmetic operators (GH-3633) (GH-3638) https://github.com/python/cpyt

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Where in the docs is this `OpenSSL cipher list format` link located? -- nosy: +Mariatta ___ Python tracker <https://bugs.python.org/issue31

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Antoine. So is this a matter of replacing the url to https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT? Or is there a better url that will not go out of date in the future... -- stage: -> needs patch versions: +Python

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Cool! I'm tagging this as an easy issue, suitable for first timers or new contributors. Felipe, are you up for preparing the PR? -- ___ Python tracker <https://bugs.python.org/is

[issue31482] random.seed() doesn't work with bytes and version=1

2017-09-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Backport was done. Thanks. -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6b44ad1abdb9b3aaf27e2ba1fc4b69b9a0f50c25 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3675) https://github.com/python/cpython/commit/6b44ad1abdb9b3aaf27e2ba1fc4b69

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 5b6452d412b5be45f265093e75563fcf6d05dc3e by Mariatta (Christian Heimes) in branch '2.7': bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3676) https://github.com/python/cpython/commit/5b6452d412b5be45f265093e75563f

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Fixed and backported. Thanks everyone! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue31351] ensurepip discards pip's return code which leads to broken venvs

2017-09-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset eef49f5dd021d15396551880cf451042a79a1107 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683) https://github.com/python/cpyt

[issue31351] ensurepip discards pip's return code which leads to broken venvs

2017-09-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This has been backported to 3.6. Is backport to 2.7 needed? -- ___ Python tracker <https://bugs.python.org/issue31351> ___ ___

[issue31560] hashlib.blake2: error in example for signed cookies

2017-09-23 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review ___ Python tracker <https://bugs.python.org/issue31560> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue31564] NewType can subclass NewType

2017-09-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 039b25d8fd21f8d5d9e3cb536402d952cf068dc1 by Mariatta (topper-123) in branch 'master': bpo-31564: Update typing documentation (GH-3696) https://github.com/python/cpython/commit/039b25d8fd21f8d5d9e3cb536402d952cf068dc1 -- nosy:

[issue25041] document AF_PACKET socket address format

2017-09-23 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: patch review -> needs patch versions: +Python 3.7 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issu

[issue31564] NewType can subclass NewType

2017-09-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 018e6b9f696311a65f47f33ea04b7baef3f3664f by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31564: Update typing documentation (GH-3696) (GH-3715) https://github.com/python/cpython/commit/018e6b9f696311a65f47f33ea04b7b

[issue31564] NewType can subclass NewType

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

[issue35434] Wrong bpo linked in What's New in 3.8

2018-12-06 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- keywords: +patch pull_requests: +10246 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35434> ___ _

[issue35434] Wrong bpo linked in What's New in 3.8

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

[issue35435] Documentation of 3.3 is available

2018-12-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: It seems like all other versions (3.2, 3.1, 3.0) are still available too, just not updated anymore. I'm thinking it's ok to leave these documentation. While we don't support these versions anymore, they still exists, and they're even

[issue35435] Documentation of 3.3 is available

2018-12-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: > put a prominent note at the top of each page "This is an unsupported version > of the docs, for the latest version see blah blah blah" and link to the most > recent version. Not sure how straightforward it will be to do this, and wh

[issue35583] (glibc2.28/MIPS32EL) python 3.7.x interpreter segmentation fault (3.6.x/2.7.x compile fine)

2018-12-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Your disrespectful comments and insults are not welcome here. -- nosy: +Mariatta ___ Python tracker <https://bugs.python.org/issue35

[issue35835] There is no mention of breakpoint() in the pdb documentation

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

[issue35929] rtat.net

2019-02-07 Thread Mariatta Wijaya
New submission from Mariatta Wijaya : Please provide more info about the bug you're reporting. As it is, this looks like spam, so I'm closing it. -- assignee: docs@python -> nosy: +Mariatta resolution: -> not a bug stage: -> resolved status: open -> close

[issue35633] test_eintr fails on AIX since fcntl functions were modified

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

[issue30410] Documentation for sys.stdout encoding does not reflect the new Windows behavior in Python 3.6+

2019-02-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Fixed in 3.8 and 3.7. Thanks! -- nosy: +Mariatta resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36006] [good first issue] Align version changed for truncate in io module

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

[issue36007] python3.8 a1 - docs build requires sphinx 1.7 but uses a 1.8 feature

2019-02-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Let's up the sphinx version. Thanks. -- nosy: +Mariatta ___ Python tracker <https://bugs.python.org/issue36007> ___ ___

[issue36007] python3.8 a1 - docs build requires sphinx 1.7 but uses a 1.8 feature

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

[issue36007] python3.8 a1 - docs build requires sphinx 1.7 but uses a 1.8 feature

2019-02-15 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issue36007> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36008] [good first issue] Update documentation for 3.8

2019-02-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Assigning this to me, to be worked on the mentored sprint at PyCon US Cleveland. Thanks. -- assignee: docs@python -> Mariatta nosy: +Mariatta ___ Python tracker <https://bugs.python.org/issu

[issue31869] commentary on ssl.PROTOCOL_TLS

2019-02-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks. Yep this is good for the mentored sprint. -- ___ Python tracker <https://bugs.python.org/issue31869> ___ ___ Pytho

[issue29026] time.time() documentation should mention UTC timezone

2017-03-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi, does this need backport to 2.7? I'm getting a lot of conflicts while trying to do that... Not sure how to proceed. -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/is

[issue29709] Short-circuiting not only on False and True

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

[issue29709] Short-circuiting not only on False and True

2017-03-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks, Raymond. I made the PR :) I can backport to 2.7, 3.5, and 3.6 once it's accepted. -- ___ Python tracker <http://bugs.python.org/is

[issue29709] Short-circuiting not only on False and True

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

[issue29709] Short-circuiting not only on False and True

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

[issue29709] Short-circuiting not only on False and True

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

[issue29709] Short-circuiting not only on False and True

2017-03-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Committed and backported to 2.7, 3.5, and 3.6. Thanks all :) -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue29557] binhex documentation claims unknown bug

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

[issue29557] binhex documentation claims unknown bug

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

[issue29728] Expose TCP_NOTSENT_LOWAT

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

[issue5945] PyMapping_Check returns 1 for lists

2017-03-05 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: needs patch -> patch review versions: -Python 3.4 ___ Python tracker <http://bugs.python.org/issue5945> ___ ___ Python-

[issue29176] /tmp does not exist on Android and is used by curses.window.putwin()

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

[issue29680] gdb/libpython.py does not work with gdb 7.2

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

[issue28739] PEP 498: docstrings as f-strings

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

[issue28739] PEP 498: docstrings as f-strings

2017-03-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi, I updated the documentation mentioning that f-strings cannot be used as docstring. Please review it. Thanks. -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28

[issue28739] PEP 498: docstrings as f-strings

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

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