1. 14 Agu, 2012 1 kayıt (commit)
  2. 27 Tem, 2012 1 kayıt (commit)
  3. 06 Haz, 2012 2 kayıt (commit)
  4. 05 May, 2012 1 kayıt (commit)
  5. 02 May, 2012 1 kayıt (commit)
    • Richard Oudkerk's avatar
      Issue #9400: Partial backport of fix for #9244 · 0c200c28
      Richard Oudkerk yazdı
      In multiprocessing, a pool worker process would die
      if the result/error could not be pickled.  This could
      cause pool methods to hang.
      
      In 3.x this was fixed by 0aa8af79359d (which also added
      an error_callback argument to some methods), but the fix
      was not back ported.
      0c200c28
  6. 22 Kas, 2011 1 kayıt (commit)
  7. 24 Eki, 2011 1 kayıt (commit)
  8. 21 Eyl, 2011 2 kayıt (commit)
  9. 09 Eyl, 2011 2 kayıt (commit)
  10. 23 Agu, 2011 1 kayıt (commit)
  11. 02 Tem, 2011 2 kayıt (commit)
  12. 20 Haz, 2011 1 kayıt (commit)
  13. 06 Nis, 2011 1 kayıt (commit)
  14. 26 Mar, 2011 1 kayıt (commit)
  15. 25 Mar, 2011 1 kayıt (commit)
  16. 16 Mar, 2011 1 kayıt (commit)
  17. 22 Kas, 2010 3 kayıt (commit)
  18. 21 Kas, 2010 2 kayıt (commit)
  19. 20 Kas, 2010 1 kayıt (commit)
  20. 09 Kas, 2010 1 kayıt (commit)
  21. 02 Kas, 2010 3 kayıt (commit)
  22. 01 Kas, 2010 3 kayıt (commit)
  23. 28 Eki, 2010 1 kayıt (commit)
  24. 07 Eki, 2010 3 kayıt (commit)
    • Brian Curtin's avatar
      Merged revisions 85299 via svnmerge from · a06e9b8f
      Brian Curtin yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85299 | brian.curtin | 2010-10-06 20:12:19 -0500 (Wed, 06 Oct 2010) | 9 lines
      
        Fix #8584. Fix the skipping of a number of tests due to incorrect importing.
      
        This undoes a previous attempt to fix some of the skips. Value and copy
        come from sharedctypes rather than plain ctypes, and the test skipping is
        then done at the class level rather than test-by-test.
      
        There are zero skipped tests after the fix.
      ........
      a06e9b8f
    • Brian Curtin's avatar
      Merged revisions 85299 via svnmerge from · 918616ce
      Brian Curtin yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85299 | brian.curtin | 2010-10-06 20:12:19 -0500 (Wed, 06 Oct 2010) | 9 lines
      
        Fix #8584. Fix the skipping of a number of tests due to incorrect importing.
      
        This undoes a previous attempt to fix some of the skips. Value and copy
        come from sharedctypes rather than plain ctypes, and the test skipping is
        then done at the class level rather than test-by-test.
      
        There are zero skipped tests after the fix.
      ........
      918616ce
    • Brian Curtin's avatar
      Fix #8584. Fix the skipping of a number of tests due to incorrect importing. · afa88b5d
      Brian Curtin yazdı
      This undoes a previous attempt to fix some of the skips. Value and copy
      come from sharedctypes rather than plain ctypes, and the test skipping is
      then done at the class level rather than test-by-test.
      
      There are zero skipped tests after the fix.
      afa88b5d
  25. 14 Agu, 2010 2 kayıt (commit)
    • 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
    • Florent Xicluna's avatar
      Merged manually from 2.7 branch to 3.x trunk. · aa17106e
      Florent Xicluna yazdı
        ------------------------------------------------------------------------
        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)
        ------------------------------------------------------------------------
      aa17106e
  26. 02 Agu, 2010 1 kayıt (commit)