1. 02 Mar, 2010 3 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 78586-78593 via svnmerge from · 698a18aa
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78586 | benjamin.peterson | 2010-03-02 16:03:03 -0600 (Tue, 02 Mar 2010) | 1 line
      
        remove coding cookie as mandated by PEP 8
      ........
        r78587 | benjamin.peterson | 2010-03-02 16:05:59 -0600 (Tue, 02 Mar 2010) | 1 line
      
        set svn:eol-style
      ........
        r78588 | benjamin.peterson | 2010-03-02 16:08:40 -0600 (Tue, 02 Mar 2010) | 1 line
      
        remove another coding cookie
      ........
        r78589 | georg.brandl | 2010-03-02 16:17:38 -0600 (Tue, 02 Mar 2010) | 1 line
      
        Add some x-refs.
      ........
        r78590 | benjamin.peterson | 2010-03-02 16:20:10 -0600 (Tue, 02 Mar 2010) | 1 line
      
        enable running of argparse tests and fix two that failed in the new environment
      ........
        r78591 | benjamin.peterson | 2010-03-02 16:23:33 -0600 (Tue, 02 Mar 2010) | 1 line
      
        prevent warning filter adjustment from altering other tests
      ........
        r78592 | benjamin.peterson | 2010-03-02 16:24:30 -0600 (Tue, 02 Mar 2010) | 1 line
      
        use test_main() in __main__ section
      ........
        r78593 | benjamin.peterson | 2010-03-02 16:26:25 -0600 (Tue, 02 Mar 2010) | 1 line
      
        convert deprecated fail* methods to assert* variants
      ........
      698a18aa
    • Florent Xicluna's avatar
      Recorded merge of revisions 78582 via svnmerge from · a988e422
      Florent Xicluna yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78582 | florent.xicluna | 2010-03-02 17:00:00 +0100 (mar, 02 mar 2010) | 2 lines
      
        Refactor test_dict using assertRaises.
      ........
      a988e422
    • Steven Bethard's avatar
      Merged revisions 78576 via svnmerge from · 6d265699
      Steven Bethard yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78576 | steven.bethard | 2010-03-02 00:38:09 -0800 (Tue, 02 Mar 2010) | 3 lines
      
        Initial commit of the argparse library, based on argparse 1.1.
        Docs still need some updating to make getopt and optparse match the wording promised in the PEP.
        There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation.
      ........
      6d265699
  2. 01 Mar, 2010 11 kayıt (commit)
  3. 28 Şub, 2010 2 kayıt (commit)
  4. 27 Şub, 2010 16 kayıt (commit)
  5. 26 Şub, 2010 3 kayıt (commit)
  6. 25 Şub, 2010 5 kayıt (commit)
    • Vinay Sajip's avatar
      Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from · db81c4c6
      Vinay Sajip yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77967 | vinay.sajip | 2010-02-04 18:48:53 +0000 (Thu, 04 Feb 2010) | 1 line
      
        Logging: Implemented PEP 391.
      ........
        r77969 | vinay.sajip | 2010-02-04 20:18:28 +0000 (Thu, 04 Feb 2010) | 1 line
      
        Removed spurious print statement.
      ........
        r78033 | benjamin.peterson | 2010-02-06 22:08:15 +0000 (Sat, 06 Feb 2010) | 1 line
      
        make waiting for the server to start robust
      ........
        r78055 | vinay.sajip | 2010-02-07 01:37:08 +0000 (Sun, 07 Feb 2010) | 1 line
      
        Issue #7868: logging: added loggerClass attribute to Manager.
      ........
        r78081 | vinay.sajip | 2010-02-07 12:56:54 +0000 (Sun, 07 Feb 2010) | 1 line
      
        Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code.
      ........
        r78085 | vinay.sajip | 2010-02-07 13:06:51 +0000 (Sun, 07 Feb 2010) | 1 line
      
        logging: Removed some more 1.5.2 support code.
      ........
        r78108 | vinay.sajip | 2010-02-08 21:18:15 +0000 (Mon, 08 Feb 2010) | 1 line
      
        logging: gingerly re-enabling skipped tests after improving thread sync code in configurator.
      ........
      db81c4c6
    • Martin v. Löwis's avatar
      Merged revisions 78327,78399,78454 via svnmerge from · 6e796a13
      Martin v. Löwis yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78327 | andrew.kuchling | 2010-02-22 18:21:54 +0100 (Mo, 22 Feb 2010) | 1 line
      
        Note granting of commit privileges to Larry Hastings
      ........
        r78399 | brett.cannon | 2010-02-24 02:38:04 +0100 (Mi, 24 Feb 2010) | 1 line
      
        Record that Dino Viehland got commit privs.
      ........
        r78454 | martin.v.loewis | 2010-02-25 21:42:40 +0100 (Do, 25 Feb 2010) | 2 lines
      
        Add Florent Xicluna.
      ........
      6e796a13
    • Ezio Melotti's avatar
      Blocked revisions 78449 via svnmerge · 9a38742e
      Ezio Melotti yazdı
      ........
        r78449 | ezio.melotti | 2010-02-25 19:36:04 +0200 (Thu, 25 Feb 2010) | 1 line
      
        #7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDecodeError if 'char' is a byte string that can't be decoded using the default encoding.
      ........
      9a38742e
    • Eric Smith's avatar
      Merged revisions 78444 via svnmerge from · 2e9f202f
      Eric Smith yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78444 | eric.smith | 2010-02-25 09:26:33 -0500 (Thu, 25 Feb 2010) | 1 line
      
        Issue #7928: Document str.format element_index better.
      ........
      2e9f202f
    • Eric Smith's avatar
      Merged revisions 78440 via svnmerge from · 05c0774f
      Eric Smith yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78440 | eric.smith | 2010-02-25 09:14:35 -0500 (Thu, 25 Feb 2010) | 1 line
      
        Issue #5965: Add documentation for parts of format specification language.
      ........
      05c0774f