1. 11 Nis, 2000 11 kayıt (commit)
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · 004d64f3
      Guido van Rossum yazdı
      Changed PyUnicode_Splitlines() maxsplit argument to keepends.
      The maxsplit functionality was replaced by the keepends
      functionality which allows keeping the line end markers together
      with the string.
      004d64f3
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · f0b7b04a
      Guido van Rossum yazdı
      The maxsplit functionality in .splitlines() was replaced by the keepends
      functionality which allows keeping the line end markers together
      with the string.
      
      Added support for '%r' % obj: this inserts repr(obj) rather
      than str(obj).
      f0b7b04a
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · dc742b31
      Guido van Rossum yazdı
      Added a few missing whitespace Unicode char mappings.
      Thanks to Brian Hooper.
      dc742b31
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · 86662914
      Guido van Rossum yazdı
      The maxsplit functionality in .splitlines() was replaced by the keepends
      functionality which allows keeping the line end markers together
      with the string.
      86662914
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · 3afba764
      Guido van Rossum yazdı
      Added special case to unicode(): when being passed a
      Unicode object as first argument, return the object as-is.
      Raises an exception when given a Unicode object *and* an
      encoding name.
      3afba764
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · a3277139
      Guido van Rossum yazdı
      Added .writelines(), .readlines() and .readline() to all
      codec classes.
      a3277139
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · b28bc8cd
      Guido van Rossum yazdı
      Modified .splitlines() tests according to the changes
      in stringobject.c.
      b28bc8cd
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · 7ee801d6
      Guido van Rossum yazdı
      Modified .splitlines() tests according to the changes
      in unicodeobject.c.
      7ee801d6
    • Guido van Rossum's avatar
      Two more items. · e39a88fd
      Guido van Rossum yazdı
      e39a88fd
    • Greg Ward's avatar
      LaTeX macros for the Distutils manuals. · 08c68fc8
      Greg Ward yazdı
      Perhaps these should be added to the standard Python style file?
      08c68fc8
    • Greg Ward's avatar
      Spewed a bunch more verbiage. · c392caa3
      Greg Ward yazdı
      Lots of scattered wording changes.
      c392caa3
  2. 10 Nis, 2000 29 kayıt (commit)