summaryrefslogtreecommitdiffstats
path: root/Lib/test/test___all__.py
Commit message (Expand)AuthorAgeFilesLines
* gh-90791: Enable test___all__ on ASAN build (#108286)Victor Stinner2023-08-221-8/+25
* gh-105407: Remove unused imports (#105554)Victor Stinner2023-06-091-1/+2
* gh-104773: PEP 594: Remove the crypt module (#104908)Victor Stinner2023-05-251-2/+2
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-231-4/+3
* bpo-47061: deprecate the `aifc` module (GH-32134)Brett Cannon2022-04-051-0/+1
* bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)Victor Stinner2022-03-011-0/+7
* bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)Christian Heimes2022-01-201-0/+17
* bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)Victor Stinner2020-08-131-3/+3
* bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)Victor Stinner2020-08-111-6/+6
* bpo-40275: Use new test.support helper submodules in tests (GH-21764)Hai Shi2020-08-071-2/+3
* bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)Carl Meyer2020-04-241-0/+1
* bpo-36889: Merge asyncio streams (GH-13251)Andrew Svetlov2019-05-271-15/+21
* Issues #29273: Merge test___all__ from 3.5Martin Panter2017-01-231-11/+0
|\
| * Issue #29273: Remove unneeded workaround to restore localeMartin Panter2017-01-231-11/+0
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-091-0/+2
|/
* #22751: fix test___all__ warning about modified environment in the tests. Pa...Ezio Melotti2014-11-021-3/+4
* Issue #15767: Excise the remaining instances of ModuleNotFoundErrorBrett Cannon2013-07-041-1/+1
* Move test___all__ over to unittest.main() and use ModuleNotFoundErrorBrett Cannon2013-06-131-5/+2
* #11078: test___all__ now checks for duplicates in __all__. Initial patch by ...Ezio Melotti2013-05-011-11/+14
* test___all__ ignores ResourceWarning as wellAntoine Pitrou2010-10-291-2/+4
* (partially)Florent Xicluna2010-04-021-4/+2
* Merged revisions 75312 via svnmerge fromAntoine Pitrou2009-10-101-127/+79
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-0/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* add io and _pyio to test___all__Benjamin Peterson2009-04-021-0/+2
* Merged revisions 66321 via svnmerge fromBrett Cannon2008-09-091-2/+2
* Make a new urllib package .Jeremy Hylton2008-06-181-3/+1
* Remove last traces of mimetools.Georg Brandl2008-06-121-2/+0
* Remove the htmllib and sgmllib modules as per PEP 3108.Georg Brandl2008-06-011-2/+0
* The commands module has been removed. The getoutput() and getstatusoutput()Brett Cannon2008-05-261-1/+0
* Create http package. #2883.Georg Brandl2008-05-261-6/+4
* Merged revisions 63698 via svnmerge fromBenjamin Peterson2008-05-261-0/+1
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-1/+1
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-161-1/+1
* Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-...Alexandre Vassalotti2008-05-151-1/+2
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-141-1/+1
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-121-1/+1
* The __all__ value for 'collections' was missing UserList and UserString.Brett Cannon2008-05-121-0/+1
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-1/+1
* Remove the imputil module.Brett Cannon2008-05-081-1/+0
* Merged revisions 62792,62799-62800 via svnmerge fromChristian Heimes2008-05-061-7/+10
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Move UserString to collections.Raymond Hettinger2008-02-211-1/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+0
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-2/+0
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-3/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-5/+0
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-3/+0