1. 26 Apr, 2006 4 commits
    • Neal Norwitz's avatar
      Patch from Aldo Cortesi (OpenBSD buildbot owner). · 9bd42dca
      Neal Norwitz authored
      After the patch (45590) to add extra debug stats to the gc module, Python
      was crashing on OpenBSD due to:
      	Fatal Python error: Interpreter not initialized (version mismatch?)
      
      This seems to occur due to calling collect() when initialized (in pythonrun.c)
      is set to 0.  Now, the import will occur in the init function which
      shouldn't suffer this problem.
      9bd42dca
    • Fred Drake's avatar
      minor adjustment suggested by Peter Gephardt · 3389e769
      Fred Drake authored
      3389e769
    • Fred Drake's avatar
      markup fixes, cleanup · 7782e86d
      Fred Drake authored
      7782e86d
    • Tim Peters's avatar
      Rev 45706 renamed stuff in contextlib.py, but didn't rename · e595b5de
      Tim Peters authored
      uses of it in test_with.py.  As a result, test_with has been skipped
      (due to failing imports) on all buildbot boxes since.  Alas, that's
      not a test failure -- you have to pay attention to the
      
          1 skip unexpected on PLATFORM:
              test_with
      
      kinds of output at the ends of test runs to notice that this got
      broken.
      
      It's likely that more renaming in test_with.py would be desirable.
      e595b5de
  2. 25 Apr, 2006 16 commits
  3. 24 Apr, 2006 12 commits
  4. 23 Apr, 2006 8 commits