1. 07 Sep, 2007 3 commits
    • Georg Brandl's avatar
      Continue going through the language reference, bringing it up-to-date. · 96593ed3
      Georg Brandl authored
      In particular, document the new comprehensions and remove mentions of long integers.
      Fix a bunch of related things in the lib ref.
      96593ed3
    • Kurt B. Kaiser's avatar
      Make IDLE's file decode more robust. · 44fa8f65
      Kurt B. Kaiser authored
      1. coding_spec() only looks at first two lines of bytes to avoid
         a UnicodeDecodeError if rest of file is e.g. latin-1
      2. coding_spec() handles \n or \r
      3. Clarify that locale_encoding is used by calling it that.  However, it's
         still called IOBinding.encoding in other parts of IDLE and that usage
         needs to be checked to verify that's still what is desired.
      4. Return None from _decode() if decoding fails.
      5. Name the vars representing bytes and strings or chars appropriately.
      44fa8f65
    • Brett Cannon's avatar
      Fix docstring for getfullargspec(). · 504d8854
      Brett Cannon authored
      504d8854
  2. 06 Sep, 2007 9 commits
  3. 05 Sep, 2007 5 commits
  4. 04 Sep, 2007 21 commits
  5. 03 Sep, 2007 2 commits