]> granicus.if.org Git - python/log
python
14 years agoMerged revisions 76815 via svnmerge from
Mark Dickinson [Sun, 13 Dec 2009 21:18:16 +0000 (21:18 +0000)]
Merged revisions 76815 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76815 | mark.dickinson | 2009-12-13 21:10:57 +0000 (Sun, 13 Dec 2009) | 10 lines

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

  ........
    r76813 | mark.dickinson | 2009-12-13 21:06:06 +0000 (Sun, 13 Dec 2009) | 3 lines

    Issue #7492: Autoconf tests were leaving semaphore files behind.  Add
    sem_unlink calls to delete those semaphore files.
  ........
................

14 years agoUnblocked revisions 76815 via svnmerge
Mark Dickinson [Sun, 13 Dec 2009 21:13:19 +0000 (21:13 +0000)]
Unblocked revisions 76815 via svnmerge

................
  r76815 | mark.dickinson | 2009-12-13 21:10:57 +0000 (Sun, 13 Dec 2009) | 10 lines

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

  ........
    r76813 | mark.dickinson | 2009-12-13 21:06:06 +0000 (Sun, 13 Dec 2009) | 3 lines

    Issue #7492: Autoconf tests were leaving semaphore files behind.  Add
    sem_unlink calls to delete those semaphore files.
  ........
................

14 years agoBlocked revisions 76815 via svnmerge
Mark Dickinson [Sun, 13 Dec 2009 21:12:29 +0000 (21:12 +0000)]
Blocked revisions 76815 via svnmerge

................
  r76815 | mark.dickinson | 2009-12-13 21:10:57 +0000 (Sun, 13 Dec 2009) | 10 lines

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

  ........
    r76813 | mark.dickinson | 2009-12-13 21:06:06 +0000 (Sun, 13 Dec 2009) | 3 lines

    Issue #7492: Autoconf tests were leaving semaphore files behind.  Add
    sem_unlink calls to delete those semaphore files.
  ........
................

14 years agoMerged revisions 76812 via svnmerge from
Benjamin Peterson [Sun, 13 Dec 2009 21:06:19 +0000 (21:06 +0000)]
Merged revisions 76812 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76812 | benjamin.peterson | 2009-12-13 15:04:16 -0600 (Sun, 13 Dec 2009) | 1 line

  remove references to cPickle
........

14 years agoMerged revisions 76810 via svnmerge from
Mark Dickinson [Sun, 13 Dec 2009 20:04:13 +0000 (20:04 +0000)]
Merged revisions 76810 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76810 | mark.dickinson | 2009-12-13 20:03:21 +0000 (Sun, 13 Dec 2009) | 4 lines

  Make sure that test_capsule always returns NULL on error; this may
  help diagnose the sporadic test_capi failures on Solaris.
........

14 years agoMerged revisions 76806,76808 via svnmerge from
Benjamin Peterson [Sun, 13 Dec 2009 19:30:15 +0000 (19:30 +0000)]
Merged revisions 76806,76808 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76806 | benjamin.peterson | 2009-12-13 13:25:34 -0600 (Sun, 13 Dec 2009) | 14 lines

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

  ........
    r76805 | benjamin.peterson | 2009-12-13 13:19:07 -0600 (Sun, 13 Dec 2009) | 7 lines

    accept None as the same as having passed no argument in file types #7349

    This is for consistency with imitation file objects like StringIO and BytesIO.

    This commit also adds a few tests, where they were lacking for concerned
    methods.
  ........
................
  r76808 | benjamin.peterson | 2009-12-13 13:28:09 -0600 (Sun, 13 Dec 2009) | 9 lines

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

  ........
    r76807 | benjamin.peterson | 2009-12-13 13:27:02 -0600 (Sun, 13 Dec 2009) | 1 line

    remove unused variable
  ........
................

14 years agoBlocked revisions 73742,73820,73845,73878,73987,74099,74101 via svnmerge
R. David Murray [Sun, 13 Dec 2009 17:49:34 +0000 (17:49 +0000)]
Blocked revisions 73742,73820,73845,73878,73987,74099,74101 via svnmerge

Note: All of these are descendants of the issue 6267 patch, which was an
enhancement and thus not a backport candidate, even though it may have
also contained a couple bug fixes.

........
  r73742 | kristjan.jonsson | 2009-07-01 06:01:31 -0400 (Wed, 01 Jul 2009) | 2 lines

  http://bugs.python.org/issue6267
  porting revision 73638 to py3k
........
  r73820 | kristjan.jonsson | 2009-07-03 19:23:50 -0400 (Fri, 03 Jul 2009) | 2 lines

  http://bugs.python.org/issue6267
  Incorrect exception handling for xmlrpclient retry
........
  r73845 | kristjan.jonsson | 2009-07-04 11:18:00 -0400 (Sat, 04 Jul 2009) | 2 lines

  http://bugs.python.org/issue6381
  merging revision 73819 from trunk
........
  r73878 | kristjan.jonsson | 2009-07-07 05:09:10 -0400 (Tue, 07 Jul 2009) | 2 lines

  http://bugs.python.org/issue6382
  added the shutdown_request() which can perform shutdown before calling close.  This is needed for the ForkingMixIn because different close semantics are required for child and parent process.  shutdown_request(), for TCP servers, calls socket.shutdown() and then calls close_request().  Therefore, this is not an backwards incompatible change, since subclasses that continue to override close_request() continue to work.
........
  r73987 | kristjan.jonsson | 2009-07-12 18:45:18 -0400 (Sun, 12 Jul 2009) | 3 lines

  merging revision 73986 from trunk:
  http://bugs.python.org/issue6267
  Add more tests for the xlmrpc.ServerProxy
........
  r74099 | kristjan.jonsson | 2009-07-19 18:29:24 -0400 (Sun, 19 Jul 2009) | 4 lines

  porting revision 74098 from trunk:
  http://bugs.python.org/issue6499
  zlib/gzip may not be present for all builds.  Make xmlrpclib gracefully not supporg gzip encoding in this case
........
  r74101 | kristjan.jonsson | 2009-07-19 18:38:38 -0400 (Sun, 19 Jul 2009) | 3 lines

  merging revision 74100 from trunk:
  http://bugs.python.org/issue6499
  gzip.GzipFile may not exist as a parent class
........

14 years agoMerged revisions 76787-76789 via svnmerge from
Benjamin Peterson [Sun, 13 Dec 2009 14:29:42 +0000 (14:29 +0000)]
Merged revisions 76787-76789 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76787 | benjamin.peterson | 2009-12-13 08:21:46 -0600 (Sun, 13 Dec 2009) | 9 lines

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

  ........
    r76785 | benjamin.peterson | 2009-12-13 08:18:08 -0600 (Sun, 13 Dec 2009) | 1 line

    add 2.6.x point releases
  ........
................
  r76788 | benjamin.peterson | 2009-12-13 08:23:30 -0600 (Sun, 13 Dec 2009) | 1 line

  fix markup
................
  r76789 | benjamin.peterson | 2009-12-13 08:26:42 -0600 (Sun, 13 Dec 2009) | 1 line

  update 3.x versions
................

14 years agoBlocked revisions 76782 via svnmerge
Lars Gustäbel [Sun, 13 Dec 2009 11:43:59 +0000 (11:43 +0000)]
Blocked revisions 76782 via svnmerge

................
  r76782 | lars.gustaebel | 2009-12-13 12:42:29 +0100 (Sun, 13 Dec 2009) | 28 lines

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

  ........
    r76780 | lars.gustaebel | 2009-12-13 12:32:27 +0100 (Sun, 13 Dec 2009) | 21 lines

    Issue #7357: No longer suppress fatal extraction errors by
    default.

    TarFile's errorlevel argument controls how errors are
    handled that occur during extraction. There are three
    possible levels 0, 1 and 2. If errorlevel is set to 1 or 2
    fatal errors (e.g. a full filesystem) are raised as
    exceptions. If it is set to 0, which is the default value,
    extraction errors are suppressed, and error messages are
    written to the debug log instead. But, if the debug log is
    not activated, which is the default as well, all these
    errors go unnoticed.

    The original intention was to imitate GNU tar which tries
    to extract as many members as possible instead of stopping
    on the first error. It turns out that this is no good
    default behaviour for a tar library. This patch simply
    changes the default value for the errorlevel argument from
    0 to 1, so that fatal extraction errors are raised as
    EnvironmentError exceptions.
  ........
................

