1. 3c814d2 Use unicode (and bytes as appropriate) by Neal Norwitz · 17 years ago
  2. 76f2b24 Fix refcount leak, courtesy Christian Heines. by Guido van Rossum · 17 years ago
  3. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  4. ad8d300 SF patch# 1766592 by Paul Colomiets. Fix test_zipimport. by Guido van Rossum · 17 years ago
  5. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  6. 5b0443c Use PyUnicode_FromFormat() directly in zipimporter_repr(). by Walter Dörwald · 18 years ago
  7. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 18 years ago
  8. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  9. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  10. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 19 years ago
  11. e9b1949 Patch #1352711: make zipimport raise a complete IOError by Georg Brandl · 19 years ago
  12. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 19 years ago
  13. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  14. b84b35f the implementation uses ZipImportError, not ZipImporterError... by Fredrik Lundh · 19 years ago
  15. d39d861 Fix icc warnings: strlen() returns size_t by Neal Norwitz · 19 years ago
  16. f5b7fd2 update busted comment by Fred Drake · 19 years ago
  17. ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 19 years ago
  18. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  19. 2c45c9a SF patch 1062495: Modules/zipimport.c does not compile on solaris by Raymond Hettinger · 20 years ago
  20. ee8f10f Patch #801349: 64-bit fix for AMD64 from Gwenole Beauchesne. by Just van Rossum · 21 years ago
  21. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 21 years ago
  22. 032fffe Remove unused variable. by Jeremy Hylton · 21 years ago
  23. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 22 years ago
  24. 547eb42 tentative fix for #712322: modification time stamp checking failed by Just van Rossum · 22 years ago
  25. 29fd2ba Make private function and data static. by Neal Norwitz · 22 years ago
  26. f4ecc75 use proper constant instead of comment (noted by nnorwitz) by Just van Rossum · 22 years ago
  27. 0c0aad9 Fix 64-bit problem, ParseTuple("i") needs C ints; ("l") needs C longs. by Neal Norwitz · 22 years ago
  28. 5c1ba53 Use correct function name to PyArg_ParseTuple("is_package"). by Neal Norwitz · 22 years ago
  29. 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
  30. d35c6db Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in by Just van Rossum · 22 years ago
  31. 3f0b542 removed unused get_short() function by Just van Rossum · 22 years ago
  32. f8b6de1 - added missing decref - whitespace normalization by Just van Rossum · 22 years ago
  33. 5eaeaf9 Added casts to forestall warnings with MetroWerks. by Jack Jansen · 22 years ago
  34. f271c27 Squashed compiler wng from MSVC6. by Tim Peters · 22 years ago
  35. 1ea93f2 Wouldn't compile on Windows; fixed. by Tim Peters · 22 years ago
  36. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago