1. 08 May, 2008 30 kayıt (commit)
  2. 07 May, 2008 6 kayıt (commit)
  3. 06 May, 2008 4 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 62792,62799-62800 via svnmerge from · 75ca4ea6
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62792 | brett.cannon | 2008-05-07 01:22:02 +0200 (Wed, 07 May 2008) | 2 lines
      
        When testing a module's __all__, we really don't care if it is deprecated.
      ........
        r62799 | christian.heimes | 2008-05-07 01:42:58 +0200 (Wed, 07 May 2008) | 1 line
      
        Disabled some unit tests for the upcoming release. See #2777
      ........
        r62800 | brett.cannon | 2008-05-07 01:44:04 +0200 (Wed, 07 May 2008) | 2 lines
      
        Create a TextMate directory in Misc to house a Python-Dev bundle.
      ........
      75ca4ea6
    • Alexandre Vassalotti's avatar
      Fixed a small bug introduced by r62778. · 4833b3c3
      Alexandre Vassalotti yazdı
      One of the codepaths of _BytesIO.read() returned a bytearray
      object, by mistake, when it should always return a bytes object.
      Interestingly, the fact this bug shown up probably means that
      some platforms are not using the new C-accelerated io.BytesIO.
      4833b3c3
    • Christian Heimes's avatar
      Merged revisions 62774-62775,62785,62787-62788 via svnmerge from · 8dc226fc
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62774 | georg.brandl | 2008-05-06 19:11:42 +0200 (Tue, 06 May 2008) | 2 lines
      
        #2773: fix description of 'g' and 'G' formatting spec.
      ........
        r62775 | georg.brandl | 2008-05-06 19:20:54 +0200 (Tue, 06 May 2008) | 2 lines
      
        > != (!<).
      ........
        r62785 | benjamin.peterson | 2008-05-07 00:18:11 +0200 (Wed, 07 May 2008) | 2 lines
      
        Fix logic error in Python/_warnings.c and add a test to verify
      ........
        r62787 | benjamin.peterson | 2008-05-07 00:31:52 +0200 (Wed, 07 May 2008) | 2 lines
      
        Make the Python implementation of warnings compatible with the C implementation regarding non-callable showwarning
      ........
        r62788 | christian.heimes | 2008-05-07 00:41:46 +0200 (Wed, 07 May 2008) | 1 line
      
        Implemented PEP 370
      ........
      8dc226fc
    • Brett Cannon's avatar
      Block a Misc/NEWS entry (r62797). · 1bf7108f
      Brett Cannon yazdı
      1bf7108f