14 years agoMerged revisions 76776 via svnmerge from
Benjamin Peterson [Sun, 13 Dec 2009 01:29:00 +0000 (01:29 +0000)]
Merged revisions 76776 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76776 | benjamin.peterson | 2009-12-12 19:23:39 -0600 (Sat, 12 Dec 2009) | 25 lines

  Merged revisions 76534,76538,76628,76701,76774 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r76534 | martin.v.loewis | 2009-11-26 02:42:05 -0600 (Thu, 26 Nov 2009) | 2 lines

    Fix typo.
  ........
    r76538 | georg.brandl | 2009-11-26 14:48:25 -0600 (Thu, 26 Nov 2009) | 1 line

    #7400: typo.
  ........
    r76628 | andrew.kuchling | 2009-12-02 08:27:11 -0600 (Wed, 02 Dec 2009) | 1 line

    Markup fixes
  ........
    r76701 | andrew.kuchling | 2009-12-07 20:37:05 -0600 (Mon, 07 Dec 2009) | 1 line

    Typo fix; grammar fix
  ........
    r76774 | benjamin.peterson | 2009-12-12 18:54:15 -0600 (Sat, 12 Dec 2009) | 1 line

    account for PyObject_IsInstance's new ability to fail
  ........
................

14 years agoMerged revisions 76771 via svnmerge from
Benjamin Peterson [Sun, 13 Dec 2009 00:36:41 +0000 (00:36 +0000)]
Merged revisions 76771 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76771 | benjamin.peterson | 2009-12-12 18:32:14 -0600 (Sat, 12 Dec 2009) | 1 line

  death to exec statement
........

14 years agoMerged revisions 76764 via svnmerge from
Antoine Pitrou [Sat, 12 Dec 2009 19:26:06 +0000 (19:26 +0000)]
Merged revisions 76764 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76764 | antoine.pitrou | 2009-12-12 20:18:27 +0100 (sam., 12 déc. 2009) | 12 lines

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

  ........
    r76763 | antoine.pitrou | 2009-12-12 20:13:08 +0100 (sam., 12 déc. 2009) | 7 lines

    Issue #7466: segmentation fault when the garbage collector is called
    in the middle of populating a tuple.  Patch by Florent Xicluna.

    (note: no NEWS entry for trunk since the bug was introduced in 2.7/3.1)
  ........
................

14 years agoMerged revisions 76730 via svnmerge from
R. David Murray [Sat, 12 Dec 2009 18:38:24 +0000 (18:38 +0000)]
Merged revisions 76730 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76730 | r.david.murray | 2009-12-09 21:08:06 -0500 (Wed, 09 Dec 2009) | 20 lines

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

  The merge adds a test with an invalid rather than a missing line end, since
  the py3K code passed the original issue 5949 test.  New test also by Scott
  Dial.

  ........
    r76726 | r.david.murray | 2009-12-09 10:15:31 -0500 (Wed, 09 Dec 2009) | 6 lines

    Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is
    missing proper end-of-line termination.  Patch and tests by
    Scott Dial.  The new tests include a test harness which will
    make it easier to add additional tests.
  ........
    r76727 | r.david.murray | 2009-12-09 11:41:39 -0500 (Wed, 09 Dec 2009) | 2 lines

    Skip new imaplib SSL tests if ssl is not available.
  ........
................

14 years agoBlocked revisions 76757 via svnmerge
Mark Dickinson [Fri, 11 Dec 2009 20:17:43 +0000 (20:17 +0000)]
Blocked revisions 76757 via svnmerge

................
  r76757 | mark.dickinson | 2009-12-11 20:17:17 +0000 (Fri, 11 Dec 2009) | 9 lines

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

  ........
    r76755 | mark.dickinson | 2009-12-11 17:29:33 +0000 (Fri, 11 Dec 2009) | 2 lines

    Issue #3366:  Add lgamma function to math module.
  ........
................

14 years agoBlocked revisions 76752 via svnmerge
Tarek Ziadé [Thu, 10 Dec 2009 19:38:28 +0000 (19:38 +0000)]
Blocked revisions 76752 via svnmerge

................
  r76752 | tarek.ziade | 2009-12-10 20:37:05 +0100 (Thu, 10 Dec 2009) | 9 lines

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

  ........
    r76750 | tarek.ziade | 2009-12-10 20:29:53 +0100 (Thu, 10 Dec 2009) | 1 line

    using an existing file to avoid dealing with a sleep to test file ages
  ........
................

14 years agoBlocked revisions 76748 via svnmerge
Tarek Ziadé [Thu, 10 Dec 2009 15:36:17 +0000 (15:36 +0000)]
Blocked revisions 76748 via svnmerge

................
  r76748 | tarek.ziade | 2009-12-10 16:35:35 +0100 (Thu, 10 Dec 2009) | 9 lines

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

  ........
    r76746 | tarek.ziade | 2009-12-10 16:29:03 +0100 (Thu, 10 Dec 2009) | 1 line

    added test coverage for distutils.dep_util, and cleaned up the module
  ........
................

14 years agoBlocked revisions 76741 via svnmerge
Mark Dickinson [Thu, 10 Dec 2009 10:40:16 +0000 (10:40 +0000)]
Blocked revisions 76741 via svnmerge

................
  r76741 | mark.dickinson | 2009-12-10 10:39:08 +0000 (Thu, 10 Dec 2009) | 14 lines

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

  ........
    r76740 | mark.dickinson | 2009-12-10 10:36:32 +0000 (Thu, 10 Dec 2009) | 8 lines

    Replace the size check for PyMem_MALLOC and PyMem_REALLOC with an almost
    equivalent[*] check that doesn't produce compiler warnings about a 'x < 0'
    check on an unsigned type.

    [*] it's equivalent for inputs of type size_t or Py_ssize_t, or any smaller
    unsigned or signed integer type.
  ........
................

14 years agoFix variants of deque.extend: d.extend(d) d+=d d.extendleft(d)
Raymond Hettinger [Thu, 10 Dec 2009 05:36:11 +0000 (05:36 +0000)]
Fix variants of deque.extend:  d.extend(d)   d+=d  d.extendleft(d)

14 years agoMerged revisions 76723 via svnmerge from
Antoine Pitrou [Wed, 9 Dec 2009 00:03:16 +0000 (00:03 +0000)]
Merged revisions 76723 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76723 | antoine.pitrou | 2009-12-09 01:01:27 +0100 (mer., 09 déc. 2009) | 3 lines

  Issue #7461: objects returned by os.popen() should support the context manager protocol
........

14 years agoMerged revisions 76713 via svnmerge from
Ronald Oussoren [Tue, 8 Dec 2009 16:36:47 +0000 (16:36 +0000)]
Merged revisions 76713 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76713 | ronald.oussoren | 2009-12-08 17:35:28 +0100 (Tue, 08 Dec 2009) | 11 lines

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

  ........
    r76712 | ronald.oussoren | 2009-12-08 17:32:52 +0100 (Tue, 08 Dec 2009) | 4 lines

    Fix for issue 7452: HAVE_GCC_ASM_FOR_X87 gets set when doing a universal build on
    an i386 based machine, but should only be active when compiling the x86 part of
    the universal binary.
  ........
................

14 years agoMerged revisions 76710 via svnmerge from
Antoine Pitrou [Tue, 8 Dec 2009 16:00:03 +0000 (16:00 +0000)]
Merged revisions 76710 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76710 | antoine.pitrou | 2009-12-08 16:57:31 +0100 (mar., 08 déc. 2009) | 10 lines

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

  ........
    r76708 | antoine.pitrou | 2009-12-08 16:40:51 +0100 (mar., 08 déc. 2009) | 4 lines

    Issue #6986: Fix crash in the JSON C accelerator when called with the
    wrong parameter types.  Patch by Victor Stinner.
  ........
................

14 years agoBlocked revisions 76706 via svnmerge
Tarek Ziadé [Tue, 8 Dec 2009 10:03:09 +0000 (10:03 +0000)]
Blocked revisions 76706 via svnmerge

................
  r76706 | tarek.ziade | 2009-12-08 10:45:25 +0100 (Tue, 08 Dec 2009) | 13 lines

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

  ........
    r76702 | tarek.ziade | 2009-12-08 09:56:49 +0100 (Tue, 08 Dec 2009) | 1 line

    Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files
  ........
    r76704 | tarek.ziade | 2009-12-08 10:39:51 +0100 (Tue, 08 Dec 2009) | 1 line

    removed the usage of rfc822 in favor of email.message.Message
  ........
................

14 years agoBlocked revisions 76698 via svnmerge
Mark Dickinson [Mon, 7 Dec 2009 19:35:31 +0000 (19:35 +0000)]
Blocked revisions 76698 via svnmerge

