1. 06 Eki, 2010 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge from · d6abb72a
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r77236 | georg.brandl | 2010-01-02 15:51:12 +0100 (Sa, 02 Jan 2010) | 1 line
      
        #7592: remove duplicate description.
      ................
        r77383 | georg.brandl | 2010-01-09 10:48:46 +0100 (Sa, 09 Jan 2010) | 9 lines
      
        Merged revisions 77382 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77382 | georg.brandl | 2010-01-09 10:47:11 +0100 (Sa, 09 Jan 2010) | 1 line
      
          #7422: make it clear that getargspec() only works on Python functions.
        ........
      ................
        r77399 | georg.brandl | 2010-01-09 23:39:42 +0100 (Sa, 09 Jan 2010) | 1 line
      
        Remove redundant brackets in signatures.
      ................
        r77857 | georg.brandl | 2010-01-30 18:54:04 +0100 (Sa, 30 Jan 2010) | 1 line
      
        #7814: fix wrong example function usage.
      ................
        r78238 | georg.brandl | 2010-02-19 10:10:15 +0100 (Fr, 19 Feb 2010) | 1 line
      
        #5341: fix parenthesis placement.
      ................
        r78861 | georg.brandl | 2010-03-12 11:04:37 +0100 (Fr, 12 Mär 2010) | 1 line
      
        Make tool compatible with 2.x and 3.x.
      ................
        r78862 | georg.brandl | 2010-03-12 11:06:40 +0100 (Fr, 12 Mär 2010) | 13 lines
      
        Merged revisions 78859-78860 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78859 | georg.brandl | 2010-03-12 10:57:43 +0100 (Fr, 12 Mär 2010) | 1 line
      
          Get rid of backticks.
        ........
          r78860 | georg.brandl | 2010-03-12 11:02:03 +0100 (Fr, 12 Mär 2010) | 1 line
      
          Fix warnings from "make check".
        ........
      ................
        r78958 | georg.brandl | 2010-03-14 11:51:01 +0100 (So, 14 Mär 2010) | 37 lines
      
        Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78101 | georg.brandl | 2010-02-08 01:04:54 +0100 (Mo, 08 Feb 2010) | 1 line
      
          Fix test_fnmatch.
        ........
          r78115 | georg.brandl | 2010-02-08 23:40:51 +0100 (Mo, 08 Feb 2010) | 1 line
      
          Fix missing string formatting placeholder.
        ........
          r78117 | georg.brandl | 2010-02-08 23:48:37 +0100 (Mo, 08 Feb 2010) | 1 line
      
          Convert test failure from output-producing to self.fail().
        ........
          r78182 | georg.brandl | 2010-02-14 09:18:23 +0100 (So, 14 Feb 2010) | 1 line
      
          #7926: fix stray parens.
        ........
          r78188 | georg.brandl | 2010-02-14 14:38:12 +0100 (So, 14 Feb 2010) | 1 line
      
          #7926: fix-up wording.
        ........
          r78245 | georg.brandl | 2010-02-19 20:36:08 +0100 (Fr, 19 Feb 2010) | 1 line
      
          #7967: PyXML is no more.
        ........
          r78386 | georg.brandl | 2010-02-23 22:48:57 +0100 (Di, 23 Feb 2010) | 1 line
      
          #6544: fix refleak in kqueue, occurring in certain error conditions.
        ........
          r78496 | georg.brandl | 2010-02-27 15:58:08 +0100 (Sa, 27 Feb 2010) | 1 line
      
          Link to http://www.python.org/dev/workflow/ from bugs page.
        ........
      ................
      d6abb72a
  2. 13 Agu, 2010 1 kayıt (commit)
  3. 09 Agu, 2010 2 kayıt (commit)
  4. 23 Tem, 2010 1 kayıt (commit)
  5. 10 Tem, 2010 4 kayıt (commit)
  6. 09 Tem, 2010 4 kayıt (commit)
  7. 14 Mar, 2010 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge from · c0e22b78
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78101 | georg.brandl | 2010-02-08 01:04:54 +0100 (Mo, 08 Feb 2010) | 1 line
      
        Fix test_fnmatch.
      ........
        r78115 | georg.brandl | 2010-02-08 23:40:51 +0100 (Mo, 08 Feb 2010) | 1 line
      
        Fix missing string formatting placeholder.
      ........
        r78117 | georg.brandl | 2010-02-08 23:48:37 +0100 (Mo, 08 Feb 2010) | 1 line
      
        Convert test failure from output-producing to self.fail().
      ........
        r78182 | georg.brandl | 2010-02-14 09:18:23 +0100 (So, 14 Feb 2010) | 1 line
      
        #7926: fix stray parens.
      ........
        r78188 | georg.brandl | 2010-02-14 14:38:12 +0100 (So, 14 Feb 2010) | 1 line
      
        #7926: fix-up wording.
      ........
        r78245 | georg.brandl | 2010-02-19 20:36:08 +0100 (Fr, 19 Feb 2010) | 1 line
      
        #7967: PyXML is no more.
      ........
        r78386 | georg.brandl | 2010-02-23 22:48:57 +0100 (Di, 23 Feb 2010) | 1 line
      
        #6544: fix refleak in kqueue, occurring in certain error conditions.
      ........
        r78496 | georg.brandl | 2010-02-27 15:58:08 +0100 (Sa, 27 Feb 2010) | 1 line
      
        Link to http://www.python.org/dev/workflow/ from bugs page.
      ........
      c0e22b78
    • Georg Brandl's avatar
      Merged revisions… · 89fad149
      Georg Brandl yazdı
      Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78018 | georg.brandl | 2010-02-06 11:08:21 +0100 (Sa, 06 Feb 2010) | 1 line
      
        #7864: make deprecation notices a bit clearer.
      ........
        r78035 | georg.brandl | 2010-02-06 23:44:17 +0100 (Sa, 06 Feb 2010) | 1 line
      
        Fix duplicate import.
      ........
        r78036 | georg.brandl | 2010-02-06 23:49:47 +0100 (Sa, 06 Feb 2010) | 1 line
      
        Remove unused import.
      ........
        r78037 | georg.brandl | 2010-02-06 23:59:15 +0100 (Sa, 06 Feb 2010) | 1 line
      
        No need to assign the results of expressions used only for side effects.
      ........
        r78038 | georg.brandl | 2010-02-07 00:02:29 +0100 (So, 07 Feb 2010) | 1 line
      
        Add a missing import.
      ........
        r78039 | georg.brandl | 2010-02-07 00:06:24 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing imports.
      ........
        r78040 | georg.brandl | 2010-02-07 00:08:00 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix a few UnboundLocalErrors in test_long.
      ........
        r78042 | georg.brandl | 2010-02-07 00:12:12 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing import.
      ........
        r78043 | georg.brandl | 2010-02-07 00:12:19 +0100 (So, 07 Feb 2010) | 1 line
      
        Remove duplicate test method.
      ........
        r78046 | georg.brandl | 2010-02-07 00:18:00 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix various missing import/unbound name errors.
      ........
        r78048 | georg.brandl | 2010-02-07 00:23:45 +0100 (So, 07 Feb 2010) | 1 line
      
        We heard you like test failures so we put unbound locals in your test so that you can fail while you fail.
      ........
        r78049 | georg.brandl | 2010-02-07 00:33:33 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix import/access for some identifiers.  _TestSharedCTypes does not seem to be executed?
      ........
        r78050 | georg.brandl | 2010-02-07 00:34:10 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix more unbound locals in code paths that do not seem to be used.
      ........
        r78051 | georg.brandl | 2010-02-07 00:53:52 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing import when running these tests standalone.
      ........
        r78052 | georg.brandl | 2010-02-07 00:54:04 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing import when running these tests standalone.
      ........
        r78054 | georg.brandl | 2010-02-07 00:58:25 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing import.
      ........
        r78059 | georg.brandl | 2010-02-07 12:34:15 +0100 (So, 07 Feb 2010) | 1 line
      
        Use "regexp" consistently.
      ........
        r78075 | georg.brandl | 2010-02-07 13:16:12 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix another duplicated test method.
      ........
        r78076 | georg.brandl | 2010-02-07 13:19:43 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix wrong usage of "except X, Y:".
      ........
        r78077 | georg.brandl | 2010-02-07 13:25:50 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix two redefined test methods.
      ........
        r78078 | georg.brandl | 2010-02-07 13:27:06 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix a redefined test method.
      ........
        r78079 | georg.brandl | 2010-02-07 13:34:26 +0100 (So, 07 Feb 2010) | 1 line
      
        Add a minimal test for fnmatchcase().
      ........
        r78080 | georg.brandl | 2010-02-07 13:55:12 +0100 (So, 07 Feb 2010) | 1 line
      
        Remove duplicate test method.
      ........
      89fad149
  8. 20 Şub, 2010 1 kayıt (commit)
  9. 08 Şub, 2010 1 kayıt (commit)
  10. 07 Şub, 2010 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 78075-78079 via svnmerge from · 9bbf8369
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78075 | georg.brandl | 2010-02-07 13:16:12 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix another duplicated test method.
      ........
        r78076 | georg.brandl | 2010-02-07 13:19:43 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix wrong usage of "except X, Y:".
      ........
        r78077 | georg.brandl | 2010-02-07 13:25:50 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix two redefined test methods.
      ........
        r78078 | georg.brandl | 2010-02-07 13:27:06 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix a redefined test method.
      ........
        r78079 | georg.brandl | 2010-02-07 13:34:26 +0100 (So, 07 Feb 2010) | 1 line
      
        Add a minimal test for fnmatchcase().
      ........
      9bbf8369
    • Georg Brandl's avatar
      Add a minimal test for fnmatchcase(). · 308e18b5
      Georg Brandl yazdı
      308e18b5
  11. 01 Kas, 2009 2 kayıt (commit)
  12. 16 Agu, 2009 2 kayıt (commit)
  13. 13 Agu, 2009 1 kayıt (commit)
  14. 30 Haz, 2009 2 kayıt (commit)
  15. 02 Eki, 2008 1 kayıt (commit)
  16. 20 May, 2008 1 kayıt (commit)
  17. 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
  18. 20 Eyl, 2001 1 kayıt (commit)
  19. 22 May, 2001 1 kayıt (commit)
  20. 21 Mar, 2001 1 kayıt (commit)