[issue32923] Typo in documentation of unittest: whilst instead of while

2018-02-23 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 98f42aac23f3863973cb6e9964c5212cfd3a1d98 by Mariatta in branch 'master': bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) https://github.com/python/cpython/

[issue32924] Python 3.7 docs in docs.p.o points to GitHub's master branch

2018-02-23 Thread Mariatta Wijaya
Change by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- keywords: +patch pull_requests: +5612 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32923] Typo in documentation of unittest: whilst instead of while

2018-02-23 Thread Mariatta Wijaya
Change by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- keywords: +patch pull_requests: +5611 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32924] Python 3.7 docs in docs.p.o points to GitHub's master branch

2018-02-23 Thread Mariatta Wijaya
New submission from Mariatta Wijaya <mariatta.wij...@gmail.com>: When viewing Python 3.7 docs in docs.python.org, the show source link is pointing to the master branch on GitHub. It should point to the 3.7 branch. I'm working on a fix, however this is something to we should remember

[issue32923] Typo in documentation of unittest: whilst instead of while

2018-02-23 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: `while` and `whilst` are both valid english words, however I can understand if readers who don't primarily speak english can get confused. I'll be open to change that to `while` just to make it friendlier to international r

[issue30449] Improve __slots__ datamodel documentation

2018-02-22 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 6eab93cfe5ee08a6168e5bb69474e461cc7ac535 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-30449: Improve __slots__ documentation (GH-1819) https://github.com/python/cpython/

[issue30449] Improve __slots__ datamodel documentation

2018-02-22 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Yes I think we can backport this to 3.6 and 2.7. -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue30449] Improve __slots__ datamodel documentation

2018-02-22 Thread Mariatta Wijaya via Python-bugs-list
Change by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- stage: patch review -> backport needed ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue30449] Improve __slots__ datamodel documentation

2018-02-22 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: We can't auto backport to 2.7 because of conflict. Aaron can you prepare the backport PR? -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32540] venv docs - doesn't match behavior

2018-02-20 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: This should be good now. Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <

[issue32540] venv docs - doesn't match behavior

2018-02-20 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 76c3f5eeb07aeb037da1ed6761dd9bd95e2c1d8d by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32540: Update venv documentation (GH-5736) https://github.com/python/cpython/

[issue32540] venv docs - doesn't match behavior

2018-02-20 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 98a86cbb9bed94a232263698041acd2775da3dad by Mariatta (Miss Islington (bot)) in branch '3.7': bpo-32540: Update venv documentation (GH-5736) https://github.com/python/cpython/

[issue32540] venv docs - doesn't match behavior

2018-02-20 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: I've went ahead to initiate the backports. -- stage: patch review -> backport needed versions: +Python 3.6, Python 3.7 ___ Python tracker <rep...@bugs.python.org> <https

[issue32540] venv docs - doesn't match behavior

2018-02-20 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: The PR was against master branch. So if backports are needed, you can add "needs backport to" labels on GH-5736 and the bot will take care of it. -- nosy: +Mariatta __

[issue32500] PySequence_Length() raises TypeError on dict type

2018-02-20 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 7a1e1786f98ad49caa157dcdf14ada9d0b07d0fd by Mariatta (Zackery Spytz) in branch 'master': bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) https://github.com/python/c

[issue21060] Better error message for setup.py upload command without sdist/bdist

2018-02-18 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset eeb33651bfadcceea68bd27bb4c4d8de2e690656 by Mariatta (Éric Araujo) in branch '2.7': [2.7] bpo-21060 Improve error message for "setup.py upload" without dist files (GH-5726). https://github.com/pytho

[issue32860] Definition of iglob does not mention single star (unlike glob)

2018-02-16 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <rep...@bugs.

[issue32860] Definition of iglob does not mention single star (unlike glob)

2018-02-16 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 6887d86e9a04b9c5718b08e5d9e1ca3cc1f53721 by Mariatta (Zackery Spytz) in branch 'master': bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712) https://github.com/python/cpython/

[issue32720] Format mini-language integer definition is incorrect

2018-02-12 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue30109] make reindent failed.

