1. 06 Nis, 2000 7 kayıt (commit)
  2. 05 Nis, 2000 12 kayıt (commit)
    • Fred Drake's avatar
      Removed bogus connect() call in SMTP example; reported by Travis · 6d5c6bdb
      Fred Drake yazdı
      B. Hartwell <slt5v@cc.usu.edu>.
      
      Removed second copy of the "See also" section!
      6d5c6bdb
    • Fred Drake's avatar
      Added reference to the multifile module from the "See also" section · 71b04dab
      Fred Drake yazdı
      in the mimetools documentation.
      Suggested by Skip Montanaro <skip@mojam.com>.
      71b04dab
    • Jack Jansen's avatar
      1b6e8214
    • Guido van Rossum's avatar
      34888ed6
    • Guido van Rossum's avatar
      Marc-Andre's third try at this bulk patch seems to work (except that · 9e896b37
      Guido van Rossum yazdı
      his copy of test_contains.py seems to be broken -- the lines he
      deleted were already absent).  Checkin messages:
      
      
      New Unicode support for int(), float(), complex() and long().
      
      - new APIs PyInt_FromUnicode() and PyLong_FromUnicode()
      - added support for Unicode to PyFloat_FromString()
      - new encoding API PyUnicode_EncodeDecimal() which converts
        Unicode to a decimal char* string (used in the above new
        APIs)
      - shortcuts for calls like int(<int object>) and float(<float obj>)
      - tests for all of the above
      
      Unicode compares and contains checks:
      - comparing Unicode and non-string types now works; TypeErrors
        are masked, all other errors such as ValueError during
        Unicode coercion are passed through (note that PyUnicode_Compare
        does not implement the masking -- PyObject_Compare does this)
      - contains now works for non-string types too; TypeErrors are
        masked and 0 returned; all other errors are passed through
      
      Better testing support for the standard codecs.
      
      Misc minor enhancements, such as an alias dbcs for the mbcs codec.
      
      Changes:
      - PyLong_FromString() now applies the same error checks as
        does PyInt_FromString(): trailing garbage is reported
        as error and not longer silently ignored. The only characters
        which may be trailing the digits are 'L' and 'l' -- these
        are still silently ignored.
      - string.ato?() now directly interface to int(), long() and
        float(). The error strings are now a little different, but
        the type still remains the same. These functions are now
        ready to get declared obsolete ;-)
      - PyNumber_Int() now also does a check for embedded NULL chars
        in the input string; PyNumber_Long() already did this (and
        still does)
      
      Followed by:
      
      Looks like I've gone a step too far there... (and test_contains.py
      seem to have a bug too).
      
      I've changed back to reporting all errors in PyUnicode_Contains()
      and added a few more test cases to test_contains.py (plus corrected
      the join() NameError).
      9e896b37
    • Guido van Rossum's avatar
      Forgot to save the project file -- this also reflects the use of · 457855a5
      Guido van Rossum yazdı
      Tcl/Tk 8.2 instead of 8.3, because 8.3.0 often crashes on closing a
      window.
      457855a5
    • Guido van Rossum's avatar
      Lots of cleanup things. · a5b09373
      Guido van Rossum yazdı
      Added the bitmaps back, and added the wizard style program group
      selection dialog.
      
      Got rid of references to backup etc. inserted by the installer wizard
      -- we don't use these.
      
      Got rid of conditionals for Windows 3.1, ditto.
      
      Changed version to 1.6a2.
      
      Changed default install directory to "C:\Python16" (not really, but close).
      
      Install only one copy of python16.lib.
      
      Install the two MS DLLs (versioned) and python16.dll (unversioned) in
      the system directory.
      
      Install Tcl/Tk and expat in the DLLs directory.
      a5b09373
    • Fred Drake's avatar
      Noted by Guido: · d1a56f42
      Fred Drake yazdı
      Fixed up descriptions of altzone and timezone not to refer to the
      0th meridian, which doesn't exist.  Reference is now to UTC.
      d1a56f42
    • Fred Drake's avatar
      Noted by Guido: · 898915d7
      Fred Drake yazdı
      Directionality of up/down were confused.
      898915d7
    • Fred Drake's avatar
      Noted by Guido: · 43b89b63
      Fred Drake yazdı
      Note in the "Caveats" section should refer to the exit() function, not
      exit_thread().
      43b89b63
    • Fred Drake's avatar
      Mark Hammond: · 605843f0
      Fred Drake yazdı
      This patch fixes the mmap module on Windows 9x.
      
      Also updates the mmap test to remove the test file.
      605843f0
    • Fred Drake's avatar
      Mark Hammond <mhammond@skippinet.com.au>: · 1ef4e2d5
      Fred Drake yazdı
      This patch fixes the mmap module on Windows 9x.
      1ef4e2d5
  3. 04 Nis, 2000 16 kayıt (commit)
  4. 03 Nis, 2000 5 kayıt (commit)