1. 10 Jan, 2011 1 commit
  2. 09 Jan, 2011 6 commits
    • Georg Brandl's avatar
      Blocked revisions 87890-87891 via svnmerge · c842a17d
      Georg Brandl authored
      ........
        r87890 | georg.brandl | 2011-01-09 10:04:08 +0100 (So, 09 Jan 2011) | 1 line
      
        Wrap some long examples and signatures.
      ........
        r87891 | georg.brandl | 2011-01-09 10:31:01 +0100 (So, 09 Jan 2011) | 1 line
      
        #10871: "file" does not exist anymore in Python 3.  Also adapt the reprs of opened file objects.
      ........
      c842a17d
    • Georg Brandl's avatar
      Merged revisions 87789-87790 via svnmerge from · 41d0815a
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r87789 | georg.brandl | 2011-01-06 10:23:56 +0100 (Do, 06 Jan 2011) | 1 line
      
        Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.
      ........
        r87790 | georg.brandl | 2011-01-06 10:25:27 +0100 (Do, 06 Jan 2011) | 1 line
      
        Add acks where acks are due.
      ........
      41d0815a
    • Georg Brandl's avatar
      Merged revisions 87791 via svnmerge from · 1caa644f
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r87791 | georg.brandl | 2011-01-06 11:05:26 +0100 (Do, 06 Jan 2011) | 1 line
      
        #10844: update copyright years in Mac plists.
      ........
      1caa644f
    • Georg Brandl's avatar
      Merged revisions 87807,87820,87831,87859,87870 via svnmerge from · ec78b8b1
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r87807 | georg.brandl | 2011-01-06 20:28:18 +0100 (Do, 06 Jan 2011) | 1 line
      
        #10846: fix typo.
      ........
        r87820 | georg.brandl | 2011-01-07 19:28:45 +0100 (Fr, 07 Jan 2011) | 1 line
      
        #10856: document (Base)Exception.args better.
      ........
        r87831 | georg.brandl | 2011-01-07 21:58:25 +0100 (Fr, 07 Jan 2011) | 1 line
      
        Fix indent.
      ........
        r87859 | georg.brandl | 2011-01-08 10:45:43 +0100 (Sa, 08 Jan 2011) | 1 line
      
        #10855: document close() semantics of wave objects.
      ........
        r87870 | georg.brandl | 2011-01-08 22:04:25 +0100 (Sa, 08 Jan 2011) | 1 line
      
        zlib only works with bytes objects.
      ........
      ec78b8b1
    • Georg Brandl's avatar
      Merged revisions 87876-87877 via svnmerge from · 7fdc746a
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r87876 | georg.brandl | 2011-01-09 08:38:51 +0100 (So, 09 Jan 2011) | 1 line
      
        #10869: do not visit root node twice in ast.increment_lineno().
      ........
        r87877 | georg.brandl | 2011-01-09 08:50:48 +0100 (So, 09 Jan 2011) | 1 line
      
        Add missing line.
      ........
      7fdc746a
    • R. David Murray's avatar
      Merged revisions 87873 via svnmerge from · 389af003
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87873 | r.david.murray | 2011-01-08 21:35:24 -0500 (Sat, 08 Jan 2011) | 12 lines
      
        #5871: protect against header injection attacks.
      
        This makes Header.encode throw a HeaderParseError if it winds up
        formatting a header such that a continuation line has no leading
        whitespace and looks like a header.  Since Header accepts values
        containing newlines and preserves them (and this is by design), without
        this fix any program that took user input (say, a subject in a web form)
        and passed it to the email package as a header was vulnerable to header
        injection attacks.  (As far as we know this has never been exploited.)
      
        Thanks to Jakub Wilk for reporting this vulnerability.
      ........
      389af003
  3. 08 Jan, 2011 2 commits
  4. 07 Jan, 2011 2 commits
    • R. David Murray's avatar
      Blocked revisions 87840 via svnmerge · 875c2138
      R. David Murray authored
      ........
        r87840 | r.david.murray | 2011-01-07 18:25:30 -0500 (Fri, 07 Jan 2011) | 6 lines
      
        #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
      
        This applies only when generating strings from non-RFC compliant binary
        input; it makes the existing recoding behavior more consistent (ie:
        now no data is lost when recoding).
      ........
      875c2138
    • Antoine Pitrou's avatar
      Merged revisions 87834 via svnmerge from · 5b6fc639
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87834 | antoine.pitrou | 2011-01-07 22:43:59 +0100 (ven., 07 janv. 2011) | 5 lines
      
        Issue #8020: Avoid a crash where the small objects allocator would read
        non-Python managed memory while it is being modified by another thread.
        Patch by Matt Bandy.
      ........
      5b6fc639
  5. 06 Jan, 2011 5 commits
  6. 05 Jan, 2011 3 commits
  7. 04 Jan, 2011 4 commits
  8. 03 Jan, 2011 9 commits
  9. 02 Jan, 2011 5 commits
  10. 01 Jan, 2011 3 commits