summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_import/data
Commit message (Collapse)AuthorAgeFilesLines
* [3.6] bpo-30876: Relative import from unloaded package now reimports the ↵Serhiy Storchaka2017-07-162-0/+3
| | | | | | | | | package (GH-2639) (#2676) instead of failing with SystemError. Relative import from non-package now fails with ImportError rather than SystemError. (cherry picked from commit 8a9cd20edca7d01b68292036029ae3735ce65edd)
* [3.6] bpo-30814: Fixed a race condition when import a submodule from a ↵Serhiy Storchaka2017-07-062-0/+2
| | | | | package. (GH-2580). (#2598) (cherry picked from commit b4baacee1adc06edbe30ac7574d17a8cd168e2e0)
* WhitespaceAntoine Pitrou2014-10-136-6/+6
|
* Issue #17636: Circular imports involving relative imports are now supported.Antoine Pitrou2014-10-139-0/+18