1. 30 Agu, 2010 1 kayıt (commit)
  2. 17 Agu, 2006 1 kayıt (commit)
    • Guido van Rossum's avatar
      Quite a few fixes to make the library and test suite more robust when · bf12cdbb
      Guido van Rossum yazdı
      cPickle cannot be imported.  This was necessary because my last mass
      checkin broke cPickle and I don't feel like debugging it right now;
      but it seems a good idea in general not to require cPickle when
      pickle.py is also there.  A few unrelated fixes for issues while
      debigging various test failures.
      
      setup.py: disable building of cPickle until I've fixed it
      
      Objects/...
      
        genobject.c: disallow raising string exceptions
      
      Lib/...
      
        Cookie.py: fix doctest not to fail if cPickle is missing
        ctypes/macholib/dyld.py: fix relative imports
        sqlite3/__init__.py: fix relative import
        xml/dom/__init__.py: fix relative import
      
      Lib/test/...
      
        regrtest.py: reduce list of skipped items on darwin
      
        test_generators.py: don't test string exceptions; test throw() errors
        test_traceback.py: don't test string exceptions
      
        pickletester.py: don't fail if cPickle is missing
        test_datetime.py: don't fail if cPickle is missing
        test_descr.py: don't fail if cPickle is missing (still some other failures)
        test_exceptions.py: don't fail if cPickle is missing
        test_re.py: don't fail if cPickle is missing
      
        test_array.py: use pickle, not cPickle
        test_bool.py: don't fail if cPickle is missing
        test_deque.py: use pickle, not cPickle
        test_logging.py: use pickle, not cPickle
      bf12cdbb
  3. 21 Nis, 2006 1 kayıt (commit)
  4. 01 Nis, 2006 1 kayıt (commit)
    • Anthony Baxter's avatar
      merged the sqlite-integration branch. · c51ee69b
      Anthony Baxter yazdı
      This is based on pysqlite2.1.3, and provides a DB-API interface in
      the standard library. You'll need sqlite 3.2.2 or later to build
      this - if you have an earlier version, the C extension module will
      not be built.
      c51ee69b