1. 05 Jun, 2001 4 commits
  2. 04 Jun, 2001 12 commits
  3. 03 Jun, 2001 1 commit
  4. 02 Jun, 2001 1 commit
    • Fred Drake's avatar
      · 812809bd
      Fred Drake authored
      Fix imports so that XML import works with Python 2.1.  The addition of
      __all__ to the pickle module, and the import constraints that causes symbols
      not listed in __all__ not to be imported by "import *", caused these modules
      to break because some names were not acquired from the pickle module which
      had been acquired before.
      
      This patch adds the appropriate imports so that dependence on the pickle
      module's implementation details is avoided.
      812809bd
  5. 01 Jun, 2001 22 commits