summaryrefslogtreecommitdiff
path: root/Lib/test/test_zipimport.py
Commit message (Expand)AuthorAgeFilesLines
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-031-1/+0
* gh-91181: drop support for bytes on sys.path (GH-31934)Thomas Grainger2022-07-161-1/+2
* gh-94379: Remove zipimport find_loader() and find_module() methods (#94380)Victor Stinner2022-07-051-16/+0
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...jackh-ncl2022-06-101-1/+4
* gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)Christian Heimes2022-05-191-0/+1
* bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)Irit Katriel2022-01-181-2/+2
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-191-10/+4
* bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_s...Brett Cannon2021-09-171-1/+2
* bpo-5846: Do not use obsolete unittest functions. (GH-28303)Serhiy Storchaka2021-09-131-1/+2
* bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-...Ammar Askar2021-08-241-7/+10
* bpo-43950: Add option to opt-out of PEP-657 (GH-27023)Ammar Askar2021-07-071-0/+1
* bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)Ammar Askar2021-07-051-1/+4
* bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)Desmond Cheong2021-03-081-0/+41
* bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)Irit Katriel2020-12-181-4/+4
* bpo-26131: Deprecate usage of load_module() (GH-23469)Brett Cannon2020-12-041-20/+31
* bpo-42131: Add PEP 451-related methods to zipimport (GH-23187)Brett Cannon2020-11-131-18/+53
* bpo-40275: Use new test.support helper submodules in tests (GH-21412)Hai Shi2020-07-091-19/+21
* bpo-40275: More lazy imports in test.support (GH-20131)Hai Shi2020-05-191-1/+1
* bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)Xtreak2019-12-161-0/+16
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)Serhiy Storchaka2019-03-051-106/+92
* bpo-5950: Support reading zips with comments in zipimport (#9548)Zackery Spytz2018-09-251-0/+15
* bpo-25711: Remove outdated zipimport tests. (GH-9404)Serhiy Storchaka2018-09-191-49/+0
* bpo-25711: Rewrite zipimport in pure Python. (GH-6809)Serhiy Storchaka2018-09-181-12/+17
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-2/+16
* bpo-31781: Prevent crashes when calling methods of an uninitialized zipimport...Oren Milman2017-10-201-0/+14
* bpo-31602: Fix an assertion failure in zipimporter.get_source() in case of a ...Oren Milman2017-09-291-0/+17
* bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (#3...Oren Milman2017-08-291-0/+17
* Issue #28131: Merge from 3.5Berker Peksag2016-09-141-0/+13
|\
| * Issue #28131: Fix a regression in zipimport's compile_source()Berker Peksag2016-09-141-0/+13
* | Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...Steve Dower2016-09-091-1/+1
|\ \ | |/
| * Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...Steve Dower2016-09-091-1/+1
* | Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-2/+4
* | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-181-0/+15
|\ \ | |/
| * Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-181-0/+15
* | Merge for issue #17633Brett Cannon2016-01-151-32/+216
|\ \ | |/
| * Issue #17633: Improve support for namespace packages with zipimport.Brett Cannon2016-01-151-32/+216
* | Issue #8585: improved tests for zipimporter2. Patch from Mark Lawrence.Robert Collins2015-07-231-1/+20
|/
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-1/+1
* Issue #23696: Remove test on ZipImportError.__context__ because the context isVictor Stinner2015-03-201-1/+0
* Issue #23696: Chain ZipImportError to the OSErrorVictor Stinner2015-03-201-1/+4
* merge backout for #20621Benjamin Peterson2014-02-161-85/+19
|\
| * backout 2807a5f011e4 for causing #20621Benjamin Peterson2014-02-161-85/+19
* | Fixes issue #19081: When a zipimport .zip file in sys.path being imported fromGregory P. Smith2014-01-071-19/+85
|\ \ | |/
| * Fixes Issue #19081: When a zipimport .zip file in sys.path being imported fromGregory P. Smith2014-01-071-19/+85
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+1
|\ \ | |/
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+1
* | Issue #17177: Stop using imp in a bunch of testsBrett Cannon2013-06-151-3/+4
* | Move code from test_importhooks into test_zipimport.Brett Cannon2013-06-121-1/+25
* | Issue #8745: Small speed up zipimport on Windows. Patch by Catalin Iacob.Serhiy Storchaka2013-02-161-0/+2
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/