2018-02-11 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: make reindent is still failing on 2.7 branch, but I haven't had chance to look into the fix. Not really sure if we want to bother? Anyways, I've unassigned myself so if someone else want to look into it, they can. Not sure i

[issue32800] Replace deprecated link to new page on w3c site

2018-02-10 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: I think the news blurb is not needed though. -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32800] Replace deprecated link to new page on w3c site

2018-02-10 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: > If you cannot set the backport labels (I don't know of non-committer author's > are allowed to, mention that all 3 are needed in a comment (I checked 2.7 and > 3.8) Only committers (and the bots) can apply labels

[issue32784] Wrong argument name for csv.DictReader in documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: 3.5 is for security fixes only now. We don't do documentation or regular bug fixes there anymore. -- versions: -Python 3.5 ___ Python tracker <rep...@bugs.python.or

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks! -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset fe92c441519d0c4fc93bb98fc1bb4e225dea44c4 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32802: Fix Travis build (GH-5589) (GH-5591) https://github.com/python/cpython/

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset ad3997c592ee9b75fdcd44a0eaa51d748a2e2394 by Mariatta (Miss Islington (bot)) in branch '3.7': bpo-32802: Fix Travis build (GH-5589) (GH-5590) https://github.com/python/cpython/

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Good catch! Thanks Stéphane. I'm thinking it will be best for other PRs to rebase against this new travis configuration. But that seems like a lot of work... -- assignee: -> Mariatta stage: patch review -> bac

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 32921f90821ab54ffb757b7e996e5b7a71fac25e by Mariatta (Stéphane Wirtel) in branch 'master': bpo-32802: Fix Travis build (GH-5589) https://github.com/python/cpython/commit/32921f90821ab54ffb757b7e996e5b7a71

[issue32784] Wrong argument name for csv.DictReader in documentation

2018-02-07 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks everyone! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue32784] Wrong argument name for csv.DictReader in documentation

2018-02-07 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 672fd7d8162f76aff8423fa5c7bfd2b1e91faf57 by Mariatta (Stéphane Wirtel) in branch '2.7': bpo-32784: Wrong argument name for csv.DictReader in documentation (GH-5575) https://github.com/python/cpython/

[issue32720] Format mini-language integer definition is incorrect

2018-02-06 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset a747cf6d9b87ea8c7ce3a42d09e5b966c8e83fa0 by Mariatta (Miss Islington (bot)) in branch '3.7': bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5546) https://github.com/python/cpython/

[issue32720] Format mini-language integer definition is incorrect

2018-02-05 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 7a561afd2c79f63a6008843b83733911d07f0119 by Mariatta in branch 'master': bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) https://github.com/python/cpython/

[issue32720] Format mini-language integer definition is incorrect

2018-02-04 Thread Mariatta Wijaya
Change by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +5370 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32720] Format mini-language integer definition is incorrect

2018-02-03 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 3bd749b2122c17b835dc438cdaef63bfdfd61344 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) (GH-5525) https://gith

[issue32720] Format mini-language integer definition is incorrect

2018-02-03 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 133514e9dcea9c8cc9d9dd459b1a7fb502747d7e by Mariatta (Miss Islington (bot)) in branch '3.7': bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) (GH-5524) https://gith

[issue32720] Format mini-language integer definition is incorrect

2018-02-03 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 8b5fa289fdb04b6b919cf95fa99246aa872e47a8 by Mariatta (nathankerr96) in branch 'master': bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) https://github.com/python/c

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-02-03 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: > I've already started on drafting these docs. Would you like to work together? Sure, Raymond. Let me know how I can help :) -- ___ Python tracker <rep...@bugs.python

[issue30109] make reindent failed.

2018-02-03 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks for the ping. Almost forgotten about this issue. This can't be cherry-picked cleanly. I need to first backport the new testcase to 2.7, and see if it passes. If the test failed in 2.7 then I need to work on ac

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-02-02 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: I'd be interested to help write the PR for this. -- nosy: +Mariatta ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32674] minor documentation fix for '__import__'

2018-02-02 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 2.7, Python 3.6, Python 3.8 ___ Python tracker <rep...@bugs.

[issue32674] minor documentation fix for '__import__'

