| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-90791: Enable test___all__ on ASAN build (#108286) | Victor Stinner | 2023-08-22 | 1 | -8/+25 |
|
|
* | gh-105407: Remove unused imports (#105554) | Victor Stinner | 2023-06-09 | 1 | -1/+2 |
|
|
* | gh-104773: PEP 594: Remove the crypt module (#104908) | Victor Stinner | 2023-05-25 | 1 | -2/+2 |
|
|
* | gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484) | Nikita Sobolev | 2022-12-23 | 1 | -4/+3 |
|
|
* | bpo-47061: deprecate the `aifc` module (GH-32134) | Brett Cannon | 2022-04-05 | 1 | -0/+1 |
|
|
* | bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) | Victor Stinner | 2022-03-01 | 1 | -0/+7 |
|
|
* | bpo-40280: Misc fixes for wasm32-emscripten (GH-30722) | Christian Heimes | 2022-01-20 | 1 | -0/+17 |
|
|
* | bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826) | Victor Stinner | 2020-08-13 | 1 | -3/+3 |
|
|
* | bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) | Victor Stinner | 2020-08-11 | 1 | -6/+6 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21764) | Hai Shi | 2020-08-07 | 1 | -2/+3 |
|
|
* | bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663) | Carl Meyer | 2020-04-24 | 1 | -0/+1 |
|
|
* | bpo-36889: Merge asyncio streams (GH-13251) | Andrew Svetlov | 2019-05-27 | 1 | -15/+21 |
|
|
* | Issues #29273: Merge test___all__ from 3.5 | Martin Panter | 2017-01-23 | 1 | -11/+0 |
|\ |
|
| * | Issue #29273: Remove unneeded workaround to restore locale | Martin Panter | 2017-01-23 | 1 | -11/+0 |
|
|
* | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 1 | -0/+2 |
|/ |
|
* | #22751: fix test___all__ warning about modified environment in the tests. Pa... | Ezio Melotti | 2014-11-02 | 1 | -3/+4 |
|
|
* | Issue #15767: Excise the remaining instances of ModuleNotFoundError | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | Move test___all__ over to unittest.main() and use ModuleNotFoundError | Brett Cannon | 2013-06-13 | 1 | -5/+2 |
|
|
* | #11078: test___all__ now checks for duplicates in __all__. Initial patch by ... | Ezio Melotti | 2013-05-01 | 1 | -11/+14 |
|
|
* | test___all__ ignores ResourceWarning as well | Antoine Pitrou | 2010-10-29 | 1 | -2/+4 |
|
|
* | (partially) | Florent Xicluna | 2010-04-02 | 1 | -4/+2 |
|
|
* | Merged revisions 75312 via svnmerge from | Antoine Pitrou | 2009-10-10 | 1 | -127/+79 |
|
|
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 | 1 | -0/+1 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
|
|
* | add io and _pyio to test___all__ | Benjamin Peterson | 2009-04-02 | 1 | -0/+2 |
|
|
* | Merged revisions 66321 via svnmerge from | Brett Cannon | 2008-09-09 | 1 | -2/+2 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -3/+1 |
|
|
* | Remove last traces of mimetools. | Georg Brandl | 2008-06-12 | 1 | -2/+0 |
|
|
* | Remove the htmllib and sgmllib modules as per PEP 3108. | Georg Brandl | 2008-06-01 | 1 | -2/+0 |
|
|
* | The commands module has been removed. The getoutput() and getstatusoutput() | Brett Cannon | 2008-05-26 | 1 | -1/+0 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -6/+4 |
|
|
* | Merged revisions 63698 via svnmerge from | Benjamin Peterson | 2008-05-26 | 1 | -0/+1 |
|
|
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 1 | -1/+1 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Rename the repr module to reprlib. | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+1 |
|
|
* | Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-... | Alexandre Vassalotti | 2008-05-15 | 1 | -1/+2 |
|
|
* | Renamed ConfigParser to configparser. | Alexandre Vassalotti | 2008-05-14 | 1 | -1/+1 |
|
|
* | Renamed the SocketServer module to 'socketserver'. | Alexandre Vassalotti | 2008-05-12 | 1 | -1/+1 |
|
|
* | The __all__ value for 'collections' was missing UserList and UserString. | Brett Cannon | 2008-05-12 | 1 | -0/+1 |
|
|
* | Rename copy_reg module to copyreg. | Alexandre Vassalotti | 2008-05-11 | 1 | -1/+1 |
|
|
* | Remove the imputil module. | Brett Cannon | 2008-05-08 | 1 | -1/+0 |
|
|
* | Merged revisions 62792,62799-62800 via svnmerge from | Christian Heimes | 2008-05-06 | 1 | -7/+10 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Move UserString to collections. | Raymond Hettinger | 2008-02-21 | 1 | -1/+0 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -1/+0 |
|
|
* | Merged revisions 56492-56752 via svnmerge from | Guido van Rossum | 2007-08-05 | 1 | -2/+0 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -3/+0 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -5/+0 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -3/+0 |
|
|