........
  r76698 | mark.dickinson | 2009-12-07 19:34:59 +0000 (Mon, 07 Dec 2009) | 1 line

  Fix error message, for consistency with messages for % and //, and for consistency with trunk
........

14 years agoMerged revisions 76686 via svnmerge from
Tarek Ziadé [Sun, 6 Dec 2009 09:30:47 +0000 (09:30 +0000)]
Merged revisions 76686 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76686 | tarek.ziade | 2009-12-06 10:28:17 +0100 (Sun, 06 Dec 2009) | 9 lines

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

  ........
    r76684 | tarek.ziade | 2009-12-06 10:22:40 +0100 (Sun, 06 Dec 2009) | 1 line

    Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field
  ........
................

14 years agoIssue #7435: Remove reference to long in docstring. Thanks flox.
Mark Dickinson [Sat, 5 Dec 2009 20:32:49 +0000 (20:32 +0000)]
Issue #7435: Remove reference to long in docstring.  Thanks flox.

14 years agoBlocked revisions 76681 via svnmerge
Mark Dickinson [Sat, 5 Dec 2009 20:31:25 +0000 (20:31 +0000)]
Blocked revisions 76681 via svnmerge

........
  r76681 | mark.dickinson | 2009-12-05 20:28:34 +0000 (Sat, 05 Dec 2009) | 4 lines

  Issue #7435:  Remove duplicate int/long tests, and other
  references to long in py3k.  Patch provided by flox.
........

14 years agoBlocked revisions 76670 via svnmerge
Mark Dickinson [Fri, 4 Dec 2009 11:32:54 +0000 (11:32 +0000)]
Blocked revisions 76670 via svnmerge

................
  r76670 | mark.dickinson | 2009-12-04 11:32:26 +0000 (Fri, 04 Dec 2009) | 9 lines

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

  ........
    r76668 | mark.dickinson | 2009-12-04 11:30:16 +0000 (Fri, 04 Dec 2009) | 1 line

    Add missing issue number in Misc/NEWS entry.
  ........
................

14 years agoMerged revisions 76663 via svnmerge from
Mark Dickinson [Fri, 4 Dec 2009 10:07:01 +0000 (10:07 +0000)]
Merged revisions 76663 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76663 | mark.dickinson | 2009-12-04 10:06:06 +0000 (Fri, 04 Dec 2009) | 1 line

  Issue #7430: Remove lingering reference to cmp in recursion error message.
........

14 years agoMerged revisions 76661 via svnmerge from
R. David Murray [Fri, 4 Dec 2009 00:13:33 +0000 (00:13 +0000)]
Merged revisions 76661 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76661 | r.david.murray | 2009-12-03 19:09:14 -0500 (Thu, 03 Dec 2009) | 11 lines

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

  ........
    r76659 | r.david.murray | 2009-12-03 18:57:59 -0500 (Thu, 03 Dec 2009) | 4 lines

    Issue 7431: use TESTFN in test_linecache instead of trying to create a
    file in the Lib/test directory, which might be read-only for the
    user running the tests.
  ........
................

14 years agoMerged revisions 76653 via svnmerge from
Martin v. Löwis [Thu, 3 Dec 2009 21:14:10 +0000 (21:14 +0000)]
Merged revisions 76653 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76653 | martin.v.loewis | 2009-12-03 21:57:49 +0100 (Do, 03 Dez 2009) | 10 lines

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

  ........
    r76651 | martin.v.loewis | 2009-12-03 21:53:51 +0100 (Do, 03 Dez 2009) | 3 lines

    Issue #4120: Drop reference to CRT from manifest when building
    extensions with msvc9compiler.
  ........
................

14 years agoRestore tag.
Martin v. Löwis [Thu, 3 Dec 2009 21:11:40 +0000 (21:11 +0000)]
Restore tag.

14 years agoMerged revisions 76653 via svnmerge from
Martin v. Löwis [Thu, 3 Dec 2009 20:59:57 +0000 (20:59 +0000)]
Merged revisions 76653 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76653 | martin.v.loewis | 2009-12-03 21:57:49 +0100 (Do, 03 Dez 2009) | 10 lines

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

  ........
    r76651 | martin.v.loewis | 2009-12-03 21:53:51 +0100 (Do, 03 Dez 2009) | 3 lines

    Issue #4120: Drop reference to CRT from manifest when building
    extensions with msvc9compiler.
  ........
................

14 years agoMerged revisions 76646 via svnmerge from
Mark Dickinson [Thu, 3 Dec 2009 11:01:53 +0000 (11:01 +0000)]
Merged revisions 76646 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76646 | mark.dickinson | 2009-12-03 10:59:46 +0000 (Thu, 03 Dec 2009) | 6 lines

  Issue #7414: Add missing 'case 'C'' to skipitem() in getargs.c.  This
  was causing PyArg_ParseTupleAndKeywords(args, kwargs, "|CC", ...) to
  fail with a RuntimeError.  Thanks Case Van Horsen for tracking down
  the source of this error.
........

14 years agoBlocked revisions 76634 via svnmerge
Eric Smith [Wed, 2 Dec 2009 17:59:45 +0000 (17:59 +0000)]
Blocked revisions 76634 via svnmerge

................
  r76634 | eric.smith | 2009-12-02 12:58:24 -0500 (Wed, 02 Dec 2009) | 9 lines

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

  ........
    r76632 | eric.smith | 2009-12-02 12:43:06 -0500 (Wed, 02 Dec 2009) | 1 line

    Issue #4482: Add tests for special float value formatting.
  ........
................

14 years agoMerged revisions 76626 via svnmerge from
Amaury Forgeot d'Arc [Tue, 1 Dec 2009 22:03:44 +0000 (22:03 +0000)]
Merged revisions 76626 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76626 | amaury.forgeotdarc | 2009-12-01 22:59:18 +0100 (mar., 01 déc. 2009) | 10 lines

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

  ........
    r76625 | amaury.forgeotdarc | 2009-12-01 22:51:04 +0100 (mar., 01 déc. 2009) | 3 lines

    #7419: Fix a crash on Windows in locale.setlocale() when the category
    is outside the allowed range.
  ........
................

14 years agoIssue #7410: deepcopy of itertools.count was resetting the count.
Raymond Hettinger [Mon, 30 Nov 2009 21:55:17 +0000 (21:55 +0000)]
Issue #7410: deepcopy of itertools.count was resetting the count.

14 years agoBlocked revisions 76595 via svnmerge
Eric Smith [Mon, 30 Nov 2009 01:03:20 +0000 (01:03 +0000)]
Blocked revisions 76595 via svnmerge

........
  r76595 | eric.smith | 2009-11-29 20:01:42 -0500 (Sun, 29 Nov 2009) | 1 line

  Issue #5748: bytesobject.c should not have its own private defines for stringlib macros. Also removed used defines and include for localutil.h.
........

14 years agoMerged revisions 76593 via svnmerge from
Amaury Forgeot d'Arc [Mon, 30 Nov 2009 00:16:44 +0000 (00:16 +0000)]
Merged revisions 76593 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76593 | amaury.forgeotdarc | 2009-11-30 01:08:56 +0100 (lun., 30 nov. 2009) | 5 lines

  #6077: on Windows, fix truncation of a tempfile.TemporaryFile opened in "wt+" mode:
  files opened with os.open() stop on the first \x1a (Ctrl-Z) unless os.O_BINARY is used.

  Will backport to 3.1
........

14 years agoBlocked revisions 76590 via svnmerge
Tarek Ziadé [Sun, 29 Nov 2009 22:30:27 +0000 (22:30 +0000)]
Blocked revisions 76590 via svnmerge

................
  r76590 | tarek.ziade | 2009-11-29 23:24:57 +0100 (Sun, 29 Nov 2009) | 9 lines

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

  ........
    r76588 | tarek.ziade | 2009-11-29 23:20:30 +0100 (Sun, 29 Nov 2009) | 1 line

    Fixed #7408: dropped group ownership checking because it relies on os-specific rules
  ........
................

14 years agoBlocked revisions 76586 via svnmerge
Eric Smith [Sun, 29 Nov 2009 17:57:23 +0000 (17:57 +0000)]
Blocked revisions 76586 via svnmerge

........
  r76586 | eric.smith | 2009-11-29 12:56:54 -0500 (Sun, 29 Nov 2009) | 1 line

  Keep this file in sync with trunk.
........

