]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 87002 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Sat, 4 Dec 2010 02:24:43 +0000 (02:24 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 4 Dec 2010 02:24:43 +0000 (02:24 +0000)
commit76f05b70d7ab439fd56ec07ca2770649980f1800
treec762c81d087fa26607410b9c5b08c59ae58d4c21
parent36a508fee63f4bbd5cc816f2a55d2197d6e34976
Merged revisions 87002 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r87002 | martin.v.loewis | 2010-12-03 17:11:07 -0600 (Fri, 03 Dec 2010) | 21 lines

  Merged revisions 85551,86156-86157,86464 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r85551 | benjamin.peterson | 2010-10-15 23:57:29 +0200 (Fr, 15 Okt 2010) | 1 line

    escape() is now in the html module
  ........
    r86156 | georg.brandl | 2010-11-04 09:34:57 +0100 (Do, 04 Nov 2010) | 1 line

    Consistency fixes in option parser help texts.
  ........
    r86157 | georg.brandl | 2010-11-04 09:35:30 +0100 (Do, 04 Nov 2010) | 1 line

    #10286: fix urllib class names.
  ........
    r86464 | benjamin.peterson | 2010-11-14 16:28:52 +0100 (So, 14 Nov 2010) | 1 line

    match only .py files #10416
  ........
................
Lib/lib2to3/fixes/fix_urllib.py
Lib/lib2to3/main.py
Lib/lib2to3/refactor.py
Lib/lib2to3/tests/test_refactor.py
Lib/lib2to3/tests/test_util.py