1. 24 Nis, 2016 1 kayıt (commit)
  2. 17 Nis, 2016 1 kayıt (commit)
  3. 06 Agu, 2015 1 kayıt (commit)
  4. 13 Nis, 2015 1 kayıt (commit)
  5. 26 Ock, 2015 1 kayıt (commit)
  6. 14 Agu, 2010 1 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
  7. 02 Agu, 2010 1 kayıt (commit)
  8. 28 Tem, 2010 1 kayıt (commit)
  9. 03 Şub, 2010 1 kayıt (commit)
  10. 08 Ock, 2010 2 kayıt (commit)
  11. 05 Ara, 2009 1 kayıt (commit)
  12. 15 Kas, 2009 1 kayıt (commit)
  13. 13 Agu, 2009 1 kayıt (commit)
  14. 30 Haz, 2009 2 kayıt (commit)
  15. 15 Ock, 2009 1 kayıt (commit)
  16. 28 Haz, 2008 1 kayıt (commit)
  17. 20 May, 2008 1 kayıt (commit)
  18. 29 Agu, 2007 1 kayıt (commit)
  19. 15 Ock, 2007 1 kayıt (commit)
  20. 06 Eyl, 2006 1 kayıt (commit)
  21. 24 Mar, 2006 1 kayıt (commit)
  22. 30 Nis, 2005 1 kayıt (commit)
  23. 23 Tem, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Get rid of relative imports in all unittests. Now anything that · 04f357cf
      Barry Warsaw yazdı
      imports e.g. test_support must do so using an absolute package name
      such as "import test.test_support" or "from test import test_support".
      
      This also updates the README in Lib/test, and gets rid of the
      duplicate data dirctory in Lib/test/data (replaced by
      Lib/email/test/data).
      
      Now Tim and Jack can have at it. :)
      04f357cf
  24. 20 Eyl, 2001 1 kayıt (commit)
  25. 06 Eyl, 2001 1 kayıt (commit)
  26. 04 Eyl, 2001 1 kayıt (commit)
  27. 24 Agu, 2001 1 kayıt (commit)
  28. 17 Agu, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      Fix for bug [#452230] future division isn't propagated. · 9fa96bed
      Tim Peters yazdı
      builtin_eval wasn't merging in the compiler flags from the current frame;
      I suppose we never noticed this before because future division is the
      first future-feature that can affect expressions (nested_scopes and
      generators had only statement-level effects).
      9fa96bed
  29. 08 Agu, 2001 1 kayıt (commit)