2018-02-02 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 9b7b3a64560269188fcb43445becc5aacb4de2dc by Mariatta in branch '2.7': bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5494) https://github.com/python/cpython/

[issue32674] minor documentation fix for '__import__'

2018-02-02 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset f61951b10cc08d3926a3ebaacc154d4149150ef4 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5489) https://github.com/python/cpython/

[issue32674] minor documentation fix for '__import__'

2018-02-02 Thread Mariatta Wijaya
Change by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +5327 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32674] minor documentation fix for '__import__'

2018-02-01 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 461d225b195eec5269f317323b41115516144c41 by Mariatta (oldk) in branch 'master': bpo-32674: Improve the docstring for __import__ (GH-5339) https://github.com/python/cpython/

[issue32735] Typo in f-string example in docs

2018-01-31 Thread Mariatta Wijaya
Change by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue32735] Typo in f-string example in docs

2018-01-31 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks! -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32735> ___

[issue32735] Typo in f-string example in docs

2018-01-31 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 581ce25e1ffa374e62547ef266b6326bee0c54e5 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) (GH-5465) https://github.com/python/c

[issue32735] Typo in f-string example in docs

2018-01-31 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset b299393cc372f3ecbef4304f8eaa4c7838e975ca by Mariatta (Cheryl Sabella) in branch 'master': bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) https://github.com/python/cpython/

[issue32735] Typo in f-string example in docs

2018-01-31 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Good catch! I checked my presentation slides (where this example comes from). It appeared that I meant it as %b, so the output should have been `Jan` instead of `January`. But no strong preference, the idea is to demonstra

[issue32701] Typo in quopri documentation

2018-01-29 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue32701] Typo in quopri documentation

2018-01-29 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 04f99ba9d7186278eaf072e9a62c03aa63a8a6bb by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) (GH-5438) https://github.com/python/cpython/

[issue32701] Typo in quopri documentation

2018-01-29 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 9424dcbb3e20a26dfdd81659303b989f7d3da044 by Mariatta (Julien Palard) in branch 'master': bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) https://github.com/python/cpython/

[issue27931] Email parse IndexError <""@wiarcom.com>

2018-01-29 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 6ea75b174da0cf824e2acc5db6b53798f5f4e4f9 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-27931: Fix email address header parsing error (GH-5329) (GH-5431) https://github.com/python/cpython/

[issue32701] Typo in quopri documentation

2018-01-28 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks! I like your proposed change. Please create the PR. -- nosy: +Mariatta ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-27 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-27 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset d331515847f0a053b929e5a4795715cb111f42b3 by Mariatta (Miss Islington (bot)) in branch '3.6': [3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372) https://github.com/pytho

[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-27 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: I will backport the change to 3.6. -- assignee: docs@python -> Mariatta nosy: +Mariatta ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32640] Python 2.7 str.join documentation is incorrect

2018-01-26 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue32640] Python 2.7 str.join documentation is incorrect

2018-01-26 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset f5e8f71fe339fe5e47c4d24ac2e5177fa3c02922 by Mariatta in branch '2.7': [2.7] bpo-32640: Clarify the behavior of str.join and unicode object (GH-5333) https://github.com/python/cpython/

[issue32640] Python 2.7 str.join documentation is incorrect

2018-01-25 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: GH-5333 clarifies that str.join can return a Unicode object if iterable contains a Unicode object, and that it will raise TypeError if there is any non string or non unicode

[issue32640] Python 2.7 str.join documentation is incorrect

2018-01-25 Thread Mariatta Wijaya
Change by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- keywords: +patch pull_requests: +5179 stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32640] Python 2.7 str.join documentation is incorrect

2018-01-25 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Oops. Thanks, I will work on reverting the change later today. -- assignee: docs@python -> Mariatta ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32586] urllib2 HOWTO URLError example minor error

2018-01-18 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue32586] urllib2 HOWTO URLError example minor error

2018-01-18 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 8ca036d4716fc86ff42474ba35d3cd32f0188a15 by Mariatta (Pablo Galindo) in branch '2.7': bpo-32586: Fix code example in urllib2's doc (GH-5238) https://github.com/python/cpython/

[issue26330] shutil.disk_usage() on Windows can't properly handle unicode

