[issue30372] Status of __builtins__ is not totally clear

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

[issue30372] Status of __builtins__ is not totally clear

2017-05-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 43c8a9e39bb2d4f25ed7ae17a55f34e375d1868b by Mariatta (Naomi Ceder) in branch 'master': bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) https://github.com/p

[issue30372] Status of __builtins__ is not totally clear

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

[issue30401] Remove the .bzrignore file

2017-05-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Stéphane! -- nosy: +Mariatta resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30372] Status of __builtins__ is not totally clear

2017-05-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3d3b189f8ef321ccfb144a46d50892939d6004aa by Mariatta in branch '3.6': [3.6] bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) (GH-1727) https://github.com/p

[issue30372] Status of __builtins__ is not totally clear

2017-05-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: PR merged, and I backport it to 3.6 Thanks everyone :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30435] Documentation either unclear or incorrect on comparisons between bytes and strings in Python 3

2017-05-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: -Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issue30435> ___ ___ Python-bugs-list mailin

[issue30435] Documentation either unclear or incorrect on comparisons between bytes and strings in Python 3

2017-05-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 2.7, Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue30435> ___ ___ Python-bugs-list m

[issue21056] csv documentation is incorrect

2017-05-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset d618c8c6d31b9b288f8a070417683974eb98e3ba by Mariatta (Amit Kumar) in branch 'master': bpo-21056: Document return type of next method of csv reader (#146) https://github.com/python/cpython/commit/d618c8c6d31b9b288f8a0704176839

[issue21056] csv documentation is incorrect

2017-05-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: needs patch -> backport needed versions: +Python 3.7 -Python 2.7 ___ Python tracker <http://bugs.python.org/issu

[issue21056] csv documentation is incorrect

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

[issue21056] csv documentation is incorrect

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

[issue21056] csv documentation is incorrect

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

[issue30435] Documentation either unclear or incorrect on comparisons between bytes and strings in Python 3

2017-05-23 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: -Python 2.7 ___ Python tracker <http://bugs.python.org/issue30435> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30466] Tutorial doesn't explain the use of classes

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

[issue30449] Improve __slots__ datamodel documentation

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

[issue30449] Improve __slots__ datamodel documentation

2017-05-24 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue30449> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30470] Deprecate invalid ctypes call protection on Windows

2017-05-24 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: It was proposed by Steve Dower by email to python-dev: https://mail.python.org/pipermail/python-dev/2017-May/147959.html It should be deprecated in Python 3.6.2 and removed in 3.7.0 -- assignee: docs@python components: Documentation, ctypes messages

[issue30470] Deprecate invalid ctypes call protection on Windows

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

[issue30178] Indent methods and attributes of MimeTypes class

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

[issue30433] Devguide lacks instructions for building docs

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

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

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

[issue29960] _random.Random state corrupted on exception

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

[issue29960] _random.Random state corrupted on exception

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

[issue29960] _random.Random state corrupted on exception

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

[issue29960] _random.Random state corrupted on exception

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

[issue30470] Deprecate invalid ctypes call protection on Windows

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

[issue30470] Deprecate invalid ctypes call protection on Windows

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

[issue30470] Deprecate invalid ctypes call protection on Windows

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

[issue30470] Deprecate invalid ctypes call protection on Windows

2017-05-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue30470> ___ ___

[issue30500] urllib connects to a wrong host

2017-05-28 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/issue30500> ___ ___ Python-bugs-list mailin

[issue28533] Replace asyncore

2017-05-29 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> needs patch versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue28533> ___ ___ Python-bugs-list mai

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

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

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

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

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

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

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

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

[issue23787] sum() function docstring lists arguments incorrectly

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

[issue23787] sum() function docstring lists arguments incorrectly

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

[issue28533] Replace asyncore

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- dependencies: +test_poplib replace asyncore ___ Python tracker <http://bugs.python.org/issue28533> ___ ___ Python-bugs-list mailin

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[issue30519] Add daemon argument to Timer

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- components: +Library (Lib) ___ Python tracker <http://bugs.python.org/issue30519> ___ ___ Python-bugs-list mailing list Unsub

[issue30519] Add daemon argument to Timer

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

[issue30519] Add daemon argument to Timer

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

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

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

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

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

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

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

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

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

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

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

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

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

[issue30499] Deprecated note in set documentation

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

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

2017-05-31 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: resolved -> backport needed versions: +Python 3.6, Python 3.7 -Python 3.4 ___ Python tracker <http://bugs.python.org/issu

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

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

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

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

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

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

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

2017-05-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1721b06a78a4fd7942d9658ac8add6911a1a03e3 by Mariatta in branch '3.5': bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1896) https://github.com/python/cpython/commit/1721b06a78a4fd7942d9658ac8

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

2017-05-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9522159bc41f2be0f4aafd0fa182669876aca47f by Mariatta in branch '3.6': bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1897) https://github.com/python/cpython/commit/9522159bc41f2be0f4aafd0fa1

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

