1. 05 Jun, 2001 2 commits
    • Andreas Jung's avatar
      · c6172d12
      Andreas Jung authored
      Fixed (hopefully) a longtime outstanding problem in parens():
      - the former regex never matched any parentheses
      - the parens() used old regex module API although 're' module was used
      c6172d12
    • Andreas Jung's avatar
      Fixed (hopefully) a longtime outstanding problem in parens(): · fe555b16
      Andreas Jung authored
      - the former regex never matched any parentheses
      - the parens() used old regex module API although 're' module was used
      fe555b16
  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 24 commits