]> granicus.if.org Git - python/log
python
14 years agoIssue 8436: set.__init__ accepts keyword args
Raymond Hettinger [Sun, 18 Apr 2010 23:03:16 +0000 (23:03 +0000)]
Issue 8436: set.__init__ accepts keyword args

14 years agoFix for issue #5652
Ronald Oussoren [Sun, 18 Apr 2010 20:54:33 +0000 (20:54 +0000)]
Fix for issue #5652

14 years agoMerged revisions 80198 via svnmerge from
Ronald Oussoren [Sun, 18 Apr 2010 20:49:34 +0000 (20:49 +0000)]
Merged revisions 80198 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80198 | ronald.oussoren | 2010-04-18 22:46:11 +0200 (Sun, 18 Apr 2010) | 4 lines

  For for issue #7154: Port the code that uses
  the SystemConfiguration framework to detect the
  proxy settings on OSX from the trunk to python 3.2
........

14 years agoIssue 8420: Fix ref counting problem in set_repr().
Raymond Hettinger [Sun, 18 Apr 2010 20:28:33 +0000 (20:28 +0000)]
Issue 8420: Fix ref counting problem in set_repr().

14 years agoMerged revisions 80191 via svnmerge from
Ronald Oussoren [Sun, 18 Apr 2010 19:08:47 +0000 (19:08 +0000)]
Merged revisions 80191 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80191 | ronald.oussoren | 2010-04-18 21:07:43 +0200 (Sun, 18 Apr 2010) | 13 lines

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

  ........
    r80187 | ronald.oussoren | 2010-04-18 19:59:37 +0200 (Sun, 18 Apr 2010) | 6 lines

    Add the OSX universal binary related options
    to CFLAGS instead of BASECFLAGS.

    This fixes issue 8366 and is needed due to
    changes introduced in the fix for issue 1628484.
  ........
................

14 years agoMerged revisions 80185 via svnmerge from
Ronald Oussoren [Sun, 18 Apr 2010 15:25:17 +0000 (15:25 +0000)]
Merged revisions 80185 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80185 | ronald.oussoren | 2010-04-18 17:24:17 +0200 (Sun, 18 Apr 2010) | 12 lines

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

  ........
    r80179 | ronald.oussoren | 2010-04-18 16:01:05 +0200 (Sun, 18 Apr 2010) | 5 lines

    Add check to build-installer.py to ensure that
    the right version of Tcl/Tk is available (on OSX)

    Fixes issue #5651
  ........
................

14 years agoMerged revisions 80182 via svnmerge from
Ronald Oussoren [Sun, 18 Apr 2010 15:08:43 +0000 (15:08 +0000)]
Merged revisions 80182 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80182 | ronald.oussoren | 2010-04-18 17:02:38 +0200 (Sun, 18 Apr 2010) | 9 lines

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

  ........
    r80178 | ronald.oussoren | 2010-04-18 15:47:49 +0200 (Sun, 18 Apr 2010) | 2 lines

    Fix for issue #7072
  ........
................

14 years agoRecorded merge of revisions 80176 via svnmerge from
Giampaolo Rodolà [Sun, 18 Apr 2010 13:42:40 +0000 (13:42 +0000)]
Recorded merge of revisions 80176 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80176 | giampaolo.rodola | 2010-04-18 15:36:35 +0200 (dom, 18 apr 2010) | 9 lines

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

  ........
    r80172 | giampaolo.rodola | 2010-04-18 14:55:03 +0200 (dom, 18 apr 2010) | 1 line

    Fix Issue #3817: 225 is now considered a valid response code for ABOR
  ........
................

14 years agoFix Issue #3817: 225 is now considered a valid response code for ABOR
Giampaolo Rodolà [Sun, 18 Apr 2010 13:23:21 +0000 (13:23 +0000)]
Fix Issue #3817: 225 is now considered a valid response code for ABOR

14 years agoBlocked revisions 80163 via svnmerge
Victor Stinner [Sun, 18 Apr 2010 08:25:10 +0000 (08:25 +0000)]
Blocked revisions 80163 via svnmerge

........
  r80163 | victor.stinner | 2010-04-18 10:23:42 +0200 (dim., 18 avril 2010) | 4 lines

  Issue #8422, test_genericpath: skip the creation of a directory with an invalid
  UTF name on Mac OS X because the OS deny it (the name have to be a valid UTF8
  string).
........

14 years agoBlocked revisions 80161 via svnmerge
Victor Stinner [Sun, 18 Apr 2010 08:03:53 +0000 (08:03 +0000)]
Blocked revisions 80161 via svnmerge

........
  r80161 | victor.stinner | 2010-04-18 09:59:53 +0200 (dim., 18 avril 2010) | 4 lines

  Issue #8340, test_abs_path() of test_site: encode paths to ASCII with
  backslashreplace to avoid locale issues, don't write stderr to a pipe to ease
  debug, separate directories by newlines instead of a space.
........

14 years agoMerged revisions 80159 via svnmerge from
Victor Stinner [Sun, 18 Apr 2010 00:03:40 +0000 (00:03 +0000)]
Merged revisions 80159 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80159 | victor.stinner | 2010-04-18 02:00:44 +0200 (dim., 18 avril 2010) | 3 lines

  Issue #8394: _ctypes.dlopen() accepts bytes, bytearray and str with
  surrogates.
........

14 years agoMerged revisions 80148 via svnmerge from
Senthil Kumaran [Sat, 17 Apr 2010 14:47:13 +0000 (14:47 +0000)]
Merged revisions 80148 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80148 | senthil.kumaran | 2010-04-17 20:14:14 +0530 (Sat, 17 Apr 2010) | 9 lines

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

  ........
    r80146 | senthil.kumaran | 2010-04-17 20:00:53 +0530 (Sat, 17 Apr 2010) | 3 lines

    Fix Issue5650 - Update the RFC List in the urlparse module.
  ........
................

14 years agoBlocked revisions 80135 via svnmerge
Victor Stinner [Fri, 16 Apr 2010 23:56:48 +0000 (23:56 +0000)]
Blocked revisions 80135 via svnmerge

........
  r80135 | victor.stinner | 2010-04-17 01:49:32 +0200 (sam., 17 avril 2010) | 5 lines

  Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for
  the current working directory.

  Remove also a trailing space, and replace tabulation indentation by spaces.
........

14 years agoMerged revisions 79957 via svnmerge from
Benjamin Peterson [Fri, 16 Apr 2010 23:26:56 +0000 (23:26 +0000)]
Merged revisions 79957 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r79957 | benjamin.peterson | 2010-04-11 11:13:23 -0500 (Sun, 11 Apr 2010) | 1 line

  add 3.1.2
........

14 years agoMerged revisions 80125,80128,80130 via svnmerge from
Benjamin Peterson [Fri, 16 Apr 2010 23:19:11 +0000 (23:19 +0000)]
Merged revisions 80125,80128,80130 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80125 | benjamin.peterson | 2010-04-16 17:35:32 -0500 (Fri, 16 Apr 2010) | 13 lines

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

  ........
    r80123 | benjamin.peterson | 2010-04-16 17:24:16 -0500 (Fri, 16 Apr 2010) | 1 line

    bytearray -> type2test
  ........
    r80124 | benjamin.peterson | 2010-04-16 17:25:57 -0500 (Fri, 16 Apr 2010) | 1 line

    fix typo
  ........
................
  r80128 | benjamin.peterson | 2010-04-16 17:51:37 -0500 (Fri, 16 Apr 2010) | 9 lines

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

  ........
    r80126 | benjamin.peterson | 2010-04-16 17:35:38 -0500 (Fri, 16 Apr 2010) | 1 line

    have a clear error when passing something > sys.maxsize to bytearray
  ........
................
  r80130 | benjamin.peterson | 2010-04-16 18:00:53 -0500 (Fri, 16 Apr 2010) | 9 lines

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

  ........
    r80129 | benjamin.peterson | 2010-04-16 17:52:44 -0500 (Fri, 16 Apr 2010) | 1 line

    tiny simplification
  ........
................

14 years agoMerged revisions 80108,80111,80114-80115 via svnmerge from
Mark Dickinson [Fri, 16 Apr 2010 16:32:49 +0000 (16:32 +0000)]
Merged revisions 80108,80111,80114-80115 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80108 | victor.stinner | 2010-04-16 13:23:43 +0100 (Fri, 16 Apr 2010) | 4 lines

  Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(),
  and disable test_execvpe_with_bad_program() of test_os if the libc uses
  linuxthreads to avoid the "unknown signal 32" bug (see issue #4970).
........
  r80111 | mark.dickinson | 2010-04-16 13:47:52 +0100 (Fri, 16 Apr 2010) | 1 line

  Keep confstr entries in alphabetical order.
........
  r80114 | mark.dickinson | 2010-04-16 14:45:35 +0100 (Fri, 16 Apr 2010) | 1 line

  Issue #4970:  move linuxthreads check outside the affected test, and use skipIf
........
  r80115 | mark.dickinson | 2010-04-16 14:51:27 +0100 (Fri, 16 Apr 2010) | 1 line

  Don't assume that os.confstr_names exists.
........

14 years agoMerged revisions 80112 via svnmerge from
Victor Stinner [Fri, 16 Apr 2010 15:48:19 +0000 (15:48 +0000)]
Merged revisions 80112 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80112 | victor.stinner | 2010-04-16 15:28:05 +0200 (ven., 16 avril 2010) | 3 lines

  Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII
  using backslashreplace error handler.
........

14 years agoMerged revisions 80116 via svnmerge from
Victor Stinner [Fri, 16 Apr 2010 15:44:04 +0000 (15:44 +0000)]
Merged revisions 80116 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80116 | victor.stinner | 2010-04-16 17:10:27 +0200 (ven., 16 avril 2010) | 2 lines

  Issue #7605: Fix test_cmd_line if the current working directory is not ASCII
........

14 years agoMerged revisions 75538,75542,77012,77928,79113,79999,80109 via svnmerge from
R. David Murray [Fri, 16 Apr 2010 13:37:56 +0000 (13:37 +0000)]
Merged revisions 75538,75542,77012,77928,79113,79999,80109 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r75538 | kurt.kaiser | 2009-10-19 15:39:00 -0400 (Mon, 19 Oct 2009) | 2 lines

  add myself to idlelib
........
  r75542 | raymond.hettinger | 2009-10-19 15:52:20 -0400 (Mon, 19 Oct 2009) | 1 line

  Add maintainers.
........
  r77012 | ezio.melotti | 2009-12-23 15:56:09 -0500 (Wed, 23 Dec 2009) | 1 line

  Rephrased the introduction, added missing commas and my name for Unicode
........
  r77928 | tarek.ziade | 2010-02-02 18:31:01 -0500 (Tue, 02 Feb 2010) | 1 line

  added myself as the maintainer for sysconfig and shutil
........
  r79113 | benjamin.peterson | 2010-03-19 17:01:27 -0400 (Fri, 19 Mar 2010) | 1 line

  make maintainers.rst have correct eol
........
  r79999 | r.david.murray | 2010-04-12 11:19:03 -0400 (Mon, 12 Apr 2010) | 4 lines

  Kurt's roundup id is kbk, use that in maintainers.rst instead of
  his checkin id, since maintainers is for finding people to make
  nosy in the tracker.
........
  r80109 | r.david.murray | 2010-04-16 08:34:45 -0400 (Fri, 16 Apr 2010) | 5 lines

  maintainers.rst additions.

  Add Giampaolo Rodola as an expert for ftplib, and Victor Stinner
  to the 'unicode' interest area.
........

14 years agoMerged revisions 80105 via svnmerge from
Victor Stinner [Fri, 16 Apr 2010 12:47:52 +0000 (12:47 +0000)]
Merged revisions 80105 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80105 | victor.stinner | 2010-04-16 13:45:13 +0200 (ven., 16 avril 2010) | 3 lines

  Issue #8412: os.system() now accepts bytes, bytearray and str with
  surrogates.
........

14 years agoBlocked revisions 80106 via svnmerge
Victor Stinner [Fri, 16 Apr 2010 12:11:27 +0000 (12:11 +0000)]
Blocked revisions 80106 via svnmerge

................
  r80106 | victor.stinner | 2010-04-16 14:07:30 +0200 (ven., 16 avril 2010) | 9 lines

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

  ........
    r79892 | martin.v.loewis | 2010-04-07 13:01:46 +0200 (mer., 07 avril 2010) | 2 lines

    Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.
  ........
................

python 3.1 doesn't have the new libffi 3.0.9 (it uses libffi 3.0.5).

14 years agoReverting the previous checkin (80103). The feature should not have been merged to...
Senthil Kumaran [Fri, 16 Apr 2010 11:28:05 +0000 (11:28 +0000)]
Reverting the previous checkin (80103). The feature should not have been merged to 3.1 maint.

14 years agoMerged revisions 80102 via svnmerge from
Senthil Kumaran [Fri, 16 Apr 2010 03:06:19 +0000 (03:06 +0000)]
Merged revisions 80102 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80102 | senthil.kumaran | 2010-04-16 08:32:13 +0530 (Fri, 16 Apr 2010) | 9 lines

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

  ........
    r80101 | senthil.kumaran | 2010-04-16 08:16:46 +0530 (Fri, 16 Apr 2010) | 3 lines

    Fix issue2987: RFC2732 support for urlparse (IPv6 addresses)
  ........
................

14 years agoMerged revisions 80092 via svnmerge from
Senthil Kumaran [Thu, 15 Apr 2010 17:21:29 +0000 (17:21 +0000)]
Merged revisions 80092 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80092 | senthil.kumaran | 2010-04-15 22:48:22 +0530 (Thu, 15 Apr 2010) | 2 lines

  Fix Issue5419 - explaining bytes return value of urlopen, use of .decode() to convert to str.
........

14 years agoMerged revisions 80078 via svnmerge from
R. David Murray [Wed, 14 Apr 2010 19:05:38 +0000 (19:05 +0000)]
Merged revisions 80078 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80078 | r.david.murray | 2010-04-14 14:59:18 -0400 (Wed, 14 Apr 2010) | 9 lines

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

  ........
    r80062 | r.david.murray | 2010-04-13 16:57:40 -0400 (Tue, 13 Apr 2010) | 2 lines

    Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.
  ........
................

14 years agoFixed extraneous _winreg (changed to winreg in py3k). Thanks, Tim Golden.
Brian Curtin [Tue, 13 Apr 2010 12:44:24 +0000 (12:44 +0000)]
Fixed extraneous _winreg (changed to winreg in py3k). Thanks, Tim Golden.

14 years agoMerged revisions 80040 via svnmerge from
Mark Dickinson [Tue, 13 Apr 2010 11:55:57 +0000 (11:55 +0000)]
Merged revisions 80040 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80040 | mark.dickinson | 2010-04-13 12:54:59 +0100 (Tue, 13 Apr 2010) | 1 line

  Fix invalid syntax.
........

14 years agoMerged revisions 80036 via svnmerge from
Mark Dickinson [Tue, 13 Apr 2010 11:53:16 +0000 (11:53 +0000)]
Merged revisions 80036 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80036 | mark.dickinson | 2010-04-13 12:43:10 +0100 (Tue, 13 Apr 2010) | 9 lines

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

  ........
    r80035 | mark.dickinson | 2010-04-13 12:37:23 +0100 (Tue, 13 Apr 2010) | 1 line

    In test_winsound, don't try to import _winreg until after checking that winsound is supported.
  ........
................

14 years agoMerged revisions 80031 via svnmerge from
Victor Stinner [Tue, 13 Apr 2010 11:09:22 +0000 (11:09 +0000)]
Merged revisions 80031 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80031 | victor.stinner | 2010-04-13 13:07:24 +0200 (mar., 13 avril 2010) | 4 lines

  Issue #8383: pickle and pickletools use surrogatepass error handler when
  encoding unicode as utf8 to support lone surrogates and stay compatible with
  Python 2.x and 3.0
........

14 years agoMerged revisions 80027 via svnmerge from
Brian Curtin [Tue, 13 Apr 2010 02:37:05 +0000 (02:37 +0000)]
Merged revisions 80027 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80027 | brian.curtin | 2010-04-12 21:32:40 -0500 (Mon, 12 Apr 2010) | 11 lines

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

  ........
    r80026 | brian.curtin | 2010-04-12 21:25:20 -0500 (Mon, 12 Apr 2010) | 4 lines

    Fix #7306. Add skips to test_winsound when no default sound is configured.

    These failures occur on a Windows Server 2003 machine I test on.
  ........
................

14 years agoAdd usage notes for collections.Counter()
Raymond Hettinger [Mon, 12 Apr 2010 21:47:14 +0000 (21:47 +0000)]
Add usage notes for collections.Counter()

14 years agoMore NaN consistency fixes (manual merge of r79875 to release31-maint).
Mark Dickinson [Mon, 12 Apr 2010 18:52:08 +0000 (18:52 +0000)]
More NaN consistency fixes (manual merge of r79875 to release31-maint).

14 years agoBlocked revisions 80006 via svnmerge
R. David Murray [Mon, 12 Apr 2010 17:00:38 +0000 (17:00 +0000)]
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.
  ........
................

14 years agoMerged revisions 80002 via svnmerge from
Stefan Krah [Mon, 12 Apr 2010 15:34:39 +0000 (15:34 +0000)]
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.
  ........
................

14 years agotypo
Barry Warsaw [Mon, 12 Apr 2010 14:55:03 +0000 (14:55 +0000)]
typo

14 years agoBlocked revisions 79992 via svnmerge
Tarek Ziadé [Mon, 12 Apr 2010 08:25:25 +0000 (08:25 +0000)]
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
........

14 years agoMerged revisions 79990 via svnmerge from
Senthil Kumaran [Mon, 12 Apr 2010 07:06:04 +0000 (07:06 +0000)]
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)
  ........
