summaryrefslogtreecommitdiff
path: root/Lib/test/test_zipimport.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* #8942: add test for __path__ contents in zipimport testsR David Murray2012-03-121-0/+4
* Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-131-5/+5
* Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-301-1/+1
* (Merge 3.2) Issue #12124: zipimport doesn't keep a reference toVictor Stinner2011-05-201-17/+0
|\
| * (Merge 3.1) Issue #12124: zipimport doesn't keep a reference toVictor Stinner2011-05-201-17/+0
| |\
| | * Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymoreVictor Stinner2011-05-201-17/+0
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-27/+27
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-2/+2
* | | Refactor a few tests to use the new requires_zlib decorator.Ezio Melotti2011-05-191-7/+1
|/ /
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-27/+27
* | test_zipimport: fix test nameVictor Stinner2010-08-171-1/+1
* | Issue #9425: read_directory() is fully unicode compliantVictor Stinner2010-08-161-0/+14
* | PEP 3147Barry Warsaw2010-04-171-20/+19
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-2/+2
* | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* | Merged revisions 74754 via svnmerge fromEzio Melotti2009-09-121-3/+10
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
|/
* Merged revisions 69425 via svnmerge fromNick Coghlan2009-02-081-6/+6
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-141-8/+24