COMMITS
/ Lib/test/test___all__.py July 31, 2025
H
gh-137282: Fix `TypeError` in tab completion and `dir()` of `concurrent.futures` (GH-137214)
Henry Schreiner committed
March 17, 2025
I
gh-130080: implement PEP 765 (#130087)
Irit Katriel committed
June 18, 2024
V
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner committed
June 17, 2024
V
gh-120417: Remove unused imports in tests (part 1) (#120629)
Victor Stinner committed
February 25, 2024
M
gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessing (gh-115917)
Malcolm Smith committed
August 22, 2023
V
gh-90791: Enable test___all__ on ASAN build (#108286)
Victor Stinner committed
June 9, 2023
V
gh-105407: Remove unused imports (#105554)
Victor Stinner committed
May 25, 2023
V
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner committed
December 23, 2022
N
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
Nikita Sobolev committed
April 5, 2022
B
bpo-47061: deprecate the `aifc` module (GH-32134)
Brett Cannon committed
March 1, 2022
V
bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
Victor Stinner committed
January 20, 2022
C
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Christian Heimes committed
August 13, 2020
V
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
Victor Stinner committed
August 11, 2020
V
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner committed
August 7, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
Hai Shi committed
April 24, 2020
C
bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)
Carl Meyer committed
May 27, 2019
A
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov committed
January 23, 2017
M
Issues #29273: Merge test___all__ from 3.5
Martin Panter committed
M
Issue #29273: Remove unneeded workaround to restore locale
Martin Panter committed
September 9, 2016
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
November 2, 2014
July 4, 2013
B
Issue #15767: Excise the remaining instances of ModuleNotFoundError
Brett Cannon committed
June 13, 2013
B
Move test___all__ over to unittest.main() and use ModuleNotFoundError
Brett Cannon committed
May 1, 2013
E
#11078: test___all__ now checks for duplicates in __all__. Initial patch by R. David Murray.
Ezio Melotti committed
October 29, 2010
A
test___all__ ignores ResourceWarning as well
Antoine Pitrou committed
April 2, 2010
F
(partially)
Florent Xicluna committed
October 10, 2009
A
Merged revisions 75312 via svnmerge from
Antoine Pitrou committed
October 4, 2009
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
April 2, 2009
B
add io and _pyio to test___all__
Benjamin Peterson committed
September 9, 2008
B
Merged revisions 66321 via svnmerge from
Brett Cannon committed
June 18, 2008
J
Make a new urllib package .
Jeremy Hylton committed
June 12, 2008
G
Remove last traces of mimetools.
Georg Brandl committed
June 1, 2008
G
Remove the htmllib and sgmllib modules as per PEP 3108.
Georg Brandl committed
May 26, 2008
B
The commands module has been removed. The getoutput() and getstatusoutput()
Brett Cannon committed
G
Create http package. #2883.
Georg Brandl committed
B
Merged revisions 63698 via svnmerge from
Benjamin Peterson committed
G
Create the dbm package from PEP 3108. #2881.
Georg Brandl committed
May 25, 2008
G
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
May 16, 2008
A
Rename the repr module to reprlib.
Alexandre Vassalotti committed
May 15, 2008
May 14, 2008
A
Renamed ConfigParser to configparser.
Alexandre Vassalotti committed
May 12, 2008
A
Renamed the SocketServer module to 'socketserver'.
Alexandre Vassalotti committed
B
The __all__ value for 'collections' was missing UserList and UserString.
Brett Cannon committed
May 11, 2008
A
Rename copy_reg module to copyreg.
Alexandre Vassalotti committed
May 8, 2008
B
Remove the imputil module.
Brett Cannon committed
May 6, 2008
C
Merged revisions 62792,62799-62800 via svnmerge from
Christian Heimes committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
February 21, 2008
R
Move UserString to collections.
Raymond Hettinger committed