................

14 years agoMerged revisions 79983 via svnmerge from
Antoine Pitrou [Mon, 12 Apr 2010 00:20:24 +0000 (00:20 +0000)]
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)
  ........
................

14 years agoMerged revisions 79960 via svnmerge from
Stefan Krah [Sun, 11 Apr 2010 16:50:48 +0000 (16:50 +0000)]
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.
  ........
................

14 years agoFixup new itertools recipes.
Raymond Hettinger [Sat, 10 Apr 2010 07:08:41 +0000 (07:08 +0000)]
Fixup new itertools recipes.

14 years agoMerged revisions 79912 via svnmerge from
Antoine Pitrou [Fri, 9 Apr 2010 20:47:00 +0000 (20:47 +0000)]
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.
  ........
................

14 years agoIssue #8328: Silence Visual Studio warnings.
Stefan Krah [Wed, 7 Apr 2010 10:20:34 +0000 (10:20 +0000)]
Issue #8328: Silence Visual Studio warnings.

14 years agoBlocked revisions 79886 via svnmerge
Stefan Krah [Wed, 7 Apr 2010 10:18:24 +0000 (10:18 +0000)]
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.
  ........
................

14 years agoMerged revisions 79873 via svnmerge from
Mark Dickinson [Tue, 6 Apr 2010 22:14:23 +0000 (22:14 +0000)]
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).
  ........
................

14 years agoMerged revisions 79868 via svnmerge from
Benjamin Peterson [Tue, 6 Apr 2010 21:59:20 +0000 (21:59 +0000)]
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
  ........
................

