| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) | Serhiy Storchaka | 2021-09-19 | 1 | -10/+4 |
|
|
* | [3.10] bpo-45183: don't raise an exception when calling zipimport.zipimporter... | Brett Cannon | 2021-09-18 | 1 | -1/+2 |
|
|
* | [3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned i... | Miss Islington (bot) | 2021-08-24 | 1 | -7/+10 |
|
|
* | bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159) | Desmond Cheong | 2021-03-08 | 1 | -0/+41 |
|
|
* | bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) | Irit Katriel | 2020-12-19 | 1 | -4/+4 |
|
|
* | bpo-26131: Deprecate usage of load_module() (GH-23469) | Brett Cannon | 2020-12-04 | 1 | -20/+31 |
|
|
* | bpo-42131: Add PEP 451-related methods to zipimport (GH-23187) | Brett Cannon | 2020-11-13 | 1 | -18/+53 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21412) | Hai Shi | 2020-07-09 | 1 | -19/+21 |
|
|
* | bpo-40275: More lazy imports in test.support (GH-20131) | Hai Shi | 2020-05-18 | 1 | -1/+1 |
|
|
* | bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) | Xtreak | 2019-12-15 | 1 | -0/+16 |
|
|
* | bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) | Serhiy Storchaka | 2019-03-05 | 1 | -106/+92 |
|
|
* | bpo-5950: Support reading zips with comments in zipimport (#9548) | Zackery Spytz | 2018-09-25 | 1 | -0/+15 |
|
|
* | bpo-25711: Remove outdated zipimport tests. (GH-9404) | Serhiy Storchaka | 2018-09-19 | 1 | -49/+0 |
|
|
* | bpo-25711: Rewrite zipimport in pure Python. (GH-6809) | Serhiy Storchaka | 2018-09-18 | 1 | -12/+17 |
|
|
* | closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) | Benjamin Peterson | 2017-12-09 | 1 | -2/+16 |
|
|
* | bpo-31781: Prevent crashes when calling methods of an uninitialized zipimport... | Oren Milman | 2017-10-20 | 1 | -0/+14 |
|
|
* | bpo-31602: Fix an assertion failure in zipimporter.get_source() in case of a ... | Oren Milman | 2017-09-29 | 1 | -0/+17 |
|
|
* | bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (#3... | Oren Milman | 2017-08-29 | 1 | -0/+17 |
|
|
* | Issue #28131: Merge from 3.5 | Berker Peksag | 2016-09-14 | 1 | -0/+13 |
|\ |
|
| * | Issue #28131: Fix a regression in zipimport's compile_source() | Berker Peksag | 2016-09-14 | 1 | -0/+13 |
|
|
* | | Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc... | Steve Dower | 2016-09-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc... | Steve Dower | 2016-09-10 | 1 | -1/+1 |
|
|
* | | Issue #26754: Undocumented support of general bytes-like objects | Serhiy Storchaka | 2016-08-06 | 1 | -2/+4 |
|
|
* | | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as | Serhiy Storchaka | 2016-06-18 | 1 | -0/+15 |
|\ \
| |/ |
|
| * | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as | Serhiy Storchaka | 2016-06-18 | 1 | -0/+15 |
|
|
* | | Merge for issue #17633 | Brett Cannon | 2016-01-15 | 1 | -32/+216 |
|\ \
| |/ |
|
| * | Issue #17633: Improve support for namespace packages with zipimport. | Brett Cannon | 2016-01-15 | 1 | -32/+216 |
|
|
* | | Issue #8585: improved tests for zipimporter2. Patch from Mark Lawrence. | Robert Collins | 2015-07-22 | 1 | -1/+20 |
|/ |
|
* | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 1 | -1/+1 |
|
|
* | Issue #23696: Remove test on ZipImportError.__context__ because the context is | Victor Stinner | 2015-03-20 | 1 | -1/+0 |
|
|
* | Issue #23696: Chain ZipImportError to the OSError | Victor Stinner | 2015-03-20 | 1 | -1/+4 |
|
|
* | merge backout for #20621 | Benjamin Peterson | 2014-02-16 | 1 | -85/+19 |
|\ |
|
| * | backout 2807a5f011e4 for causing #20621 | Benjamin Peterson | 2014-02-16 | 1 | -85/+19 |
|
|
* | | Fixes issue #19081: When a zipimport .zip file in sys.path being imported from | Gregory P. Smith | 2014-01-08 | 1 | -19/+85 |
|\ \
| |/ |
|
| * | Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from | Gregory P. Smith | 2014-01-08 | 1 | -19/+85 |
|
|
* | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -1/+1 |
|
|
* | | Issue #17177: Stop using imp in a bunch of tests | Brett Cannon | 2013-06-15 | 1 | -3/+4 |
|
|
* | | Move code from test_importhooks into test_zipimport. | Brett Cannon | 2013-06-12 | 1 | -1/+25 |
|
|
* | | Issue #8745: Small speed up zipimport on Windows. Patch by Catalin Iacob. | Serhiy Storchaka | 2013-02-16 | 1 | -0/+2 |
|
|
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|/ |
|
* | #8942: add test for __path__ contents in zipimport tests | R David Murray | 2012-03-13 | 1 | -0/+4 |
|
|
* | Issue #13645: pyc files now contain the size of the corresponding source | Antoine Pitrou | 2012-01-13 | 1 | -5/+5 |
|
|
* | Issue #12451: Add support.create_empty_file() | Victor Stinner | 2011-06-30 | 1 | -1/+1 |
|
|
* | (Merge 3.2) Issue #12124: zipimport doesn't keep a reference to | Victor Stinner | 2011-05-19 | 1 | -17/+0 |
|\ |
|
| * | (Merge 3.1) Issue #12124: zipimport doesn't keep a reference to | Victor Stinner | 2011-05-19 | 1 | -17/+0 |
| |\ |
|
| | * | Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore | Victor Stinner | 2011-05-19 | 1 | -17/+0 |
|
|
| | * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -27/+27 |
|
|
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
|
|
* | | | Refactor a few tests to use the new requires_zlib decorator. | Ezio Melotti | 2011-05-19 | 1 | -7/+1 |
|/ / |
|