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