]> granicus.if.org Git - python/commit
Merged revisions 81053,81259,81265 via svnmerge from
authorFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 9 Aug 2010 22:05:50 +0000 (22:05 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 9 Aug 2010 22:05:50 +0000 (22:05 +0000)
commit1c24592b925ba4716f2c0cec10bfe59cef2eed30
treebec0ee17035e8a8c01b4ddcba9826c9136e2fa6b
parent9b83dbe9056face0a66dbff537aa866ea6f57f35
Merged revisions 81053,81259,81265 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81053 | florent.xicluna | 2010-05-10 21:59:22 +0200 (lun., 10 mai 2010) | 2 lines

  Add a link on maketrans().
........
  r81259 | florent.xicluna | 2010-05-17 12:39:07 +0200 (lun., 17 mai 2010) | 2 lines

  Slight style cleanup.
........
  r81265 | florent.xicluna | 2010-05-17 15:35:09 +0200 (lun., 17 mai 2010) | 2 lines

  Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.
........
Doc/library/stdtypes.rst
Lib/urllib.py
Misc/NEWS