1. 04 Jan, 1999 17 commits
  2. 03 Jan, 1999 7 commits
  3. 02 Jan, 1999 2 commits
    • Guido van Rossum's avatar
    • Guido van Rossum's avatar
      Checking in IDLE 0.2. · 504b0bf0
      Guido van Rossum authored
      Much has changed -- too much, in fact, to write down.
      The big news is that there's a standard way to write IDLE extensions;
      see extend.txt.  Some sample extensions have been provided, and
      some existing code has been converted to extensions.  Probably the
      biggest new user feature is a new search dialog with more options,
      search and replace, and even search in files (grep).
      
      This is exactly as downloaded from my laptop after returning
      from the holidays -- it hasn't even been tested on Unix yet.
      504b0bf0
  4. 31 Dec, 1998 1 commit
  5. 29 Dec, 1998 1 commit
  6. 28 Dec, 1998 9 commits
  7. 27 Dec, 1998 1 commit
  8. 23 Dec, 1998 2 commits
    • Guido van Rossum's avatar
      Added mt_interact() -- multithreaded version of interact(). · 82eae9ea
      Guido van Rossum authored
      interact() automatically uses this on Windows (where the
      single-threaded version doesn't work).
      82eae9ea
    • Guido van Rossum's avatar
      Patch by Mike Meyer: · db01ee0e
      Guido van Rossum authored
      Extended the rfc822 parsedate routines to handle the cases they failed
      on in an archive of ~37,000 messages.  I believe the changes are
      compatible, in that all previously correct parsing are still correct.
      
      [I still see problems with some messages, but no showstoppers.]
      db01ee0e