1. 25 Jun, 1998 3 commits
  2. 24 Jun, 1998 1 commit
  3. 23 Jun, 1998 3 commits
  4. 22 Jun, 1998 9 commits
  5. 19 Jun, 1998 10 commits
  6. 18 Jun, 1998 2 commits
  7. 17 Jun, 1998 5 commits
  8. 16 Jun, 1998 5 commits
  9. 15 Jun, 1998 2 commits
    • Guido van Rossum's avatar
      Subject: Bug in PC/import_nt.c · 76ec53c6
      Guido van Rossum authored
      From: Dan Pierson <dan@remote.control.com>
      To: "Mark Hammond (E-mail)" <MHammond@skippinet.com.au>,
          "Guido van Rossum (E-mail)" <guido@cnri.reston.va.us>
      Date: Mon, 8 Jun 1998 17:25:07 -0400
      
      RegistryQueryValue requires that its fourth argument be initialized to
      the length of the buffer being passed in, this wasn't being done.  I
      also split the call and status test into two lines with a local variable
      so that I could look at the status in the debugger.
      76ec53c6
    • Guido van Rossum's avatar
      Lots of changes to get this in sync with the Frame version. · 60f2f0cf
      Guido van Rossum authored
      Added raw strings, imaginary literals, assert and exec (!) keywords, a
      table about Resererved classes of identifiers, and more.
      60f2f0cf