1. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  2. 5a5ce06 bpo-5950: Support reading zips with comments in zipimport (#9548) by Zackery Spytz · 6 years ago
  3. b2984ab bpo-25711: Remove outdated zipimport tests. (GH-9404) by Serhiy Storchaka · 6 years ago
  4. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  5. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  6. db60a5b bpo-31781: Prevent crashes when calling methods of an uninitialized zipimport.zipimporter object (GH-3986) by Oren Milman · 7 years ago
  7. 01c6a88 bpo-31602: Fix an assertion failure in zipimporter.get_source() in case of a bad zlib.decompress() (GH-3784) by Oren Milman · 7 years ago
  8. 631fdee bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (#3226) by Oren Milman · 7 years ago
  9. 8ee9edb Issue #28131: Merge from 3.5 by Berker Peksag · 8 years ago
  10. 4aa74c4 Issue #28131: Fix a regression in zipimport's compile_source() by Berker Peksag · 8 years ago
  11. ff70fc2 Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  12. 8dcc48e Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  13. febc332 Issue #26754: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  14. f95de0e Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  15. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  16. 43cfd82 Merge for issue #17633 by Brett Cannon · 9 years ago
  17. 56aae8f Issue #17633: Improve support for namespace packages with zipimport. by Brett Cannon · 9 years ago
  18. 9e1bf49 Issue #8585: improved tests for zipimporter2. Patch from Mark Lawrence. by Robert Collins · 9 years ago
  19. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  20. 57d516b Issue #23696: Remove test on ZipImportError.__context__ because the context is by Victor Stinner · 9 years ago
  21. fbd6f9e Issue #23696: Chain ZipImportError to the OSError by Victor Stinner · 9 years ago
  22. ec91cd6 merge backout for #20621 by Benjamin Peterson · 10 years ago
  23. eb43736 backout 2807a5f011e4 for causing #20621 by Benjamin Peterson · 10 years ago
  24. 2e385e2 Fixes issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 11 years ago
  25. 2bcbc14 Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 11 years ago
  26. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  27. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  28. 9529fbf Issue #17177: Stop using imp in a bunch of tests by Brett Cannon · 11 years ago
  29. 638ce07 Move code from test_importhooks into test_zipimport. by Brett Cannon · 11 years ago
  30. 0e6b7b5 Issue #8745: Small speed up zipimport on Windows. Patch by Catalin Iacob. by Serhiy Storchaka · 11 years ago
  31. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  32. a971905 #8942: add test for __path__ contents in zipimport tests by R David Murray · 12 years ago
  33. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 13 years ago
  34. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  35. 21809a6 (Merge 3.2) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 13 years ago
  36. 4445ec8 (Merge 3.1) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 13 years ago
  37. 4925cde Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 13 years ago
  38. 975077a Refactor a few tests to use the new requires_zlib decorator. by Ezio Melotti · 13 years ago
  39. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  40. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  41. 36e7911 test_zipimport: fix test name by Victor Stinner · 14 years ago
  42. 2460a43 Issue #9425: read_directory() is fully unicode compliant by Victor Stinner · 14 years ago
  43. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  44. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  45. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  46. 78ea202 Merged revisions 74754 via svnmerge from by Ezio Melotti · 15 years ago
  47. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  48. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  49. 9a1d6e3 Merged revisions 69425 via svnmerge from by Nick Coghlan · 15 years ago
  50. f088e5e Merged revisions 67750-67751 via svnmerge from by Nick Coghlan · 16 years ago
  51. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  52. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  53. 7f04431 Merged revisions 59774-59783 via svnmerge from by Christian Heimes · 17 years ago
  54. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  55. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  56. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  57. 85825dc Changes preparing for stricter enforcement of bytes vs. str. by Guido van Rossum · 17 years ago
  58. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  59. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  60. ad8d300 SF patch# 1766592 by Paul Colomiets. Fix test_zipimport. by Guido van Rossum · 17 years ago
  61. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  62. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  63. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  64. 68f2d00 Repaired new test failures on Windows: by Tim Peters · 19 years ago
  65. bc29c1a Whitespace normalization. by Tim Peters · 19 years ago
  66. dbc95f4 Disable this test until I can test on big-endian machines and get passing by Neal Norwitz · 19 years ago
  67. b155b62 Test zipimporter a bit more. Also get working with -R :: option for finding ref leaks by Neal Norwitz · 19 years ago
  68. 5949854 Fix for [ 765456 ]: testAFakeZlib failed on platforms that use a by Just van Rossum · 21 years ago
  69. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 21 years ago
  70. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  71. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  72. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  73. 5c1ba53 Use correct function name to PyArg_ParseTuple("is_package"). by Neal Norwitz · 21 years ago
  74. 6706c4d cleaned up Jack's Mac OS9 changes by Just van Rossum · 22 years ago
  75. 472e7db Various tweaks to make the test work on the Mac. by Jack Jansen · 22 years ago
  76. 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
  77. d35c6db Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in by Just van Rossum · 22 years ago
  78. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago