1. 13 Ock, 2010 3 kayıt (commit)
  2. 12 Ock, 2010 7 kayıt (commit)
  3. 11 Ock, 2010 3 kayıt (commit)
  4. 10 Ock, 2010 5 kayıt (commit)
  5. 09 Ock, 2010 10 kayıt (commit)
    • Georg Brandl's avatar
      Remove redundant brackets in signatures. · a25cfdc4
      Georg Brandl yazdı
      a25cfdc4
    • Alexandre Vassalotti's avatar
      Issue #6688: Optimize PyBytes_FromObject(). · a5c565a5
      Alexandre Vassalotti yazdı
        - Add special-cases for list and tuple objects.
        - Use _PyObject_LengthHint() instead of an arbitrary value for the
          size of the initial buffer of the returned object.
      a5c565a5
    • Benjamin Peterson's avatar
      0c0e229d
    • Benjamin Peterson's avatar
      Python strings ending with '\0' should not be equivalent to their C counterparts… · 8667a9b6
      Benjamin Peterson yazdı
      Python strings ending with '\0' should not be equivalent to their C counterparts in PyUnicode_CompareWithASCIIString
      8667a9b6
    • Alexandre Vassalotti's avatar
    • Benjamin Peterson's avatar
      Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from · a28e7028
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77185 | andrew.kuchling | 2009-12-31 10:17:05 -0600 (Thu, 31 Dec 2009) | 1 line
      
        Add some items
      ........
        r77186 | benjamin.peterson | 2009-12-31 10:28:24 -0600 (Thu, 31 Dec 2009) | 1 line
      
        update expat comment
      ........
        r77187 | andrew.kuchling | 2009-12-31 10:38:53 -0600 (Thu, 31 Dec 2009) | 1 line
      
        Add various items
      ........
        r77188 | benjamin.peterson | 2009-12-31 10:49:37 -0600 (Thu, 31 Dec 2009) | 1 line
      
        add another advancement
      ........
        r77262 | andrew.kuchling | 2010-01-02 19:15:21 -0600 (Sat, 02 Jan 2010) | 1 line
      
        Add a few items
      ........
        r77313 | benjamin.peterson | 2010-01-04 18:04:19 -0600 (Mon, 04 Jan 2010) | 1 line
      
        add a test about hashing array.array
      ........
        r77317 | georg.brandl | 2010-01-05 12:14:52 -0600 (Tue, 05 Jan 2010) | 1 line
      
        Add Stefan.
      ........
        r77331 | georg.brandl | 2010-01-06 11:43:06 -0600 (Wed, 06 Jan 2010) | 1 line
      
        Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class.
      ........
        r77332 | georg.brandl | 2010-01-06 12:02:16 -0600 (Wed, 06 Jan 2010) | 7 lines
      
        #5991: let completion for the "help" command include help topics.
      
        This also simplifies the Cmd.get_names() method implementation; it was written
        at a time where dir() didn't consider base class attributes.
      ........
        r77333 | georg.brandl | 2010-01-06 12:26:08 -0600 (Wed, 06 Jan 2010) | 1 line
      
        #5950: document that zip files with comments are unsupported in zipimport.
      ........
        r77337 | r.david.murray | 2010-01-06 21:09:08 -0600 (Wed, 06 Jan 2010) | 3 lines
      
        Add -W to the 'basics', 'opt', and 'all' test runs so that we get verbose
        information if a failure happens.
      ........
        r77338 | r.david.murray | 2010-01-06 22:04:28 -0600 (Wed, 06 Jan 2010) | 2 lines
      
        Fix inadvertent checkin of debug line.
      ........
      a28e7028
    • Benjamin Peterson's avatar
      Merged revisions 77209,77229,77359-77360,77371 via svnmerge from · 46a9900e
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77209 | georg.brandl | 2010-01-01 07:07:05 -0600 (Fri, 01 Jan 2010) | 1 line
      
        More yearly updates.
      ........
        r77229 | georg.brandl | 2010-01-02 06:35:01 -0600 (Sat, 02 Jan 2010) | 1 line
      
        Fix casing.
      ........
        r77359 | georg.brandl | 2010-01-07 14:54:45 -0600 (Thu, 07 Jan 2010) | 1 line
      
        Fix description for Py_GetPath(); it sounded like it always returned sys.path.
      ........
        r77360 | georg.brandl | 2010-01-07 15:48:47 -0600 (Thu, 07 Jan 2010) | 1 line
      
        #7653: clarify how the PythonPath registry key should look like.
      ........
        r77371 | senthil.kumaran | 2010-01-08 13:20:25 -0600 (Fri, 08 Jan 2010) | 3 lines
      
        Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration
      ........
      46a9900e
    • Benjamin Peterson's avatar
      Blocked revisions 77227,77256,77260,77368-77369 via svnmerge · 68111a04
      Benjamin Peterson yazdı
      ........
        r77227 | martin.v.loewis | 2010-01-02 03:53:18 -0600 (Sat, 02 Jan 2010) | 1 line
      
        Make script work with 2.5.
      ........
        r77256 | georg.brandl | 2010-01-02 16:55:55 -0600 (Sat, 02 Jan 2010) | 1 line
      
        Fix typo.
      ........
        r77260 | gregory.p.smith | 2010-01-02 18:43:02 -0600 (Sat, 02 Jan 2010) | 2 lines
      
        make setup.py similar to py3k's when reporting on _hashlib as missing or not.
      ........
        r77368 | senthil.kumaran | 2010-01-08 12:41:40 -0600 (Fri, 08 Jan 2010) | 1 line
      
        Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
      ........
        r77369 | senthil.kumaran | 2010-01-08 13:04:16 -0600 (Fri, 08 Jan 2010) | 4 lines
      
        Reverting the Revision: 77368.  I committed Flox's big patch for tests by
        mistake. ( It may come in for sure tough)
      ........
      68111a04
    • Benjamin Peterson's avatar
      Blocked revisions 77384,77386 via svnmerge · 10e9b4c9
      Benjamin Peterson yazdı
      ........
        r77384 | benjamin.peterson | 2010-01-09 10:34:06 -0600 (Sat, 09 Jan 2010) | 1 line
      
        bump version to 2.7a2
      ........
        r77386 | benjamin.peterson | 2010-01-09 11:30:31 -0600 (Sat, 09 Jan 2010) | 1 line
      
        post release version adjustment
      ........
      10e9b4c9
    • Georg Brandl's avatar
      Merged revisions 77382 via svnmerge from · 82402758
      Georg Brandl yazdı
      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.
      ........
      82402758
  6. 08 Ock, 2010 5 kayıt (commit)
  7. 07 Ock, 2010 2 kayıt (commit)
  8. 06 Ock, 2010 1 kayıt (commit)
  9. 05 Ock, 2010 2 kayıt (commit)
  10. 04 Ock, 2010 2 kayıt (commit)