1. 04 Eki, 2017 1 kayıt (commit)
  2. 14 Kas, 2015 1 kayıt (commit)
  3. 15 Nis, 2014 1 kayıt (commit)
  4. 09 Ock, 2014 1 kayıt (commit)
  5. 26 Mar, 2013 1 kayıt (commit)
  6. 14 Agu, 2012 2 kayıt (commit)
  7. 16 Tem, 2012 1 kayıt (commit)
  8. 30 Haz, 2011 1 kayıt (commit)
  9. 20 Mar, 2011 1 kayıt (commit)
  10. 21 Kas, 2010 2 kayıt (commit)
  11. 20 Kas, 2010 1 kayıt (commit)
  12. 02 Agu, 2010 1 kayıt (commit)
  13. 01 Agu, 2010 3 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 83429,83436 via svnmerge from · e64de92f
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/release27-maint
      
      ................
        r83429 | georg.brandl | 2010-08-01 21:14:56 +0200 (So, 01 Aug 2010) | 37 lines
      
        Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
        ........
          r83352 | georg.brandl | 2010-07-31 20:11:07 +0200 (Sa, 31 Jul 2010) | 1 line
      
          #9440: Remove borderline test case that fails based on unpredictable conditions such as compiler flags.
        ........
          r83356 | georg.brandl | 2010-07-31 21:29:15 +0200 (Sa, 31 Jul 2010) | 1 line
      
          Remove trailing whitespace.
        ........
          r83357 | georg.brandl | 2010-07-31 21:59:55 +0200 (Sa, 31 Jul 2010) | 1 line
      
          #5778: document that sys.version can contain a newline.
        ........
          r83358 | georg.brandl | 2010-07-31 22:05:31 +0200 (Sa, 31 Jul 2010) | 1 line
      
          #9442: do not document a specific format for sys.version; rather refer to version_info and the platform module.
        ........
          r83362 | georg.brandl | 2010-07-31 23:12:15 +0200 (Sa, 31 Jul 2010) | 1 line
      
          #8910: add a file explaining why Lib/test/data is there.
        ........
          r83366 | georg.brandl | 2010-07-31 23:26:40 +0200 (Sa, 31 Jul 2010) | 1 line
      
          There always is a False and True now.
        ........
          r83368 | georg.brandl | 2010-07-31 23:40:15 +0200 (Sa, 31 Jul 2010) | 1 line
      
          #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them.  See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details.
        ........
          r83369 | georg.brandl | 2010-07-31 23:41:42 +0200 (Sa, 31 Jul 2010) | 1 line
      
          Fix "Berkeley" name.
        ........
      ................
        r83436 | georg.brandl | 2010-08-01 21:33:15 +0200 (So, 01 Aug 2010) | 42 lines
      
        Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
        ........
          r83259 | georg.brandl | 2010-07-30 09:03:39 +0200 (Fr, 30 Jul 2010) | 1 line
      
          Clarification.
        ........
          r83261 | georg.brandl | 2010-07-30 09:21:26 +0200 (Fr, 30 Jul 2010) | 1 line
      
          #9230: allow Pdb.checkline() to be called without a current frame, for setting breakpoints before starting debugging.
        ........
          r83264 | georg.brandl | 2010-07-30 10:45:26 +0200 (Fr, 30 Jul 2010) | 1 line
      
          Document the "jump" command in pdb.__doc__, and add a version tag for "until X".
        ........
          r83265 | georg.brandl | 2010-07-30 10:54:49 +0200 (Fr, 30 Jul 2010) | 1 line
      
          #8015: fix crash when entering an empty line for breakpoint commands.  Also restore environment properly when an exception occurs during the definition of commands.
        ........
          r83268 | georg.brandl | 2010-07-30 11:23:23 +0200 (Fr, 30 Jul 2010) | 2 lines
      
          Issue #8048: Prevent doctests from failing when sys.displayhook has
          been reassigned.
        ........
          r83269 | georg.brandl | 2010-07-30 11:43:00 +0200 (Fr, 30 Jul 2010) | 1 line
      
          #6719: In pdb, do not stop somewhere in the encodings machinery if the source file to be debugged is in a non-builtin encoding.
        ........
          r83271 | georg.brandl | 2010-07-30 11:59:28 +0200 (Fr, 30 Jul 2010) | 1 line
      
          #5727: Restore the ability to use readline when calling into pdb in doctests.
        ........
          r83272 | georg.brandl | 2010-07-30 12:29:19 +0200 (Fr, 30 Jul 2010) | 1 line
      
          #5294: Fix the behavior of pdb "continue" command when called in the top-level debugged frame.
        ........
          r83281 | georg.brandl | 2010-07-30 15:36:43 +0200 (Fr, 30 Jul 2010) | 1 line
      
          Add myself for pdb.
        ........
      ................
      e64de92f
    • Georg Brandl's avatar
      Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from · 611f8f5e
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83352 | georg.brandl | 2010-07-31 20:11:07 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #9440: Remove borderline test case that fails based on unpredictable conditions such as compiler flags.
      ........
        r83355 | georg.brandl | 2010-07-31 21:17:11 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Fix bad merge: test_support -> support.
      ........
        r83356 | georg.brandl | 2010-07-31 21:29:15 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Remove trailing whitespace.
      ........
        r83357 | georg.brandl | 2010-07-31 21:59:55 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #5778: document that sys.version can contain a newline.
      ........
        r83358 | georg.brandl | 2010-07-31 22:05:31 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #9442: do not document a specific format for sys.version; rather refer to version_info and the platform module.
      ........
        r83362 | georg.brandl | 2010-07-31 23:12:15 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #8910: add a file explaining why Lib/test/data is there.
      ........
        r83366 | georg.brandl | 2010-07-31 23:26:40 +0200 (Sa, 31 Jul 2010) | 1 line
      
        There always is a False and True now.
      ........
        r83368 | georg.brandl | 2010-07-31 23:40:15 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them.  See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details.
      ........
        r83369 | georg.brandl | 2010-07-31 23:41:42 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Fix "Berkeley" name.
      ........
      611f8f5e
    • Georg Brandl's avatar
      Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge from · e2773252
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83352 | georg.brandl | 2010-07-31 20:11:07 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #9440: Remove borderline test case that fails based on unpredictable conditions such as compiler flags.
      ........
        r83356 | georg.brandl | 2010-07-31 21:29:15 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Remove trailing whitespace.
      ........
        r83357 | georg.brandl | 2010-07-31 21:59:55 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #5778: document that sys.version can contain a newline.
      ........
        r83358 | georg.brandl | 2010-07-31 22:05:31 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #9442: do not document a specific format for sys.version; rather refer to version_info and the platform module.
      ........
        r83362 | georg.brandl | 2010-07-31 23:12:15 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #8910: add a file explaining why Lib/test/data is there.
      ........
        r83366 | georg.brandl | 2010-07-31 23:26:40 +0200 (Sa, 31 Jul 2010) | 1 line
      
        There always is a False and True now.
      ........
        r83368 | georg.brandl | 2010-07-31 23:40:15 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them.  See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details.
      ........
        r83369 | georg.brandl | 2010-07-31 23:41:42 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Fix "Berkeley" name.
      ........
      e2773252
  14. 31 Tem, 2010 1 kayıt (commit)
  15. 26 Haz, 2010 7 kayıt (commit)
  16. 14 Mar, 2010 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 78093 via svnmerge from · 1b37e872
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78093 | georg.brandl | 2010-02-07 18:03:15 +0100 (So, 07 Feb 2010) | 1 line
      
        Remove unused imports in test modules.
      ........
      1b37e872
    • 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
  17. 11 Mar, 2010 3 kayıt (commit)
  18. 07 Şub, 2010 3 kayıt (commit)
  19. 03 Şub, 2010 1 kayıt (commit)
  20. 24 Ock, 2010 2 kayıt (commit)
  21. 08 Ock, 2010 2 kayıt (commit)
  22. 13 Agu, 2009 1 kayıt (commit)
  23. 30 Haz, 2009 1 kayıt (commit)