1. 16 Eyl, 2002 7 kayıt (commit)
  2. 15 Eyl, 2002 9 kayıt (commit)
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes · a2876442
      Kurt B. Kaiser yazdı
      Rev 1.13 (string methods)
      a2876442
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes · 908aece9
      Kurt B. Kaiser yazdı
      Rev 1.9
      Improve handling of docstrings.  I had feared this was a case of
      introspection incompatibility, but in fact it's just that calltips
      always gave up on a docstring that started with a newline (but
      didn't realize they were giving up <wink>).
      
      Rev 1.10
      (already merged)
      
      Rev 1.11
      (whitespace normalization, skip this time)
      
      Rev 1.12
      Remove unnecessary imports
      908aece9
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes · e72f05d5
      Kurt B. Kaiser yazdı
      Rev 1.4
      SF bug 546078:  IDLE calltips cause application error.
      Assorted crashes on Windows and Linux when trying to display a very
      long calltip, most likely a Tk bug.  Wormed around by clamping the
      calltip display to a maximum of 79 characters (why 79? why not ...).
      
      Bugfix candidate, for all Python releases.
      
      Rev 1.5
      Remove unnecessary imports
      e72f05d5
    • Kurt B. Kaiser's avatar
      c209b3da
    • Kurt B. Kaiser's avatar
      Merge Py Idle's changes to AutoIndent.py into EditorWindow.py since · 1b3c2699
      Kurt B. Kaiser yazdı
      EditorWindow has incorporated AutoIndent
      
      Rev 1.17
      classifyws():  Fix a "/" to work under -Qnew (as well as without it).
      Bugfix candidate!
      
      Rev 1.18
      (Already merged)
      
      Rev 1.19
      smart_backspace_event():  remove now-pointless int() call.
      Bugfix candidate:  the current state of AutoIdent.py should be in 2.2.1.
      
      Rev 1.20
      Apply diff2.txt from SF patch http://www.python.org/sf/572113
      (with one small bugfix in bgen/bgen/scantools.py)
      This replaces string module functions with string methods
      for the stuff in the Tools directory. Several uses of
      string.letters etc. are still remaining.
      1b3c2699
    • Kurt B. Kaiser's avatar
      Merge Py Idle's Rev 1.5 · 87807a66
      Kurt B. Kaiser yazdı
      Use string.ascii_letters instead of string.letters (SF bug #226706)
      87807a66
    • Guido van Rossum's avatar
      I think it makes more sense that the pseudo filename used by fdopen() · bd6be7ab
      Guido van Rossum yazdı
      be "<fdopen>" rather than "(fdopen)".
      bd6be7ab
    • Neil Schemenauer's avatar
      Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC · 96aa0ace
      Neil Schemenauer yazdı
      might use __attribute__ in other ways (e.g. CodeWarrior).
      96aa0ace
    • Guido van Rossum's avatar
      Address SF bug #577530: del __builtins__ breaks out of rexec · 7f7c3d0a
      Guido van Rossum yazdı
      Using the suggestion there: add_module() forces __builtin__ back; this
      fixes r_exec, r_eval, r_execfile.  The interactive console had to be
      fixed separately, because it doesn't use r_exec, but relies on the
      'locals' dict having the right __builtins__.  Fixed this by
      subclassing InteractiveConsole and overriding runcode(), which does
      the exec.  This changes the banner output slightly: instead of
      starting with *** RESTRICTED ***, a subtler (RestrictedConsole) is
      printed before the first >>> prompt.
      
      Also import readline (if it exists) when the interactive console is
      used, for more convenient input editing and history.
      
      This does not mean that rexec is now considered safe!  But for those
      willing to take the risk, it's safer than before.  (Note that a safety
      analysis of the code module would be wise if you plan to use the
      interactive console for real -- I've only ever used it to play with
      restricted mode.)
      
      This should be backported to 2.2 and 2.1.
      7f7c3d0a
  3. 14 Eyl, 2002 19 kayıt (commit)
  4. 13 Eyl, 2002 5 kayıt (commit)