Changes by Mariatta Wijaya :
--
pull_requests: +762
___
Python tracker
<http://bugs.python.org/issue29677>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mariatta Wijaya :
--
pull_requests: +763
___
Python tracker
<http://bugs.python.org/issue29677>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset 596506216104613591218c2896cdb49fa0b7e5bb by Mariatta in branch
'3.6':
bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-862)
https://github.com/python/cpython/commit/596506216104613591218c2896cdb49fa0b7e5bb
-
Mariatta Wijaya added the comment:
New changeset 8994f36287b068e8ea9a9230fc90eda72bf5fff0 by Mariatta in branch
'3.5':
bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-863)
https://github.com/python/cpython/commit/8994f36287b068e8ea9a9230fc90ed
Mariatta Wijaya added the comment:
Cheryl, thank you for your interest in working on this issue.
The original issue has been addressed in Gerrit Holl's PR. But it seems like
the docs can be further improved.
Here is Victor's comment about it: (copied from GH-357)
```
while we are
Mariatta Wijaya added the comment:
GH-357 is:
https://github.com/python/cpython/pull/357/files
:)
--
___
Python tracker
<http://bugs.python.org/issue29
New submission from Mariatta Wijaya:
The Glossary section should mention f-strings, starting in Python 3.6.
--
assignee: docs@python
components: Documentation
messages: 290682
nosy: Mariatta, docs@python
priority: normal
severity: normal
status: open
title: Add f-strings to Glossary
Changes by Mariatta Wijaya :
--
pull_requests: +764
___
Python tracker
<http://bugs.python.org/issue29928>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mariatta Wijaya :
--
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue29928>
___
___
Python-bugs-list mailing list
Unsubscrib
Mariatta Wijaya added the comment:
The abstract of PEP 498 states:
```
In this PEP, such strings will be referred to as "f-strings", taken from the
leading character used to denote such strings, and standing for "for
Changes by Mariatta Wijaya :
--
pull_requests: +773
___
Python tracker
<http://bugs.python.org/issue16011>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mariatta Wijaya :
--
pull_requests: +772
___
Python tracker
<http://bugs.python.org/issue16011>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset 0957f262c5e47167efd520624557aebdc61bfda8 by Mariatta in branch
'3.5':
bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-875)
https://github.com/python/cpython/commit/0957f262c5e47167efd5
Mariatta Wijaya added the comment:
New changeset c4021af50526f488c0c280e7c7eaa83ef80ae1df by Mariatta in branch
'3.6':
bpo-16011: clarify that 'in' always returns a boolean value (GH-874)
https://github.com/python/cpython/commit/c4021af50526f488c0c2
Mariatta Wijaya added the comment:
Since this ticket is about adding f-strings to the Glossary, let's keep this as
discussions about the inclusion of f-strings in the Glossary.
If others want to add (byte|raw|unicode)-strings into the Glossary, they can
open another ticket.
Thanks :)
Changes by Mariatta Wijaya :
--
pull_requests: +785
___
Python tracker
<http://bugs.python.org/issue16011>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset fd704a02ca8713b0dae644f7f182f3e3d1218dbf by Mariatta in branch
'2.7':
bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-883)
https://github.com/python/cpython/commit/fd704a02ca8713b0dae6
Mariatta Wijaya added the comment:
Thanks everyone :) Patch has been merged and backported to 3.6, 3.5, and 2.7.
--
resolution: -> fixed
stage: backport needed -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Mariatta Wijaya added the comment:
New changeset 85deefcf61d3cc192846f41a4ccc6df17da60c98 by Mariatta (csabella)
in branch 'master':
bpo-29677: DOC: clarify documentation for `round` (GH-877)
https://github.com/python/cpython/commit/85deefcf61d3cc192846f41a4ccc6d
Changes by Mariatta Wijaya :
--
stage: needs patch -> backport needed
___
Python tracker
<http://bugs.python.org/issue29677>
___
___
Python-bugs-list mai
Changes by Mariatta Wijaya :
--
pull_requests: +795
___
Python tracker
<http://bugs.python.org/issue29677>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mariatta Wijaya :
--
pull_requests: +796
___
Python tracker
<http://bugs.python.org/issue29677>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset 2609c9ee78c53d501914a5a90dbe094d9a8c3c97 by Mariatta in branch
'3.6':
bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-892)
https://github.com/python/cpython/commit/2609c9ee78c53d501914a5a90dbe09
Mariatta Wijaya added the comment:
New changeset eef6e11f9883f54de491121b8c49fdadd3e3506d by Mariatta in branch
'3.5':
bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-893)
https://github.com/python/cpython/commit/eef6e11f9883f54de491121b8c49fd
Mariatta Wijaya added the comment:
Gerrit, Cheryl, thanks and congrats for your first contributions to CPython!
They've been merged and backported to 3.5 and 3.6.
So I'm closing this now.
Thanks all :)
--
resolution: -> fixed
stage: backport needed -> resolved
status
Mariatta Wijaya added the comment:
New changeset 33db068dac7686e37736f7ecf8abb2aee0345cf2 by Mariatta in branch
'master':
bpo-29928: Add f-string to the Glossary (GH-864)
https://github.com/python/cpython/commit/33db068dac7686e37736f7ecf8abb2
Changes by Mariatta Wijaya :
--
pull_requests: +814
___
Python tracker
<http://bugs.python.org/issue29928>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset 7b5b1379ac2c1e89ebf90b88b5d32457910e975e by Mariatta in branch
'3.6':
bpo-29928: Add f-string to the Glossary (GH-864) (GH-914)
https://github.com/python/cpython/commit/7b5b1379ac2c1e89ebf90b88b5d324
Mariatta Wijaya added the comment:
Thanks all!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Mariatta Wijaya :
--
stage: -> patch review
versions: +Python 3.6, Python 3.7
___
Python tracker
<http://bugs.python.org/issue29751>
___
___
Python-
Mariatta Wijaya added the comment:
New changeset 2ee01ecf419a392f0b6a33ca10d1f747adb6c43a by Mariatta (Mandeep
Singh) in branch '2.7':
[2.7] bpo-22392: Improve documentation for __getinitargs__ (GH-899)
https://github.com/python/cpython/commit/2ee01ecf419a392f0b6a33ca10d1f7
Changes by Mariatta Wijaya :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Mariatta Wijaya :
--
pull_requests: +817
___
Python tracker
<http://bugs.python.org/issue28810>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset 0a17e584461b14ff65ec287048f53911dbb2 by Mariatta in branch
'3.6':
bpo-28810: Update lnotab_notes.txt (GH-665) (GH-919)
https://github.com/python/cpython/commit/0a17e584461b14ff65ec287048f53911dbb2
--
nosy:
Changes by Mariatta Wijaya :
--
stage: needs patch -> patch review
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issue28157>
___
___
Python-
Mariatta Wijaya added the comment:
Hi BoĊĦtjan Mejak, this ticket addresses the change for MacOS.
The windows support is in http://bugs.python.org/issue8232. Please raise the
issue there. Thanks.
--
___
Python tracker
<http://bugs.python.
Mariatta Wijaya added the comment:
Steve, would you like to create a PR based on your patch here?
Also, what versions should this be targeted to now?
Thanks.
--
nosy: +Mariatta
___
Python tracker
<http://bugs.python.org/issue8
Changes by Mariatta Wijaya :
--
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue29595>
___
___
Python-bugs-list mailing list
Unsubscrib
Mariatta Wijaya added the comment:
Thanks for the PR Michael :)
It may take one US business day for the CLA to be received.
Then a core dev has to manually update the label in GitHub.
--
___
Python tracker
<http://bugs.python.org/issue29
Changes by Mariatta Wijaya :
--
stage: -> patch review
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issue29957>
___
___
Python-bugs-lis
Changes by Mariatta Wijaya :
--
pull_requests: +1146
___
Python tracker
<http://bugs.python.org/issue19225>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mariatta Wijaya :
--
pull_requests: +1147
___
Python tracker
<http://bugs.python.org/issue19225>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
Serhiy, just checking whether this needs backport? The PR has the backport to
3.5 and 3.6 labels, but it's not indicated in this ticket.
If it doesn't need backport, then perhaps we can close this issue.
Thanks.
--
nosy:
New submission from Mariatta Wijaya:
In https://github.com/python/cpython/pull/212, merge=union was added to the
.gitattributes, but was later removed in
https://github.com/python/cpython/pull/460.
Somehow this attribute made their way into 3.6 and 2.7.
I will remove it.
--
assignee
Changes by Mariatta Wijaya :
--
versions: +Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/issue29931>
___
___
Python-bugs-list mailin
Changes by Mariatta Wijaya :
--
pull_requests: +1159
___
Python tracker
<http://bugs.python.org/issue29978>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mariatta Wijaya :
--
pull_requests: +1160
___
Python tracker
<http://bugs.python.org/issue29978>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mariatta Wijaya :
--
resolution: -> fixed
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Mariatta Wijaya added the comment:
Thanks for the report, Alex.
The issue tracker for the devguide is at https://github.com/python/devguide
Do you mind filling the issue there?
I'm closing this since this tracks only issues for CPython.
Thanks :)
--
nosy: +Mariatta
stage: ->
Changes by Mariatta Wijaya :
--
pull_requests: +1185
___
Python tracker
<http://bugs.python.org/issue29549>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mariatta Wijaya :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Mariatta Wijaya added the comment:
New changeset 577fc04a7157f6e904cffd6a0e1ad83d3460acd6 by Mariatta in branch
'3.6':
[3.6] bpo-29549: Fixes docstring for str.index (GH-256) (GH-1028)
https://github.com/python/cpython/commit/577fc04a7157f6e904cffd6a0e1ad8
Mariatta Wijaya added the comment:
New changeset e0cba5b45a5c4bafd1ae772be52ca0d69651da24 by Mariatta in branch
'2.7':
[2.7] bpo-29521: Fix two minor documentation build warnings (GH-41) (GH-670)
https://github.com/python/cpython/commit/e0cba5b45a5c4bafd1ae772be52ca0
Changes by Mariatta Wijaya :
--
versions: -Python 2.7
___
Python tracker
<http://bugs.python.org/issue29549>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mariatta Wijaya :
--
components: +Library (Lib)
nosy: +Mariatta
___
Python tracker
<http://bugs.python.org/issue30034>
___
___
Python-bugs-list mailin
Changes by Mariatta Wijaya :
--
components: +Interpreter Core
___
Python tracker
<http://bugs.python.org/issue29590>
___
___
Python-bugs-list mailing list
Unsub
Changes by Mariatta Wijaya :
--
stage: -> needs patch
___
Python tracker
<http://bugs.python.org/issue29933>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Mariatta Wijaya :
--
assignee: docs@python -> Mariatta
nosy: +Mariatta
___
Python tracker
<http://bugs.python.org/issue29933>
___
___
Python-bugs-lis
Mariatta Wijaya added the comment:
This needs backport, which I will do later today. Thanks.
--
assignee: docs@python -> Mariatta
nosy: +Mariatta
stage: -> backport needed
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/i
Changes by Mariatta Wijaya :
--
pull_requests: +1241
___
Python tracker
<http://bugs.python.org/issue30047>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset f0c416799b33742af36d7c6608b9a422615fb3d2 by Mariatta in branch
'3.6':
[3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098)
https://github.com/python/cpython/commit/f0c416799b33742af36d7c6608b9a4
Mariatta Wijaya added the comment:
Backported to 3.6.
Closing this now.
Thanks all :)
--
resolution: -> fixed
stage: backport needed -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Mariatta Wijaya :
--
pull_requests: +1244
___
Python tracker
<http://bugs.python.org/issue29692>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset 9b409ff41ceb2d7ea7e8d25a7bbf5eb7d46625f3 by Mariatta in branch
'3.6':
[3.6] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError
(GH-949) (#1105)
https://github.com/python/cpyt
Changes by Mariatta Wijaya :
--
pull_requests: +1247
___
Python tracker
<http://bugs.python.org/issue29692>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset 4d015a40a7b9c3c1b8cfbe81453187d700a43163 by Mariatta in branch
'3.5':
[3.5] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError
(GH-949) (#1107)
https://github.com/python/cpyt
Mariatta Wijaya added the comment:
PR has been backported into 3.5 and 3.6. Thanks all :)
--
stage: backport needed -> resolved
status: open -> closed
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/i
Mariatta Wijaya added the comment:
New changeset 97a40b7a5b2979fb17e1751c139fd4ba1ebd5276 by Mariatta (Nevada
Sanchez) in branch '3.6':
bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752)
https://github.com/python/cpython/commit/97a40b7a5b2979fb17e1751c139fd4
Changes by Mariatta Wijaya :
--
pull_requests: +1250
___
Python tracker
<http://bugs.python.org/issue29869>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset 84c2d75489a84174d8993aea292828662e35a50f by Mariatta in branch
'3.6':
Revert "bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752)"
(GH-1109)
https://github.com/python/cpython/commit/84c2d75489a84174d899
Mariatta Wijaya added the comment:
Thanks for the report.
Issue with the footer of python.org website can be filed at
https://github.com/python/pythondotorg
Regarding the fact that bugs.python.org does not use https by default, it is
being tracked here http://psf.upfronthosting.co.za/roundup
Mariatta Wijaya added the comment:
Nevada Sanchez, please create your PR against the master branch.
Once that is merged, we will backport it to the 3.6 branch.
Thanks :)
--
___
Python tracker
<http://bugs.python.org/issue29
Mariatta Wijaya added the comment:
New changeset a6e395dffadf8c5124903c01ad69fefa36b1a935 by Mariatta (Nevada
Sanchez) in branch 'master':
bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119)
https://github.com/python/cpython/commit/a6e395dffadf8c5124903c01ad69fe
Mariatta Wijaya added the comment:
New changeset 22a594a0047d7706537ff2ac676cdc0f1dcb329c by Mariatta (Armin Rigo)
in branch 'master':
bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089)
https://github.com/python/cpython/commit/22a594a0047d7706537ff2ac676cdc
Changes by Mariatta Wijaya :
--
stage: test needed -> backport needed
___
Python tracker
<http://bugs.python.org/issue29694>
___
___
Python-bugs-list mai
Changes by Mariatta Wijaya :
--
versions: +Python 3.7 -Python 3.6
___
Python tracker
<http://bugs.python.org/issue16379>
___
___
Python-bugs-list mailin
Changes by Mariatta Wijaya :
--
pull_requests: +1259
___
Python tracker
<http://bugs.python.org/issue29869>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset 2cdf087d1fd48f7d0f95b5a0b31b9a624fa84751 by Mariatta in branch
'3.6':
[3.6] bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119)
(GH-1122)
https://github.com/python/cpython/commit/2cdf087d1fd48f7d0f95b5a0b31b9a
Changes by Mariatta Wijaya :
--
pull_requests: +1260
___
Python tracker
<http://bugs.python.org/issue29869>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
PR has been merged and backported to 3.6.
I also added Nevada Sanchez to Misc/ACKS.
Thanks all :)
--
resolution: -> fixed
___
Python tracker
<http://bugs.python.org/issu
Mariatta Wijaya added the comment:
New changeset 947629916a5ecb1f6f6792e9b9234e084c5bf274 by Mariatta in branch
'master':
bpo-29869: Add Nevada Sanchez to Misc/ACKS (GH-1125)
https://github.com/python/cpython/commit/947629916a5ecb1f6f6792e9b9234e
Changes by Mariatta Wijaya :
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue29869>
___
___
Pyth
Changes by Mariatta Wijaya :
--
pull_requests: +1261
___
Python tracker
<http://bugs.python.org/issue29694>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mariatta Wijaya :
--
pull_requests: +1262
___
Python tracker
<http://bugs.python.org/issue29694>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset cbc46afa59dcc43c2c8c90ae7a0a0dc404325a89 by Mariatta in branch
'3.6':
[3.6] bpo-29694: race condition in pathlib mkdir with flags parents=True
(GH-1089). (GH-1126)
https://github.com/python/cpyt
Mariatta Wijaya added the comment:
New changeset d7abeb7024b9755c291c29bdc8c4494246e975ad by Mariatta in branch
'3.5':
[3.5] bpo-29694: race condition in pathlib mkdir with flags parents=True
(GH-1089). (GH-1127)
https://github.com/python/cpyt
Mariatta Wijaya added the comment:
I merged Armin's PR and backported tp 3.5 and 3.6.
Closing this now.
Thanks all :)
--
resolution: -> fixed
stage: backport needed -> resolved
status: open -> closed
___
Python tracker
<http:
Changes by Mariatta Wijaya :
--
stage: patch review -> needs patch
___
Python tracker
<http://bugs.python.org/issue29990>
___
___
Python-bugs-list mai
Changes by Mariatta Wijaya :
--
pull_requests: +1274
___
Python tracker
<http://bugs.python.org/issue29738>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset 2849cc34a8db93d448a62d69c462402347b50dcb by Mariatta (Olivier
Vielpeau) in branch 'master':
bpo-29738: Fix memory leak in _get_crl_dp (GH-526)
https://github.com/python/cpython/commit/2849cc34a8db93d448a62d69c462402347b50dcb
-
Changes by Mariatta Wijaya :
--
pull_requests: +1275
___
Python tracker
<http://bugs.python.org/issue29738>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mariatta Wijaya :
--
pull_requests: +1273
___
Python tracker
<http://bugs.python.org/issue29738>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset b2b00e039ce71e69148e5f479e2154c1c7b712ca by Mariatta in branch
'2.7':
[2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1144)
https://github.com/python/cpython/commit/b2b00e039ce71e69148e5f479e2154
Changes by Mariatta Wijaya :
--
pull_requests: +1277
___
Python tracker
<http://bugs.python.org/issue29738>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mariatta Wijaya added the comment:
New changeset 39f5956ffbcc4fe83cee59eed1d18845a5b25dd2 by Mariatta in branch
'master':
bpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1146)
https://github.com/python/cpython/commit/39f5956ffbcc4fe83cee59eed1d188
Mariatta Wijaya added the comment:
New changeset 8e7201342dc6eef201bfa4f533ad89a8144fd693 by Mariatta in branch
'3.6':
[3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1142)
https://github.com/python/cpython/commit/8e7201342dc6eef201bfa4f533ad89
Mariatta Wijaya added the comment:
New changeset c40740cf06470a774e98f84537801cd8b7176938 by Mariatta in branch
'3.5':
[3.5] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1143)
https://github.com/python/cpython/commit/c40740cf06470a774e98f84537801c
Mariatta Wijaya added the comment:
I merged Olivier's PR, and backported into 3.6, 3.5, and 2.7.
I also added Olivier Vielpeau to misc/ACKS.
Thanks :)
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python
Mariatta Wijaya added the comment:
I believe this was fixed in https://bugs.python.org/issue29738, so I'm closing
this.
Thanks :)
--
nosy: +Mariatta
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python
Mariatta Wijaya added the comment:
New changeset 0b46fcf45afe32402b34240770e01be9b5da3031 by Mariatta (Michael
Seifert) in branch '2.7':
[2.7] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1147)
https://github.com/python/cpyt
401 - 500 of 1212 matches
Mail list logo