14 years agoMerged revisions 79860 via svnmerge from
Mark Dickinson [Tue, 6 Apr 2010 19:55:38 +0000 (19:55 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79853 via svnmerge
Mark Dickinson [Tue, 6 Apr 2010 18:23:05 +0000 (18:23 +0000)]
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.
  ........
................

14 years agoMerged revisions 79849 via svnmerge from
Antoine Pitrou [Tue, 6 Apr 2010 17:25:56 +0000 (17:25 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79845 via svnmerge
Mark Dickinson [Tue, 6 Apr 2010 16:56:17 +0000 (16:56 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79839 via svnmerge
Mark Dickinson [Tue, 6 Apr 2010 15:49:23 +0000 (15:49 +0000)]
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.
........

14 years agoMerged revisions 78918,78920 via svnmerge from
Mark Dickinson [Tue, 6 Apr 2010 15:44:57 +0000 (15:44 +0000)]
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.
........

14 years agoBlocked revisions 79835 via svnmerge
Eric Smith [Tue, 6 Apr 2010 15:24:08 +0000 (15:24 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79831 via svnmerge
Eric Smith [Tue, 6 Apr 2010 14:59:16 +0000 (14:59 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79823 via svnmerge
Mark Dickinson [Tue, 6 Apr 2010 13:36:31 +0000 (13:36 +0000)]
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.
  ........
................

14 years agoMerged revisions 79819 via svnmerge from
Senthil Kumaran [Tue, 6 Apr 2010 03:36:00 +0000 (03:36 +0000)]
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"
  ........
................

14 years agoBlocked revisions 79805 via svnmerge
Mark Dickinson [Mon, 5 Apr 2010 18:12:20 +0000 (18:12 +0000)]
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.)
  ........
................

14 years agoMerged revisions 79799 via svnmerge from
Ezio Melotti [Mon, 5 Apr 2010 13:57:55 +0000 (13:57 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79790 via svnmerge
Ezio Melotti [Mon, 5 Apr 2010 08:24:07 +0000 (08:24 +0000)]
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.
  ........
................

14 years agoMerged revisions 79615 via svnmerge from
Ezio Melotti [Mon, 5 Apr 2010 07:58:21 +0000 (07:58 +0000)]
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__.
........

14 years agoMerged revisions 79783 via svnmerge from
Ezio Melotti [Mon, 5 Apr 2010 04:06:12 +0000 (04:06 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79773 via svnmerge
Ezio Melotti [Sun, 4 Apr 2010 23:31:30 +0000 (23:31 +0000)]
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.
  ........
................

14 years agoMerged revisions 79765 via svnmerge from
Benjamin Peterson [Sun, 4 Apr 2010 23:18:09 +0000 (23:18 +0000)]
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
  ........
................

14 years agoBlocked revisions 79757 via svnmerge
Mark Dickinson [Sun, 4 Apr 2010 22:14:15 +0000 (22:14 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79752 via svnmerge
Mark Dickinson [Sun, 4 Apr 2010 21:28:27 +0000 (21:28 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79742 via svnmerge
Ezio Melotti [Sun, 4 Apr 2010 07:22:15 +0000 (07:22 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79662,79737 via svnmerge
Ezio Melotti [Sun, 4 Apr 2010 06:55:27 +0000 (06:55 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79731 via svnmerge
Ezio Melotti [Sun, 4 Apr 2010 06:31:48 +0000 (06:31 +0000)]
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.
........

14 years agoBlocked revisions 79701 via svnmerge
Mark Dickinson [Sat, 3 Apr 2010 15:51:38 +0000 (15:51 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79689 via svnmerge
Ezio Melotti [Sat, 3 Apr 2010 15:35:15 +0000 (15:35 +0000)]
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).
........

14 years agoBlocked revisions 79688 via svnmerge
Mark Dickinson [Sat, 3 Apr 2010 15:28:05 +0000 (15:28 +0000)]
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.
........

14 years agoBlocked revisions 79600 via svnmerge
Ezio Melotti [Sat, 3 Apr 2010 15:24:05 +0000 (15:24 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79683 via svnmerge
Mark Dickinson [Sat, 3 Apr 2010 15:08:07 +0000 (15:08 +0000)]
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.
........

14 years agoBlocked revisions 79681 via svnmerge
Ezio Melotti [Sat, 3 Apr 2010 15:01:46 +0000 (15:01 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79676 via svnmerge
Mark Dickinson [Sat, 3 Apr 2010 14:25:25 +0000 (14:25 +0000)]
Blocked revisions 79676 via svnmerge

........
  r79676 | mark.dickinson | 2010-04-03 15:24:58 +0100 (Sat, 03 Apr 2010) | 1 line

  Remove unused define.
........

14 years agoBlocked revisions 79670 via svnmerge
Mark Dickinson [Sat, 3 Apr 2010 11:19:18 +0000 (11:19 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79668 via svnmerge
Mark Dickinson [Sat, 3 Apr 2010 11:08:48 +0000 (11:08 +0000)]
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.
  ........
................

14 years agoMerged revisions 79665 via svnmerge from
Mark Dickinson [Sat, 3 Apr 2010 10:59:11 +0000 (10:59 +0000)]
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.
  ........
................

14 years agoBlocked revisions 79657 via svnmerge
Tarek Ziadé [Sat, 3 Apr 2010 08:48:27 +0000 (08:48 +0000)]
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
  ........
................

14 years agoBlocked revisions 79621 via svnmerge
Tarek Ziadé [Sat, 3 Apr 2010 08:48:00 +0000 (08:48 +0000)]
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
  ........
................

14 years agoMerged revisions 79645 via svnmerge from
Benjamin Peterson [Sat, 3 Apr 2010 01:46:38 +0000 (01:46 +0000)]
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
  ........
................

14 years agoMerged revision 79605 via svnmerge from
Florent Xicluna [Sat, 3 Apr 2010 00:45:27 +0000 (00:45 +0000)]
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).
........

14 years agoFix nits in itertools recipes.
Raymond Hettinger [Fri, 2 Apr 2010 04:49:24 +0000 (04:49 +0000)]
Fix nits in itertools recipes.

14 years agoAdd and update itertools recipes.
Raymond Hettinger [Fri, 2 Apr 2010 04:16:13 +0000 (04:16 +0000)]
Add and update itertools recipes.

14 years agoDocument sorting HowTo
Raymond Hettinger [Fri, 2 Apr 2010 00:23:40 +0000 (00:23 +0000)]
Document sorting HowTo

14 years agoMerged revisions 79553 via svnmerge from
Stefan Krah [Thu, 1 Apr 2010 10:56:52 +0000 (10:56 +0000)]
Merged revisions 79553 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r79553 | stefan.krah | 2010-04-01 12:34:09 +0200 (Thu, 01 Apr 2010) | 1 line

  Fix typo in definition of 'in' keyword.
........

14 years agoMerged revisions 79545 via svnmerge from
Brian Curtin [Thu, 1 Apr 2010 04:06:54 +0000 (04:06 +0000)]
Merged revisions 79545 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79545 | brian.curtin | 2010-03-31 23:05:25 -0500 (Wed, 31 Mar 2010) | 9 lines

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

  ........
    r79543 | brian.curtin | 2010-03-31 23:02:00 -0500 (Wed, 31 Mar 2010) | 2 lines

    Fix a test_pydoc failure on Neal Norwitz's buildbot.
  ........
................

14 years agoMerged revisions 79531 via svnmerge from
Brian Curtin [Wed, 31 Mar 2010 17:49:27 +0000 (17:49 +0000)]
Merged revisions 79531 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r79531 | brian.curtin | 2010-03-31 11:46:38 -0600 (Wed, 31 Mar 2010) | 4 lines

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

14 years agoBlocked revisions 79182 via svnmerge
Ezio Melotti [Wed, 31 Mar 2010 07:49:39 +0000 (07:49 +0000)]
Blocked revisions 79182 via svnmerge

................
  r79182 | georg.brandl | 2010-03-21 11:51:44 +0200 (Sun, 21 Mar 2010) | 9 lines

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

  ........
    r79179 | georg.brandl | 2010-03-21 10:37:54 +0100 (So, 21 Mär 2010) | 1 line

    Mention inefficiency of lists as queues, add link to collections.deque discussion.
  ........
................

14 years agoMerged revisions 79525 via svnmerge from
Ezio Melotti [Wed, 31 Mar 2010 07:48:01 +0000 (07:48 +0000)]
Merged revisions 79525 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79525 | ezio.melotti | 2010-03-31 10:45:32 +0300 (Wed, 31 Mar 2010) | 9 lines

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

  ........
    r79522 | ezio.melotti | 2010-03-31 10:26:24 +0300 (Wed, 31 Mar 2010) | 1 line

    Revert r79179 and merge r75584 to explain how to implement a queue using collection.deque instead of a list.
  ........
................

14 years agoMerged revisions 79520 via svnmerge from
Brian Curtin [Wed, 31 Mar 2010 03:22:46 +0000 (03:22 +0000)]
Merged revisions 79520 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79520 | brian.curtin | 2010-03-30 22:19:28 -0500 (Tue, 30 Mar 2010) | 9 lines

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

  ........
    r79518 | brian.curtin | 2010-03-30 22:10:21 -0500 (Tue, 30 Mar 2010) | 2 lines

    Fix #8225. xml.etree was displaying an incorrect link when viewed in help.
  ........
................

14 years agoBlocked revisions 78930,79506,79508 via svnmerge
Florent Xicluna [Tue, 30 Mar 2010 19:56:08 +0000 (19:56 +0000)]
Blocked revisions 78930,79506,79508 via svnmerge

................
  r78930 | florent.xicluna | 2010-03-13 16:35:12 +0100 (sam, 13 mar 2010) | 9 lines

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

  ........
    r78832 | florent.xicluna | 2010-03-11 02:39:55 +0100 (jeu, 11 mar 2010) | 2 lines

    It is not optimal to test sys.stderr on a debug build.
  ........
................
  r79506 | florent.xicluna | 2010-03-30 21:34:18 +0200 (mar, 30 mar 2010) | 13 lines

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

  ........
    r79494 | florent.xicluna | 2010-03-30 10:24:06 +0200 (mar, 30 mar 2010) | 2 lines

    #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14.
  ........
    r79496 | florent.xicluna | 2010-03-30 18:29:03 +0200 (mar, 30 mar 2010) | 2 lines

    Highlight the change of behavior related to r79494.  Now VT and FF are linebreaks.
  ........
................
  r79508 | florent.xicluna | 2010-03-30 21:43:09 +0200 (mar, 30 mar 2010) | 9 lines

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

  ........
    r79497 | florent.xicluna | 2010-03-30 18:31:14 +0200 (mar, 30 mar 2010) | 2 lines

    #8263: Now regrtest.py will report a failure if it receives a KeyboardInterrupt (SIGINT).
  ........
................

14 years agoMerged revisions 79507 via svnmerge from
Florent Xicluna [Tue, 30 Mar 2010 19:46:42 +0000 (19:46 +0000)]
Merged revisions 79507 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79507 | florent.xicluna | 2010-03-30 21:37:07 +0200 (mar, 30 mar 2010) | 9 lines

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

  ........
    r79498 | florent.xicluna | 2010-03-30 18:42:47 +0200 (mar, 30 mar 2010) | 2 lines

    fix ACKS: alphabetic order and UTF-8
  ........
................

14 years agoMerged revisions 79333 via svnmerge from
Senthil Kumaran [Mon, 29 Mar 2010 19:25:37 +0000 (19:25 +0000)]
Merged revisions 79333 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79333 | senthil.kumaran | 2010-03-23 16:30:53 +0530 (Tue, 23 Mar 2010) | 9 lines

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

  ........
    r79329 | senthil.kumaran | 2010-03-23 14:16:31 +0530 (Tue, 23 Mar 2010) | 2 lines

    Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs
  ........
................

14 years agoUpdate itertools recipes.
Raymond Hettinger [Sun, 28 Mar 2010 18:29:17 +0000 (18:29 +0000)]
Update itertools recipes.

14 years agoNote: only the relevant parts of r79474 are merged.
Florent Xicluna [Sun, 28 Mar 2010 11:42:38 +0000 (11:42 +0000)]
Note: only the relevant parts of r79474 are merged.

Merged revisions 78793,78798-78799,78977,79095,79196,79474 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78793 | florent.xicluna | 2010-03-08 13:25:35 +0100 (lun, 08 mar 2010) | 2 lines

  Fix macpath to deal with bytes
................
  r78798 | florent.xicluna | 2010-03-08 14:32:17 +0100 (lun, 08 mar 2010) | 18 lines

  Merged revisions 78777,78787,78790 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r78777 | florent.xicluna | 2010-03-08 00:49:03 +0100 (lun, 08 mar 2010) | 4 lines

    Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717.
    It should fix transient failures on test_multiprocessing.
  ........
    r78787 | florent.xicluna | 2010-03-08 08:21:16 +0100 (lun, 08 mar 2010) | 2 lines

    Don't fail on a debug() statement, if the worker PID is (still) None.
  ........
    r78790 | florent.xicluna | 2010-03-08 12:01:39 +0100 (lun, 08 mar 2010) | 2 lines

    On finalize, don't try to join not started process.
  ........
................
  r78799 | florent.xicluna | 2010-03-08 15:44:41 +0100 (lun, 08 mar 2010) | 2 lines

  Fix ntpath abspath to deal with bytes.
................
  r78977 | florent.xicluna | 2010-03-15 14:14:39 +0100 (lun, 15 mar 2010) | 2 lines

  Fix \xhh specs, #1889.  (an oversight of r60193, r60210).
................
  r79095 | florent.xicluna | 2010-03-19 15:40:31 +0100 (ven, 19 mar 2010) | 2 lines

  Rename test.test_support to test.support for 3.x.
................
  r79196 | florent.xicluna | 2010-03-21 13:29:50 +0100 (dim, 21 mar 2010) | 9 lines

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

  ........
    r79195 | florent.xicluna | 2010-03-21 13:27:20 +0100 (dim, 21 mar 2010) | 2 lines

    Issue #8179: Fix macpath.realpath() on a non-existing path.
  ........
................
  r79474 | florent.xicluna | 2010-03-28 01:25:02 +0100 (dim, 28 mar 2010) | 33 lines

  Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79297 | florent.xicluna | 2010-03-22 18:18:18 +0100 (lun, 22 mar 2010) | 2 lines

    #7668: Fix test_httpservers failure when sys.executable contains non-ASCII bytes.
  ........
    r79310 | florent.xicluna | 2010-03-22 23:52:11 +0100 (lun, 22 mar 2010) | 2 lines

    Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only).
  ........
    r79382 | florent.xicluna | 2010-03-24 20:33:25 +0100 (mer, 24 mar 2010) | 2 lines

    Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available.
  ........
    r79425 | florent.xicluna | 2010-03-25 21:32:07 +0100 (jeu, 25 mar 2010) | 2 lines

    Syntax cleanup `== None` -> `is None`
  ........
    r79426 | florent.xicluna | 2010-03-25 21:33:49 +0100 (jeu, 25 mar 2010) | 2 lines

    #8207: Fix test_pep277 on OS X
  ........
    r79427 | florent.xicluna | 2010-03-25 21:39:10 +0100 (jeu, 25 mar 2010) | 2 lines

    Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest"
  ........
    r79450 | florent.xicluna | 2010-03-26 20:32:44 +0100 (ven, 26 mar 2010) | 2 lines

    Ensure that the failed or unexpected tests are sorted before printing.
  ........
................

14 years agoBlocked revisions 78499,79472 via svnmerge
Florent Xicluna [Sun, 28 Mar 2010 11:39:32 +0000 (11:39 +0000)]
Blocked revisions 78499,79472 via svnmerge

................
  r78499 | florent.xicluna | 2010-02-27 16:16:59 +0100 (sam, 27 fév 2010) | 8 lines

  Blocked revisions 78497 via svnmerge

  ........
    r78497 | florent.xicluna | 2010-02-27 16:10:19 +0100 (sam, 27 fév 2010) | 2 lines

    #7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs.
  ........
................
  r79472 | florent.xicluna | 2010-03-27 23:18:04 +0100 (sam, 27 mar 2010) | 27 lines

  Blocked revisions 79288,79295-79296,79334,79378 via svnmerge

  ........
    r79288 | florent.xicluna | 2010-03-22 16:02:46 +0100 (lun, 22 mar 2010) | 2 lines

    Get rid of buffer() in test_ctypes:  backport the 3.x tests.
  ........
    r79295 | florent.xicluna | 2010-03-22 17:07:38 +0100 (lun, 22 mar 2010) | 3 lines

    Issue #7703: ctypes supports both buffer() and memoryview().  The former is deprecated.
    Complement of r79288.
  ........
    r79296 | florent.xicluna | 2010-03-22 17:36:51 +0100 (lun, 22 mar 2010) | 3 lines

    Preserve backward compatibility of the ctypes module.
    "This file should be kept compatible with Python 2.3, see PEP 291."
  ........
    r79334 | florent.xicluna | 2010-03-23 12:07:54 +0100 (mar, 23 mar 2010) | 2 lines

    Skip test_format_deprecation if _ctypes is not available.  Add a filter to the warning check.
  ........
    r79378 | florent.xicluna | 2010-03-24 18:32:58 +0100 (mer, 24 mar 2010) | 3 lines

    Skip test_ascii_formatd if _ctypes is not available (BSD, ...).
    Previous change was incomplete (r79334).
  ........
................

14 years agoBlocked revisions 78510,78583,78607,78654-78655,78663,78672,78674,78676,78702,78705...
Florent Xicluna [Sun, 28 Mar 2010 11:38:06 +0000 (11:38 +0000)]
Blocked revisions 78510,78583,78607,78654-78655,78663,78672,78674,78676,78702,78705,78723-78725,78727,78733,78792,78795-78797,78801,78829,78831,78834,78929,78942,78945,78961,79033,79050,79062,79065,79083,79088,79093-79094,79102,79128,79145,79209,79473 via svnmerge

................
  r78510 | florent.xicluna | 2010-02-27 23:12:37 +0100 (sam, 27 fév 2010) | 13 lines

  Recorded merge of revisions 78508-78509 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r78508 | florent.xicluna | 2010-02-27 20:20:50 +0100 (sam, 27 fév 2010) | 2 lines

    Clean test_subprocess: use assertRaises, skipIf, skipUnless helpers and a custom helper assertStderrEqual.
  ........
    r78509 | florent.xicluna | 2010-02-27 22:15:27 +0100 (sam, 27 fév 2010) | 2 lines

    Fix an oversight in r78508: p.wait() should be compared to 0
  ........
................
  r78583 | florent.xicluna | 2010-03-02 17:06:24 +0100 (mar, 02 mar 2010) | 9 lines

  Recorded merge of revisions 78582 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r78582 | florent.xicluna | 2010-03-02 17:00:00 +0100 (mar, 02 mar 2010) | 2 lines

    Refactor test_dict using assertRaises.
  ........
................
  r78607 | florent.xicluna | 2010-03-03 01:06:37 +0100 (mer, 03 mar 2010) | 17 lines

  Merged revisions 78585,78594,78606 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r78585 | florent.xicluna | 2010-03-02 22:34:45 +0100 (mar, 02 mar 2010) | 2 lines

    Tentatively enable test_pep277 on all platforms.
  ........
    r78594 | florent.xicluna | 2010-03-02 23:34:11 +0100 (mar, 02 mar 2010) | 2 lines

    Test test_pep277 is only relevant for Unicode-friendly filesystems.
  ........
    r78606 | florent.xicluna | 2010-03-03 00:56:38 +0100 (mer, 03 mar 2010) | 2 lines

    Fix wording.
  ........
................
  r78654 | florent.xicluna | 2010-03-04 17:10:10 +0100 (jeu, 04 mar 2010) | 9 lines

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

  ........
    r78653 | florent.xicluna | 2010-03-04 16:58:54 +0100 (jeu, 04 mar 2010) | 2 lines

    #7805: wait until all workers are started before collecting their PIDs
  ........
................
  r78655 | florent.xicluna | 2010-03-04 17:10:55 +0100 (jeu, 04 mar 2010) | 2 lines

  Missing part from r78654
................
  r78663 | florent.xicluna | 2010-03-04 22:50:56 +0100 (jeu, 04 mar 2010) | 16 lines

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

  ........
    r78661 | florent.xicluna | 2010-03-04 20:40:48 +0100 (jeu, 04 mar 2010) | 2 lines

    Cleanup.
  ........
    r78662 | florent.xicluna | 2010-03-04 22:31:58 +0100 (jeu, 04 mar 2010) | 2 lines

    #2777: Enable test_send_signal, test_kill and test_terminate on all platforms.
  ........

  And fix an oversight of changeset 78510.
................
  r78672 | florent.xicluna | 2010-03-05 01:52:00 +0100 (ven, 05 mar 2010) | 10 lines

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

  ........
    r78671 | florent.xicluna | 2010-03-05 01:47:40 +0100 (ven, 05 mar 2010) | 3 lines

    Workaround #3137: Retry SIGINT if it is not received the first time.
    test_send_signal should not hang anymore on various Linux distributions.
  ........
................
  r78674 | florent.xicluna | 2010-03-05 02:07:40 +0100 (ven, 05 mar 2010) | 2 lines

  Remove some debug line...
................
  r78676 | florent.xicluna | 2010-03-05 02:18:04 +0100 (ven, 05 mar 2010) | 9 lines

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

  ........
    r78673 | florent.xicluna | 2010-03-05 02:05:55 +0100 (ven, 05 mar 2010) | 2 lines

    Let's use assertIsNone / assertIsNotNone. It's hype.
  ........
................
  r78702 | florent.xicluna | 2010-03-05 21:26:54 +0100 (ven, 05 mar 2010) | 9 lines

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

  ........
    r78701 | florent.xicluna | 2010-03-05 20:31:21 +0100 (ven, 05 mar 2010) | 2 lines

    #2777: Handle fds more carefully to try to fix some x86-Linux failures (namely, neal bot and twisted bot).
  ........
................
  r78705 | florent.xicluna | 2010-03-06 01:19:38 +0100 (sam, 06 mar 2010) | 9 lines

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

  ........
    r78704 | florent.xicluna | 2010-03-06 01:16:57 +0100 (sam, 06 mar 2010) | 2 lines

    #2777: Apply same recipe for test_terminate and test_kill, i.e. close or redirect fds.
  ........
................
  r78723 | florent.xicluna | 2010-03-06 12:43:55 +0100 (sam, 06 mar 2010) | 14 lines

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

  ........
    r78719 | florent.xicluna | 2010-03-06 09:07:44 +0100 (sam, 06 mar 2010) | 3 lines

    Keep the test files in the ./build/ subdirectory, if Python is not installed.
    Remove two hacks which are no longer needed after #7712, because all __file__ attributes are absolute.
  ........
    r78720 | florent.xicluna | 2010-03-06 10:11:55 +0100 (sam, 06 mar 2010) | 2 lines

    Print platform information to stdout, to help troubleshooting platform-specific failures.
  ........
................
  r78724 | florent.xicluna | 2010-03-06 12:52:51 +0100 (sam, 06 mar 2010) | 9 lines

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

  ........
    r78721 | florent.xicluna | 2010-03-06 10:54:14 +0100 (sam, 06 mar 2010) | 2 lines

    #2777: Apply same recipe on win32, i.e. do not inherit file handles.
  ........
................
  r78725 | florent.xicluna | 2010-03-06 15:04:16 +0100 (sam, 06 mar 2010) | 2 lines

  Fix test_pydoc when sys.modules["test"] is first imported using importlib.import_module.
................
  r78727 | florent.xicluna | 2010-03-06 15:43:34 +0100 (sam, 06 mar 2010) | 2 lines

  Fix TypeError on usage() when using regrtest switches which are not compatible.
................
  r78733 | florent.xicluna | 2010-03-06 18:34:48 +0100 (sam, 06 mar 2010) | 9 lines

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

  ........
    r78732 | florent.xicluna | 2010-03-06 18:24:36 +0100 (sam, 06 mar 2010) | 2 lines

    Do not print the header lines when running a single test.
  ........
................
  r78792 | florent.xicluna | 2010-03-08 13:24:53 +0100 (lun, 08 mar 2010) | 13 lines

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

  ........
    r78734 | florent.xicluna | 2010-03-06 19:07:18 +0100 (sam, 06 mar 2010) | 2 lines

    Create test_genericpath.CommonTest and reuse it to test other path modules.
  ........
    r78735 | florent.xicluna | 2010-03-06 19:52:52 +0100 (sam, 06 mar 2010) | 2 lines

    Minor tweaking of previous r78734, and add a NEWS entry.
  ........
................
  r78795 | florent.xicluna | 2010-03-08 13:42:20 +0100 (lun, 08 mar 2010) | 2 lines

  Merge other tests from test_*path.py into test_genericpath.CommonTest, and do some cleanup.
................
  r78796 | florent.xicluna | 2010-03-08 13:47:44 +0100 (lun, 08 mar 2010) | 2 lines

  Fix string-> bytes conversion on backport from 2.x.
................
  r78797 | florent.xicluna | 2010-03-08 14:27:26 +0100 (lun, 08 mar 2010) | 30 lines

  Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r78736 | florent.xicluna | 2010-03-06 20:43:41 +0100 (sam, 06 mar 2010) | 2 lines

    Skip test_send_signal, test_kill, test_terminate on win32 platforms, for 2.7a4 release.
  ........
    r78759 | florent.xicluna | 2010-03-07 13:21:36 +0100 (dim, 07 mar 2010) | 2 lines

    #2777: Enable test_send_signal, test_terminate and test_kill on win32 platforms.
  ........
    r78761 | florent.xicluna | 2010-03-07 16:27:39 +0100 (dim, 07 mar 2010) | 4 lines

    Do not fail if returncode is 0 on send_signal/kill/terminate, for win32 platforms.
    Do not hide the KeyboardInterrupt on POSIX platforms.
  ........
    r78767 | florent.xicluna | 2010-03-07 18:12:23 +0100 (dim, 07 mar 2010) | 2 lines

    #2777: Try hard to make Win7 buildbot happy...
  ........
    r78788 | florent.xicluna | 2010-03-08 11:58:12 +0100 (lun, 08 mar 2010) | 2 lines

    Fix syntax: "rc != None" -> "rc is not None"
  ........
    r78789 | florent.xicluna | 2010-03-08 11:59:33 +0100 (lun, 08 mar 2010) | 2 lines

    Replace the stderr logging with assertNotEqual(returncode, 0).
  ........
................
  r78801 | florent.xicluna | 2010-03-08 16:34:35 +0100 (lun, 08 mar 2010) | 11 lines

  Backport the tests only.

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

  ........
    r78800 | florent.xicluna | 2010-03-08 16:20:28 +0100 (lun, 08 mar 2010) | 2 lines

    #7624: Fix isinstance(foo(), collections.Callable) for old-style classes.
  ........
................
  r78829 | florent.xicluna | 2010-03-11 01:05:17 +0100 (jeu, 11 mar 2010) | 9 lines

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

  ........
    r78828 | florent.xicluna | 2010-03-11 00:58:42 +0100 (jeu, 11 mar 2010) | 2 lines

    Issue #7880: Fix sysconfig when the python executable is a symbolic link.
  ........
................
  r78831 | florent.xicluna | 2010-03-11 02:00:26 +0100 (jeu, 11 mar 2010) | 10 lines

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

  ........
    r78830 | florent.xicluna | 2010-03-11 01:56:59 +0100 (jeu, 11 mar 2010) | 3 lines

    Fix the test_subprocess failure when sys.executable is meaningless: '' or a directory.
    It does not fix #7774.
  ........
................
  r78834 | florent.xicluna | 2010-03-11 02:53:10 +0100 (jeu, 11 mar 2010) | 9 lines

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

  ........
    r78833 | florent.xicluna | 2010-03-11 02:50:48 +0100 (jeu, 11 mar 2010) | 2 lines

    Revert r78830: realpath() should really be applied to sys.executable.
  ........
................
  r78929 | florent.xicluna | 2010-03-13 16:26:44 +0100 (sam, 13 mar 2010) | 24 lines

  Only the parts which are relevant for 3.x branch.

  Merged revisions 78757-78758,78769,78815 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r78757 | florent.xicluna | 2010-03-07 13:14:25 +0100 (dim, 07 mar 2010) | 2 lines

    Fix some py3k warnings in the standard library.
  ........
    r78758 | florent.xicluna | 2010-03-07 13:18:33 +0100 (dim, 07 mar 2010) | 4 lines

    Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
    effectively raised.  A new utility ``check_py3k_warnings`` deals with py3k warnings.
  ........
    r78769 | florent.xicluna | 2010-03-07 20:14:12 +0100 (dim, 07 mar 2010) | 2 lines

    Refresh the documentation for the test.test_support module.
  ........
    r78815 | florent.xicluna | 2010-03-09 20:57:01 +0100 (mar, 09 mar 2010) | 2 lines

    #7772: Fix test_py3kwarn. Now the test suite could pass with "-3" flag.
  ........
................
  r78942 | florent.xicluna | 2010-03-14 00:24:31 +0100 (dim, 14 mar 2010) | 30 lines

  Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r78838 | florent.xicluna | 2010-03-11 15:36:19 +0100 (jeu, 11 mar 2010) | 2 lines

    Issue #6472: The xml.etree package is updated to ElementTree 1.3.  The cElementTree module is updated too.
  ........
    r78839 | florent.xicluna | 2010-03-11 16:55:11 +0100 (jeu, 11 mar 2010) | 2 lines

    Fix repr of tree Element on windows.
  ........
    r78917 | florent.xicluna | 2010-03-13 12:18:49 +0100 (sam, 13 mar 2010) | 2 lines

    Move the xml test data to their own directory.
  ........
    r78919 | florent.xicluna | 2010-03-13 13:41:48 +0100 (sam, 13 mar 2010) | 2 lines

    Do not chdir when running test_xml_etree, and enhance the findfile helper.
  ........
    r78934 | florent.xicluna | 2010-03-13 18:56:19 +0100 (sam, 13 mar 2010) | 2 lines

    Update some parts of the xml.etree documentation.
  ........
    r78937 | florent.xicluna | 2010-03-13 21:30:15 +0100 (sam, 13 mar 2010) | 3 lines

    Add the keyword argument "method=None" to the .write() method and the tostring/tostringlist functions.
    Update the function, class and method signatures, according to the new convention.
  ........
................
  r78945 | florent.xicluna | 2010-03-14 02:28:07 +0100 (dim, 14 mar 2010) | 9 lines

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

  ........
    r78944 | florent.xicluna | 2010-03-14 02:22:09 +0100 (dim, 14 mar 2010) | 2 lines

    Minor documentation updates for xml.etree.
  ........
................
  r78961 | florent.xicluna | 2010-03-14 13:31:06 +0100 (dim, 14 mar 2010) | 2 lines

  Fix an oversight in r78946 which causes failure in the subprocess module on Windows.
................
  r79033 | florent.xicluna | 2010-03-17 21:29:51 +0100 (mer, 17 mar 2010) | 17 lines

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

  ........
    r79030 | florent.xicluna | 2010-03-17 20:05:04 +0100 (mer, 17 mar 2010) | 2 lines

    Cleanup in test_import and test_coding.
  ........
    r79031 | florent.xicluna | 2010-03-17 20:15:56 +0100 (mer, 17 mar 2010) | 2 lines

    Cleanup some test cases using check_warnings and check_py3k_warnings.
  ........
    r79032 | florent.xicluna | 2010-03-17 21:05:11 +0100 (mer, 17 mar 2010) | 2 lines

    Fix and check cgi module deprecation warnings.  Revert an unwanted rename in test_import.
  ........
................
  r79050 | florent.xicluna | 2010-03-18 21:00:57 +0100 (jeu, 18 mar 2010) | 9 lines

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

  ........
    r79049 | florent.xicluna | 2010-03-18 20:51:47 +0100 (jeu, 18 mar 2010) | 2 lines

    #8155: Preserve backward compatibility for test_support.check_warnings().  Add regression tests.
  ........
................
  r79062 | florent.xicluna | 2010-03-18 23:11:01 +0100 (jeu, 18 mar 2010) | 9 lines

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

  ........
    r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines

    Issue #8024: Update the Unicode database to 5.2
  ........
................
  r79065 | florent.xicluna | 2010-03-18 23:19:01 +0100 (jeu, 18 mar 2010) | 2 lines

  Missing update from previous changeset r79062.
................
  r79083 | florent.xicluna | 2010-03-19 01:03:01 +0100 (ven, 19 mar 2010) | 2 lines

  Fix bad unicodedata checksum merge from trunk in r79062
................
  r79088 | florent.xicluna | 2010-03-19 02:17:46 +0100 (ven, 19 mar 2010) | 2 lines

  Revert Unicode UCD 5.2 upgrade in 3.x.  It broke repr() for unicode objects, and gave failures in test_bigmem.  Revert 79062, 79065 and 79083.
................
  r79093 | florent.xicluna | 2010-03-19 14:37:08 +0100 (ven, 19 mar 2010) | 11 lines

  Fixed a failure in test_bigmem.

  Merged revision 79059 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines

    Issue #8024: Update the Unicode database to 5.2
  ........
................
  r79094 | florent.xicluna | 2010-03-19 15:25:03 +0100 (ven, 19 mar 2010) | 14 lines

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

  ........
    r78982 | florent.xicluna | 2010-03-15 15:00:58 +0100 (lun, 15 mar 2010) | 2 lines

    Remove py3k deprecation warnings from these Unicode tools.
  ........
    r78986 | florent.xicluna | 2010-03-15 19:08:58 +0100 (lun, 15 mar 2010) | 3 lines

    Issue #7783 and #7787: open_urlresource invalidates the outdated files from the local cache.
    Use this feature to fix test_normalization.
  ........
................
  r79102 | florent.xicluna | 2010-03-19 20:00:44 +0100 (ven, 19 mar 2010) | 9 lines

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

  ........
    r79100 | florent.xicluna | 2010-03-19 19:34:55 +0100 (ven, 19 mar 2010) | 2 lines

    Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp/tearDown.
  ........
................
  r79128 | florent.xicluna | 2010-03-20 01:21:04 +0100 (sam, 20 mar 2010) | 9 lines

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

  ........
    r79127 | florent.xicluna | 2010-03-20 01:17:46 +0100 (sam, 20 mar 2010) | 2 lines

    #8178 Cleanup the threads after test_thread.TestForkInThread.
  ........
................
  r79145 | florent.xicluna | 2010-03-20 21:31:34 +0100 (sam, 20 mar 2010) | 2 lines

  Typo
................
  r79209 | florent.xicluna | 2010-03-21 19:49:50 +0100 (dim, 21 mar 2010) | 9 lines

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

  ........
    r79207 | florent.xicluna | 2010-03-21 19:00:38 +0100 (dim, 21 mar 2010) | 2 lines

    #8180: Fix test_pep277 on OS X and add more tests for special Unicode normalization cases.
  ........
................
  r79473 | florent.xicluna | 2010-03-27 23:47:23 +0100 (sam, 27 mar 2010) | 17 lines

  Merged revisions 79344,79346,79350 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79344 | florent.xicluna | 2010-03-23 15:36:45 +0100 (mar, 23 mar 2010) | 2 lines

    Silence test_subprocess.
  ........
    r79346 | florent.xicluna | 2010-03-23 16:05:30 +0100 (mar, 23 mar 2010) | 2 lines

    The standard error should be empty when the signal is killed, except on SIGINT.
  ........
    r79350 | florent.xicluna | 2010-03-23 20:19:16 +0100 (mar, 23 mar 2010) | 2 lines

    The SIGINT signal may happen earlier, during site.py initialization.
  ........
................

14 years agoBlocked revisions 79456,79458 via svnmerge
Mark Dickinson [Sat, 27 Mar 2010 11:18:21 +0000 (11:18 +0000)]
Blocked revisions 79456,79458 via svnmerge

................
  r79456 | mark.dickinson | 2010-03-27 11:11:13 +0000 (Sat, 27 Mar 2010) | 9 lines

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

  ........
    r79455 | mark.dickinson | 2010-03-27 11:09:29 +0000 (Sat, 27 Mar 2010) | 2 lines

    Make Fraction to complex comparisons with <=, <, >= or > raise TypeError.
  ........
................
  r79458 | mark.dickinson | 2010-03-27 11:16:00 +0000 (Sat, 27 Mar 2010) | 9 lines

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

  ........
    r79457 | mark.dickinson | 2010-03-27 11:14:37 +0000 (Sat, 27 Mar 2010) | 1 line

    Add Misc/NEWS entry for r79455.
  ........
................

14 years agoMerged revisions 79449,79452 via svnmerge from
Antoine Pitrou [Fri, 26 Mar 2010 19:38:11 +0000 (19:38 +0000)]
Merged revisions 79449,79452 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79449 | antoine.pitrou | 2010-03-26 20:32:24 +0100 (ven., 26 mars 2010) | 12 lines

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

  ........
    r79448 | antoine.pitrou | 2010-03-26 20:27:16 +0100 (ven., 26 mars 2010) | 6 lines

    Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking
    reads and writes are always retried by OpenSSL itself.

    (this is a followup to issue #3890)
  ........
................
  r79452 | antoine.pitrou | 2010-03-26 20:36:14 +0100 (ven., 26 mars 2010) | 3 lines

  Add NEWS entry for r79449.
................