14 years agoMerged revisions 76577 via svnmerge from
Mark Dickinson [Sat, 28 Nov 2009 16:39:12 +0000 (16:39 +0000)]
Merged revisions 76577 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76577 | mark.dickinson | 2009-11-28 16:38:16 +0000 (Sat, 28 Nov 2009) | 12 lines

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

  ........
    r76575 | mark.dickinson | 2009-11-28 16:32:27 +0000 (Sat, 28 Nov 2009) | 5 lines

    Issue #1678380: When distinguishing between -0.0 and 0.0 in
    compiler_add_o, use copysign instead of examining the first and last
    bytes of the double.  The latter method fails for little-endian
    ARM, OABI, where doubles are little-endian but with the words swapped.
  ........
................

14 years agoMerged revisions 76573 via svnmerge from
Antoine Pitrou [Sat, 28 Nov 2009 16:16:09 +0000 (16:16 +0000)]
Merged revisions 76573 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76573 | antoine.pitrou | 2009-11-28 17:12:28 +0100 (sam., 28 nov. 2009) | 3 lines

  Issue #4486: When an exception has an explicit cause, do not print its implicit context too.
........

14 years agoMerged revisions 76566 via svnmerge from
Mark Dickinson [Sat, 28 Nov 2009 12:52:39 +0000 (12:52 +0000)]
Merged revisions 76566 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76566 | mark.dickinson | 2009-11-28 12:48:43 +0000 (Sat, 28 Nov 2009) | 18 lines

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

  ........
    r76432 | mark.dickinson | 2009-11-20 19:30:22 +0000 (Fri, 20 Nov 2009) | 5 lines

    Issue #7272:  Add configure test to detect whether sem_open works
    properly, and use this to skip test_multiprocessing on platforms
    where sem_open raises a signal.  This should fix some FreeBSD buildbot
    failures for test_multiprocessing.
  ........
    r76558 | mark.dickinson | 2009-11-28 10:44:20 +0000 (Sat, 28 Nov 2009) | 4 lines

    Issue #7272, continued:  don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES
    to indicate that semaphores aren't available;  define a new variable
    POSIX_SEMAPHORES_NOT_ENABLED instead.
  ........
................

14 years agoBlocked revisions 76563 via svnmerge
Mark Dickinson [Sat, 28 Nov 2009 12:37:41 +0000 (12:37 +0000)]
Blocked revisions 76563 via svnmerge

................
  r76563 | mark.dickinson | 2009-11-28 12:35:42 +0000 (Sat, 28 Nov 2009) | 12 lines

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

  ........
    r76561 | mark.dickinson | 2009-11-28 12:30:36 +0000 (Sat, 28 Nov 2009) | 5 lines

    Include ieeefp.h (when available) in pyport.h instead of individually in
    Objects/floatobject.c and Objects/complexobject.c.  This should silence
    compiler warnings about implicit declaration of the 'finite' function
    on Solaris.
  ........
................

14 years agoAdd mktime_tz to __all__. It's documented as being available in email.utils.
Barry Warsaw [Wed, 25 Nov 2009 18:45:04 +0000 (18:45 +0000)]
Add mktime_tz to __all__.  It's documented as being available in email.utils.

14 years agoMerged revisions 76518 via svnmerge from
Benjamin Peterson [Wed, 25 Nov 2009 18:37:12 +0000 (18:37 +0000)]
Merged revisions 76518 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76518 | benjamin.peterson | 2009-11-25 12:34:42 -0600 (Wed, 25 Nov 2009) | 60 lines

  Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ................
    r76259 | georg.brandl | 2009-11-14 05:50:51 -0600 (Sat, 14 Nov 2009) | 1 line

    Fix terminology.
  ................
    r76326 | georg.brandl | 2009-11-16 10:44:05 -0600 (Mon, 16 Nov 2009) | 1 line

    #7302: fix link.
  ................
    r76376 | georg.brandl | 2009-11-18 13:39:14 -0600 (Wed, 18 Nov 2009) | 1 line

    upcase Python
  ................
    r76377 | georg.brandl | 2009-11-18 14:05:15 -0600 (Wed, 18 Nov 2009) | 1 line

    Fix markup.
  ................
    r76430 | r.david.murray | 2009-11-20 07:29:43 -0600 (Fri, 20 Nov 2009) | 2 lines

    Issue 7363: fix indentation in socketserver udpserver example.
  ................
    r76471 | georg.brandl | 2009-11-23 13:53:19 -0600 (Mon, 23 Nov 2009) | 1 line

    #7345: fix arguments of formatyear().
  ................
    r76517 | benjamin.peterson | 2009-11-25 12:16:46 -0600 (Wed, 25 Nov 2009) | 29 lines

    Merged revisions 76160-76161,76250,76252,76447,76506 via svnmerge from
    svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

    ........
      r76160 | benjamin.peterson | 2009-11-08 18:53:48 -0600 (Sun, 08 Nov 2009) | 1 line

      undeprecate the -p option; it's useful for converting python3 sources
    ........
      r76161 | benjamin.peterson | 2009-11-08 19:05:37 -0600 (Sun, 08 Nov 2009) | 1 line

      simplify condition
    ........
      r76250 | benjamin.peterson | 2009-11-13 16:56:48 -0600 (Fri, 13 Nov 2009) | 1 line

      fix handling of a utf-8 bom #7313
    ........
      r76252 | benjamin.peterson | 2009-11-13 16:58:36 -0600 (Fri, 13 Nov 2009) | 1 line

      remove pdb turd
    ........
      r76447 | benjamin.peterson | 2009-11-22 18:17:40 -0600 (Sun, 22 Nov 2009) | 1 line

      #7375 fix nested transformations in fix_urllib
    ........
      r76506 | benjamin.peterson | 2009-11-24 18:34:31 -0600 (Tue, 24 Nov 2009) | 1 line

      use generator expressions in any()
    ........
  ................
................

14 years agoBlocked revisions 76503 via svnmerge
Mark Dickinson [Tue, 24 Nov 2009 20:56:11 +0000 (20:56 +0000)]
Blocked revisions 76503 via svnmerge

................
  r76503 | mark.dickinson | 2009-11-24 20:54:11 +0000 (Tue, 24 Nov 2009) | 10 lines

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

  ........
    r76502 | mark.dickinson | 2009-11-24 20:51:48 +0000 (Tue, 24 Nov 2009) | 3 lines

    Issue #7228:  Fix format mismatch when printing something of type off_t.
    (Should silence some compiler warnings.)
  ........
................

14 years agoMerged revisions 76491 via svnmerge from
Mark Dickinson [Tue, 24 Nov 2009 14:36:23 +0000 (14:36 +0000)]
Merged revisions 76491 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r76491 | mark.dickinson | 2009-11-24 14:33:29 +0000 (Tue, 24 Nov 2009) | 9 lines

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

  ........
    r76489 | mark.dickinson | 2009-11-24 14:27:02 +0000 (Tue, 24 Nov 2009) | 1 line

    Fix some documentation examples involving the repr of a float.
  ........
................

14 years agoUnblocked revisions 76491 via svnmerge
Mark Dickinson [Tue, 24 Nov 2009 14:35:53 +0000 (14:35 +0000)]
Unblocked revisions 76491 via svnmerge

................
  r76491 | mark.dickinson | 2009-11-24 14:33:29 +0000 (Tue, 24 Nov 2009) | 9 lines

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

  ........
    r76489 | mark.dickinson | 2009-11-24 14:27:02 +0000 (Tue, 24 Nov 2009) | 1 line

    Fix some documentation examples involving the repr of a float.
  ........
................

14 years agoBlocked revisions 76491 via svnmerge
Mark Dickinson [Tue, 24 Nov 2009 14:33:53 +0000 (14:33 +0000)]
Blocked revisions 76491 via svnmerge

................
  r76491 | mark.dickinson | 2009-11-24 14:33:29 +0000 (Tue, 24 Nov 2009) | 9 lines

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

  ........
    r76489 | mark.dickinson | 2009-11-24 14:27:02 +0000 (Tue, 24 Nov 2009) | 1 line

    Fix some documentation examples involving the repr of a float.
  ........
................

14 years agoMerged revisions 76485 via svnmerge from
Mark Dickinson [Tue, 24 Nov 2009 11:00:21 +0000 (11:00 +0000)]
Merged revisions 76485 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r76485 | mark.dickinson | 2009-11-24 10:59:34 +0000 (Tue, 24 Nov 2009) | 9 lines

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

  ........
    r76483 | mark.dickinson | 2009-11-24 10:54:58 +0000 (Tue, 24 Nov 2009) | 2 lines

    round(0, "ermintrude") succeeded instead of producing a TypeError.  Fix this.
  ........
