Commit Graph

40484 Commits

Author SHA1 Message Date
Mark Dickinson 1862840037 More NaN consistency fixes (manual merge of r79875 to release31-maint). 2010-04-12 18:52:08 +00:00
R. David Murray f3ff883172 Blocked revisions 80006 via svnmerge
................
  r80006 | r.david.murray | 2010-04-12 12:58:02 -0400 (Mon, 12 Apr 2010) | 19 lines

  Merged revisions 80004 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r80004 | r.david.murray | 2010-04-12 12:35:19 -0400 (Mon, 12 Apr 2010) | 13 lines

    Issue #7585: use tab between components in unified and context diff headers.

    Instead of spaces between the filename and date (or whatever the string
    is that follows the filename, if any) use tabs.  This is what the unix
    'diff' command does, for example, and difflib was intended to follow
    the 'standard' way of doing diffs.  This improves compatibility with
    patch tools.  The docs and examples are also changed to recommended that
    the date format used be the ISO 8601 format, which is what modern diff
    tools emit by default.

    Patch by Anatoly Techtonik.
  ........
................
2010-04-12 17:00:38 +00:00
Stefan Krah 6680866d8c Merged revisions 80002 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80002 | stefan.krah | 2010-04-12 17:33:12 +0200 (Mon, 12 Apr 2010) | 9 lines

  Merged revisions 80000 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r80000 | stefan.krah | 2010-04-12 17:21:25 +0200 (Mon, 12 Apr 2010) | 3 lines

    Issue #8367: Fix spurious test failure on systems without a sound card.
  ........
................
2010-04-12 15:34:39 +00:00
Barry Warsaw 14e0a43c85 typo 2010-04-12 14:55:03 +00:00
Tarek Ziadé dc42fb6f53 Blocked revisions 79992 via svnmerge
........
  r79992 | tarek.ziade | 2010-04-12 10:23:49 +0200 (Mon, 12 Apr 2010) | 1 line

  Fixed #8375 - test_distutils now checks what remains to be cleaned up during tearDown
........
2010-04-12 08:25:25 +00:00
Senthil Kumaran 8be2211e29 Merged revisions 79990 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79990 | senthil.kumaran | 2010-04-12 12:33:17 +0530 (Mon, 12 Apr 2010) | 9 lines

  Merged revisions 79988 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79988 | senthil.kumaran | 2010-04-12 12:20:24 +0530 (Mon, 12 Apr 2010) | 3 lines

    Adding additional examples of valid urls as per RFC 3986 (for issue8339)
  ........
................
2010-04-12 07:06:04 +00:00
Antoine Pitrou 53203f1eca Merged revisions 79983 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79983 | antoine.pitrou | 2010-04-12 02:16:50 +0200 (lun., 12 avril 2010) | 14 lines

  Merged revisions 79982 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79982 | antoine.pitrou | 2010-04-12 02:10:46 +0200 (lun., 12 avril 2010) | 8 lines

    It is possible to add extra testing options using EXTRATESTOPTS.
    When such extra options include "-x testname", subsequent arguments
    are all taken as test names to ignore. Therefore, standard options
    must be passed before *TESTOPTS.

    (witnessed on the ARM buildbots)
  ........
................
2010-04-12 00:20:24 +00:00
Stefan Krah 16b1d2b71c Merged revisions 79960 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79960 | stefan.krah | 2010-04-11 18:49:20 +0200 (Sun, 11 Apr 2010) | 22 lines

  Merged revisions 79954 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79954 | stefan.krah | 2010-04-11 17:15:54 +0200 (Sun, 11 Apr 2010) | 17 lines


    Fix for issues #3581, #1481 and #7650:

    1. The assumptions in check_node() were too restrictive:

         - Hardware addresses with universal_local_bit=1 are valid
           (locally administered).

         - Many of the tested functions (including uuid.getnode())
           may return valid RFC 4122 random node IDs. These are pretty
           much random 48-bit values with the multicast bit set to 1.

    2. _unixdll_getnode() calls _uuid_generate_time(), which may be None
       on some platforms. The resulting TypeError is now caught.
  ........
