1. 14 Dec, 2009 3 commits
    • Antoine Pitrou's avatar
      Issue #4757: `zlib.compress` and other methods in the zlib module now · 9e1488f8
      Antoine Pitrou authored
      raise a TypeError when given an `str` object (rather than a `bytes`-like
      object).  Patch by Victor Stinner and Florent Xicluna.
      9e1488f8
    • R. David Murray's avatar
      Merged revisions 76819,76830 via svnmerge from · 830ec807
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76819 | benjamin.peterson | 2009-12-13 16:15:31 -0500 (Sun, 13 Dec 2009) | 1 line
      
        avoid having to update this statement all the time
      ........
        r76830 | r.david.murray | 2009-12-13 21:50:32 -0500 (Sun, 13 Dec 2009) | 2 lines
      
        Clarify phrasing that explains that there are currently two branches.
      ........
      830ec807
    • R. David Murray's avatar
      Blocked revisions 76831 via svnmerge · 9f5a3ea4
      R. David Murray authored
      ........
        r76831 | r.david.murray | 2009-12-14 11:28:26 -0500 (Mon, 14 Dec 2009) | 6 lines
      
        Issue #1680159: unicode coercion during an 'in' operation was masking
        any errors that might occur during coercion of the left operand and
        turning them into a TypeError with a message text that was confusing in
        the given context.  This patch lets any errors through, as was already
        done during coercion of the right hand side.
      ........
      9f5a3ea4
  2. 13 Dec, 2009 22 commits
  3. 12 Dec, 2009 2 commits
  4. 11 Dec, 2009 3 commits
  5. 10 Dec, 2009 8 commits
  6. 09 Dec, 2009 2 commits