................

14 years agoMerged revisions 76469 via svnmerge from
Senthil Kumaran [Mon, 23 Nov 2009 19:06:11 +0000 (19:06 +0000)]
Merged revisions 76469 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76469 | senthil.kumaran | 2009-11-24 00:32:52 +0530 (Tue, 24 Nov 2009) | 10 lines

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

  ........
    r76464 | senthil.kumaran | 2009-11-24 00:11:31 +0530 (Tue, 24 Nov 2009) | 4 lines

    Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab
    characters.
  ........
................

14 years agoMerged revisions 76462 via svnmerge from
Mark Dickinson [Mon, 23 Nov 2009 16:42:35 +0000 (16:42 +0000)]
Merged revisions 76462 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r76462 | mark.dickinson | 2009-11-23 16:41:41 +0000 (Mon, 23 Nov 2009) | 9 lines

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

  ........
    r76460 | mark.dickinson | 2009-11-23 16:39:05 +0000 (Mon, 23 Nov 2009) | 2 lines

    Issue #7369: Fibonacci series should start at 0 in tutorial example.
  ........
................

14 years agoMerged revisions 76458 via svnmerge from
Mark Dickinson [Mon, 23 Nov 2009 16:28:18 +0000 (16:28 +0000)]
Merged revisions 76458 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r76458 | mark.dickinson | 2009-11-23 16:27:17 +0000 (Mon, 23 Nov 2009) | 9 lines

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

  ........
    r76456 | mark.dickinson | 2009-11-23 16:23:43 +0000 (Mon, 23 Nov 2009) | 2 lines

    Issue #7379:  Fix incorrect doctest for Fraction.limit_denominator.
  ........
................