................
2010-04-11 16:50:48 +00:00
Raymond Hettinger 2fc70f05bc Fixup new itertools recipes. 2010-04-10 07:08:41 +00:00
Antoine Pitrou d59ceb5b7c Merged revisions 79912 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79912 | antoine.pitrou | 2010-04-09 22:42:09 +0200 (ven., 09 avril 2010) | 10 lines

  Merged revisions 79910 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79910 | antoine.pitrou | 2010-04-09 22:38:39 +0200 (ven., 09 avril 2010) | 4 lines

    SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6.  Fix compilation
    with earlier versions.
  ........
................
2010-04-09 20:47:00 +00:00
Stefan Krah 639e18410e Issue #8328: Silence Visual Studio warnings. 2010-04-07 10:20:34 +00:00
Stefan Krah c6129c3559 Blocked revisions 79886 via svnmerge
................
  r79886 | stefan.krah | 2010-04-07 10:49:55 +0200 (Wed, 07 Apr 2010) | 9 lines

  Merged revisions 79885 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79885 | stefan.krah | 2010-04-07 10:24:44 +0200 (Wed, 07 Apr 2010) | 1 line

    Issue #8328: Silence Visual Studio warnings.
  ........
................
2010-04-07 10:18:24 +00:00
Mark Dickinson a3607c8c3b Merged revisions 79873 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79873 | mark.dickinson | 2010-04-06 23:13:37 +0100 (Tue, 06 Apr 2010) | 9 lines

  Merged revisions 79871 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79871 | mark.dickinson | 2010-04-06 23:10:55 +0100 (Tue, 06 Apr 2010) | 2 lines

    Use consistent spelling for nans (thanks Georg for noticing).
  ........
................
2010-04-06 22:14:23 +00:00
Benjamin Peterson dee6795eed Merged revisions 79868 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79868 | benjamin.peterson | 2010-04-06 16:55:16 -0500 (Tue, 06 Apr 2010) | 13 lines

  Merged revisions 79866-79867 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79866 | benjamin.peterson | 2010-04-06 16:37:06 -0500 (Tue, 06 Apr 2010) | 1 line

    use skip decorator
  ........
    r79867 | benjamin.peterson | 2010-04-06 16:50:00 -0500 (Tue, 06 Apr 2010) | 1 line

    remove a optimization that resulted in unexpected behavior #8929
  ........
................
2010-04-06 21:59:20 +00:00
Mark Dickinson c7d44a4e05 Merged revisions 79860 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79860 | mark.dickinson | 2010-04-06 20:55:03 +0100 (Tue, 06 Apr 2010) | 10 lines

  Merged revisions 79858 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79858 | mark.dickinson | 2010-04-06 20:50:03 +0100 (Tue, 06 Apr 2010) | 3 lines

    Issue #7947:  Clarify math module behaviour for IEEE 754 special cases, along
    with a number of additional minor edits and typo corrections.
  ........
................
2010-04-06 19:55:38 +00:00
Mark Dickinson a9f538b148 Blocked revisions 79853 via svnmerge
................
  r79853 | mark.dickinson | 2010-04-06 19:22:06 +0100 (Tue, 06 Apr 2010) | 9 lines

  Merged revisions 79852 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79852 | mark.dickinson | 2010-04-06 19:20:11 +0100 (Tue, 06 Apr 2010) | 1 line

    Issue #8259: Clarify that there's an upper bound on the right-hand operand of a shift operator.
  ........
................
2010-04-06 18:23:05 +00:00
Antoine Pitrou e96bf09475 Merged revisions 79849 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79849 | antoine.pitrou | 2010-04-06 19:23:13 +0200 (mar., 06 avril 2010) | 9 lines

  Merged revisions 79848 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79848 | antoine.pitrou | 2010-04-06 19:21:09 +0200 (mar., 06 avril 2010) | 3 lines

    Issue #8193: Fix test_zlib failure with zlib 1.2.4.
  ........
................
2010-04-06 17:25:56 +00:00
Mark Dickinson 5775b79c35 Blocked revisions 79845 via svnmerge
................
  r79845 | mark.dickinson | 2010-04-06 17:53:17 +0100 (Tue, 06 Apr 2010) | 15 lines

  Merged revisions 79843-79844 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79843 | mark.dickinson | 2010-04-06 17:46:09 +0100 (Tue, 06 Apr 2010) | 4 lines

    Issue #8259: Get rid of 'outrageous left shift count' error when
    left-shifting an integer by more than 2**31 on a 64-bit machine.  Also
    convert shift counts to a Py_ssize_t instead of a C long.
  ........
    r79844 | mark.dickinson | 2010-04-06 17:47:55 +0100 (Tue, 06 Apr 2010) | 1 line

    Misc/NEWS entry for r79843.
  ........
