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