14 years agoMerged revisions 76453 via svnmerge from
Lars Gustäbel [Mon, 23 Nov 2009 16:04:57 +0000 (16:04 +0000)]
Merged revisions 76453 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76453 | lars.gustaebel | 2009-11-23 16:48:33 +0100 (Mon, 23 Nov 2009) | 10 lines

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

  ........
    r76452 | lars.gustaebel | 2009-11-23 16:46:19 +0100 (Mon, 23 Nov 2009) | 3 lines

    Add a testcase that checks if the TarFile constructor successfully
    closes the internal file object in case of an error (issue #7341).
  ........
................

14 years agoMerged revisions 76448 via svnmerge from
R. David Murray [Mon, 23 Nov 2009 03:14:51 +0000 (03:14 +0000)]
Merged revisions 76448 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76448 | r.david.murray | 2009-11-22 22:13:23 -0500 (Sun, 22 Nov 2009) | 4 lines

  Update example in doctest chapter that uses math.floor to reflect the
  fact that the result is an int in py3k.  Thanks to 'flox' for pointing out
  the discrepancy.
........

14 years agoBlocked revisions 76444 via svnmerge
Lars Gustäbel [Sun, 22 Nov 2009 19:02:36 +0000 (19:02 +0000)]
Blocked revisions 76444 via svnmerge

................
  r76444 | lars.gustaebel | 2009-11-22 19:48:49 +0100 (Sun, 22 Nov 2009) | 30 lines

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

  ........
    r76443 | lars.gustaebel | 2009-11-22 19:30:53 +0100 (Sun, 22 Nov 2009) | 24 lines

    Issue #6123: Fix opening empty archives and files.

    (Note that an empty archive is not the same as an empty file. An
    empty archive contains no members and is correctly terminated with an
    EOF block full of zeros. An empty file contains no data at all.)

    The problem was that although tarfile was able to create empty
    archives, it failed to open them raising a ReadError. On the other
    hand, tarfile opened empty files without error in most read modes and
    presented them as empty archives. (However, some modes still raised
    errors: "r|gz" raised ReadError, but "r:gz" worked, "r:bz2" even
    raised EOFError.)

    In order to get a more fine-grained control over the various internal
    error conditions I now split up the HeaderError exception into a
    number of meaningful sub-exceptions. This makes it easier in the
    TarFile.next() method to react to the different conditions in the
    correct way.

    The visible change in its behaviour now is that tarfile will open
    empty archives correctly and raise ReadError consistently for empty
    files.
  ........
................

14 years agoremove 3.1 link
Benjamin Peterson [Sat, 21 Nov 2009 23:56:56 +0000 (23:56 +0000)]
remove 3.1 link

14 years agoMerged revisions 76435 via svnmerge from
Jesse Noller [Sat, 21 Nov 2009 14:28:39 +0000 (14:28 +0000)]
Merged revisions 76435 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76435 | jesse.noller | 2009-11-21 09:20:14 -0500 (Sat, 21 Nov 2009) | 9 lines

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

  ........
    r76433 | jesse.noller | 2009-11-21 09:01:56 -0500 (Sat, 21 Nov 2009) | 1 line

    issue5738: The distribution example was confusing, and out of date. It's too large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing.
  ........
................

14 years agoMerged revisions 76425 via svnmerge from
Benjamin Peterson [Fri, 20 Nov 2009 01:21:35 +0000 (01:21 +0000)]
Merged revisions 76425 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76425 | benjamin.peterson | 2009-11-19 19:19:41 -0600 (Thu, 19 Nov 2009) | 13 lines

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

  ........
    r76423 | benjamin.peterson | 2009-11-19 19:15:53 -0600 (Thu, 19 Nov 2009) | 1 line

    provide line number for lambdas
  ........
    r76424 | benjamin.peterson | 2009-11-19 19:16:58 -0600 (Thu, 19 Nov 2009) | 1 line

    genexps have linenos
  ........
................

14 years agoMerged revisions 76414 via svnmerge from
Benjamin Peterson [Thu, 19 Nov 2009 21:26:17 +0000 (21:26 +0000)]
Merged revisions 76414 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76414 | benjamin.peterson | 2009-11-19 15:22:27 -0600 (Thu, 19 Nov 2009) | 1 line

  fix message for py3
........

14 years agoMerged revisions 76409 via svnmerge from
Ronald Oussoren [Thu, 19 Nov 2009 17:45:30 +0000 (17:45 +0000)]
Merged revisions 76409 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76409 | ronald.oussoren | 2009-11-19 18:44:52 +0100 (Thu, 19 Nov 2009) | 11 lines

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

  ........
    r76407 | ronald.oussoren | 2009-11-19 18:42:51 +0100 (Thu, 19 Nov 2009) | 4 lines

    Don't use the '==' operator with test, that's an unportable bash-ism.

    (Issue 7179)
  ........
................

14 years agoMerged revisions 76405 via svnmerge from
Ronald Oussoren [Thu, 19 Nov 2009 17:30:05 +0000 (17:30 +0000)]
Merged revisions 76405 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76405 | ronald.oussoren | 2009-11-19 18:15:31 +0100 (Thu, 19 Nov 2009) | 21 lines

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

  ........
    r76403 | ronald.oussoren | 2009-11-19 17:25:21 +0100 (Thu, 19 Nov 2009) | 14 lines

    Fix for issue #7085

    On MacOSX 10.6 the CoreFoundation framework must be initialized on the main
    thread, the constructor function in that framework will cause an SIGABRT when
    it is called on any other thread.

    Because a number of extension link (indirectly) to CoreFoundation and the
    Python core itself didn't the interpreter crashed when importing some
    extensions, such as _locale, on a secondary thread.

    This fix ensures that Python is linked to CoreFoundation on OSX, which results
    in the CoreFoundation constructor being called when Python is loaded. This
    does not require code changes.
  ........
................

14 years agoMerged revisions 76401 via svnmerge from
Tarek Ziadé [Thu, 19 Nov 2009 05:41:34 +0000 (05:41 +0000)]
Merged revisions 76401 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76401 | tarek.ziade | 2009-11-19 06:39:00 +0100 (Thu, 19 Nov 2009) | 9 lines

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

  ........
    r76399 | tarek.ziade | 2009-11-19 06:33:16 +0100 (Thu, 19 Nov 2009) | 1 line

    dragfullwindows can have value 2
  ........
................

14 years agoMerged revisions 76396 via svnmerge from
Benjamin Peterson [Thu, 19 Nov 2009 03:10:36 +0000 (03:10 +0000)]
Merged revisions 76396 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76396 | benjamin.peterson | 2009-11-18 21:08:32 -0600 (Wed, 18 Nov 2009) | 10 lines

  fix __bytes__ handling here in py3x
  Merged revisions 76395 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r76395 | benjamin.peterson | 2009-11-18 21:00:02 -0600 (Wed, 18 Nov 2009) | 1 line

    #5037 proxy __unicode__ correctly
  ........
................

14 years agoFix docstrings for itertools combinatoric functions.
Raymond Hettinger [Thu, 19 Nov 2009 01:23:41 +0000 (01:23 +0000)]
Fix docstrings for itertools combinatoric functions.

14 years agoIssue 3976: fix pprint for sets, frozensets, and dicts containing unorderable types.
Raymond Hettinger [Thu, 19 Nov 2009 01:02:56 +0000 (01:02 +0000)]
Issue 3976: fix pprint for sets, frozensets, and dicts containing unorderable types.

14 years agoIssue 7263: Fix set.intersection() docstring.
Raymond Hettinger [Thu, 19 Nov 2009 00:01:54 +0000 (00:01 +0000)]
Issue 7263: Fix set.intersection() docstring.

14 years agoMerged revisions 76383 via svnmerge from
Lars Gustäbel [Wed, 18 Nov 2009 21:11:27 +0000 (21:11 +0000)]
Merged revisions 76383 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76383 | lars.gustaebel | 2009-11-18 21:29:25 +0100 (Wed, 18 Nov 2009) | 10 lines

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

  ........
    r76381 | lars.gustaebel | 2009-11-18 21:24:54 +0100 (Wed, 18 Nov 2009) | 3 lines

    Issue #7341: Close the internal file object in the TarFile
    constructor in case of an error.
  ........
................

15 years agoBlocked revisions 76364 via svnmerge
Nick Coghlan [Wed, 18 Nov 2009 11:39:26 +0000 (11:39 +0000)]
Blocked revisions 76364 via svnmerge

................
  r76364 | nick.coghlan | 2009-11-18 21:35:25 +1000 (Wed, 18 Nov 2009) | 9 lines

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

  ........
    r76362 | nick.coghlan | 2009-11-18 21:27:53 +1000 (Wed, 18 Nov 2009) | 1 line

    Correctly escape arbitrary error message text in the runpy unit tests
  ........
................

15 years agoMerged revisions 76360 via svnmerge from
Tarek Ziadé [Wed, 18 Nov 2009 10:19:38 +0000 (10:19 +0000)]
Merged revisions 76360 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76360 | tarek.ziade | 2009-11-18 10:32:34 +0100 (Wed, 18 Nov 2009) | 9 lines

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

  ........
    r76358 | tarek.ziade | 2009-11-18 09:46:56 +0100 (Wed, 18 Nov 2009) | 1 line

    #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh windows install
  ........
................

15 years agoBlocked revisions 76328 via svnmerge
Mark Dickinson [Mon, 16 Nov 2009 17:01:22 +0000 (17:01 +0000)]
Blocked revisions 76328 via svnmerge

................
  r76328 | mark.dickinson | 2009-11-16 17:00:11 +0000 (Mon, 16 Nov 2009) | 10 lines

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

  ........
    r76308 | mark.dickinson | 2009-11-15 16:18:58 +0000 (Sun, 15 Nov 2009) | 3 lines

    Issue #7228:  Add '%lld' and '%llu' support to PyFormat_FromString,
    PyFormat_FromStringV and PyErr_Format.
  ........
................

15 years agoBlocked revisions 76324 via svnmerge
Nick Coghlan [Mon, 16 Nov 2009 06:57:43 +0000 (06:57 +0000)]
Blocked revisions 76324 via svnmerge

................
  r76324 | nick.coghlan | 2009-11-16 16:49:25 +1000 (Mon, 16 Nov 2009) | 17 lines

  Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-76311,76313-76322 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r76286 | nick.coghlan | 2009-11-15 17:30:34 +1000 (Sun, 15 Nov 2009) | 1 line

    Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation.
  ........
    r76321 | nick.coghlan | 2009-11-16 13:55:51 +1000 (Mon, 16 Nov 2009) | 1 line

    Account for another cache when hunting ref leaks
  ........
    r76322 | nick.coghlan | 2009-11-16 13:57:32 +1000 (Mon, 16 Nov 2009) | 1 line

    Allow for backslashes in file paths passed to the regex engine
  ........
................

15 years agoMerged revisions 76319 via svnmerge from
Benjamin Peterson [Mon, 16 Nov 2009 00:36:18 +0000 (00:36 +0000)]
Merged revisions 76319 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76319 | benjamin.peterson | 2009-11-15 18:34:25 -0600 (Sun, 15 Nov 2009) | 4 lines

  fix one visible and several possible refleaks in rangeobject.c

  In some cases, the code was just reordered to allow for less decrefing.
........

15 years agoRecorded merge of revisions 76314 via svnmerge from
Nick Coghlan [Sun, 15 Nov 2009 23:27:31 +0000 (23:27 +0000)]
Recorded merge of revisions 76314 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76314 | nick.coghlan | 2009-11-16 09:04:33 +1000 (Mon, 16 Nov 2009) | 9 lines

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

  ........
    r76312 | nick.coghlan | 2009-11-16 08:36:47 +1000 (Mon, 16 Nov 2009) | 1 line

    Issue #7328: don't corrupt sys.path when running pydoc with the -m switch
  ........
................

15 years agoMerged revisions 76310 via svnmerge from
Mark Dickinson [Sun, 15 Nov 2009 18:25:23 +0000 (18:25 +0000)]
Merged revisions 76310 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76310 | mark.dickinson | 2009-11-15 18:23:13 +0000 (Sun, 15 Nov 2009) | 1 line

  Regenerate pyconfig.h.in using autoconf 2.61
........

15 years agoBlocked revisions 76304 via svnmerge
Mark Dickinson [Sun, 15 Nov 2009 13:59:18 +0000 (13:59 +0000)]
Blocked revisions 76304 via svnmerge

........
  r76304 | mark.dickinson | 2009-11-15 13:58:49 +0000 (Sun, 15 Nov 2009) | 2 lines

  Issue #6970: Remove redundant calls made when comparing objects.
........

15 years agoBlocked revisions 76301 via svnmerge
Mark Dickinson [Sun, 15 Nov 2009 13:48:24 +0000 (13:48 +0000)]
Blocked revisions 76301 via svnmerge

................
  r76301 | mark.dickinson | 2009-11-15 13:47:27 +0000 (Sun, 15 Nov 2009) | 10 lines

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

  ........
    r76300 | mark.dickinson | 2009-11-15 13:12:43 +0000 (Sun, 15 Nov 2009) | 3 lines

    Issue #5792:  Extend short float repr support to x86 platforms using suncc or icc.
    Many thanks Stefan Krah for help and OpenSolaris testing.
  ........
................

15 years agoMerged revisions 76298 via svnmerge from
Mark Dickinson [Sun, 15 Nov 2009 12:56:59 +0000 (12:56 +0000)]
Merged revisions 76298 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76298 | mark.dickinson | 2009-11-15 12:56:08 +0000 (Sun, 15 Nov 2009) | 1 line

  Fix another case of potential signed overflow.
........

15 years agoMerged revisions 76292-76293 via svnmerge from
Mark Dickinson [Sun, 15 Nov 2009 10:17:48 +0000 (10:17 +0000)]
Merged revisions 76292-76293 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76292 | mark.dickinson | 2009-11-15 09:57:26 +0000 (Sun, 15 Nov 2009) | 6 lines

  Issue #7298: Fix a variety of problems leading to wrong results with
  the fast versions of range.__reversed__ and range iteration.  Also
  fix wrong results and a refleak for PyLong version of range.__reversed__.

  Thanks Eric Smith for reviewing, and for suggesting improved tests.
........
  r76293 | mark.dickinson | 2009-11-15 10:04:50 +0000 (Sun, 15 Nov 2009) | 1 line

  r76292 commit accidentally committed some extra code; remove it
........

15 years agoMerged revisions 76290 via svnmerge from
Senthil Kumaran [Sun, 15 Nov 2009 08:45:27 +0000 (08:45 +0000)]
Merged revisions 76290 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76290 | senthil.kumaran | 2009-11-15 14:13:45 +0530 (Sun, 15 Nov 2009) | 10 lines

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

  ........
    r76288 | senthil.kumaran | 2009-11-15 14:06:20 +0530 (Sun, 15 Nov 2009) | 3 lines

    Fix for Issue4683 - urllib2.HTTPDigestAuthHandler fails on third hostname?.
    Resolution: Reset the nonce value for each unique nonce (as per RFC 2617)
  ........
................

15 years agoMerged revisions 76284 via svnmerge from
Senthil Kumaran [Sun, 15 Nov 2009 07:27:02 +0000 (07:27 +0000)]
Merged revisions 76284 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76284 | senthil.kumaran | 2009-11-15 11:50:55 +0530 (Sun, 15 Nov 2009) | 9 lines

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

  ........
    r76282 | senthil.kumaran | 2009-11-15 11:40:30 +0530 (Sun, 15 Nov 2009) | 3 lines

    Addition of some details in the code comments.
  ........
................

15 years agoMerged revisions 76279 via svnmerge from
R. David Murray [Sun, 15 Nov 2009 00:35:37 +0000 (00:35 +0000)]
Merged revisions 76279 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76279 | r.david.murray | 2009-11-14 19:23:21 -0500 (Sat, 14 Nov 2009) | 10 lines

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

  ........
    r76276 | r.david.murray | 2009-11-14 19:04:32 -0500 (Sat, 14 Nov 2009) | 3 lines

    Issue 7324: add a sanity check to regrtest argument parsing to
    catch the case of an option with no handler.
  ........
................

15 years agoMerged revisions 76272 via svnmerge from
R. David Murray [Sat, 14 Nov 2009 22:28:36 +0000 (22:28 +0000)]
Merged revisions 76272 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76272 | r.david.murray | 2009-11-14 17:27:22 -0500 (Sat, 14 Nov 2009) | 2 lines

  Fix print function conversion missed in merge of faq/programming update.
........

15 years agoMerged revisions 76270 via svnmerge from
R. David Murray [Sat, 14 Nov 2009 22:24:15 +0000 (22:24 +0000)]
Merged revisions 76270 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76270 | r.david.murray | 2009-11-14 17:21:32 -0500 (Sat, 14 Nov 2009) | 10 lines

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

  ........
    r76190 | r.david.murray | 2009-11-10 13:58:02 -0500 (Tue, 10 Nov 2009) | 3 lines

    Update the FAQ entry that explains that assignments in the local scope
    shadow variables in the outer scope (issue 7290).
  ........
................

15 years agoBlocked revisions 76261 via svnmerge
R. David Murray [Sat, 14 Nov 2009 16:22:13 +0000 (16:22 +0000)]
Blocked revisions 76261 via svnmerge

................
  r76261 | r.david.murray | 2009-11-14 11:13:02 -0500 (Sat, 14 Nov 2009) | 11 lines

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

  ........
    r76260 | r.david.murray | 2009-11-14 10:18:22 -0500 (Sat, 14 Nov 2009) | 5 lines

    Issue #7312 (new feature): Add a -F flag to run the selected tests in
    a loop until a test fails.  Can be combined with -j.  Patch by Antoine
    Pitrou.
  ........
................

15 years agoMerged revisions 76256 via svnmerge from
Benjamin Peterson [Fri, 13 Nov 2009 23:15:59 +0000 (23:15 +0000)]
Merged revisions 76256 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76256 | benjamin.peterson | 2009-11-13 17:14:24 -0600 (Fri, 13 Nov 2009) | 9 lines

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

  ........
    r76255 | benjamin.peterson | 2009-11-13 17:11:54 -0600 (Fri, 13 Nov 2009) | 1 line

    use Sphinx 0.6.3
  ........
................

15 years agoMerged revisions 76247 via svnmerge from
Antoine Pitrou [Fri, 13 Nov 2009 22:39:40 +0000 (22:39 +0000)]
Merged revisions 76247 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76247 | antoine.pitrou | 2009-11-13 23:35:18 +0100 (ven., 13 nov. 2009) | 12 lines

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

  ........
    r76245 | antoine.pitrou | 2009-11-13 23:31:18 +0100 (ven., 13 nov. 2009) | 6 lines

    Issue #7318: multiprocessing now uses a timeout when it fails to establish
    a connection with another process, rather than looping endlessly. The
    default timeout is 20 seconds, which should be amply sufficient for
    local connections.
  ........
................

15 years agoMerged revisions 76240 via svnmerge from
Antoine Pitrou [Fri, 13 Nov 2009 16:31:51 +0000 (16:31 +0000)]
Merged revisions 76240 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76240 | antoine.pitrou | 2009-11-13 17:29:04 +0100 (ven., 13 nov. 2009) | 6 lines

  Issue #6551: test_zipimport could import and then destroy some modules of
  the encodings package, which would make other tests fail further down
  the road because the internally cached encoders and decoders would point
  to empty global variables.
........

15 years agoMerged revisions 76235 via svnmerge from
Benjamin Peterson [Fri, 13 Nov 2009 02:29:35 +0000 (02:29 +0000)]
Merged revisions 76235 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76235 | benjamin.peterson | 2009-11-12 20:25:08 -0600 (Thu, 12 Nov 2009) | 170 lines

  Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r75149 | gregory.p.smith | 2009-09-29 16:56:31 -0500 (Tue, 29 Sep 2009) | 3 lines

    Mention issue6972 in extractall docs about overwriting things outside of
    the supplied path.
  ........
    r75260 | andrew.kuchling | 2009-10-05 16:24:20 -0500 (Mon, 05 Oct 2009) | 1 line

    Wording fix
  ........
    r75261 | andrew.kuchling | 2009-10-05 16:24:35 -0500 (Mon, 05 Oct 2009) | 1 line

    Fix narkup
  ........
    r75262 | andrew.kuchling | 2009-10-05 16:25:03 -0500 (Mon, 05 Oct 2009) | 1 line

    Document 'skip' parameter to constructor
  ........
    r75263 | andrew.kuchling | 2009-10-05 16:25:35 -0500 (Mon, 05 Oct 2009) | 1 line

    Note side benefit of socket.create_connection()
  ........
    r75265 | andrew.kuchling | 2009-10-05 17:31:11 -0500 (Mon, 05 Oct 2009) | 1 line

    Reword sentence
  ........
    r75266 | andrew.kuchling | 2009-10-05 17:32:48 -0500 (Mon, 05 Oct 2009) | 1 line

    Use standard comma punctuation; reword some sentences in the docs
  ........
    r75267 | andrew.kuchling | 2009-10-05 17:42:56 -0500 (Mon, 05 Oct 2009) | 1 line

    Backport r73983: Document the thousands separator.
  ........
    r75292 | benjamin.peterson | 2009-10-08 22:11:36 -0500 (Thu, 08 Oct 2009) | 1 line

    death to old CVS keyword
  ........
    r75300 | benjamin.peterson | 2009-10-09 16:48:14 -0500 (Fri, 09 Oct 2009) | 1 line

    fix some coding style
  ........
    r75376 | benjamin.peterson | 2009-10-11 20:26:07 -0500 (Sun, 11 Oct 2009) | 1 line

    platform we don't care about
  ........
    r75405 | neil.schemenauer | 2009-10-14 12:17:14 -0500 (Wed, 14 Oct 2009) | 4 lines

    Issue #1754094: Improve the stack depth calculation in the compiler.
    There should be no other effect than a small decrease in memory use.
    Patch by Christopher Tur Lesniewski-Laas.
  ........
    r75429 | benjamin.peterson | 2009-10-14 20:47:28 -0500 (Wed, 14 Oct 2009) | 1 line

    pep8ify if blocks
  ........
    r75430 | benjamin.peterson | 2009-10-14 20:49:37 -0500 (Wed, 14 Oct 2009) | 1 line

    use floor division and add a test that exercises the tabsize codepath
  ........
    r75431 | benjamin.peterson | 2009-10-14 20:56:25 -0500 (Wed, 14 Oct 2009) | 1 line

    change test to what I intended
  ........
    r75432 | benjamin.peterson | 2009-10-14 22:05:39 -0500 (Wed, 14 Oct 2009) | 1 line

    some cleanups
  ........
    r75433 | benjamin.peterson | 2009-10-14 22:06:55 -0500 (Wed, 14 Oct 2009) | 1 line

    make inspect.isabstract() always return a boolean; add a test for it, too #7069
  ........
    r75437 | benjamin.peterson | 2009-10-15 10:44:46 -0500 (Thu, 15 Oct 2009) | 1 line

    only clear a module's __dict__ if the module is the only one with a reference to it #7140
  ........
    r75445 | vinay.sajip | 2009-10-16 09:06:44 -0500 (Fri, 16 Oct 2009) | 1 line

    Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE.
  ........
    r75501 | antoine.pitrou | 2009-10-18 13:37:11 -0500 (Sun, 18 Oct 2009) | 3 lines

    Add a comment about unreachable code, and fix a typo
  ........
    r75551 | benjamin.peterson | 2009-10-19 22:14:10 -0500 (Mon, 19 Oct 2009) | 1 line

    use property api
  ........
    r75572 | benjamin.peterson | 2009-10-20 16:55:17 -0500 (Tue, 20 Oct 2009) | 1 line

    clarify buffer arg #7178
  ........
    r75589 | benjamin.peterson | 2009-10-21 21:26:47 -0500 (Wed, 21 Oct 2009) | 1 line

    whitespace
  ........
    r75590 | benjamin.peterson | 2009-10-21 21:36:47 -0500 (Wed, 21 Oct 2009) | 1 line

    rewrite to be nice to other implementations
  ........
    r75591 | benjamin.peterson | 2009-10-21 21:50:38 -0500 (Wed, 21 Oct 2009) | 4 lines

    rewrite for style, clarify, and comments

    Also, use the hasattr() like scheme of allowing BaseException exceptions through.
  ........
    r75657 | antoine.pitrou | 2009-10-24 07:41:27 -0500 (Sat, 24 Oct 2009) | 3 lines

    Fix compilation error in debug mode.
  ........
    r75742 | benjamin.peterson | 2009-10-26 17:51:16 -0500 (Mon, 26 Oct 2009) | 1 line

    use 'is' instead of id()
  ........
    r75868 | benjamin.peterson | 2009-10-27 15:59:18 -0500 (Tue, 27 Oct 2009) | 1 line

    test expect base classes
  ........
    r75952 | georg.brandl | 2009-10-29 15:38:32 -0500 (Thu, 29 Oct 2009) | 1 line

    Use the correct function name in docstring.
  ........
    r75953 | georg.brandl | 2009-10-29 15:39:50 -0500 (Thu, 29 Oct 2009) | 1 line

    Remove mention of the old -X command line switch.
  ........
    r75954 | georg.brandl | 2009-10-29 15:53:00 -0500 (Thu, 29 Oct 2009) | 1 line

    Use constants instead of magic integers for test result.  Do not re-run with --verbose3 for environment changing tests.
  ........
    r75955 | georg.brandl | 2009-10-29 15:54:03 -0500 (Thu, 29 Oct 2009) | 1 line

    Use a single style for all the docstrings in the math module.
  ........
    r75956 | georg.brandl | 2009-10-29 16:16:34 -0500 (Thu, 29 Oct 2009) | 1 line

    I do not think the "railroad" program mentioned is still available.
  ........
    r75957 | georg.brandl | 2009-10-29 16:44:56 -0500 (Thu, 29 Oct 2009) | 1 line

    Fix constant name.
  ........
    r76057 | benjamin.peterson | 2009-11-02 09:06:45 -0600 (Mon, 02 Nov 2009) | 1 line

    prevent a rather unlikely segfault
  ........
    r76105 | georg.brandl | 2009-11-04 01:38:12 -0600 (Wed, 04 Nov 2009) | 1 line

    #7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs.
  ........
    r76139 | benjamin.peterson | 2009-11-06 19:04:38 -0600 (Fri, 06 Nov 2009) | 1 line

    spelling
  ........
    r76143 | georg.brandl | 2009-11-07 02:26:07 -0600 (Sat, 07 Nov 2009) | 1 line

    #7271: fix typo.
  ........
    r76162 | benjamin.peterson | 2009-11-08 22:10:53 -0600 (Sun, 08 Nov 2009) | 1 line

    discuss how to use -p
  ........
    r76223 | georg.brandl | 2009-11-12 02:29:46 -0600 (Thu, 12 Nov 2009) | 1 line

    Give the profile module a module directive.
  ........
................

15 years agoAdd examples to whatsnew entry for OrderedDict.
Raymond Hettinger [Thu, 12 Nov 2009 17:42:47 +0000 (17:42 +0000)]
Add examples to whatsnew entry for OrderedDict.

15 years agofix highlight in the datetime example
Ezio Melotti [Thu, 12 Nov 2009 10:41:24 +0000 (10:41 +0000)]
fix highlight in the datetime example

15 years agoMerged revisions 76219 via svnmerge from
Antoine Pitrou [Wed, 11 Nov 2009 21:01:33 +0000 (21:01 +0000)]
Merged revisions 76219 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76219 | antoine.pitrou | 2009-11-11 21:59:38 +0100 (mer., 11 nov. 2009) | 9 lines

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

  ........
    r76217 | antoine.pitrou | 2009-11-11 21:55:07 +0100 (mer., 11 nov. 2009) | 3 lines

    Issue #7295: Do not use a hardcoded file name in test_tarfile.
  ........
................

15 years agoMerged revisions 76210 via svnmerge from
Senthil Kumaran [Wed, 11 Nov 2009 04:21:22 +0000 (04:21 +0000)]
Merged revisions 76210 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76210 | senthil.kumaran | 2009-11-11 09:47:53 +0530 (Wed, 11 Nov 2009) | 10 lines

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

  ........
    r76208 | senthil.kumaran | 2009-11-11 07:04:44 +0530 (Wed, 11 Nov 2009) | 3 lines

    CGIHTTPRequestHandler.run_cgi() to use subprocess for Non Unix platforms. Fix
    based on Issue1235.
  ........
................

15 years agoShow example of how to make a sorted dictionary
Raymond Hettinger [Tue, 10 Nov 2009 18:21:06 +0000 (18:21 +0000)]
Show example of how to make a sorted dictionary

15 years agoMerged revisions 76185 via svnmerge from
Mark Dickinson [Mon, 9 Nov 2009 20:10:01 +0000 (20:10 +0000)]
Merged revisions 76185 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r76185 | mark.dickinson | 2009-11-09 20:08:57 +0000 (Mon, 09 Nov 2009) | 9 lines

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

  ........
    r76182 | mark.dickinson | 2009-11-09 19:54:51 +0000 (Mon, 09 Nov 2009) | 1 line

    Add extra information to a test_signal failure message to aid diagnosis of buildbot failure.
  ........
................

15 years agoMerged revisions 76177 via svnmerge from
Mark Dickinson [Mon, 9 Nov 2009 17:14:18 +0000 (17:14 +0000)]
Merged revisions 76177 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r76177 | mark.dickinson | 2009-11-09 17:12:30 +0000 (Mon, 09 Nov 2009) | 13 lines

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

  ........
    r76176 | mark.dickinson | 2009-11-09 17:03:34 +0000 (Mon, 09 Nov 2009) | 7 lines

    Issue #7251: Break out round tests for large values into a separate
    test function, and skip that test on Linux/alpha systems with a broken
    system round function.

    This should turn the Debian/alpha buildbot green.
  ........
................

15 years agoMerged revisions 76138,76173 via svnmerge from
Antoine Pitrou [Mon, 9 Nov 2009 16:52:46 +0000 (16:52 +0000)]
Merged revisions 76138,76173 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76138 | antoine.pitrou | 2009-11-06 23:41:14 +0100 (ven., 06 nov. 2009) | 10 lines

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

  ........
    r76137 | antoine.pitrou | 2009-11-06 23:34:35 +0100 (ven., 06 nov. 2009) | 4 lines

    Issue #7270: Add some dedicated unit tests for multi-thread synchronization
    primitives such as Lock, RLock, Condition, Event and Semaphore.
  ........
................
  r76173 | antoine.pitrou | 2009-11-09 17:08:16 +0100 (lun., 09 nov. 2009) | 11 lines

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

  ........
    r76172 | antoine.pitrou | 2009-11-09 17:00:11 +0100 (lun., 09 nov. 2009) | 5 lines

    Issue #7282: Fix a memory leak when an RLock was used in a thread other
    than those started through `threading.Thread` (for example, using
    `thread.start_new_thread()`.
  ........
................

15 years agoMerged revisions 76170 via svnmerge from
Eric Smith [Mon, 9 Nov 2009 15:24:55 +0000 (15:24 +0000)]
Merged revisions 76170 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76170 | eric.smith | 2009-11-09 10:23:15 -0500 (Mon, 09 Nov 2009) | 9 lines

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

  ........
    r76168 | eric.smith | 2009-11-09 10:16:23 -0500 (Mon, 09 Nov 2009) | 1 line

    Issue 7294: Fixed URL in a comment.
  ........
................

15 years agoMerged revisions 76165 via svnmerge from
R. David Murray [Mon, 9 Nov 2009 14:22:36 +0000 (14:22 +0000)]
Merged revisions 76165 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76165 | r.david.murray | 2009-11-09 09:21:38 -0500 (Mon, 09 Nov 2009) | 9 lines

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

  ........
    r76163 | r.david.murray | 2009-11-09 09:18:14 -0500 (Mon, 09 Nov 2009) | 2 lines

    Remove redundant sentence.
  ........
................