................
2010-04-06 16:56:17 +00:00
Mark Dickinson dfb5df376f Blocked revisions 79839 via svnmerge
........
  r79839 | mark.dickinson | 2010-04-06 16:47:14 +0100 (Tue, 06 Apr 2010) | 1 line

  Remove out-of-date comment.
........
2010-04-06 15:49:23 +00:00
Mark Dickinson bee1fb0f75 Merged revisions 78918,78920 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78918 | mark.dickinson | 2010-03-13 11:34:40 +0000 (Sat, 13 Mar 2010) | 4 lines

  Issue #8014: Fix PyLong_As<c-integer-type> methods not to produce an
  internal error on non-integer input: they now raise TypeError instead.
  This is needed for attributes declared via PyMemberDefs.
........
  r78920 | mark.dickinson | 2010-03-13 13:23:05 +0000 (Sat, 13 Mar 2010) | 3 lines

  Issue #8014: Fix incorrect error checks in structmember.c, and re-enable
  previously failing test_structmember.py tests.
........
2010-04-06 15:44:57 +00:00
Eric Smith de33ffffed Blocked revisions 79835 via svnmerge
................
  r79835 | eric.smith | 2010-04-06 11:21:59 -0400 (Tue, 06 Apr 2010) | 9 lines

  Merged revisions 79833 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79833 | eric.smith | 2010-04-06 11:17:33 -0400 (Tue, 06 Apr 2010) | 1 line

    Note that PEP 378 also applies to int.
  ........
................
2010-04-06 15:24:08 +00:00
Eric Smith 87e4ea234d Blocked revisions 79831 via svnmerge
................
  r79831 | eric.smith | 2010-04-06 10:57:57 -0400 (Tue, 06 Apr 2010) | 9 lines

  Merged revisions 79826 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79826 | eric.smith | 2010-04-06 10:30:15 -0400 (Tue, 06 Apr 2010) | 1 line

    Fixed PEP 378 example.
  ........
................
2010-04-06 14:59:16 +00:00
Mark Dickinson ac6f90601f Blocked revisions 79823 via svnmerge
................
  r79823 | mark.dickinson | 2010-04-06 11:29:17 +0100 (Tue, 06 Apr 2010) | 9 lines

  Merged revisions 79809 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79809 | mark.dickinson | 2010-04-05 19:54:51 +0100 (Mon, 05 Apr 2010) | 1 line

    Use a better NaN test in _Py_HashDouble as well.
  ........
................
2010-04-06 13:36:31 +00:00
Senthil Kumaran f58d8e7c93 Merged revisions 79819 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79819 | senthil.kumaran | 2010-04-06 09:00:18 +0530 (Tue, 06 Apr 2010) | 9 lines

  Merged revisions 79817 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79817 | senthil.kumaran | 2010-04-06 08:53:33 +0530 (Tue, 06 Apr 2010) | 2 lines

    Fix Issue8262 - changing RuntimeError wording to "Threads can only be started once"
  ........
