summaryrefslogtreecommitdiff
path: root/Lib/test/test_import
Commit message (Expand)AuthorAgeFilesLines
* bpo-33465: Use an unlikely to be built-in C extension in a test (GH-6797) (#6...Miss Islington (bot)2018-05-151-5/+6
* bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) (#6236)Nick Coghlan2018-03-251-2/+5
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-1/+1
* bpo-31492: Fix assertion failures in case of a module with a bad __name__ att...Oren Milman2017-09-191-0/+12
* bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217)Serhiy Storchaka2017-08-291-0/+17
* bpo-30876: Relative import from unloaded package now reimports the package (#...Serhiy Storchaka2017-07-123-3/+21
* bpo-30814: Fixed a race condition when import a submodule from a package. (#2...Serhiy Storchaka2017-07-063-0/+30
* Fix skipping test_UNC_path on AppVeyor due to a different error being raised ...Segev Finer2017-06-021-1/+1
* bpo-30024: Circular imports involving absolute imports with binding (#1264)Serhiy Storchaka2017-05-093-0/+8
* bpo-29693: Fix for DeprecationWarning in test_import (#421)Anish Shah2017-03-031-2/+2
* use select instead of _opcode for import test (#372)Benjamin Peterson2017-02-281-5/+5
* weaken test_from_import_missing_attr_has_name_and_path regular expression (#371)Benjamin Peterson2017-02-281-1/+1
* bpo-29546: Improve from-import error message with location (#103)Matthias Bussonnier2017-02-221-1/+13
* bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)Matthias Bussonnier2017-02-141-0/+19
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-071-0/+12
* Issue #26583: Skip test_timestamp_overflow in test_import if bytecodeNed Deily2016-03-171-0/+1
* Issue #24492: make sure that ``from ... import ...` raises anBrett Cannon2015-08-111-0/+13
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-3/+4
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-021-6/+14
* Issue #21483: Skip test_timestamp_overflow on NFS.Berker Peksag2015-04-221-1/+2
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-21/+16
* WhitespaceAntoine Pitrou2014-10-137-7/+7
* Issue #17636: Circular imports involving relative imports are now supported.Antoine Pitrou2014-10-1311-0/+1134