1. 26 Haz, 2011 1 kayıt (commit)
  2. 14 Nis, 2011 1 kayıt (commit)
  3. 12 Nis, 2011 1 kayıt (commit)
  4. 29 Mar, 2011 1 kayıt (commit)
  5. 19 Mar, 2011 2 kayıt (commit)
  6. 16 Mar, 2011 1 kayıt (commit)
  7. 17 Ara, 2010 1 kayıt (commit)
  8. 14 Eki, 2010 5 kayıt (commit)
  9. 14 Agu, 2010 4 kayıt (commit)
    • Florent Xicluna's avatar
      99e472e8
    • Florent Xicluna's avatar
      Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge from · 37ddbb8a
      Florent Xicluna yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76719 | antoine.pitrou | 2009-12-08 20:38:17 +0100 (mar., 08 déc. 2009) | 9 lines
      
        Merged revisions 76718 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76718 | antoine.pitrou | 2009-12-08 20:35:12 +0100 (mar., 08 déc. 2009) | 3 lines
      
          Fix transient refleaks in test_urllib. Thanks to Florent Xicluna.
        ........
      ................
        r81270 | florent.xicluna | 2010-05-17 19:24:07 +0200 (lun., 17 mai 2010) | 9 lines
      
        Merged revision 81259 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81259 | florent.xicluna | 2010-05-17 12:39:07 +0200 (lun, 17 mai 2010) | 2 lines
      
          Slight style cleanup.
        ........
      ................
        r81271 | florent.xicluna | 2010-05-17 19:33:07 +0200 (lun., 17 mai 2010) | 11 lines
      
        Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes.
      
        Recorded merge of revisions 81265 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          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.
        ........
      ................
        r81272 | florent.xicluna | 2010-05-17 20:01:22 +0200 (lun., 17 mai 2010) | 2 lines
      
        Inadvertently removed part of the comment in r81271.
      ................
        r83294 | senthil.kumaran | 2010-07-30 21:34:36 +0200 (ven., 30 juil. 2010) | 2 lines
      
        Fix issue9301 - handle unquote({}) kind of case.
      ................
        r83319 | florent.xicluna | 2010-07-31 10:56:55 +0200 (sam., 31 juil. 2010) | 2 lines
      
        Fix an oversight in r83294.  unquote() should reject bytes.  Issue #9301.
      ................
        r84038 | florent.xicluna | 2010-08-14 20:30:35 +0200 (sam., 14 août 2010) | 1 line
      
        Silence the BytesWarning, due to patch r83294 for #9301
      ................
        r84039 | florent.xicluna | 2010-08-14 22:51:58 +0200 (sam., 14 août 2010) | 1 line
      
        Silence BytesWarning while testing exception
      ................
      37ddbb8a
    • Florent Xicluna's avatar
      62829dc7
    • Florent Xicluna's avatar
      Merged revisions… · b4efb3d8
      Florent Xicluna yazdı
      Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83212 | florent.xicluna | 2010-07-28 18:39:41 +0200 (mer., 28 juil. 2010) | 2 lines
      
        Syntax cleanup.
      ........
        r83829 | florent.xicluna | 2010-08-08 18:16:07 +0200 (dim., 08 août 2010) | 2 lines
      
        Use unittest specific methods for some urllib test cases.  And replace urllib2 with urllib.request in comments.
      ........
        r83833 | florent.xicluna | 2010-08-08 18:25:27 +0200 (dim., 08 août 2010) | 2 lines
      
        Add test case for the HTTPResponse being an iterable.  Follow-up of issue #4608.
      ........
        r83838 | florent.xicluna | 2010-08-08 20:03:44 +0200 (dim., 08 août 2010) | 2 lines
      
        Typo.
      ........
        r83839 | florent.xicluna | 2010-08-08 20:06:13 +0200 (dim., 08 août 2010) | 2 lines
      
        Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
      ........
        r83878 | florent.xicluna | 2010-08-09 10:29:08 +0200 (lun., 09 août 2010) | 1 line
      
        Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).
      ........
        r84019 | florent.xicluna | 2010-08-14 17:56:42 +0200 (sam., 14 août 2010) | 11 lines
      
        Merged manually from 2.7 branch to 3.x trunk.
      
          ------------------------------------------------------------------------
          r79925 | nick.coghlan | 2010-04-10 16:24:36 +0200 (sam. 10 avril 2010)
      
          Try to turn some buildbots green by allowing test_multiprocessing to
          pass even if it hits the sys.exc_clear code in the threading module, and
          improve the test coverage by making the ctypes dependencies a bit more
          granular (two of the cited ctypes objects don't exist on my system)
          ------------------------------------------------------------------------
      ........
        r84025 | florent.xicluna | 2010-08-14 18:56:27 +0200 (sam., 14 août 2010) | 1 line
      
        List Misc/python-config.in in Misc/README.  Fix few typos.
      ........
        r84028 | florent.xicluna | 2010-08-14 19:02:49 +0200 (sam., 14 août 2010) | 1 line
      
        Fix order.
      ........
        r84032 | florent.xicluna | 2010-08-14 19:15:31 +0200 (sam., 14 août 2010) | 1 line
      
        Convert to spaces.
      ........
        r84036 | florent.xicluna | 2010-08-14 20:03:19 +0200 (sam., 14 août 2010) | 1 line
      
        Remove bad merge (from svnmerge r82301)
      ........
      b4efb3d8
  10. 08 Agu, 2010 1 kayıt (commit)
  11. 07 Agu, 2010 1 kayıt (commit)
  12. 01 Agu, 2010 2 kayıt (commit)
  13. 31 Tem, 2010 2 kayıt (commit)
  14. 30 Tem, 2010 1 kayıt (commit)
  15. 19 Tem, 2010 1 kayıt (commit)
  16. 03 Tem, 2010 2 kayıt (commit)
  17. 20 Şub, 2010 2 kayıt (commit)
  18. 24 Ock, 2010 1 kayıt (commit)
  19. 23 Ock, 2010 1 kayıt (commit)
  20. 09 Ock, 2010 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 77389 via svnmerge from · ffeda291
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77389 | benjamin.peterson | 2010-01-09 12:45:30 -0600 (Sat, 09 Jan 2010) | 25 lines
      
        Merged revisions 77209,77229,77359-77360,77371 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77209 | georg.brandl | 2010-01-01 07:07:05 -0600 (Fri, 01 Jan 2010) | 1 line
      
          More yearly updates.
        ........
          r77229 | georg.brandl | 2010-01-02 06:35:01 -0600 (Sat, 02 Jan 2010) | 1 line
      
          Fix casing.
        ........
          r77359 | georg.brandl | 2010-01-07 14:54:45 -0600 (Thu, 07 Jan 2010) | 1 line
      
          Fix description for Py_GetPath(); it sounded like it always returned sys.path.
        ........
          r77360 | georg.brandl | 2010-01-07 15:48:47 -0600 (Thu, 07 Jan 2010) | 1 line
      
          #7653: clarify how the PythonPath registry key should look like.
        ........
          r77371 | senthil.kumaran | 2010-01-08 13:20:25 -0600 (Fri, 08 Jan 2010) | 3 lines
      
          Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration
        ........
      ................
      ffeda291
    • Benjamin Peterson's avatar
      Merged revisions 77209,77229,77359-77360,77371 via svnmerge from · 46a9900e
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77209 | georg.brandl | 2010-01-01 07:07:05 -0600 (Fri, 01 Jan 2010) | 1 line
      
        More yearly updates.
      ........
        r77229 | georg.brandl | 2010-01-02 06:35:01 -0600 (Sat, 02 Jan 2010) | 1 line
      
        Fix casing.
      ........
        r77359 | georg.brandl | 2010-01-07 14:54:45 -0600 (Thu, 07 Jan 2010) | 1 line
      
        Fix description for Py_GetPath(); it sounded like it always returned sys.path.
      ........
        r77360 | georg.brandl | 2010-01-07 15:48:47 -0600 (Thu, 07 Jan 2010) | 1 line
      
        #7653: clarify how the PythonPath registry key should look like.
      ........
        r77371 | senthil.kumaran | 2010-01-08 13:20:25 -0600 (Fri, 08 Jan 2010) | 3 lines
      
        Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration
      ........
      46a9900e
  21. 13 Agu, 2009 1 kayıt (commit)
  22. 30 Haz, 2009 1 kayıt (commit)
  23. 26 May, 2009 1 kayıt (commit)
  24. 05 May, 2009 1 kayıt (commit)
  25. 26 Nis, 2009 1 kayıt (commit)
  26. 30 Mar, 2009 1 kayıt (commit)
  27. 26 Mar, 2009 1 kayıt (commit)