2018-01-15 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker <rep...@bugs.python.org> <

[issue26330] shutil.disk_usage() on Windows can't properly handle unicode

2018-01-15 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset fb8569e36f2629654d5bc9c7ba05978edce408f4 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-26330: Update shutil.disk_usage() documentation (GH-5184) (GH-5188) https://github.com/python/cpython/

[issue15221] os.path.is*() may return False if path can't be accessed

2018-01-14 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue15221] os.path.is*() may return False if path can't be accessed

2018-01-14 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset bb80645d06c16461b0b58d8983cd7fa6962ba3c6 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-15221: Update os.path.is*() documentation (GH-5185) (GH-5186) https://github.com/python/cpython/

[issue32553] venv says to use python3 which does not exist in 3.6.4

2018-01-14 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: People who has more than one Python versions installed will have python3. -- nosy: +Mariatta ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue26330] shutil.disk_usage() on Windows can't properly handle unicode

2018-01-14 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset ee3b83547c6b0cac1da2cb44aaaea533a1d1bbc8 by Mariatta (Cheryl Sabella) in branch 'master': bpo-26330: Update shutil.disk_usage() documentation (GH-5184) https://github.com/python/cpython/

[issue15221] os.path.is*() may return False if path can't be accessed

2018-01-14 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset b3dd18d4035803b50c65a434955966d1b3b1f363 by Mariatta (Cheryl Sabella) in branch 'master': bpo-15221: Update os.path.is*() documentation (GH-5185) https://github.com/python/cpython/

[issue32452] Brackets and Parentheses used in an ambiguous way

2018-01-02 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: I clicked the "Details" link and restarted the build from there. Closing and reopening the PR will also restart the build. -- nosy: +Mariatta ___ Python tracker <rep

[issue32440] Use HTTPS in help()

2017-12-28 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker <rep...@bugs.python.org> <

[issue32440] Use HTTPS in help()

2017-12-28 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 6eb232c52a03e31fc47842e70fc7833198744c2b by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32440: Update the docs URL to https in help() (GH-5030) (GH-5031) https://github.com/python/cpython/

[issue32440] Use HTTPS in help()

2017-12-28 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset e5681b9822c633c77ddfeb94585d58895e0ecff5 by Mariatta (oldk) in branch 'master': bpo-32440: Update the docs URL to https in help() (GH-5030) https://github.com/python/cpython/

[issue26439] ctypes.util.find_library fails when ldconfig/glibc not available (e.g., AIX)

2017-12-22 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset c0919c27c6442aa147ae559a936b1b8deb4ee783 by Mariatta in branch 'master': bpo-26439: Convert %s in Lib/ctypes/_aix.py to f-strings. (GH-4986) https://github.com/python/cpython/

[issue26439] ctypes.util.find_library fails when ldconfig/glibc not available (e.g., AIX)

2017-12-22 Thread Mariatta Wijaya
Change by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +4872 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue31584] Documentation Language mixed up

2017-12-20 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Hmm only for that one page it seems? -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue31584] Documentation Language mixed up

2017-12-20 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Seems like this is happening again. English docs are showing Japanese content. https://github.com/python/pythondotorg/issues/1207 -- ___ Python tracker <rep...@bugs.python.or

[issue28791] update SQLite libraries for Windows and macOS installers

2017-12-04 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Backport to 3.6 is done. But I personally won't be bothering with 2.7 :) -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue28791] update SQLite libraries for Windows and macOS installers

2017-12-04 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset e2ba5523192a9cff125fce2ce530bec574353f7b by Mariatta in branch '3.6': bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246). (GH-4717) https://github.com/python/cpython/

[issue28791] update SQLite libraries for Windows and macOS installers

2017-12-04 Thread Mariatta Wijaya
Change by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- pull_requests: +4627 stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue28791] update SQLite libraries for Windows and macOS installers

2017-12-04 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Tried to get miss-islington to backport Windows installer change to 3.6, did not work. I'll work on the backport PR. -- ___ Python tracker <rep...@bugs.python.or

[issue32200] Full docs build of 3.6 and 3.7 failing since 2017-10-15

