An error occurred fetching the project authors.
  1. 22 Apr, 2010 6 commits
  2. 21 Apr, 2010 6 commits
  3. 20 Apr, 2010 3 commits
  4. 19 Apr, 2010 3 commits
  5. 18 Apr, 2010 4 commits
  6. 17 Apr, 2010 3 commits
  7. 16 Apr, 2010 6 commits
  8. 14 Apr, 2010 2 commits
  9. 13 Apr, 2010 1 commit
  10. 12 Apr, 2010 3 commits
    • R. David Murray's avatar
      Merged revisions 80004 via svnmerge from · b2416e54
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80004 | r.david.murray | 2010-04-12 12:35:19 -0400 (Mon, 12 Apr 2010) | 13 lines
      
        Issue #7585: use tab between components in unified and context diff headers.
      
        Instead of spaces between the filename and date (or whatever the string
        is that follows the filename, if any) use tabs.  This is what the unix
        'diff' command does, for example, and difflib was intended to follow
        the 'standard' way of doing diffs.  This improves compatibility with
        patch tools.  The docs and examples are also changed to recommended that
        the date format used be the ISO 8601 format, which is what modern diff
        tools emit by default.
      
        Patch by Anatoly Techtonik.
      ........
      b2416e54
    • R. David Murray's avatar
      Merged revisions 79994 via svnmerge from · ef3d6bd2
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79994 | r.david.murray | 2010-04-12 10:26:06 -0400 (Mon, 12 Apr 2010) | 9 lines
      
        Issue #7472: ISO-2022 charsets now consistently use 7bit CTE.
      
        Fixed a typo in the email.encoders module so that messages output using
        an ISO-2022 character set will use a content-transfer-encoding of
        7bit consistently.  Previously if the input data had any eight bit
        characters the output data would get marked as 8bit even though it
        was actually 7bit.
      ........
      ef3d6bd2
    • Tarek Ziadé's avatar
  11. 11 Apr, 2010 1 commit
  12. 07 Apr, 2010 1 commit
    • Philip Jenvey's avatar
      Merged revisions 79878-79880 via svnmerge from · 0805ca3f
      Philip Jenvey authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79878 | philip.jenvey | 2010-04-06 16:24:45 -0700 (Tue, 06 Apr 2010) | 4 lines
      
        #7301: add the environment variable $PYTHONWARNINGS to supplement the -W
        command line option
        patch from Brian Curtin
      ........
        r79879 | benjamin.peterson | 2010-04-06 16:32:27 -0700 (Tue, 06 Apr 2010) | 1 line
      
        tell people to update python.man, too
      ........
        r79880 | philip.jenvey | 2010-04-06 16:38:57 -0700 (Tue, 06 Apr 2010) | 1 line
      
        document new PYTHONWARNINGS env var
      ........
      0805ca3f
  13. 06 Apr, 2010 1 commit