1. 21 Tem, 2018 1 kayıt (commit)
  2. 02 Haz, 2016 1 kayıt (commit)
  3. 13 Nis, 2015 1 kayıt (commit)
  4. 23 Kas, 2014 1 kayıt (commit)
  5. 17 Eki, 2010 5 kayıt (commit)
  6. 28 Tem, 2010 2 kayıt (commit)
  7. 25 Tem, 2010 5 kayıt (commit)
  8. 19 Mar, 2010 2 kayıt (commit)
  9. 14 Eki, 2009 1 kayıt (commit)
  10. 20 May, 2008 1 kayıt (commit)
  11. 20 Ock, 2008 2 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 60124-60142 via svnmerge from · 9bd667ad
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60131 | georg.brandl | 2008-01-20 12:13:29 +0100 (Sun, 20 Jan 2008) | 3 lines
      
        #1351692: in pprint, always call format() for dict and list items to enable
        custom formatting of contents via subclassing PrettyPrinter.
      ........
        r60133 | georg.brandl | 2008-01-20 12:43:03 +0100 (Sun, 20 Jan 2008) | 2 lines
      
        #1178141: add addinfourl.code to get http status code from urllib.
      ........
        r60134 | georg.brandl | 2008-01-20 13:05:43 +0100 (Sun, 20 Jan 2008) | 4 lines
      
        #856047: respect the ``no_proxy`` env var when checking for proxies
        in urllib and using the other ``_proxy`` env vars.
        Original patch by Donovan Baarda.
      ........
        r60135 | georg.brandl | 2008-01-20 13:18:17 +0100 (Sun, 20 Jan 2008) | 4 lines
      
        #1664522: in urllib, don't read non-existing directories in ftp mode,
        returning a 0-byte file -- raise an IOError instead.
        Original patch from Phil Knirsch.
      ........
        r60136 | georg.brandl | 2008-01-20 13:57:47 +0100 (Sun, 20 Jan 2008) | 2 lines
      
        #799369: document possible sys.platform values.
      ........
        r60137 | georg.brandl | 2008-01-20 14:08:37 +0100 (Sun, 20 Jan 2008) | 2 lines
      
        #652749: document the constants added to the builtins by site.py.
      ........
        r60138 | georg.brandl | 2008-01-20 14:59:46 +0100 (Sun, 20 Jan 2008) | 2 lines
      
        #1648: add sys.gettrace() and sys.getprofile().
      ........
        r60139 | georg.brandl | 2008-01-20 15:17:42 +0100 (Sun, 20 Jan 2008) | 2 lines
      
        #1669: don't allow shutil.rmtree() to be called on a symlink.
      ........
        r60140 | georg.brandl | 2008-01-20 15:20:02 +0100 (Sun, 20 Jan 2008) | 2 lines
      
        Fix test_pyclbr after urllib change.
      ........
        r60141 | christian.heimes | 2008-01-20 15:28:28 +0100 (Sun, 20 Jan 2008) | 1 line
      
        Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite function is not called isfinite() but finite(). Sorry, my fault. :)
      ........
        r60142 | georg.brandl | 2008-01-20 15:31:27 +0100 (Sun, 20 Jan 2008) | 2 lines
      
        #1876: fix typos in test_operator.
      ........
      9bd667ad
    • Georg Brandl's avatar
      56112895
  12. 27 Kas, 2007 1 kayıt (commit)
  13. 25 Şub, 2007 1 kayıt (commit)
  14. 24 Mar, 2004 1 kayıt (commit)
  15. 01 May, 2003 1 kayıt (commit)
  16. 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
  17. 01 Nis, 2002 1 kayıt (commit)
  18. 03 Mar, 2002 1 kayıt (commit)
  19. 04 Eki, 2001 1 kayıt (commit)
  20. 03 Eki, 2001 1 kayıt (commit)
  21. 26 Eyl, 2001 1 kayıt (commit)
  22. 25 Eyl, 2001 1 kayıt (commit)
  23. 24 Eyl, 2001 1 kayıt (commit)
  24. 22 Eyl, 2001 1 kayıt (commit)