2017-12-02 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: I verified that the download links for Python 3.7.0a2 (English) are now working. The French and Japanese docs downloads are still 404. -- nosy: +Mariatta ___ Python tracke

[issue23033] Disallow support for a*.example.net, *a.example.net, and a*b.example.net in certificate wildcard handling.

2017-11-26 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: I merged the PR, this is now in 3.7. Thanks all! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.

[issue23033] Disallow support for a*.example.net, *a.example.net, and a*b.example.net in certificate wildcard handling.

2017-11-26 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset ede2ac913eba47131ee1bbc37a9aea344d678576 by Mariatta (Mandeep Singh) in branch 'master': bpo-23033: Improve SSL Certificate handling (GH-937) https://github.com/python/cpython/

[issue29879] typing.Text not available in python 3.5.1

2017-11-26 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: This has been fixed in the 3.7 and 3.6 branches. Thanks all! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6, Python 3.7 ___

[issue29879] typing.Text not available in python 3.5.1

2017-11-26 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset cceb0f8d7b3451fb8de03651c979f5ac639b68c0 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-29879: Update typing documentation. (GH-4573) (GH-4574) https://github.com/python/cpython/

[issue29879] typing.Text not available in python 3.5.1

2017-11-26 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 0cd2e81bea639828d7c9a7afc61fb1da9699492c by Mariatta (Ivan Levkivskyi) in branch 'master': bpo-29879: Update typing documentation. (GH-4573) https://github.com/python/cpython/

[issue30004] in regex-howto, improve example on grouping

2017-11-24 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks everyone. I merged the PR, and it's been backported to 3.6 and 2.7 -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Pyth

[issue30004] in regex-howto, improve example on grouping

2017-11-24 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 3e60747025edc34b503397ab8211be59cfdd05cd by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) (GH-4554) https://github.com/python/c

[issue30004] in regex-howto, improve example on grouping

2017-11-24 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset c02037d62284f4d4ca6b22f2ed05165ce2014951 by Mariatta (Miss Islington (bot)) in branch '2.7': bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) (GH-4555) https://github.com/python/c

[issue30004] in regex-howto, improve example on grouping

2017-11-24 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 610e5afdcbe3eca906ef32f4e0364e20e1b1ad23 by Mariatta (Mandeep Bhutani) in branch 'master': bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) https://github.com/python/cpython/

[issue31948] [EASY] Broken MSDN links in msilib docs

2017-11-14 Thread Mariatta Wijaya
Change by Mariatta Wijaya <mariatta.wij...@gmail.com>: -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue31948] [EASY] Broken MSDN links in msilib docs

2017-11-14 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 42336def77f53861284336b3335098a1b9b8cab2 by Mariatta (Jesse-Bakker) in branch '3.6': bpo-31948: Fix broken links in msilib docs (GH-4397). (GH-4398) https://github.com/python/cpython/

[issue31948] [EASY] Broken MSDN links in msilib docs

2017-11-14 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: This couldn't be backported by miss-islington, so someone needs to do it manually. -- stage: patch review -> backport needed ___ Python tracker <rep...@bugs.python

[issue31948] [EASY] Broken MSDN links in msilib docs

2017-11-14 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 3bda0aa3783bf85fc3ff8bc042aefd9c4fd3 by Mariatta (Jesse-Bakker) in branch 'master': bpo-31948: Fix broken links in msilib docs (GH-4397) https://github.com/python/cpython/

[issue31937] Add the term "dunder" to the glossary

2017-11-07 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: Thanks Raymond. +1 for adding the above list. I don't think FAQ is the right place either, I prefer we don't have to add the entries in the form of questions & answers. --

[issue28791] update sqlite to latest version before beta 1

2017-11-06 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: New changeset 31af650ee25f65794b75d4dfefed6fe4758781c1 by Mariatta in branch 'master': bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246) https://github.com/python/cpython/

[issue31953] Dedicated place for security announcements?

2017-11-05 Thread Mariatta Wijaya
Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment: There is Security SIG mailing list, please check it out: https://mail.python.org/mm3/archives/list/security-...@python.org/ -- nosy: +Mariatta resolution: -> not a bug stage: -> resolved status: op

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