summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_import/data
Commit message (Expand)AuthorAgeFilesLines
* bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)Filipe Laíns2021-07-243-0/+4
* Revert "bpo-44717: improve AttributeError on circular imports of submodules (...Pablo Galindo Salgado2021-07-243-4/+0
* bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)Filipe Laíns2021-07-243-0/+4
* bpo-39336: Allow packages to not let their child modules be set on them (#18006)Dino Viehland2020-01-232-0/+12
* bpo-20490: Improve circular import error message (GH-15308)Anthony Sottile2019-09-092-0/+4
* bpo-33237: Improve AttributeError message for partially initialized module. (...Serhiy Storchaka2018-10-302-0/+4
* bpo-30876: Relative import from unloaded package now reimports the package (#...Serhiy Storchaka2017-07-122-0/+3
* bpo-30814: Fixed a race condition when import a submodule from a package. (#2...Serhiy Storchaka2017-07-062-0/+2
* bpo-30024: Circular imports involving absolute imports with binding (#1264)Serhiy Storchaka2017-05-092-0/+2
* WhitespaceAntoine Pitrou2014-10-136-6/+6
* Issue #17636: Circular imports involving relative imports are now supported.Antoine Pitrou2014-10-139-0/+18