1. 24 Nov, 2007 1 commit
  2. 23 Nov, 2007 5 commits
  3. 22 Nov, 2007 16 commits
  4. 21 Nov, 2007 14 commits
  5. 20 Nov, 2007 4 commits
    • Christian Heimes's avatar
      Merged revisions 59056-59076 via svnmerge from · 5d14c2b8
      Christian Heimes authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59064 | christian.heimes | 2007-11-20 02:48:48 +0100 (Tue, 20 Nov 2007) | 1 line
      
        Fixed bug #1470
      ........
        r59066 | martin.v.loewis | 2007-11-20 03:46:02 +0100 (Tue, 20 Nov 2007) | 2 lines
      
        Patch #1468: Package Lib/test/*.pem.
      ........
        r59068 | christian.heimes | 2007-11-20 04:21:02 +0100 (Tue, 20 Nov 2007) | 1 line
      
        Another fix for test_shutil. Martin pointed out that it breaks some build bots
      ........
        r59073 | nick.coghlan | 2007-11-20 15:55:57 +0100 (Tue, 20 Nov 2007) | 1 line
      
        Backport some main.c cleanup from the py3k branch
      ........
        r59076 | amaury.forgeotdarc | 2007-11-21 00:31:27 +0100 (Wed, 21 Nov 2007) | 6 lines
      
        The incremental decoder for utf-7 must preserve its state between calls.
        Solves issue1460.
      
        Might not be a backport candidate: a new API function was added,
        and some code may rely on details in utf-7.py.
      ........
      5d14c2b8
    • Christian Heimes's avatar
    • Christian Heimes's avatar
      Fixes for #1473 and #1476 · 9519eb98
      Christian Heimes authored
      Added debug builds to make_versioninfo
      Removed some more defines
      9519eb98
    • Mark Summerfield's avatar
      The Identifiers and keywords syntax diagram did not appear correctly in the · 051d1ddd
      Mark Summerfield authored
      HTML output. I've now fixed this as best I can (but could do with
      improvement).
      
      Note that there are two terms used, "Other_ID_Start" and
      "Other_ID_Continue" that are not explained; I've added an extra see
      reference to PEP 3131 though.
      051d1ddd