1. 11 Apr, 2000 11 commits
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · 50bcbced
      Guido van Rossum authored
      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.
      50bcbced
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · e1bc2b2b
      Guido van Rossum authored
      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).
      e1bc2b2b
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · f9467ecc
      Guido van Rossum authored
      Added a few missing whitespace Unicode char mappings.
      Thanks to Brian Hooper.
      f9467ecc
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · c0554275
      Guido van Rossum authored
      The maxsplit functionality in .splitlines() was replaced by the keepends
      functionality which allows keeping the line end markers together
      with the string.
      c0554275
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · 3410b01c
      Guido van Rossum authored
      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.
      3410b01c
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · 42448ce7
      Guido van Rossum authored
      Added .writelines(), .readlines() and .readline() to all
      codec classes.
      42448ce7
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · 6f49c893
      Guido van Rossum authored
      Modified .splitlines() tests according to the changes
      in stringobject.c.
      6f49c893
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · 63bae330
      Guido van Rossum authored
      Modified .splitlines() tests according to the changes
      in unicodeobject.c.
      63bae330
    • Guido van Rossum's avatar
      Two more items. · da717c2f
      Guido van Rossum authored
      da717c2f
    • Greg Ward's avatar
      LaTeX macros for the Distutils manuals. · bdbab95a
      Greg Ward authored
      Perhaps these should be added to the standard Python style file?
      bdbab95a
    • Greg Ward's avatar
      Spewed a bunch more verbiage. · ae2950f3
      Greg Ward authored
      Lots of scattered wording changes.
      ae2950f3
  2. 10 Apr, 2000 29 commits