| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ / |
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -27/+27 |
|
|
* | | test_zipimport: fix test name | Victor Stinner | 2010-08-17 | 1 | -1/+1 |
|
|
* | | Issue #9425: read_directory() is fully unicode compliant | Victor Stinner | 2010-08-16 | 1 | -0/+14 |
|
|
* | | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -20/+19 |
|
|
* | | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -2/+2 |
|
|
* | | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -1/+1 |
|
|
* | | Merged revisions 74754 via svnmerge from | Ezio Melotti | 2009-09-12 | 1 | -3/+10 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|/ |
|
* | Merged revisions 69425 via svnmerge from | Nick Coghlan | 2009-02-08 | 1 | -6/+6 |
|
|
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 | 1 | -8/+24 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -8/+8 |
|
|
* | Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ... | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+32 |
|
|
* | Merged revisions 59774-59783 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -0/+5 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 1 | -3/+3 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -3/+3 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -1/+1 |
|
|
* | Changes preparing for stricter enforcement of bytes vs. str. | Guido van Rossum | 2007-08-27 | 1 | -1/+1 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -1/+1 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -2/+2 |
|
|
* | SF patch# 1766592 by Paul Colomiets. | Guido van Rossum | 2007-08-03 | 1 | -12/+9 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+1 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -1/+1 |
|
|