1. 19 Sep, 2002 2 commits
  2. 18 Sep, 2002 16 commits
    • Neal Norwitz's avatar
      Two more cases of switch(PySequence_Size()) without checking for case -1. · f834407c
      Neal Norwitz authored
      (Same problem as last checkin for SF bug 610610)
      Need to clear the error and proceed.
      
      Backport candidate
      f834407c
    • Barry Warsaw's avatar
      Open the test files in binary mode so the \r\n files won't cause · 9e05d26e
      Barry Warsaw authored
      failures on Windows.  Closes SF bug # 609988.
      9e05d26e
    • Kurt B. Kaiser's avatar
      Merge Py Idle: · 45e06110
      Kurt B. Kaiser authored
      Removing config-mac.txt, not used in Idlefork
      45e06110
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes: · 569ce575
      Kurt B. Kaiser authored
      Missed adding "import types" while merging PyShell by hand....
      569ce575
    • Guido van Rossum's avatar
      Add MJ. · bfb26a8b
      Guido van Rossum authored
      bfb26a8b
    • Guido van Rossum's avatar
      Fix SF bug 610610 (reported by Martijn Pieters, diagnosed by Neal Norwitz). · 4517faeb
      Guido van Rossum authored
      The switch in Exception__str__ didn't clear the error if
      PySequence_Size() raised an exception.  Added a case -1 which clears
      the error and falls through to the default case.
      
      Definite backport candidate (this dates all the way to Python 2.0).
      4517faeb
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes: · a108beba
      Kurt B. Kaiser authored
      Rev 1.4 fdrake
      Use string.ascii_letters instead of string.letters (SF bug #226706)
      
      Rev 1.5 doerwalter
      (string methods)
      a108beba
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes: · 486c7ae7
      Kurt B. Kaiser authored
      Rev 1.6 GvR
      Finally fix SF bug #441172, using a variant of patch ##443626:
      canceling an edit operation would not revert the value of the field.
      The fix takes care to destroy the Entry object, as suggested in the
      patch.
      
      Rev 1.7 Geiger Ho / GvR
      (previously applied - Idlefork Rev 1.3)
      
      Rev 1.8 doerwalter
      (string methods)
      486c7ae7
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes: · bceaaf65
      Kurt B. Kaiser authored
      Rev 1.3 nnorwitz
      Remove unnecessary imports
      bceaaf65
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes: · e2fe72cf
      Kurt B. Kaiser authored
      Rev 1.17 doerwalter
      (string methods)
      e2fe72cf
    • Kurt B. Kaiser's avatar
      Merge PyIdle changes: · c6634098
      Kurt B. Kaiser authored
      Rev 1.3 doerwalter
      (string methods)
      c6634098
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes: · b6c21dfe
      Kurt B. Kaiser authored
      Rev 1.2 doerwalter
      (string methods)
      b6c21dfe
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes: · 5df57e1a
      Kurt B. Kaiser authored
      Rev 1.3 tim_one
      Convert a pile of obvious "yes/no" functions to return bool.
      5df57e1a
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes: · 9b9f5324
      Kurt B. Kaiser authored
      Rev 1.11 GvR
      Fix for SF bug #448835.
      
      Fix this to work with the new (still undocumented) tabnanny API.
      
      I'm afraid Stephen will have to add this fix to the IDLE fork code
      base as well.
      
      Rev 1.12 rhettinger
      (skip, done differently in Idlefork)
      
      Rev 1.13 time_one
      (skip, NA)
      9b9f5324
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes: · 5ef9da95
      Kurt B. Kaiser authored
      Rev 1.5 tim_one
      Convert a pile of obvious "yes/no" functions to return bool
      
      Rev 1.6 GvR
      Rev 1.7 Gvr
      (Already merged Idlefork ReplaceDialog.py 1.3.2.1 and 1.4)
      
      Rev 1.8 doerwalter
      (string methods)
      
      Rev 1.9 nnorwitz
      Remove unnecessary imports
      5ef9da95
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes: · d989ded8
      Kurt B. Kaiser authored
      Rev 1.35 fdrake
      Use string.ascii_letters instead of string.letters (SF bug #226706).
      Move computation of sets of characters out of the body of the function
      that uses them.
      
      Rev 1.36 tim_one
      Convert a pile of obvious "yes/no" functions to return bool
      
      Rev 1.37
      (skip, done differently in Idlefork)
      
      Rev 1.38 loewis
      Patch #590913: PEP 263 support.
      
      Rev 1.39 loewis
      Convert characters from the locale's encoding on output.
      Reject characters outside the locale's encoding on input.
      
      Rev 1.40 doerwalter
      (string methods)
      
      Rev 1.41
      (skipped, done by GvR in rpc)
      d989ded8
  3. 17 Sep, 2002 13 commits
  4. 16 Sep, 2002 9 commits