Issue 28556: typing.py upgrades - Python tracker (original) (raw)

Created on 2016-10-29 15:46 by gvanrossum, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 265 merged levkivskyi,2017-02-23 23:34
PR 268 merged Mariatta,2017-02-24 03:11
PR 269 merged Mariatta,2017-02-24 03:15
PR 270 merged levkivskyi,2017-02-24 08:54
PR 1366 merged levkivskyi,2017-04-30 20:17
PR 1416 merged Mariatta,2017-05-03 04:26
PR 1417 merged Mariatta,2017-05-03 04:26
PR 2076 merged levkivskyi,2017-06-10 10:11
PR 2087 merged Mariatta,2017-06-10 21:03
PR 2088 merged Mariatta,2017-06-10 21:04
PR 3550 merged levkivskyi,2017-09-13 19:35
PR 3558 merged python-dev,2017-09-13 23:25
PR 3582 merged lukasz.langa,2017-09-14 18:06
PR 3583 merged python-dev,2017-09-14 18:33
PR 4710 merged levkivskyi,2017-12-05 01:07
PR 4713 merged python-dev,2017-12-05 02:44
PR 6732 merged levkivskyi,2018-05-08 20:44
PR 6735 merged miss-islington,2018-05-09 01:24
PR 6758 merged levkivskyi,2018-05-10 18:33
PR 6759 merged levkivskyi,2018-05-10 18:58
PR 6841 merged levkivskyi,2018-05-18 05:53
PR 6979 merged miss-islington,2018-05-18 23:01
PR 9585 merged python-dev,2018-09-26 09:24
PR 9590 merged miss-islington,2018-09-26 15:15
PR 9591 merged miss-islington,2018-09-26 15:15
PR 15396 merged levkivskyi,2019-08-22 16:30
PR 15398 merged miss-islington,2019-08-22 17:52
PR 16204 merged levkivskyi,2019-09-16 21:46
PR 16205 merged miss-islington,2019-09-16 22:04
PR 16206 merged miss-islington,2019-09-16 22:04
PR 16743 merged levkivskyi,2019-10-13 10:41
PR 16750 merged miss-islington,2019-10-13 16:53
PR 16751 merged miss-islington,2019-10-13 16:53
Messages (47)
msg279680 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2016-10-29 15:46
Over at https://github.com/python/typeshed we have a number of big changes in store. I'm eager to get these into 3.6, so I'm merging them in now, in time for 3.6b3. (Recall that PEP 484 and typing.py remain provisional until 3.7 rolls around.)
msg279682 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-29 15:55
New changeset a47b07d0aba0 by Guido van Rossum in branch '3.5': Issue #28556: updates to typing.py https://hg.python.org/cpython/rev/a47b07d0aba0 New changeset d2b5c3bfa2b5 by Guido van Rossum in branch '3.6': Issue #28556: updates to typing.py (3.5->3.6) https://hg.python.org/cpython/rev/d2b5c3bfa2b5 New changeset 2c75b13ccf82 by Guido van Rossum in branch 'default': Issue #28556: updates to typing.py (3.6->3.7) https://hg.python.org/cpython/rev/2c75b13ccf82
msg279696 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-29 19:45
New changeset 94010653379c by Guido van Rossum in branch '3.5': Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) https://hg.python.org/cpython/rev/94010653379c New changeset 465b345559ea by Guido van Rossum in branch '3.6': Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) (3.5->3.6) https://hg.python.org/cpython/rev/465b345559ea New changeset f23f435494f1 by Guido van Rossum in branch 'default': Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) (3.6->3.7) https://hg.python.org/cpython/rev/f23f435494f1
msg279700 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-29 23:06
New changeset 0201a87d773d by Guido van Rossum in branch '3.5': Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) https://hg.python.org/cpython/rev/0201a87d773d New changeset 2c2fec17247d by Guido van Rossum in branch '3.6': Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) (3.5->3.6) https://hg.python.org/cpython/rev/2c2fec17247d New changeset fe842efbe1ed by Guido van Rossum in branch 'default': Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) (3.6->3.7) https://hg.python.org/cpython/rev/fe842efbe1ed
msg280453 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-11-09 21:13
New changeset 9c0df5f51baa by Guido van Rossum in branch '3.5': Issue #28556: More typing.py updates from upstream. https://hg.python.org/cpython/rev/9c0df5f51baa New changeset 9e65bc305a24 by Guido van Rossum in branch '3.6': Issue #28556: More typing.py updates from upstream. (3.5->3.6) https://hg.python.org/cpython/rev/9e65bc305a24 New changeset 00e386ac7b95 by Guido van Rossum in branch 'default': Issue #28556: More typing.py updates from upstream. (3.6->3.7) https://hg.python.org/cpython/rev/00e386ac7b95
msg280870 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-11-15 17:49
New changeset da2ac103d326 by Guido van Rossum in branch '3.5': Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) https://hg.python.org/cpython/rev/da2ac103d326 New changeset 38ec88a4e282 by Guido van Rossum in branch '3.6': Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) (3.5->3.6) https://hg.python.org/cpython/rev/38ec88a4e282 New changeset a3de2d0f49ea by Guido van Rossum in branch 'default': Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) (3.6->3.7) https://hg.python.org/cpython/rev/a3de2d0f49ea
msg281226 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-11-19 18:33
New changeset 1e49abb03e0f by Guido van Rossum in branch '3.5': Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) https://hg.python.org/cpython/rev/1e49abb03e0f New changeset cdddf4ee0e00 by Guido van Rossum in branch '3.6': Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) (3.5->3.6) https://hg.python.org/cpython/rev/cdddf4ee0e00 New changeset 1465baaccd84 by Guido van Rossum in branch 'default': Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) (3.6->3.7) https://hg.python.org/cpython/rev/1465baaccd84
msg281317 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-11-21 02:02
New changeset 75c7bc2c1ad8 by Guido van Rossum in branch '3.5': Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) https://hg.python.org/cpython/rev/75c7bc2c1ad8 New changeset 294525aac5eb by Guido van Rossum in branch '3.6': Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) (3.5->3.6) https://hg.python.org/cpython/rev/294525aac5eb New changeset 30f154d9abf0 by Guido van Rossum in branch 'default': Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) (3.6->3.7) https://hg.python.org/cpython/rev/30f154d9abf0
msg285699 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2017-01-18 04:46
New changeset 1a9e12a852b2 by Guido van Rossum in branch '3.5': Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) https://hg.python.org/cpython/rev/1a9e12a852b2 New changeset fd889884fe08 by Guido van Rossum in branch '3.6': Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) (3.5->3.6) https://hg.python.org/cpython/rev/fd889884fe08 New changeset 794dad4b849f by Guido van Rossum in branch 'default': Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) (3.6->3.7) https://hg.python.org/cpython/rev/794dad4b849f
msg285739 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2017-01-18 16:05
New changeset 59829d7b7838 by Guido van Rossum in branch '3.5': Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra https://hg.python.org/cpython/rev/59829d7b7838 New changeset 2159f36ccd6b by Guido van Rossum in branch '3.6': Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra (3.5->3.6) https://hg.python.org/cpython/rev/2159f36ccd6b New changeset f0e1c49233ff by Guido van Rossum in branch 'default': Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra (3.6->3.7) https://hg.python.org/cpython/rev/f0e1c49233ff
msg286038 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2017-01-23 01:44
New changeset 7bf6b4fe2c3c by Guido van Rossum in branch '3.5': Issue #28556: various style fixes for typing.py https://hg.python.org/cpython/rev/7bf6b4fe2c3c
msg286039 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2017-01-23 01:48
New changeset f100619e7137 by Guido van Rossum in branch '3.5': Issue #28556: Allow defining methods in NamedTuple class syntax (#362) https://hg.python.org/cpython/rev/f100619e7137
msg286040 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2017-01-23 01:49
New changeset 41277771755d by Guido van Rossum in branch '3.6': Issue #28556: various style fixes for typing.py (3.5->3.6) https://hg.python.org/cpython/rev/41277771755d New changeset a7e69479ee22 by Guido van Rossum in branch 'default': Issue #28556: various style fixes for typing.py (3.6->3.7) https://hg.python.org/cpython/rev/a7e69479ee22 New changeset ba272f947c40 by Guido van Rossum in branch '3.6': Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6) https://hg.python.org/cpython/rev/ba272f947c40 New changeset 69c5b800df86 by Guido van Rossum in branch 'default': Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.6->3.7) https://hg.python.org/cpython/rev/69c5b800df86
msg286137 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2017-01-24 05:13
ERROR: test_annotation_usage_with_methods (test.test_typing.NamedTupleTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/proj/python/cpython/Lib/test/test_typing.py", line 2058, in test_annotation_usage_with_methods self.assertEquals(XMeth(1).double(), 2) File "/home/proj/python/cpython/Lib/unittest/case.py", line 1311, in deprecated_func DeprecationWarning, 2) DeprecationWarning: Please use assertEqual instead.
msg286149 - (view) Author: Ivan Levkivskyi (levkivskyi) * (Python committer) Date: 2017-01-24 08:00
Thank you Martin! Fixed this upstream https://github.com/python/typing/pull/365
msg290406 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-03-24 23:47
New changeset bc33cd4e7a36ed4c309807ca9a911ef955582710 by Mariatta in branch '3.5': [3.5] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-269) https://github.com/python/cpython/commit/bc33cd4e7a36ed4c309807ca9a911ef955582710
msg290407 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-03-24 23:47
New changeset bea9d2f6488f01794098d9fd4710b98df1bd9472 by Mariatta in branch '3.6': [3.6] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-268) https://github.com/python/cpython/commit/bea9d2f6488f01794098d9fd4710b98df1bd9472
msg290412 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-03-24 23:48
New changeset 365cb5bb9069273e6970c9d5d17ee2fe5003e7ac by Mariatta (Ivan Levkivskyi) in branch 'master': bpo-28556: Fix regression that sneaked into recent typing updates (GH-270) https://github.com/python/cpython/commit/365cb5bb9069273e6970c9d5d17ee2fe5003e7ac
msg290433 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-03-25 00:11
New changeset 0230e64d2c976ab755c145e97bf86032e0fe3a53 by Mariatta in branch '3.6': bpo-28556: Various updates to typing (#28) (#77) https://github.com/python/cpython/commit/0230e64d2c976ab755c145e97bf86032e0fe3a53
msg290434 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-03-25 00:16
New changeset 9c5684e0d380cf5bc109888603756084588ce617 by Mariatta in branch '3.5': bpo-28556: Various updates to typing (#28) (#78) https://github.com/python/cpython/commit/9c5684e0d380cf5bc109888603756084588ce617
msg290435 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-03-25 00:16
New changeset b692dc8475a032740576129d0990ddc3edccab2b by Mariatta (Ivan Levkivskyi) in branch 'master': bpo-28556: Various updates to typing (#28) https://github.com/python/cpython/commit/b692dc8475a032740576129d0990ddc3edccab2b
msg292789 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-05-02 17:14
New changeset f06e0218ef6007667f5d61184b85a81a0466d3ae by Mariatta (Ivan Levkivskyi) in branch 'master': bpo-28556: Routine updates to typing (#1366) https://github.com/python/cpython/commit/f06e0218ef6007667f5d61184b85a81a0466d3ae
msg292920 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-05-03 16:37
New changeset 4b15e45895ca56ac5f7837cacb8cd3ccc26d1f66 by Mariatta in branch '3.5': [3.5] bpo-28556: Routine updates to typing (GH-1366) (#1417) https://github.com/python/cpython/commit/4b15e45895ca56ac5f7837cacb8cd3ccc26d1f66
msg292921 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-05-03 16:38
New changeset e612c28513b406779d187e5f816445c7d40d292b by Mariatta in branch '3.6': [3.6] bpo-28556: Routine updates to typing (GH-1366) (#1416) https://github.com/python/cpython/commit/e612c28513b406779d187e5f816445c7d40d292b
msg295662 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2017-06-10 19:57
New changeset 29fda8db16e0edab92841277fa223f844f5a92cc by Guido van Rossum (Ivan Levkivskyi) in branch 'master': bpo-28556: Updates to typing module (#2076) https://github.com/python/cpython/commit/29fda8db16e0edab92841277fa223f844f5a92cc
msg295672 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-06-10 21:41
New changeset 8d15b19be667e30f8d36aefb680859bdf23866cf by Mariatta in branch '3.6': bpo-28556: Updates to typing module (GH-2076) (GH-2087) https://github.com/python/cpython/commit/8d15b19be667e30f8d36aefb680859bdf23866cf
msg295673 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-06-10 21:41
New changeset ea8b34868c3a765ac9a5eed7321af8f4548a9654 by Mariatta in branch '3.5': bpo-28556: Updates to typing module (GH-2076) (GH-2088) https://github.com/python/cpython/commit/ea8b34868c3a765ac9a5eed7321af8f4548a9654
msg302131 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2017-09-13 23:25
New changeset 65bc62052fe5d550cb14c0033e8a2550618fb7b9 by Łukasz Langa (Ivan Levkivskyi) in branch 'master': bpo-28556: Minor updates to typing module (#3550) https://github.com/python/cpython/commit/65bc62052fe5d550cb14c0033e8a2550618fb7b9
msg302134 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2017-09-14 00:10
New changeset 9e3cd78ec18b2d2078d30b04307916acd68be37a by Łukasz Langa (Miss Islington (bot)) in branch '3.6': [3.6] bpo-28556: Minor updates to typing module (GH-3550) (#3558) https://github.com/python/cpython/commit/9e3cd78ec18b2d2078d30b04307916acd68be37a
msg302196 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2017-09-14 18:33
New changeset f350a268a7071ce7d7a5bb86a9b1229782d4963b by Łukasz Langa in branch 'master': bpo-28556: typing.get_type_hints: better globalns for classes and modules (#3582) https://github.com/python/cpython/commit/f350a268a7071ce7d7a5bb86a9b1229782d4963b
msg302209 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2017-09-14 20:52
New changeset 1658ec07577ef9696cea76fcf7fac2da18403ec5 by Łukasz Langa (Miss Islington (bot)) in branch '3.6': [3.6] bpo-28556: typing.get_type_hints: better globalns for classes and modules (GH-3582) (#3583) https://github.com/python/cpython/commit/1658ec07577ef9696cea76fcf7fac2da18403ec5
msg307621 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2017-12-05 02:44
New changeset 29bc19321018ec6e58f9f4da9c18c42e9a9c580e by Ned Deily (Ivan Levkivskyi) in branch 'master': [bpo-28556] Minor fixes for typing module (#4710) https://github.com/python/cpython/commit/29bc19321018ec6e58f9f4da9c18c42e9a9c580e
msg307624 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2017-12-05 03:02
New changeset b0576278b2d44472c73696f6dea4855f7ffb7ff1 by Ned Deily (Miss Islington (bot)) in branch '3.6': [bpo-28556] Minor fixes for typing module (GH-4710) (#4713) https://github.com/python/cpython/commit/b0576278b2d44472c73696f6dea4855f7ffb7ff1
msg316301 - (view) Author: Ivan Levkivskyi (levkivskyi) * (Python committer) Date: 2018-05-09 01:23
New changeset 43d12a6bd82bd09ac189069fe1eb40cdbc10a58c by Ivan Levkivskyi in branch 'master': bpo-28556: Minor fixes for typing module (GH-6732) https://github.com/python/cpython/commit/43d12a6bd82bd09ac189069fe1eb40cdbc10a58c
msg316303 - (view) Author: miss-islington (miss-islington) Date: 2018-05-09 01:44
New changeset 3c28a6387b48bad3fcae47906bc166d02a2f8ed2 by Miss Islington (bot) in branch '3.7': bpo-28556: Minor fixes for typing module (GH-6732) https://github.com/python/cpython/commit/3c28a6387b48bad3fcae47906bc166d02a2f8ed2
msg317064 - (view) Author: Ivan Levkivskyi (levkivskyi) * (Python committer) Date: 2018-05-18 23:00
New changeset f65e31fee3b55dfb6ed5398179d5c5d6b502dee5 by Ivan Levkivskyi in branch 'master': bpo-28556: Don't simplify unions at runtime (GH-6841) https://github.com/python/cpython/commit/f65e31fee3b55dfb6ed5398179d5c5d6b502dee5
msg317066 - (view) Author: Ivan Levkivskyi (levkivskyi) * (Python committer) Date: 2018-05-18 23:27
New changeset 09ca5906b7d1619b7efed0bebb6f3c424fe3d83b by Ivan Levkivskyi (Miss Islington (bot)) in branch '3.7': bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979) https://github.com/python/cpython/commit/09ca5906b7d1619b7efed0bebb6f3c424fe3d83b
msg350215 - (view) Author: miss-islington (miss-islington) Date: 2019-08-22 17:48
New changeset 8889627b53e1eea2e32590f1867fbb0b0fc7407f by Miss Islington (bot) (Ivan Levkivskyi) in branch 'master': bpo-28556: Add a regression test to typing (GH-15396) https://github.com/python/cpython/commit/8889627b53e1eea2e32590f1867fbb0b0fc7407f
msg350220 - (view) Author: miss-islington (miss-islington) Date: 2019-08-22 18:11
New changeset 5fda09cc1ebcb364a660bc5a831ef8f6463d810b by Miss Islington (bot) in branch '3.8': bpo-28556: Add a regression test to typing (GH-15396) https://github.com/python/cpython/commit/5fda09cc1ebcb364a660bc5a831ef8f6463d810b
msg352587 - (view) Author: Ivan Levkivskyi (levkivskyi) * (Python committer) Date: 2019-09-16 22:04
New changeset 81528ba2e81c39f4d6bca5b785e818c7d08b8501 by Ivan Levkivskyi in branch 'master': bpo-28556: Update the opening note in typing docs (GH-16204) https://github.com/python/cpython/commit/81528ba2e81c39f4d6bca5b785e818c7d08b8501
msg352588 - (view) Author: miss-islington (miss-islington) Date: 2019-09-16 22:10
New changeset 733193d050f317a7965faac6c3718e6e8316a8a0 by Miss Islington (bot) in branch '3.7': bpo-28556: Update the opening note in typing docs (GH-16204) https://github.com/python/cpython/commit/733193d050f317a7965faac6c3718e6e8316a8a0
msg352589 - (view) Author: miss-islington (miss-islington) Date: 2019-09-16 22:11
New changeset 7076764992cd29e0e1f8b0ac2b92403e1a698aa6 by Miss Islington (bot) in branch '3.8': bpo-28556: Update the opening note in typing docs (GH-16204) https://github.com/python/cpython/commit/7076764992cd29e0e1f8b0ac2b92403e1a698aa6
msg354592 - (view) Author: miss-islington (miss-islington) Date: 2019-10-13 16:53
New changeset 8144095707f87bdee6f3e1bbb15283ea61381be6 by Miss Islington (bot) (Ivan Levkivskyi) in branch 'master': bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) https://github.com/python/cpython/commit/8144095707f87bdee6f3e1bbb15283ea61381be6
msg354593 - (view) Author: miss-islington (miss-islington) Date: 2019-10-13 16:59
New changeset 20d1f49a0008e7c306cbe34dcc1b7d6e62dc3d24 by Miss Islington (bot) in branch '3.7': bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) https://github.com/python/cpython/commit/20d1f49a0008e7c306cbe34dcc1b7d6e62dc3d24
msg354594 - (view) Author: miss-islington (miss-islington) Date: 2019-10-13 17:00
New changeset e742826531d4369cb1eff65337fa95fd67de8d42 by Miss Islington (bot) in branch '3.8': bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) https://github.com/python/cpython/commit/e742826531d4369cb1eff65337fa95fd67de8d42
msg354690 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2019-10-15 07:30
New changeset bd9a70c2c177d2f99f63d87b865e6e9c2936ba2e by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) https://github.com/python/cpython/commit/bd9a70c2c177d2f99f63d87b865e6e9c2936ba2e
msg392722 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2021-05-02 20:25
Looks like this is no longer relevant.
History
Date User Action Args
2022-04-11 14:58:38 admin set github: 72742
2021-05-02 20:25:19 JelleZijlstra set status: open -> closednosy: + JelleZijlstramessages: + resolution: out of datestage: patch review -> resolved
2019-10-15 07:30:24 ned.deily set messages: +
2019-10-13 17:00:22 miss-islington set messages: +
2019-10-13 16:59:02 miss-islington set messages: +
2019-10-13 16:53:26 miss-islington set pull_requests: + <pull%5Frequest16325>
2019-10-13 16:53:19 miss-islington set pull_requests: + <pull%5Frequest16324>
2019-10-13 16:53:11 miss-islington set messages: +
2019-10-13 10:41:30 levkivskyi set pull_requests: + <pull%5Frequest16320>
2019-09-16 22:11:13 miss-islington set messages: +
2019-09-16 22:10:14 miss-islington set messages: +
2019-09-16 22:04:25 miss-islington set pull_requests: + <pull%5Frequest15810>
2019-09-16 22:04:18 miss-islington set pull_requests: + <pull%5Frequest15809>
2019-09-16 22:04:12 levkivskyi set messages: +
2019-09-16 21:46:20 levkivskyi set pull_requests: + <pull%5Frequest15808>
2019-08-22 18:11:31 miss-islington set messages: +
2019-08-22 17:52:42 miss-islington set pull_requests: + <pull%5Frequest15106>
2019-08-22 17:48:14 miss-islington set messages: +
2019-08-22 16:30:18 levkivskyi set pull_requests: + <pull%5Frequest15104>
2018-09-26 15:15:28 miss-islington set pull_requests: + <pull%5Frequest8989>
2018-09-26 15:15:15 miss-islington set pull_requests: + <pull%5Frequest8988>
2018-09-26 09:24:01 python-dev set pull_requests: + <pull%5Frequest8985>
2018-05-18 23:27:20 levkivskyi set messages: +
2018-05-18 23:01:49 miss-islington set pull_requests: + <pull%5Frequest6634>
2018-05-18 23:00:49 levkivskyi set messages: +
2018-05-18 05:53:54 levkivskyi set pull_requests: + <pull%5Frequest6624>
2018-05-10 18:58:01 levkivskyi set pull_requests: + <pull%5Frequest6446>
2018-05-10 18:33:12 levkivskyi set pull_requests: + <pull%5Frequest6445>
2018-05-09 01:44:18 miss-islington set nosy: + miss-islingtonmessages: +
2018-05-09 01:24:55 miss-islington set pull_requests: + <pull%5Frequest6424>
2018-05-09 01:23:49 levkivskyi set messages: +
2018-05-08 20:44:32 levkivskyi set pull_requests: + <pull%5Frequest6423>
2017-12-05 03:02:04 ned.deily set messages: +
2017-12-05 02:44:19 python-dev set pull_requests: + <pull%5Frequest4623>
2017-12-05 02:44:00 ned.deily set nosy: + ned.deilymessages: +
2017-12-05 01:07:38 levkivskyi set pull_requests: + <pull%5Frequest4621>
2017-09-14 20:52:07 lukasz.langa set messages: +
2017-09-14 18:33:11 python-dev set pull_requests: + <pull%5Frequest3574>
2017-09-14 18:33:02 lukasz.langa set messages: +
2017-09-14 18:06:14 lukasz.langa set pull_requests: + <pull%5Frequest3573>
2017-09-14 00:10:56 lukasz.langa set messages: +
2017-09-13 23:25:23 python-dev set pull_requests: + <pull%5Frequest3550>
2017-09-13 23:25:17 lukasz.langa set nosy: + lukasz.langamessages: +
2017-09-13 19:35:13 levkivskyi set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest3543>
2017-06-10 21:41:40 Mariatta set messages: +
2017-06-10 21:41:02 Mariatta set messages: +
2017-06-10 21:04:45 Mariatta set pull_requests: + <pull%5Frequest2153>
2017-06-10 21:03:09 Mariatta set pull_requests: + <pull%5Frequest2152>
2017-06-10 19:57:58 gvanrossum set messages: +
2017-06-10 10:11:11 levkivskyi set pull_requests: + <pull%5Frequest2140>
2017-05-03 16:38:03 Mariatta set messages: +
2017-05-03 16:37:52 Mariatta set messages: +
2017-05-03 04:28:43 Mariatta set versions: + Python 3.5, Python 3.6, Python 3.7
2017-05-03 04:26:39 Mariatta set pull_requests: + <pull%5Frequest1523>
2017-05-03 04:26:28 Mariatta set pull_requests: + <pull%5Frequest1522>
2017-05-02 17:14:09 Mariatta set messages: +
2017-04-30 20:17:12 levkivskyi set pull_requests: + <pull%5Frequest1475>
2017-04-01 06:26:54 martin.panter set nosy: - martin.panter
2017-04-01 05:48:51 serhiy.storchaka set pull_requests: - <pull%5Frequest1037>
2017-03-31 16:36:30 dstufft set pull_requests: + <pull%5Frequest1037>
2017-03-25 00:16:27 Mariatta set messages: +
2017-03-25 00:16:06 Mariatta set messages: +
2017-03-25 00:11:19 Mariatta set messages: +
2017-03-24 23:48:32 Mariatta set messages: +
2017-03-24 23:47:29 Mariatta set messages: +
2017-03-24 23:47:21 Mariatta set nosy: + Mariattamessages: +
2017-02-24 08:54:29 levkivskyi set pull_requests: + <pull%5Frequest243>
2017-02-24 03:15:00 Mariatta set pull_requests: + <pull%5Frequest242>
2017-02-24 03:11:01 Mariatta set pull_requests: + <pull%5Frequest241>
2017-02-23 23:34:37 levkivskyi set pull_requests: + <pull%5Frequest237>
2017-01-24 08:00:29 levkivskyi set messages: +
2017-01-24 05:13:07 martin.panter set nosy: + martin.pantermessages: +
2017-01-23 01:49:05 python-dev set messages: +
2017-01-23 01:48:47 python-dev set messages: +
2017-01-23 01:44:37 python-dev set messages: +
2017-01-18 16:05:14 python-dev set messages: +
2017-01-18 04:46:59 python-dev set messages: +
2016-11-21 02:02:24 python-dev set messages: +
2016-11-19 18:33:31 python-dev set messages: +
2016-11-15 17:49:39 python-dev set messages: +
2016-11-09 21:13:56 python-dev set messages: +
2016-10-29 23:06:12 python-dev set messages: +
2016-10-29 19:45:09 python-dev set messages: +
2016-10-29 18:54:56 levkivskyi set nosy: + levkivskyi
2016-10-29 15:55:16 python-dev set nosy: + python-devmessages: +
2016-10-29 15:46:49 gvanrossum create