1. 14 Jan, 2010 4 commits
    • Antoine Pitrou's avatar
      Merged revisions 77499 via svnmerge from · 82feb1f3
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77499 | antoine.pitrou | 2010-01-14 18:25:24 +0100 (jeu., 14 janv. 2010) | 4 lines
      
        Issue #3299: Fix possible crash in the _sre module when given bad
        argument values in debug mode.  Patch by Victor Stinner.
      ........
      82feb1f3
    • Antoine Pitrou's avatar
      Merge note: only the tests have been kept here, since the rest was already · 6d4b00cc
      Antoine Pitrou authored
      a backport.
      
      
      Merged revisions 77497 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77497 | antoine.pitrou | 2010-01-14 17:27:09 +0100 (jeu., 14 janv. 2010) | 5 lines
      
        Issue #7703: Add support for the new buffer API to functions of the
        binascii module.  Backported from py3k by Florent Xicluna, with some
        additional tests.
      ........
      6d4b00cc
    • Mark Dickinson's avatar
      Merged revisions 77477-77478,77481-77483,77490-77493 via svnmerge from · 853c3bbc
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77477 | mark.dickinson | 2010-01-13 18:21:53 +0000 (Wed, 13 Jan 2010) | 1 line
      
        Add comments explaining the role of the bigcomp function in dtoa.c.
      ........
        r77478 | mark.dickinson | 2010-01-13 19:02:37 +0000 (Wed, 13 Jan 2010) | 1 line
      
        Clarify that sulp expects a nonnegative input, but that +0.0 is fine.
      ........
        r77481 | mark.dickinson | 2010-01-13 20:55:03 +0000 (Wed, 13 Jan 2010) | 1 line
      
        Simplify and annotate the bigcomp function, removing unused special cases.
      ........
        r77482 | mark.dickinson | 2010-01-13 22:15:53 +0000 (Wed, 13 Jan 2010) | 1 line
      
        Fix buggy comparison:  LHS of comparison was being treated as unsigned.
      ........
        r77483 | mark.dickinson | 2010-01-13 22:20:10 +0000 (Wed, 13 Jan 2010) | 1 line
      
        More dtoa.c cleanup;  remove the need for bc.dplen, bc.dp0 and bc.dp1.
      ........
        r77490 | mark.dickinson | 2010-01-14 13:02:36 +0000 (Thu, 14 Jan 2010) | 1 line
      
        Fix off-by-one error introduced in r77483.  I have a test for this, but it currently fails due to a different dtoa.c bug;  I'll add the test once that bug is fixed.
      ........
        r77491 | mark.dickinson | 2010-01-14 13:14:49 +0000 (Thu, 14 Jan 2010) | 1 line
      
        Issue 7632: fix a dtoa.c bug (bug 6) causing incorrect rounding.  Tests to follow.
      ........
        r77492 | mark.dickinson | 2010-01-14 14:40:20 +0000 (Thu, 14 Jan 2010) | 1 line
      
        Issue 7632:  fix incorrect rounding for long input strings with values very close to a power of 2.  (See Bug 4 in the tracker discussion.)
      ........
        r77493 | mark.dickinson | 2010-01-14 15:22:33 +0000 (Thu, 14 Jan 2010) | 1 line
      
        Issue #7632:  add tests for bugs fixed so far.
      ........
      853c3bbc
    • Skip Montanaro's avatar
      Make similar changes to 3.x version. · ae5465a5
      Skip Montanaro authored
      ae5465a5
  2. 13 Jan, 2010 10 commits
  3. 12 Jan, 2010 7 commits
  4. 11 Jan, 2010 3 commits
  5. 10 Jan, 2010 5 commits
  6. 09 Jan, 2010 10 commits
    • Georg Brandl's avatar
      Remove redundant brackets in signatures. · a25cfdc4
      Georg Brandl authored
      a25cfdc4
    • Alexandre Vassalotti's avatar
      Issue #6688: Optimize PyBytes_FromObject(). · a5c565a5
      Alexandre Vassalotti authored
        - 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... · 8667a9b6
      Benjamin Peterson authored
      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 authored
      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 authored
      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 authored
      ........
        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 authored
      ........
        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 authored
      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
  7. 08 Jan, 2010 1 commit