1. 07298a1 zipimport: remove arbitrary length limit from message formats by Victor Stinner · 14 years ago
  2. 9e40fad zipimport: document archive encoding; fix indentation by Victor Stinner · 14 years ago
  3. 965a8a1 Revert r85699 and r85701 (zipimport): fullname is a module name, not a path by Victor Stinner · 14 years ago
  4. 8c8ed0a zipimport: fix "can't find module ..." error message by Victor Stinner · 14 years ago
  5. 0410656 zipimport: find_module(), is_package() and get_source() supports surrogates by Victor Stinner · 14 years ago
  6. 269aeb7 zipimport: pass path size to make_filename() by Victor Stinner · 14 years ago
  7. 2a94f4c get_code_from_data() uses the filesystem encoding to encode the module path, by Victor Stinner · 14 years ago
  8. d36c821 zipimport: read_directory() uses cp437 or utf-8 (in strict mode), depending on by Victor Stinner · 14 years ago
  9. 08654e1 zipimport: get_module_code() returns modpath as a Unicode object by Victor Stinner · 14 years ago
  10. 26fabe1 zipimporter_load_module() doesn't destroy mod on error by Victor Stinner · 14 years ago
  11. 72f767e zipimport: encode the prefix to the fileystem encoding by Victor Stinner · 14 years ago
  12. 353349c zipimport, get_module_code(): avoid useless _PyUnicode_AsString() by Victor Stinner · 14 years ago
  13. c342fca zipimport: fix indentation by Victor Stinner · 14 years ago
  14. 5a7913e zipimport: catch _PyUnicode_AsString() failure in get_code_from_data() by Victor Stinner · 14 years ago
  15. 028dd97 Issue #9425: zipimporter_repr() uses unicode by Victor Stinner · 14 years ago
  16. 60fe8d9 Issue #9425: get_data() uses an unicode path by Victor Stinner · 14 years ago
  17. 2460a43 Issue #9425: read_directory() is fully unicode compliant by Victor Stinner · 14 years ago
  18. 2b8dab7 Issue #9425: zipimporter_init() is fully unicode compliant by Victor Stinner · 14 years ago
  19. 3283973 Fix #9316. if/is grammar corrections. by Brian Curtin · 14 years ago
  20. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  21. 3f1af5c Issue #6697: use %U format instead of _PyUnicode_AsString(), because by Victor Stinner · 14 years ago
  22. 7f8ed81 Fix a warning. by Georg Brandl · 15 years ago
  23. 9a1d6e3 Merged revisions 69425 via svnmerge from by Nick Coghlan · 15 years ago
  24. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  25. f088e5e Merged revisions 67750-67751 via svnmerge from by Nick Coghlan · 16 years ago
  26. 693fc46 Fixes release blocker issue #3492 and #3790. by Gregory P. Smith · 16 years ago
  27. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  28. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  29. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  30. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  31. ec924c9 Reverted (partially) patch r62667 to zipimport.c. by Alexandre Vassalotti · 16 years ago
  32. a85998a Issue #1950: Fixed misusage of PyUnicode_AsString(). by Alexandre Vassalotti · 16 years ago
  33. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 16 years ago
  34. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  35. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  36. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  37. 3c814d2 Use unicode (and bytes as appropriate) by Neal Norwitz · 17 years ago
  38. 76f2b24 Fix refcount leak, courtesy Christian Heines. by Guido van Rossum · 17 years ago
  39. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  40. ad8d300 SF patch# 1766592 by Paul Colomiets. Fix test_zipimport. by Guido van Rossum · 17 years ago
  41. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  42. 5b0443c Use PyUnicode_FromFormat() directly in zipimporter_repr(). by Walter Dörwald · 17 years ago
  43. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  44. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  45. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  46. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  47. e9b1949 Patch #1352711: make zipimport raise a complete IOError by Georg Brandl · 18 years ago
  48. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 18 years ago
  49. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  50. b84b35f the implementation uses ZipImportError, not ZipImporterError... by Fredrik Lundh · 18 years ago
  51. d39d861 Fix icc warnings: strlen() returns size_t by Neal Norwitz · 19 years ago
  52. f5b7fd2 update busted comment by Fred Drake · 19 years ago
  53. ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 19 years ago
  54. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  55. 2c45c9a SF patch 1062495: Modules/zipimport.c does not compile on solaris by Raymond Hettinger · 20 years ago
  56. ee8f10f Patch #801349: 64-bit fix for AMD64 from Gwenole Beauchesne. by Just van Rossum · 21 years ago
  57. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 21 years ago
  58. 032fffe Remove unused variable. by Jeremy Hylton · 21 years ago
  59. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  60. 547eb42 tentative fix for #712322: modification time stamp checking failed by Just van Rossum · 21 years ago
  61. 29fd2ba Make private function and data static. by Neal Norwitz · 21 years ago
  62. f4ecc75 use proper constant instead of comment (noted by nnorwitz) by Just van Rossum · 21 years ago
  63. 0c0aad9 Fix 64-bit problem, ParseTuple("i") needs C ints; ("l") needs C longs. by Neal Norwitz · 21 years ago
  64. 5c1ba53 Use correct function name to PyArg_ParseTuple("is_package"). by Neal Norwitz · 21 years ago
  65. 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
  66. d35c6db Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in by Just van Rossum · 22 years ago
  67. 3f0b542 removed unused get_short() function by Just van Rossum · 22 years ago
  68. f8b6de1 - added missing decref - whitespace normalization by Just van Rossum · 22 years ago
  69. 5eaeaf9 Added casts to forestall warnings with MetroWerks. by Jack Jansen · 22 years ago
  70. f271c27 Squashed compiler wng from MSVC6. by Tim Peters · 22 years ago
  71. 1ea93f2 Wouldn't compile on Windows; fixed. by Tim Peters · 22 years ago
  72. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago