1. 02 Mar, 2010 1 commit
    • Steven Bethard's avatar
      Merged revisions 78576 via svnmerge from · 1a25986b
      Steven Bethard authored
      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.
      ........
      1a25986b
  2. 01 Mar, 2010 11 commits
  3. 28 Feb, 2010 2 commits
  4. 27 Feb, 2010 16 commits
  5. 26 Feb, 2010 3 commits
  6. 25 Feb, 2010 6 commits
    • Vinay Sajip's avatar
      Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from · dbf1e460
      Vinay Sajip authored
      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.
      ........
      dbf1e460
    • Martin v. Löwis's avatar
      Merged revisions 78327,78399,78454 via svnmerge from · 86cf8be5
      Martin v. Löwis authored
      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.
      ........
      86cf8be5
    • Ezio Melotti's avatar
      Blocked revisions 78449 via svnmerge · 7c007d35
      Ezio Melotti authored
      ........
        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.
      ........
      7c007d35
    • Eric Smith's avatar
      Merged revisions 78444 via svnmerge from · 35c7b9ae
      Eric Smith authored
      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.
      ........
      35c7b9ae
    • Eric Smith's avatar
      Merged revisions 78440 via svnmerge from · 76068490
      Eric Smith authored
      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.
      ........
      76068490
    • Benjamin Peterson's avatar
      plug reference leak · 8a88b129
      Benjamin Peterson authored
      8a88b129
  7. 24 Feb, 2010 1 commit