1. 15 Ock, 2002 4 kayıt (commit)
    • Fred Drake's avatar
      Set the release version and date. · ce76e0a1
      Fred Drake yazdı
      ce76e0a1
    • Fred Drake's avatar
      Set the release version. · ee924a98
      Fred Drake yazdı
      ee924a98
    • Guido van Rossum's avatar
      Backport revision 2.69. · a472771d
      Guido van Rossum yazdı
      SF patch #471839: Bug when extensions import extensions (Shane Hathaway)
      
          When an extension imports another extension in its
          initXXX() function, the variable _Py_PackageContext is
          prematurely reset to NULL. If the outer extension then
          calls Py_InitModule(), the extension is installed in
          sys.modules without its package name. The
          manifestation of this bug is a "SystemError:
          _PyImport_FixupExtension: module <package>.<extension>
          not loaded".
      
          To fix this, importdl.c just needs to retain the old
          value of _Py_PackageContext and restore it after the
          initXXX() method is called. The attached patch does this.
      
          This patch applies to Python 2.1.1 and the current CVS.
      a472771d
    • Fred Drake's avatar
      e60d3737
  2. 11 Ock, 2002 3 kayıt (commit)
  3. 10 Ock, 2002 26 kayıt (commit)
  4. 07 Ock, 2002 2 kayıt (commit)
  5. 05 Ock, 2002 2 kayıt (commit)
  6. 27 Ara, 2001 3 kayıt (commit)