................
2010-04-06 03:36:00 +00:00
Mark Dickinson f666584fc8 Blocked revisions 79805 via svnmerge
................
  r79805 | mark.dickinson | 2010-04-05 19:09:39 +0100 (Mon, 05 Apr 2010) | 12 lines

  Merged revisions 79804 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79804 | mark.dickinson | 2010-04-05 19:07:51 +0100 (Mon, 05 Apr 2010) | 5 lines

    Use a more robust infinity check in _Py_HashDouble.

    This fixes a test_decimal failure on FreeBSD 8.0.  (modf apparently
    doesn't follow C99 Annex F on FreeBSD.)
  ........
................
2010-04-05 18:12:20 +00:00
Ezio Melotti 9e8346cb4d Merged revisions 79799 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79799 | ezio.melotti | 2010-04-05 16:25:51 +0300 (Mon, 05 Apr 2010) | 9 lines

  Merged revisions 79797 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79797 | ezio.melotti | 2010-04-05 15:51:45 +0300 (Mon, 05 Apr 2010) | 1 line

    Fix some broken URLs.
  ........
................
2010-04-05 13:57:55 +00:00
Ezio Melotti a0bc7dc475 Blocked revisions 79790 via svnmerge
................
  r79790 | ezio.melotti | 2010-04-05 11:21:29 +0300 (Mon, 05 Apr 2010) | 9 lines

  Merged revisions 79788 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79788 | ezio.melotti | 2010-04-05 11:16:41 +0300 (Mon, 05 Apr 2010) | 1 line

    Fix markup errors.
  ........
................
2010-04-05 08:24:07 +00:00
Ezio Melotti 6bccd29845 Merged revisions 79615 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r79615 | georg.brandl | 2010-04-02 23:12:42 +0300 (Fri, 02 Apr 2010) | 1 line

  #8288: fix next -> __next__.
........
2010-04-05 07:58:21 +00:00
Ezio Melotti 84ec57c89b Merged revisions 79783 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79783 | ezio.melotti | 2010-04-05 07:04:35 +0300 (Mon, 05 Apr 2010) | 9 lines

  Merged revisions 79781 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79781 | ezio.melotti | 2010-04-05 06:51:38 +0300 (Mon, 05 Apr 2010) | 1 line

    #8212: rephrase the webservers howto and fix some mistakes.
  ........
................
2010-04-05 04:06:12 +00:00
Ezio Melotti ce8f1305f8 Blocked revisions 79773 via svnmerge
................
  r79773 | ezio.melotti | 2010-04-05 02:27:45 +0300 (Mon, 05 Apr 2010) | 9 lines

  Merged revisions 79768 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79768 | ezio.melotti | 2010-04-05 02:21:53 +0300 (Mon, 05 Apr 2010) | 1 line

    Fix markup in decimal.rst.
  ........
................
2010-04-04 23:31:30 +00:00
Benjamin Peterson deca4b0709 Merged revisions 79765 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79765 | benjamin.peterson | 2010-04-04 18:09:06 -0500 (Sun, 04 Apr 2010) | 9 lines

  Merged revisions 79763 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79763 | benjamin.peterson | 2010-04-04 18:03:22 -0500 (Sun, 04 Apr 2010) | 1 line

    fix tabs
  ........
................
2010-04-04 23:18:09 +00:00
Mark Dickinson 5ac21ffae3 Blocked revisions 79757 via svnmerge
................
  r79757 | mark.dickinson | 2010-04-04 23:13:14 +0100 (Sun, 04 Apr 2010) | 13 lines

  Merged revisions 79756 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79756 | mark.dickinson | 2010-04-04 23:09:21 +0100 (Sun, 04 Apr 2010) | 6 lines

    Add versionchanged entry for Decimal(float) construction.

    Also add an example of constructing a Decimal directly from a float,
    update the quickstart tutorial, and tweak another couple of
    sentences.
  ........
................
2010-04-04 22:14:15 +00:00
Mark Dickinson 12995bad5d Blocked revisions 79752 via svnmerge
................
  r79752 | mark.dickinson | 2010-04-04 22:23:57 +0100 (Sun, 04 Apr 2010) | 9 lines

  Merged revisions 79751 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79751 | mark.dickinson | 2010-04-04 22:19:35 +0100 (Sun, 04 Apr 2010) | 1 line

    A handful of whitespace fixes in Modules/_struct.c.
  ........
................
2010-04-04 21:28:27 +00:00
Ezio Melotti 9b4aaf324c Blocked revisions 79742 via svnmerge
................
  r79742 | ezio.melotti | 2010-04-04 10:21:15 +0300 (Sun, 04 Apr 2010) | 9 lines

  Merged revisions 79740 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79740 | ezio.melotti | 2010-04-04 10:00:02 +0300 (Sun, 04 Apr 2010) | 1 line

    Use more specific assert* methods in test_struct.
  ........
................
2010-04-04 07:22:15 +00:00
Ezio Melotti 2be8ef31fa Blocked revisions 79662,79737 via svnmerge
................
  r79662 | raymond.hettinger | 2010-04-03 13:32:58 +0300 (Sat, 03 Apr 2010) | 1 line

  Add a subtract() method to collections.Counter()
................
  r79737 | ezio.melotti | 2010-04-04 09:53:44 +0300 (Sun, 04 Apr 2010) | 13 lines

  Merged revisions 79733,79735 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79733 | ezio.melotti | 2010-04-04 09:41:27 +0300 (Sun, 04 Apr 2010) | 1 line

    Add a versionadded to Counter.subtract() doc.
  ........
    r79735 | ezio.melotti | 2010-04-04 09:50:58 +0300 (Sun, 04 Apr 2010) | 1 line

    Revert 79733 - Counter is new in 2.7, the versionadded is not necessary - and fix a typo.
  ........
................
2010-04-04 06:55:27 +00:00
Ezio Melotti 904ca43580 Blocked revisions 79731 via svnmerge
........
  r79731 | ezio.melotti | 2010-04-04 09:30:08 +0300 (Sun, 04 Apr 2010) | 1 line

  Fix versionchanged from 2.7 to 3.2 in decimal.rst.
........
2010-04-04 06:31:48 +00:00
Mark Dickinson 294544f154 Blocked revisions 79701 via svnmerge
................
  r79701 | mark.dickinson | 2010-04-03 16:51:03 +0100 (Sat, 03 Apr 2010) | 9 lines

  Merged revisions 79699 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79699 | mark.dickinson | 2010-04-03 16:47:46 +0100 (Sat, 03 Apr 2010) | 1 line

    Add Misc/NEWS entry for r79609.
  ........
................
2010-04-03 15:51:38 +00:00
Ezio Melotti 9151233eaf Blocked revisions 79689 via svnmerge
........
  r79689 | ezio.melotti | 2010-04-03 18:27:05 +0300 (Sat, 03 Apr 2010) | 1 line

  Add -bb to rt.bat to do some extra checks during the tests (it is already used by the non-Windows buildbots).
........
2010-04-03 15:35:15 +00:00
Mark Dickinson 9414729627 Blocked revisions 79688 via svnmerge
........
  r79688 | mark.dickinson | 2010-04-03 16:26:31 +0100 (Sat, 03 Apr 2010) | 1 line

  Internal refactoring in struct.pack:  make all integer conversions go through get_pylong.
........
2010-04-03 15:28:05 +00:00
Ezio Melotti 4ca2bd2aa3 Blocked revisions 79600 via svnmerge
................
  r79600 | ezio.melotti | 2010-04-02 16:56:40 +0300 (Fri, 02 Apr 2010) | 15 lines

  Merged revisions 79540-79541 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  Add -Wd to the flags used to run the tests (-3 is not necessary here).

  ........
    r79540 | ezio.melotti | 2010-04-01 01:18:09 +0300 (Thu, 01 Apr 2010) | 1 line

    Add -Wd and -3 to the flags used to run the tests.
  ........
    r79541 | ezio.melotti | 2010-04-01 01:43:31 +0300 (Thu, 01 Apr 2010) | 1 line

    Add -Wd and -3 to the flags used to run the tests on Windows.
  ........
................
2010-04-03 15:24:05 +00:00
Mark Dickinson 0bb191831b Blocked revisions 79683 via svnmerge
........
  r79683 | mark.dickinson | 2010-04-03 16:07:40 +0100 (Sat, 03 Apr 2010) | 1 line

  Clean up integer tests in test_struct, and bring them more in line with the trunk tests.
........
2010-04-03 15:08:07 +00:00
Ezio Melotti 2e95857111 Blocked revisions 79681 via svnmerge
................
  r79681 | ezio.melotti | 2010-04-03 17:59:49 +0300 (Sat, 03 Apr 2010) | 9 lines

  Merged revisions 79678 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79678 | ezio.melotti | 2010-04-03 17:51:00 +0300 (Sat, 03 Apr 2010) | 1 line

    Use more specific assert* methods in test_decimal.
  ........
................
2010-04-03 15:01:46 +00:00
Mark Dickinson b32b301bda Blocked revisions 79676 via svnmerge
........
  r79676 | mark.dickinson | 2010-04-03 15:24:58 +0100 (Sat, 03 Apr 2010) | 1 line

  Remove unused define.
........
2010-04-03 14:25:25 +00:00
Mark Dickinson 62dfc8b3fa Blocked revisions 79670 via svnmerge
................
  r79670 | mark.dickinson | 2010-04-03 12:18:52 +0100 (Sat, 03 Apr 2010) | 9 lines

  Merged revisions 79629 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79629 | mark.dickinson | 2010-04-02 23:27:36 +0100 (Fri, 02 Apr 2010) | 2 lines

    Issue #8294:  Allow float and Decimal arguments in Fraction constructor.
  ........
................
2010-04-03 11:19:18 +00:00
Mark Dickinson aa80e47fdc Blocked revisions 79668 via svnmerge
................
  r79668 | mark.dickinson | 2010-04-03 12:08:14 +0100 (Sat, 03 Apr 2010) | 26 lines

  Merged revisions 79583,79588-79589 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79583 | mark.dickinson | 2010-04-02 09:53:22 +0100 (Fri, 02 Apr 2010) | 7 lines

    Issue #2531: Make float-to-decimal comparisons return correct results.

    Float to decimal comparison operations now return a result based on
    the numeric values of the operands.  Decimal.__hash__ has also been
    fixed so that Decimal and float values that compare equal have equal
    hash value.
  ........
    r79588 | mark.dickinson | 2010-04-02 11:17:07 +0100 (Fri, 02 Apr 2010) | 2 lines

    Issue #7279:  Make comparisons involving a Decimal sNaN signal InvalidOperation.
  ........
    r79589 | mark.dickinson | 2010-04-02 11:35:12 +0100 (Fri, 02 Apr 2010) | 6 lines

    Issue #7279:  Make Decimal('nan') hashable.  Decimal('snan') remains unhashable.

    Also rewrite the Decimal __hash__ method so that it doesn't rely on
    float('inf') being valid: float('inf') could raise an exception on
    platforms not using IEEE 754 arithmetic.
  ........
................
2010-04-03 11:08:48 +00:00
Mark Dickinson f53b1e2f77 Merged revisions 79665 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79665 | mark.dickinson | 2010-04-03 11:49:56 +0100 (Sat, 03 Apr 2010) | 20 lines

  Merged revisions 79661 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79661 | mark.dickinson | 2010-04-03 11:27:05 +0100 (Sat, 03 Apr 2010) | 14 lines

    Fix a couple of issues with the test_structmembersType class in _testcapimodule

     - rename to _test_structmembersType to avoid the class being automatically
       called by test_capi

     - allow space for trailing NUL in inplace_member field of all_structmembers

     - use T_STRING_INPLACE instead of T_INPLACE_STRING as keyword argument
       to _test_structmembersType initializer

     - don't attempt to initialize inplace_member field if T_STRING_INPLACE
       argument wasn't supplied.
  ........
................
2010-04-03 10:59:11 +00:00
Tarek Ziadé 8e16b7e46f Blocked revisions 79657 via svnmerge
................
  r79657 | tarek.ziade | 2010-04-03 10:46:49 +0200 (Sat, 03 Apr 2010) | 9 lines

  Merged revisions 79652 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79652 | tarek.ziade | 2010-04-03 10:37:59 +0200 (Sat, 03 Apr 2010) | 1 line

    Issue #1222585: Added LDCXXSHARED for C++ support
  ........
................
2010-04-03 08:48:27 +00:00
Tarek Ziadé 135c1a4940 Blocked revisions 79621 via svnmerge
................
  r79621 | tarek.ziade | 2010-04-02 23:24:55 +0200 (Fri, 02 Apr 2010) | 9 lines

  Merged revisions 79618 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79618 | tarek.ziade | 2010-04-02 23:14:04 +0200 (Fri, 02 Apr 2010) | 1 line

    removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest
  ........
................
2010-04-03 08:48:00 +00:00
Benjamin Peterson bde0c9db80 Merged revisions 79645 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79645 | benjamin.peterson | 2010-04-02 20:40:24 -0500 (Fri, 02 Apr 2010) | 13 lines

  Merged revisions 79642,79644 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79642 | benjamin.peterson | 2010-04-02 20:08:34 -0500 (Fri, 02 Apr 2010) | 1 line

    split out large test function
  ........
    r79644 | benjamin.peterson | 2010-04-02 20:28:57 -0500 (Fri, 02 Apr 2010) | 1 line

    give TypeError when trying to set T_STRING_INPLACE
  ........
................
2010-04-03 01:46:38 +00:00
Florent Xicluna 05609eff8a Merged revision 79605 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r79605 | antoine.pitrou | 2010-04-02 19:12:12 +0200 (ven, 02 avr 2010) | 3 lines

  Furniture is not very reliable these days (buildbot failures).
........
2010-04-03 00:45:27 +00:00