msg367711 - (view) |
Author: STINNER Victor (vstinner) *  |
Date: 2020-04-29 22:42 |
Attached PRs removed unused imports from the Python standard library. I used pyflakes and looked for "imported but unused" warnings. I ignored tons of warnings, since many are false alarms: imports done on purpose. Previous editions: * 2014: bpo-20976 * 2017: bpo-29919 |
|
|
msg367715 - (view) |
Author: STINNER Victor (vstinner) *  |
Date: 2020-04-29 23:48 |
New changeset 57572b103ebd8732ac21922f0051a7f140d0e405 by Victor Stinner in branch 'master': bpo-40443: Remove unused imports in tests (GH-19805) https://github.com/python/cpython/commit/57572b103ebd8732ac21922f0051a7f140d0e405 |
|
|
msg367720 - (view) |
Author: STINNER Victor (vstinner) *  |
Date: 2020-04-30 00:21 |
New changeset b1e11c31c523dc082985e9de779ceeb47224e536 by Victor Stinner in branch 'master': bpo-40443: Remove unused imports in tests (GH-19804) https://github.com/python/cpython/commit/b1e11c31c523dc082985e9de779ceeb47224e536 |
|
|
msg367725 - (view) |
Author: Terry J. Reedy (terry.reedy) *  |
Date: 2020-04-30 01:28 |
New changeset 6900f16d2207ca4fc252fa9d778ca0b13a3c95e0 by Victor Stinner in branch 'master': bpo-40443: Remove unused imports in idlelib (GH-19801) https://github.com/python/cpython/commit/6900f16d2207ca4fc252fa9d778ca0b13a3c95e0 |
|
|
msg367727 - (view) |
Author: miss-islington (miss-islington) |
Date: 2020-04-30 01:46 |
New changeset 48ef06b62682c19b7860dcf5d9d610e589a49840 by Miss Islington (bot) in branch '3.7': bpo-40443: Remove unused imports in idlelib (GH-19801) https://github.com/python/cpython/commit/48ef06b62682c19b7860dcf5d9d610e589a49840 |
|
|
msg367728 - (view) |
Author: miss-islington (miss-islington) |
Date: 2020-04-30 01:47 |
New changeset 95e208dce505c542b8e4f8f42c57e6d4793b6895 by Miss Islington (bot) in branch '3.8': bpo-40443: Remove unused imports in idlelib (GH-19801) https://github.com/python/cpython/commit/95e208dce505c542b8e4f8f42c57e6d4793b6895 |
|
|
msg367748 - (view) |
Author: STINNER Victor (vstinner) *  |
Date: 2020-04-30 09:26 |
New changeset 90549676e063c2c818cfc14213d3adb7edcc2bd5 by Victor Stinner in branch 'master': bpo-40443: Remove unused imports in the stdlib (GH-19803) https://github.com/python/cpython/commit/90549676e063c2c818cfc14213d3adb7edcc2bd5 |
|
|
msg367749 - (view) |
Author: STINNER Victor (vstinner) *  |
Date: 2020-04-30 09:28 |
New changeset e488e300f5c01289c10906c2e53a8e43d6de32d8 by Victor Stinner in branch 'master': bpo-40443: Remove unused imports in distutils (GH-19802) https://github.com/python/cpython/commit/e488e300f5c01289c10906c2e53a8e43d6de32d8 |
|
|
msg367819 - (view) |
Author: STINNER Victor (vstinner) *  |
Date: 2020-05-01 00:38 |
New changeset eb0d359b4b0e14552998e7af771a088b4fd01745 by Victor Stinner in branch 'master': bpo-40443: Remove unused imports in stdlib (GH-19815) https://github.com/python/cpython/commit/eb0d359b4b0e14552998e7af771a088b4fd01745 |
|
|
msg367820 - (view) |
Author: STINNER Victor (vstinner) *  |
Date: 2020-05-01 00:38 |
Thanks for reviews! |
|
|
msg369805 - (view) |
Author: Dong-hee Na (corona10) *  |
Date: 2020-05-24 14:37 |
New changeset 3436f5f899f272d7164add072beb18eebd46d777 by Dong-hee Na in branch 'master': bpo-40443: Remove unused imports in the zoneinfo (GH-20354) https://github.com/python/cpython/commit/3436f5f899f272d7164add072beb18eebd46d777 |
|
|
msg369807 - (view) |
Author: miss-islington (miss-islington) |
Date: 2020-05-24 14:58 |
New changeset 4bb4cde1777267c92c1bfc0f537cee08102d66a4 by Miss Islington (bot) in branch '3.9': bpo-40443: Remove unused imports in the zoneinfo (GH-20354) https://github.com/python/cpython/commit/4bb4cde1777267c92c1bfc0f537cee08102d66a4 |
|
|
msg391174 - (view) |
Author: STINNER Victor (vstinner) *  |
Date: 2021-04-16 09:26 |
New changeset a6a5c91b1ee56fa5ba7ab8c5aeca70c31cc85fd3 by Victor Stinner in branch 'master': bpo-40443: Remove unused imports (GH-25429) https://github.com/python/cpython/commit/a6a5c91b1ee56fa5ba7ab8c5aeca70c31cc85fd3 |
|
|