summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib
Commit message (Expand)AuthorAgeFilesLines
* cross port importlib-metadata PR #76 (#13903)Anthony Sottile2019-06-073-0/+2
* Don't crash if there exists an EGG-INFO directory on sys.path (#13667)Anthony Sottile2019-05-301-0/+8
* bpo-34632: Add importlib.metadata (GH-12547)Jason R. Coombs2019-05-247-0/+564
* bpo-36766: Typos in docs and code comments (GH-13116)penguindustin2019-05-061-1/+1
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-291-1/+1
* bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH...Windson yang2019-04-221-1/+1
* bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)Anthony Sottile2019-03-081-0/+6
* bpo-35202: Remove unused imports in tests. (GH-10561)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-161-1/+0
* bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...Elvis Pranskevichus2018-10-101-0/+15
* bpo-25711: Rewrite zipimport in pure Python. (GH-6809)Serhiy Storchaka2018-09-182-7/+7
* bpo-29514: Make magic number test work for candidatesNed Deily2018-06-271-1/+1
* bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...Carl Meyer2018-06-162-11/+95
* bpo-33755: Fix importlib.resources isolation tests (#7412)Barry Warsaw2018-06-052-1/+9
* bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145)Marcel Plch2018-05-281-7/+13
* bpo-33629: Prevent coredump in test_importlib (GH-7090)Victor Stinner2018-05-241-1/+4
* bpo-33254: do not return an empty list when asking for the contents of a name...Brett Cannon2018-04-301-4/+3
* bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida...Brett Cannon2018-04-062-1/+22
* bpo-33151: Handle submodule resources (GH-6268)Barry Warsaw2018-03-272-3/+32
* bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)Marcel Plch2018-03-171-1/+15
* bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...Serhiy Storchaka2018-02-221-1/+1
* bpo-32303 - Consistency fixes for namespace loaders (#5481)Barry Warsaw2018-02-022-2/+20
* bpo-32248: Fix test_importlib.test_open() (#5213)Victor Stinner2018-01-171-2/+2
* Implement the get_resource_reader() API for file system imports (#5168)Barry Warsaw2018-01-152-1/+4
* bpo-32248 - Implement importlib.resources (#4911)Barry Warsaw2017-12-3024-0/+473
* bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)Brett Cannon2017-12-161-0/+39
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-142-2/+2
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-092-15/+197
* bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)Serhiy Storchaka2017-10-261-0/+43
* bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3...Serhiy Storchaka2017-10-081-0/+14
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-122/+100
* Spelling fixes (#2902)Ville Skyttä2017-08-031-1/+1
* bpo-30876: Relative import from unloaded package now reimports the package (#...Serhiy Storchaka2017-07-121-1/+1
* bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...Milan Oberkirch2017-06-141-0/+6
* bpo-29851: Have importlib.reload() raise ImportError if the module's spec is ...Garvit Khatri2017-05-241-2/+12
* bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576...Serhiy Storchaka2017-04-291-13/+16
* bpo-29514: Check magic number for bugfix release (#54)Eric Appelt2017-04-171-0/+44
* bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...Matthias Bussonnier2017-02-161-0/+6
* Remove unused imports.Serhiy Storchaka2016-12-162-3/+0
* Issue #26940: Fix test_importlib that hangs on the Android armv7 qemu emulator.Xavier de Gaye2016-12-081-1/+1
* Issue #28026: Raise ImportError when exec_module() exists but create_module()...Eric Snow2016-09-081-7/+1
* Issue #26667: Add path-like object support to importlib.util.Brett Cannon2016-09-082-0/+25
* Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-072-5/+9
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* Merge #27782 fix from 3.5Nick Coghlan2016-08-211-0/+9
|\
| * Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-211-0/+9
* | Merge for #27083Brett Cannon2016-07-163-18/+18
|\ \ | |/
| * Fix regressions introduced by fixes for issue #27083.Brett Cannon2016-07-163-18/+18
* | Merge for #27083Brett Cannon2016-07-151-6/+9
|\ \ | |/
| * Issue #27083: Respect the PYTHONCASEOK environment variable underBrett Cannon2016-07-151-6/+9
* | Issue #26896: Disambiguate uses of "importer" with "finder".Brett Cannon2016-07-082-2/+0