2017-05-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9139f23464ed0f71cb0e34a535a5b7ddf7fad748 by Mariatta in branch '2.7': bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1898) https://github.com/python/cpython/commit/9139f23464ed0f71cb0e34a535

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

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

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 0737ee20671d60802a7ef40f653fe449f1921de0 by Mariatta (Julien) in branch 'master': bpo-30499: Remove a deprecated note about sets. (GH-1848) https://github.com/python/cpython/commit/0737ee20671d60802a7ef40f653fe4

[issue30499] Deprecated note in set documentation

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

[issue30499] Deprecated note in set documentation

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

[issue30499] Deprecated note in set documentation

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

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3419fc2bf1e81d42ef4578e59d3c10f9c239e80f by Mariatta in branch '3.5': bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1906) https://github.com/python/cpython/commit/3419fc2bf1e81d42ef4578e59d3c10

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9d752aa5e695d682f3cfc40655580900b132e52a by Mariatta in branch '3.6': bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1905) https://github.com/python/cpython/commit/9d752aa5e695d682f3cfc406555809

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 662d856cd7d21dbdbd4043c1735d93b32568c9e5 by Mariatta in branch '2.7': bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1907) https://github.com/python/cpython/commit/662d856cd7d21dbdbd4043c1735d93

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Julien and Raymond. PR has been merged and backported to 2.7, 3.5 and 3.6. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bug

[issue25324] Importing tokenize modifies token

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset c9ccacea3ff441b1ff519c7399602b7db16f9783 by Mariatta (Albert-Jan Nijburg) in branch 'master': bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910) https://github.com/python/cpython/commit/c9ccacea3ff441b1ff519c7399602b

[issue29660] Document that print/format_exception ignore etype

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset cdb89cd72cbc66e4626914b4a71b9052ddb3a32a by Mariatta (Matthias Bussonnier) in branch 'master': bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) https://github.com/python/cpyt

[issue29660] Document that print/format_exception ignore etype

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

[issue29660] Document that print/format_exception ignore etype

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Matthias. I can backport this later today. Or do you want to do it? :) You can use cherry_picker.py https://github.com/python/core-workflow/tree/master/cherry_picker -- ___ Python tracker <h

[issue29660] Document that print/format_exception ignore etype

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e417d12d728103445b8516a35f643536e401f120 by Mariatta (Matthias Bussonnier) in branch '3.6': bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) (GH-1913) https://github.com/python/cpyt

[issue29660] Document that print/format_exception ignore etype

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue29660] Document that print/format_exception ignore etype

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset cca3d4aa25a7aea0cda90dd2aa012f58c85e7e24 by Mariatta (Matthias Bussonnier) in branch '3.5': bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) (GH-1914) https://github.com/python/cpyt

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

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

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

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

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

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

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

2017-06-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1c92c0edca413c6f8ce8ec326a67451ae751ead9 by Mariatta in branch '3.6': bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) (GH-1915) https://github.com/python/cpython/commit/1c92c0edca413c6f8ce8ec326a

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

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1bced56567335745f91676192fc39c06aab30da9 by Mariatta (Mariano Anaya) in branch 'master': bpo-30530: Update Descriptor How To Documentation (GH-1845) https://github.com/python/cpython/commit/1bced56567335745f91676192fc39c

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

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

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

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

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

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

[issue29555] Update Python Software Foundation Copyright Year

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Any update about this? Who do we need to talk to in order to move forward? Thanks. -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue29

[issue30568] README Formatting

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks :) Yes the issue with copyright in the docs is still pending. I'm closing this as a duplicate. -- nosy: +Mariatta resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Update Python Software Fou

[issue29555] Update Python Software Foundation Copyright Year

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

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

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 86eb93fae6fc5bf121de815b82697f2bc5bc126c by Mariatta in branch '3.6': bpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1953) https://github.com/python/cpython/commit/86eb93fae6fc5bf121de815b82697f

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

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1f04b900861686351977f6a7d51afa5fdc181b82 by Mariatta in branch '3.5': bpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1954) https://github.com/python/cpython/commit/1f04b900861686351977f6a7d51afa

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

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Mariano. I merged your PR and it's been backported to 3.5 and 3.6. -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.pyth

[issue30538] Functional Programming HOWTO describes one argument itertools.count()

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b32fb6c1fb6cdf019817176f573e60c0923a6e22 by Mariatta (csabella) in branch '3.5': bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1944) https://github.com/python/cpython/commit/b32fb6c1fb6cdf019817176f573e60

[issue30538] Functional Programming HOWTO describes one argument itertools.count()

2017-06-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ce40550acd3a8928bb6fef4d4e73642a8a69745d by Mariatta (csabella) in branch '3.6': bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1943) https://github.com/python/cpython/commit/ce40550acd3a8928bb6fef4d4e7364

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