]> granicus.if.org Git - python/log
python
14 years agoMerged revisions 84347 via svnmerge from
Antoine Pitrou [Sat, 28 Aug 2010 20:53:24 +0000 (20:53 +0000)]
Merged revisions 84347 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84347 | antoine.pitrou | 2010-08-28 22:42:55 +0200 (sam., 28 août 2010) | 5 lines

  Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private
  to the socket module, and fix the width of socket descriptors to be
  correctly detected under 64-bit Windows.
........

14 years agoMerged revisions 84344 via svnmerge from
Antoine Pitrou [Sat, 28 Aug 2010 18:27:09 +0000 (18:27 +0000)]
Merged revisions 84344 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84344 | antoine.pitrou | 2010-08-28 20:17:03 +0200 (sam., 28 août 2010) | 4 lines

  Issue #1868: Eliminate subtle timing issues in thread-local objects by
  getting rid of the cached copy of thread-local attribute dictionary.
........

14 years agoMerged revisions 84323 via svnmerge from
Senthil Kumaran [Thu, 26 Aug 2010 06:24:04 +0000 (06:24 +0000)]
Merged revisions 84323 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84323 | senthil.kumaran | 2010-08-26 11:46:22 +0530 (Thu, 26 Aug 2010) | 3 lines

  Fix Issue8797 - Reset the basic auth retry count when response code is not 401.
........

14 years agoMerged revisions 84320 via svnmerge from
Benjamin Peterson [Wed, 25 Aug 2010 23:19:30 +0000 (23:19 +0000)]
Merged revisions 84320 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84320 | benjamin.peterson | 2010-08-25 18:13:17 -0500 (Wed, 25 Aug 2010) | 1 line

  basicsize and itemsize are Py_ssize_t #9688
........

14 years agoMerged revisions 84310 via svnmerge from
R. David Murray [Wed, 25 Aug 2010 01:55:24 +0000 (01:55 +0000)]
Merged revisions 84310 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84310 | r.david.murray | 2010-08-24 20:45:55 -0400 (Tue, 24 Aug 2010) | 8 lines

  #1194222: make parsedate always return RFC2822 four character years.

  Two character years are now converted to four character years using
  the Posix standard rule (<68 == 2000, >=68==1900).  This makes the
  parsed date RFC2822 compliant even if the input is not.

  Patch and test by Jeffrey Finkelstein.
........

14 years agoMerged revisions 84301 via svnmerge from
Daniel Stutzbach [Tue, 24 Aug 2010 21:00:32 +0000 (21:00 +0000)]
Merged revisions 84301 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84301 | daniel.stutzbach | 2010-08-24 15:49:57 -0500 (Tue, 24 Aug 2010) | 1 line

  Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operations, namely x -= x and x ^= x
........

14 years agoMerged revisions 84289 via svnmerge from
Giampaolo Rodolà [Mon, 23 Aug 2010 22:34:37 +0000 (22:34 +0000)]
Merged revisions 84289 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84289 | giampaolo.rodola | 2010-08-24 00:28:13 +0200 (mar, 24 ago 2010) | 1 line

  fix issue 9129: adds proper error handling on accept() when smtpd accepts new incoming connections.
........

14 years agoMerged revisions 84284 via svnmerge from
Giampaolo Rodolà [Mon, 23 Aug 2010 21:56:11 +0000 (21:56 +0000)]
Merged revisions 84284 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84284 | giampaolo.rodola | 2010-08-23 23:53:41 +0200 (lun, 23 ago 2010) | 1 line

  fix issue 658749: correctly interprets asyncore's windows errors on connect()
........

14 years agoMerged revisions 84258,84268 via svnmerge from
Antoine Pitrou [Sun, 22 Aug 2010 20:46:30 +0000 (20:46 +0000)]
Merged revisions 84258,84268 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84258 | antoine.pitrou | 2010-08-22 12:18:36 +0200 (dim., 22 août 2010) | 4 lines

  Test that calls to path hooks and meta_path entries are serialized by the import lock.
  (part of issue #9251)
........
  r84268 | antoine.pitrou | 2010-08-22 22:43:26 +0200 (dim., 22 août 2010) | 4 lines

  Add an import lock test for multithreaded circular imports.
  (part of #9657)
........

14 years agoIssue #9214: Fix set operations on KeysView and ItemsView.
Raymond Hettinger [Sun, 22 Aug 2010 07:56:20 +0000 (07:56 +0000)]
Issue #9214:  Fix set operations on KeysView and ItemsView.

14 years agoMerged revisions 84242-84244 via svnmerge from
Benjamin Peterson [Sat, 21 Aug 2010 20:17:36 +0000 (20:17 +0000)]
Merged revisions 84242-84244 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84242 | benjamin.peterson | 2010-08-21 15:01:28 -0500 (Sat, 21 Aug 2010) | 1 line

  indent properly
........
  r84243 | benjamin.peterson | 2010-08-21 15:03:15 -0500 (Sat, 21 Aug 2010) | 1 line

  fix more indentation
........
  r84244 | benjamin.peterson | 2010-08-21 15:08:36 -0500 (Sat, 21 Aug 2010) | 1 line

  provide sample implementations for attrgetter and methodcaller
........

14 years agoMerged revisions 84239 via svnmerge from
Antoine Pitrou [Sat, 21 Aug 2010 19:17:57 +0000 (19:17 +0000)]
Merged revisions 84239 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84239 | antoine.pitrou | 2010-08-21 21:09:32 +0200 (sam., 21 août 2010) | 4 lines

  Issue #9617: Signals received during a low-level write operation aren't
  ignored by the buffered IO layer anymore.
........

14 years agoRecorded merge of revisions 84187 via svnmerge from
Éric Araujo [Fri, 20 Aug 2010 03:22:35 +0000 (03:22 +0000)]
Recorded merge of revisions 84187 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84187 | eric.araujo | 2010-08-19 00:29:54 +0200 (jeu., 19 août 2010) | 2 lines

  Fix indentation level
........

14 years agoThe 3.1 compiler don't check for keyword assignments in all places.
Amaury Forgeot d'Arc [Thu, 19 Aug 2010 22:29:49 +0000 (22:29 +0000)]
The 3.1 compiler don't check for keyword assignments in all places.
Find another way to generate a SyntaxError in the tests.

Previously, these statements would raise something strange like
   TypeError: "'int' object is not iterable"

14 years agoMerged revisions 84214 via svnmerge from
Amaury Forgeot d'Arc [Thu, 19 Aug 2010 21:35:59 +0000 (21:35 +0000)]
Merged revisions 84214 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84214 | amaury.forgeotdarc | 2010-08-19 23:32:38 +0200 (jeu., 19 août 2010) | 3 lines

  Add tests for r84209 (crashes in the Ast builder)
  Also remove one tab, and move a check closer to the possible failure.
........

14 years agoMerged revisions 84209 via svnmerge from
Amaury Forgeot d'Arc [Thu, 19 Aug 2010 20:26:00 +0000 (20:26 +0000)]
Merged revisions 84209 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84209 | amaury.forgeotdarc | 2010-08-19 19:43:15 +0200 (jeu., 19 août 2010) | 5 lines

  Check the return values for all functions returning an ast node.
  Failure to do it may result in strange error messages or even crashes,
  in admittedly convoluted cases that are normally syntax errors, like:
      def f(*xx, __debug__): pass
........

14 years agoMerged revisions 84210 via svnmerge from
Senthil Kumaran [Thu, 19 Aug 2010 17:54:33 +0000 (17:54 +0000)]
Merged revisions 84210 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84210 | senthil.kumaran | 2010-08-19 23:20:31 +0530 (Thu, 19 Aug 2010) | 3 lines

  Fix Issue9639 - reset the retry count on successful auth.
........

14 years agoMerged revisions 84172 via svnmerge from
Martin v. Löwis [Thu, 19 Aug 2010 09:03:03 +0000 (09:03 +0000)]
Merged revisions 84172 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84172 | martin.v.loewis | 2010-08-18 18:12:23 +0200 (Mi, 18 Aug 2010) | 2 lines

  Restore GIL in nis_cat in case of error.
........

14 years agoMerged revisions 84195 via svnmerge from
Senthil Kumaran [Thu, 19 Aug 2010 07:04:27 +0000 (07:04 +0000)]
Merged revisions 84195 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84195 | senthil.kumaran | 2010-08-19 12:32:20 +0530 (Thu, 19 Aug 2010) | 3 lines

  Fix Issue9638 - remove dead code from py3k imaplib
........

14 years agoManually merge r84187
Éric Araujo [Wed, 18 Aug 2010 22:42:07 +0000 (22:42 +0000)]
Manually merge r84187

14 years agoMark 2.7 as stable.
Georg Brandl [Wed, 18 Aug 2010 20:05:54 +0000 (20:05 +0000)]
Mark 2.7 as stable.

14 years agoMerged revisions 84159 via svnmerge from
Éric Araujo [Tue, 17 Aug 2010 21:35:09 +0000 (21:35 +0000)]
Merged revisions 84159 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84159 | eric.araujo | 2010-08-17 23:24:05 +0200 (mar., 17 août 2010) | 1 line

  Fix example
........

14 years agoSynchronize maintainers.rst
Éric Araujo [Tue, 17 Aug 2010 21:31:21 +0000 (21:31 +0000)]
Synchronize maintainers.rst

14 years agoMerged revisions 84156 via svnmerge from
Antoine Pitrou [Tue, 17 Aug 2010 21:15:19 +0000 (21:15 +0000)]
Merged revisions 84156 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84156 | antoine.pitrou | 2010-08-17 23:11:49 +0200 (mar., 17 août 2010) | 3 lines

  Modernize gzip examples
........

14 years agoMerged revisions 84146-84147,84150 via svnmerge from
Antoine Pitrou [Tue, 17 Aug 2010 19:39:39 +0000 (19:39 +0000)]
Merged revisions 84146-84147,84150 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84146 | antoine.pitrou | 2010-08-17 19:55:07 +0200 (mar., 17 août 2010) | 4 lines

  Issue #9612: The set object is now 64-bit clean under Windows.
........
  r84147 | antoine.pitrou | 2010-08-17 20:30:06 +0200 (mar., 17 août 2010) | 3 lines

  Fix <deque iterator>.__length_hint__() under 64-bit Windows.
........
  r84150 | antoine.pitrou | 2010-08-17 21:33:30 +0200 (mar., 17 août 2010) | 3 lines

  Clean some 64-bit issues. Also, always spell "ssize_t" "Py_ssize_t".
........

14 years agoBlocked revisions 84134 via svnmerge
Ezio Melotti [Tue, 17 Aug 2010 08:41:48 +0000 (08:41 +0000)]
Blocked revisions 84134 via svnmerge

........
  r84134 | ezio.melotti | 2010-08-17 11:35:41 +0300 (Tue, 17 Aug 2010) | 1 line

  Correct a couple of assert* methods. Patch by Dave Malcolm.
........

14 years agoMerged revisions 84125-84126 via svnmerge from
Benjamin Peterson [Tue, 17 Aug 2010 01:14:01 +0000 (01:14 +0000)]
Merged revisions 84125-84126 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84125 | benjamin.peterson | 2010-08-16 20:07:53 -0500 (Mon, 16 Aug 2010) | 1 line

  use assertTrue/assertFalse
........
  r84126 | benjamin.peterson | 2010-08-16 20:08:46 -0500 (Mon, 16 Aug 2010) | 1 line

  remove test for oldstyle classes
........

14 years agoMerged revisions 81214,82302,82465,83090-83091,84097,84099 via svnmerge from
Florent Xicluna [Mon, 16 Aug 2010 22:40:45 +0000 (22:40 +0000)]
Merged revisions 81214,82302,82465,83090-83091,84097,84099 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r81214 | brett.cannon | 2010-05-16 00:20:16 +0200 (dim., 16 mai 2010) | 2 lines

  A test was not guaranteeing cleanup in the face of an exception.
................
  r82302 | benjamin.peterson | 2010-06-28 00:37:28 +0200 (lun., 28 juin 2010) | 15 lines

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

  ........
    r81380 | brett.cannon | 2010-05-20 13:37:55 -0500 (Thu, 20 May 2010) | 8 lines

    Turned out that if you used explicit relative import syntax
    (e.g. from .os import sep) and it failed, import would still try the implicit
    relative import semantics of an absolute import (from os import sep). That's
    not right, so when level is negative, only do explicit relative import
    semantics.

    Fixes issue #7902. Thanks to Meador Inge for the patch.
  ........
................
  r82465 | brett.cannon | 2010-07-03 03:32:48 +0200 (sam., 03 juil. 2010) | 3 lines

  Make test_import a little bit more robust for cleaning up after itself in the
  face of a failure.
................
  r83090 | brett.cannon | 2010-07-23 16:03:16 +0200 (ven., 23 juil. 2010) | 4 lines

  Explicitly test relative imports by reusing importlib tests.

  Closes issue 8392. Thanks Virgil Dupras for the initial patch.
................
  r83091 | brett.cannon | 2010-07-23 16:45:19 +0200 (ven., 23 juil. 2010) | 1 line

  Stop shadowing a test class.
................
  r84097 | florent.xicluna | 2010-08-16 20:41:19 +0200 (lun., 16 août 2010) | 1 line

  Use test.support and unittest features.  Fix duplicated test (bad merge in r79033).  Fix comment for issue #7902.
................
  r84099 | florent.xicluna | 2010-08-16 21:03:05 +0200 (lun., 16 août 2010) | 1 line

  I get it wrong in r84097: s/relative/absolute/
................

14 years agoMerged revisions 84106 via svnmerge from
Alexander Belopolsky [Mon, 16 Aug 2010 20:26:04 +0000 (20:26 +0000)]
Merged revisions 84106 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84106 | alexander.belopolsky | 2010-08-16 16:17:07 -0400 (Mon, 16 Aug 2010) | 1 line

  Issue #8983: Corrected docstrings.
........

14 years agoMerged revisions 84098 via svnmerge from
Alexander Belopolsky [Mon, 16 Aug 2010 19:46:32 +0000 (19:46 +0000)]
Merged revisions 84098 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84098 | alexander.belopolsky | 2010-08-16 14:55:46 -0400 (Mon, 16 Aug 2010) | 4 lines

  Issue #665761: functools.reduce() will no longer mask exceptions other
  than TypeError raised by the iterator argument.  Also added a test to
  check that zip() already behaves similarly.
........

14 years agoMerged revisions 84089 via svnmerge from
Giampaolo Rodolà [Mon, 16 Aug 2010 05:09:31 +0000 (05:09 +0000)]
Merged revisions 84089 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84089 | giampaolo.rodola | 2010-08-16 07:08:11 +0200 (lun, 16 ago 2010) | 1 line

  fix getaddrinfo test failure on OSX caused by AI_CANNAME erroneously used as the value for 'proto'
........

14 years agoMerged revisions 84078 via svnmerge from
Antoine Pitrou [Sun, 15 Aug 2010 19:13:19 +0000 (19:13 +0000)]
Merged revisions 84078 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84078 | antoine.pitrou | 2010-08-15 20:51:10 +0200 (dim., 15 août 2010) | 3 lines

  Fix more 64-bit warnings.
........

14 years agoMerged revisions 84076 via svnmerge from
Antoine Pitrou [Sun, 15 Aug 2010 18:32:16 +0000 (18:32 +0000)]
Merged revisions 84076 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84076 | antoine.pitrou | 2010-08-15 20:07:50 +0200 (dim., 15 août 2010) | 4 lines

  Fix other warnings under 64-bit Windows.
........

14 years agoMerged revisions 84070,84074 via svnmerge from
Antoine Pitrou [Sun, 15 Aug 2010 17:46:50 +0000 (17:46 +0000)]
Merged revisions 84070,84074 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84070 | antoine.pitrou | 2010-08-15 19:12:55 +0200 (dim., 15 août 2010) | 5 lines

  Fix some compilation warnings under 64-bit Windows (issue #9566).
  Some of these are genuine bugs with objects bigger than 2GB, but
  my system doesn't allow me to write tests for it.
........
  r84074 | antoine.pitrou | 2010-08-15 19:41:31 +0200 (dim., 15 août 2010) | 3 lines

  Fix (harmless) warning with MSVC.
........

14 years agoMerged revisions 84072 via svnmerge from
Antoine Pitrou [Sun, 15 Aug 2010 17:40:03 +0000 (17:40 +0000)]
Merged revisions 84072 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84072 | antoine.pitrou | 2010-08-15 19:38:46 +0200 (dim., 15 août 2010) | 3 lines

  Fix indentation and remove dead code.
........

14 years agoMerged revisions 84063 via svnmerge from
Victor Stinner [Sun, 15 Aug 2010 09:35:13 +0000 (09:35 +0000)]
Merged revisions 84063 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84063 | victor.stinner | 2010-08-15 11:33:08 +0200 (dim., 15 août 2010) | 5 lines

  Issue #9605: posix.getlogin() decodes the username with file filesystem
  encoding and surrogateescape error handler. Patch written by David Watson.

  Reindent also posix_getlogin(), and fix a typo in the NEWS file.
........

14 years agoMerged revisions 84060 via svnmerge from
Victor Stinner [Sun, 15 Aug 2010 09:15:02 +0000 (09:15 +0000)]
Merged revisions 84060 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84060 | victor.stinner | 2010-08-15 11:12:51 +0200 (dim., 15 août 2010) | 4 lines

  Issue #9603: posix.ttyname() and posix.ctermid() decode the terminal name
  using the filesystem encoding and surrogateescape error handler. Patch
  written by David Watson.
........

14 years agoMerged revisions 84050 via svnmerge from
Éric Araujo [Sat, 14 Aug 2010 23:49:42 +0000 (23:49 +0000)]
Merged revisions 84050 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84050 | eric.araujo | 2010-08-15 01:44:13 +0200 (dim., 15 août 2010) | 1 line

  Fix typo
........

14 years agoFix test failure with -bb, because of r84040.
Florent Xicluna [Sat, 14 Aug 2010 23:12:27 +0000 (23:12 +0000)]
Fix test failure with -bb, because of r84040.

14 years agoBlocked revisions 79380,83182,83859,83886-83887,83894-83895 via svnmerge
Florent Xicluna [Sat, 14 Aug 2010 21:47:07 +0000 (21:47 +0000)]
Blocked revisions 79380,83182,83859,83886-83887,83894-83895 via svnmerge

........
  r79380 | florent.xicluna | 2010-03-24 18:37:49 +0100 (mer., 24 mars 2010) | 2 lines

  Revert improper merge in test_inspect (r79251).
........
  r83182 | florent.xicluna | 2010-07-27 23:20:15 +0200 (mar., 27 juil. 2010) | 3 lines

  Issue #4770: Restrict binascii module to accept only bytes (as specified).
  And fix the email package to encode to ASCII instead of ``raw-unicode-escape`` before ASCII-to-binary decoding.
........
  r83859 | florent.xicluna | 2010-08-09 00:07:16 +0200 (lun., 09 août 2010) | 2 lines

  Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an array.
........
  r83886 | florent.xicluna | 2010-08-09 14:24:20 +0200 (lun., 09 août 2010) | 2 lines

  Clean up syntax for some scripts.
........
  r83887 | florent.xicluna | 2010-08-09 14:26:44 +0200 (lun., 09 août 2010) | 1 line

  Fix ``Tools/scripts/checkpyc.py`` after PEP 3147.
........
  r83894 | florent.xicluna | 2010-08-09 18:56:43 +0200 (lun., 09 août 2010) | 21 lines

  Merged manually from 2.7 branch to 3.x trunk.

    ------------------------------------------------------------------------
    r80411 | florent.xicluna | 2010-04-23 19:59:10 +0200 (ven. 23 avril 2010) | 2 lignes

    Remove ImportWarnings filters.  They become obsolete after r79310, issue #8205.
    ------------------------------------------------------------------------
    r80412 | florent.xicluna | 2010-04-23 20:10:12 +0200 (ven. 23 avril 2010) | 2 lignes

    Fix the "regrtest -s" switch.
    ------------------------------------------------------------------------
    r81140 | florent.xicluna | 2010-05-13 19:05:29 +0200 (jeu. 13 mai 2010) | 3 lignes

    Add sensible information about the OS X platform to diagnose issue #8423:
    test_pep277 fails on "x86 Tiger" buildbot but not on "PPC Tiger".
    ------------------------------------------------------------------------
    r81141 | florent.xicluna | 2010-05-13 20:16:06 +0200 (jeu. 13 mai 2010) | 2 lignes

    Revert the additional OS X information (r81140).  Keep the endianness information.
    ------------------------------------------------------------------------
........
  r83895 | florent.xicluna | 2010-08-09 19:18:05 +0200 (lun., 09 août 2010) | 20 lines

  Merged manually from 2.7 branch to 3.x trunk.

    ------------------------------------------------------------------------
    r81149 | florent.xicluna | 2010-05-13 23:40:01 +0200 (jeu. 13 mai 2010) | 2 lignes

    Better test skipping, with message in the log.
    ------------------------------------------------------------------------
    r81150 | florent.xicluna | 2010-05-13 23:41:05 +0200 (jeu. 13 mai 2010) | 2 lignes

    Improve test feedback to troubleshoot issue #8423 on OS X.
    ------------------------------------------------------------------------
    r81151 | florent.xicluna | 2010-05-14 01:46:48 +0200 (ven. 14 mai 2010) | 2 lignes

    Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot.
    ------------------------------------------------------------------------
    r82056 | florent.xicluna | 2010-06-17 22:30:56 +0200 (jeu. 17 juin 2010) | 2 lignes

    Add few words about test.test_genericpath.CommonTest
    ------------------------------------------------------------------------
........

14 years agoMerged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge from
Florent Xicluna [Sat, 14 Aug 2010 21:06:29 +0000 (21:06 +0000)]
Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76719 | antoine.pitrou | 2009-12-08 20:38:17 +0100 (mar., 08 déc. 2009) | 9 lines

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

  ........
    r76718 | antoine.pitrou | 2009-12-08 20:35:12 +0100 (mar., 08 déc. 2009) | 3 lines

    Fix transient refleaks in test_urllib. Thanks to Florent Xicluna.
  ........
................
  r81270 | florent.xicluna | 2010-05-17 19:24:07 +0200 (lun., 17 mai 2010) | 9 lines

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

  ........
    r81259 | florent.xicluna | 2010-05-17 12:39:07 +0200 (lun, 17 mai 2010) | 2 lines

    Slight style cleanup.
  ........
................
  r81271 | florent.xicluna | 2010-05-17 19:33:07 +0200 (lun., 17 mai 2010) | 11 lines

  Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes.

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

  ........
    r81265 | florent.xicluna | 2010-05-17 15:35:09 +0200 (lun, 17 mai 2010) | 2 lines

    Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.
  ........
................
  r81272 | florent.xicluna | 2010-05-17 20:01:22 +0200 (lun., 17 mai 2010) | 2 lines

  Inadvertently removed part of the comment in r81271.
................
  r83294 | senthil.kumaran | 2010-07-30 21:34:36 +0200 (ven., 30 juil. 2010) | 2 lines

  Fix issue9301 - handle unquote({}) kind of case.
................
  r83319 | florent.xicluna | 2010-07-31 10:56:55 +0200 (sam., 31 juil. 2010) | 2 lines

  Fix an oversight in r83294.  unquote() should reject bytes.  Issue #9301.
................
  r84038 | florent.xicluna | 2010-08-14 20:30:35 +0200 (sam., 14 août 2010) | 1 line

  Silence the BytesWarning, due to patch r83294 for #9301
................
  r84039 | florent.xicluna | 2010-08-14 22:51:58 +0200 (sam., 14 août 2010) | 1 line

  Silence BytesWarning while testing exception
................

14 years agoMerged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036...
Florent Xicluna [Sat, 14 Aug 2010 18:24:40 +0000 (18:24 +0000)]
Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83212 | florent.xicluna | 2010-07-28 18:39:41 +0200 (mer., 28 juil. 2010) | 2 lines

  Syntax cleanup.
........
  r83829 | florent.xicluna | 2010-08-08 18:16:07 +0200 (dim., 08 août 2010) | 2 lines

  Use unittest specific methods for some urllib test cases.  And replace urllib2 with urllib.request in comments.
........
  r83833 | florent.xicluna | 2010-08-08 18:25:27 +0200 (dim., 08 août 2010) | 2 lines

  Add test case for the HTTPResponse being an iterable.  Follow-up of issue #4608.
........
  r83838 | florent.xicluna | 2010-08-08 20:03:44 +0200 (dim., 08 août 2010) | 2 lines

  Typo.
........
  r83839 | florent.xicluna | 2010-08-08 20:06:13 +0200 (dim., 08 août 2010) | 2 lines

  Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
........
  r83878 | florent.xicluna | 2010-08-09 10:29:08 +0200 (lun., 09 août 2010) | 1 line

  Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).
........
  r84019 | florent.xicluna | 2010-08-14 17:56:42 +0200 (sam., 14 août 2010) | 11 lines

  Merged manually from 2.7 branch to 3.x trunk.

    ------------------------------------------------------------------------
    r79925 | nick.coghlan | 2010-04-10 16:24:36 +0200 (sam. 10 avril 2010)

    Try to turn some buildbots green by allowing test_multiprocessing to
    pass even if it hits the sys.exc_clear code in the threading module, and
    improve the test coverage by making the ctypes dependencies a bit more
    granular (two of the cited ctypes objects don't exist on my system)
    ------------------------------------------------------------------------
........
  r84025 | florent.xicluna | 2010-08-14 18:56:27 +0200 (sam., 14 août 2010) | 1 line

  List Misc/python-config.in in Misc/README.  Fix few typos.
........
  r84028 | florent.xicluna | 2010-08-14 19:02:49 +0200 (sam., 14 août 2010) | 1 line

  Fix order.
........
  r84032 | florent.xicluna | 2010-08-14 19:15:31 +0200 (sam., 14 août 2010) | 1 line

  Convert to spaces.
........
  r84036 | florent.xicluna | 2010-08-14 20:03:19 +0200 (sam., 14 août 2010) | 1 line

  Remove bad merge (from svnmerge r82301)
........

14 years agoMerged revisions 84021-84023 via svnmerge from
Antoine Pitrou [Sat, 14 Aug 2010 17:26:19 +0000 (17:26 +0000)]
Merged revisions 84021-84023 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84021 | antoine.pitrou | 2010-08-14 18:24:38 +0200 (sam., 14 août 2010) | 4 lines

  Add a reasonable timeout to network SSL tests, so as to avoid buildbot timeouts
  when the remote server doesn't answer.
........
  r84022 | antoine.pitrou | 2010-08-14 18:32:10 +0200 (sam., 14 août 2010) | 4 lines

  This is a better resolution than r84021 (because it will also affect
  ssl.get_server_certificate()).
........
  r84023 | antoine.pitrou | 2010-08-14 18:33:38 +0200 (sam., 14 août 2010) | 3 lines

  There doesn't seem to be a reason for this test to be disabled.
........

14 years agoMerged revisions 84024 via svnmerge from
Giampaolo Rodolà [Sat, 14 Aug 2010 17:00:05 +0000 (17:00 +0000)]
Merged revisions 84024 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84024 | giampaolo.rodola | 2010-08-14 18:45:41 +0200 (sab, 14 ago 2010) | 1 line

  fix issue #8857: provide a test case for socket.getaddrinfo
........

14 years agoMerged revisions 84008-84009 via svnmerge from
Antoine Pitrou [Sat, 14 Aug 2010 12:36:30 +0000 (12:36 +0000)]
Merged revisions 84008-84009 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84008 | antoine.pitrou | 2010-08-14 14:33:18 +0200 (sam., 14 août 2010) | 3 lines

  Add comments about Windows in Modules/getpath.c
........
  r84009 | antoine.pitrou | 2010-08-14 14:34:41 +0200 (sam., 14 août 2010) | 2 lines

  Fix indentation in Modules/getpath.c
........

14 years agoMerged revisions 83999,84001 via svnmerge from
Éric Araujo [Sat, 14 Aug 2010 05:04:34 +0000 (05:04 +0000)]
Merged revisions 83999,84001 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83999 | eric.araujo | 2010-08-14 06:55:45 +0200 (sam., 14 août 2010) | 2 lines

  Fix reference (follow-up to #9061)
........
  r84001 | eric.araujo | 2010-08-14 07:00:18 +0200 (sam., 14 août 2010) | 2 lines

  Oops, fix typo
........

14 years agoFix version{added,changed} and spacing in NEWS
Éric Araujo [Sat, 14 Aug 2010 02:45:58 +0000 (02:45 +0000)]
Fix version{added,changed} and spacing in NEWS

14 years agoMerged revisions 83993 via svnmerge from
Éric Araujo [Sat, 14 Aug 2010 02:36:26 +0000 (02:36 +0000)]
Merged revisions 83993 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83993 | eric.araujo | 2010-08-14 04:30:34 +0200 (sam., 14 août 2010) | 2 lines

  Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688.
........

14 years agoMerged revisions 83983 via svnmerge from
Brian Curtin [Fri, 13 Aug 2010 20:59:27 +0000 (20:59 +0000)]
Merged revisions 83983 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83983 | brian.curtin | 2010-08-13 15:42:57 -0500 (Fri, 13 Aug 2010) | 3 lines

  Fix #9588. Add sys.executable to two shell=True tests.
........

14 years agoMerged revisions 83966 via svnmerge from
Eric Smith [Fri, 13 Aug 2010 00:12:59 +0000 (00:12 +0000)]
Merged revisions 83966 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83966 | eric.smith | 2010-08-12 17:55:30 -0400 (Thu, 12 Aug 2010) | 1 line

  Remove unused test class.
........

14 years agoMerged revisions 83959-83960 via svnmerge from
Antoine Pitrou [Thu, 12 Aug 2010 15:30:13 +0000 (15:30 +0000)]
Merged revisions 83959-83960 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83959 | antoine.pitrou | 2010-08-12 17:11:50 +0200 (jeu., 12 août 2010) | 5 lines

  Issue #7467: when a file from a ZIP archive, its CRC is checked and a
  BadZipfile error is raised if it doesn't match (as used to be the
  case in Python 2.5 and earlier).
........
  r83960 | antoine.pitrou | 2010-08-12 17:15:01 +0200 (jeu., 12 août 2010) | 3 lines

  Typo.
........

14 years ago#2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as...
Tim Golden [Thu, 12 Aug 2010 09:45:25 +0000 (09:45 +0000)]
#2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows

14 years agoBlocked revisions 83949 via svnmerge
Alexander Belopolsky [Wed, 11 Aug 2010 22:14:37 +0000 (22:14 +0000)]
Blocked revisions 83949 via svnmerge

........
  r83949 | alexander.belopolsky | 2010-08-11 13:31:17 -0400 (Wed, 11 Aug 2010) | 4 lines

  Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
  va_copy, but available on all python platforms.  Untabified a few
  unrelated files.
........

14 years agoMerged revisions 83951 via svnmerge from
Benjamin Peterson [Wed, 11 Aug 2010 19:24:27 +0000 (19:24 +0000)]
Merged revisions 83951 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83951 | benjamin.peterson | 2010-08-11 14:20:42 -0500 (Wed, 11 Aug 2010) | 4 lines

  use pep 383 decoding for mknod and mkfifo #9570

  Patch by David Watson.
........

14 years agoMerged revisions 83944 via svnmerge from
Antoine Pitrou [Wed, 11 Aug 2010 13:38:10 +0000 (13:38 +0000)]
Merged revisions 83944 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83944 | antoine.pitrou | 2010-08-11 15:31:33 +0200 (mer., 11 août 2010) | 6 lines

  Issue #9550: a BufferedReader could issue an additional read when the
  original read request had been satisfied, which can block indefinitely
  when the underlying raw IO channel is e.g. a socket.  Report and original
  patch by Jason V. Miller.
........

14 years agoMerged revisions 83937 via svnmerge from
Alexander Belopolsky [Tue, 10 Aug 2010 22:11:11 +0000 (22:11 +0000)]
Merged revisions 83937 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
   with some conflicts manually resolved.
........
  r83937 | alexander.belopolsky | 2010-08-10 17:54:48 -0400 (Tue, 10 Aug 2010) | 3 lines

  Issue #8834: Added a comment describing the order of entries in Misc/ACKS.
  Added names from release27-maint branch that were missing from py3k.
........

14 years agoMerged revisions 83927 via svnmerge from
Antoine Pitrou [Tue, 10 Aug 2010 00:48:49 +0000 (00:48 +0000)]
Merged revisions 83927 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83927 | antoine.pitrou | 2010-08-10 02:45:32 +0200 (mar., 10 août 2010) | 3 lines

  test_winsound shouldn't crash when ctypes isn't available
........

14 years agoFix buildbot issues due to _ctypes failing to compile in 3.1.
Antoine Pitrou [Tue, 10 Aug 2010 00:22:01 +0000 (00:22 +0000)]
Fix buildbot issues due to _ctypes failing to compile in 3.1.

Recorded rollback of revisions 83837,83841 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

14 years agoMerged revisions 83921 via svnmerge from
Antoine Pitrou [Mon, 9 Aug 2010 23:47:57 +0000 (23:47 +0000)]
Merged revisions 83921 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83921 | antoine.pitrou | 2010-08-10 01:39:31 +0200 (mar., 10 août 2010) | 4 lines

  Issue #6915: Under Windows, os.listdir() didn't release the Global
  Interpreter Lock around all system calls.  Original patch by Ryan Kelly.
........

14 years agoMerged revisions 83918 via svnmerge from
Antoine Pitrou [Mon, 9 Aug 2010 22:41:38 +0000 (22:41 +0000)]
Merged revisions 83918 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83918 | antoine.pitrou | 2010-08-10 00:38:19 +0200 (mar., 10 août 2010) | 5 lines

  Issue #3757: thread-local objects now support cyclic garbage collection.
  Thread-local objects involved in reference cycles will be deallocated
  timely by the cyclic GC, even if the underlying thread is still running.
........

14 years agoMerged revisions 83901 via svnmerge from
Senthil Kumaran [Mon, 9 Aug 2010 20:08:48 +0000 (20:08 +0000)]
Merged revisions 83901 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83901 | senthil.kumaran | 2010-08-10 01:31:35 +0530 (Tue, 10 Aug 2010) | 3 lines

  Fix Issue7007 -  Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules.
........

14 years agoMerged revisions 83900 via svnmerge from
Senthil Kumaran [Mon, 9 Aug 2010 20:05:35 +0000 (20:05 +0000)]
Merged revisions 83900 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83900 | senthil.kumaran | 2010-08-10 01:23:52 +0530 (Tue, 10 Aug 2010) | 3 lines

  Fix Issue7007 -  Use percent-encoded consistently instead of URL Encoded variations. Docs changed.
........

14 years agoMerged revisions 83882 via svnmerge from
Senthil Kumaran [Mon, 9 Aug 2010 09:06:23 +0000 (09:06 +0000)]
Merged revisions 83882 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83882 | senthil.kumaran | 2010-08-09 14:33:57 +0530 (Mon, 09 Aug 2010) | 3 lines

  spelling mistake.
........

14 years agoMerged revisions 83880 via svnmerge from
Senthil Kumaran [Mon, 9 Aug 2010 09:02:18 +0000 (09:02 +0000)]
Merged revisions 83880 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83880 | senthil.kumaran | 2010-08-09 14:26:25 +0530 (Mon, 09 Aug 2010) | 3 lines

  Fix Issue5416 - explain negative value for count in bytes object replace.
........

14 years agoMerged revisions 83854 via svnmerge from
Antoine Pitrou [Sun, 8 Aug 2010 20:49:19 +0000 (20:49 +0000)]
Merged revisions 83854 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83854 | antoine.pitrou | 2010-08-08 22:46:42 +0200 (dim., 08 août 2010) | 4 lines

  Issue #5319: Print an error if flushing stdout fails at interpreter
  shutdown.
........

14 years agoMerged revisions 83845 via svnmerge from
Benjamin Peterson [Sun, 8 Aug 2010 19:23:25 +0000 (19:23 +0000)]
Merged revisions 83845 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r83845 | benjamin.peterson | 2010-08-08 14:01:25 -0500 (Sun, 08 Aug 2010) | 69 lines

  Merged revisions 82779,82855,83740,83789-83791,83797-83801,83803,83811,83827,83844 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r82779 | benjamin.peterson | 2010-07-10 14:45:08 -0500 (Sat, 10 Jul 2010) | 1 line

    typo in attribute name #9217
  ........
    r82855 | benjamin.peterson | 2010-07-13 16:27:38 -0500 (Tue, 13 Jul 2010) | 1 line

    remove more extraneous commas #9245
  ........
    r83740 | alexandre.vassalotti | 2010-08-05 01:58:36 -0500 (Thu, 05 Aug 2010) | 4 lines

    Issue 5077: Update fixer for the other functions gone from the operator module.

    Patch by Meador Inge.
  ........
    r83789 | benjamin.peterson | 2010-08-07 17:45:14 -0500 (Sat, 07 Aug 2010) | 1 line

    cleanup and use unicode consistently
  ........
    r83790 | benjamin.peterson | 2010-08-07 17:52:06 -0500 (Sat, 07 Aug 2010) | 1 line

    unicode literal
  ........
    r83791 | benjamin.peterson | 2010-08-07 17:52:55 -0500 (Sat, 07 Aug 2010) | 1 line

    .get() is pointless here
  ........
    r83797 | benjamin.peterson | 2010-08-07 18:54:51 -0500 (Sat, 07 Aug 2010) | 1 line

    add a function to find how a node is indented
  ........
    r83798 | benjamin.peterson | 2010-08-07 18:55:28 -0500 (Sat, 07 Aug 2010) | 1 line

    when splitting import statements, use correct indentation #9386
  ........
    r83799 | benjamin.peterson | 2010-08-07 18:57:43 -0500 (Sat, 07 Aug 2010) | 1 line

    double quotes
  ........
    r83800 | benjamin.peterson | 2010-08-07 18:58:52 -0500 (Sat, 07 Aug 2010) | 1 line

    add another test
  ........
    r83801 | benjamin.peterson | 2010-08-07 19:02:10 -0500 (Sat, 07 Aug 2010) | 1 line

    cleanup; style-nits
  ........
    r83803 | benjamin.peterson | 2010-08-07 19:05:08 -0500 (Sat, 07 Aug 2010) | 1 line

    slightly more explicit
  ........
    r83811 | benjamin.peterson | 2010-08-07 22:56:44 -0500 (Sat, 07 Aug 2010) | 4 lines

    Fix node.pre_order() to call the right method on its children.

    This was a rather tragic copy-paste error.
  ........
    r83827 | benjamin.peterson | 2010-08-08 08:12:48 -0500 (Sun, 08 Aug 2010) | 1 line

    cause test to actually run and fix it
  ........
    r83844 | benjamin.peterson | 2010-08-08 13:46:37 -0500 (Sun, 08 Aug 2010) | 1 line

    fix whitespace
  ........
................

14 years agorevert r83831, unix test breakage
Benjamin Peterson [Sun, 8 Aug 2010 19:17:15 +0000 (19:17 +0000)]
revert r83831, unix test breakage

14 years agoMerged revisions 83837,83841 via svnmerge from
Thomas Heller [Sun, 8 Aug 2010 18:24:06 +0000 (18:24 +0000)]
Merged revisions 83837,83841 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83837 | thomas.heller | 2010-08-08 19:58:53 +0200 (So, 08 Aug 2010) | 3 lines

  Fix issue5504: ctypes does now work with systems where mmap can't be
  PROT_WRITE and PROT_EXEC.
........
  r83841 | thomas.heller | 2010-08-08 20:16:20 +0200 (So, 08 Aug 2010) | 2 lines

  Fix issue6869: refcount problem in the _ctypes extension.
........

14 years agoIssue #2304: Add additional quotes when using cmd shell on Windows. Original patch...
Tim Golden [Sun, 8 Aug 2010 16:18:18 +0000 (16:18 +0000)]
Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina

14 years agoMerged revisions 83822 via svnmerge from
Senthil Kumaran [Sun, 8 Aug 2010 11:54:44 +0000 (11:54 +0000)]
Merged revisions 83822 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83822 | senthil.kumaran | 2010-08-08 17:20:22 +0530 (Sun, 08 Aug 2010) | 3 lines

  Add a news entry for Issue8280.
........

14 years agoMerged revisions 83818 via svnmerge from
Senthil Kumaran [Sun, 8 Aug 2010 11:30:58 +0000 (11:30 +0000)]
Merged revisions 83818 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83818 | senthil.kumaran | 2010-08-08 16:57:53 +0530 (Sun, 08 Aug 2010) | 4 lines

  Fix Issue8280 - urllib2's Request method will remove fragements in the url.
  This is how it should work,wget and curl work like this way too. Old behavior was wrong.
........

14 years agoIssue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto instead
Tim Golden [Sun, 8 Aug 2010 11:18:34 +0000 (11:18 +0000)]
Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto instead

14 years agoIssue #4570: Clean-up tutorial example
Raymond Hettinger [Sun, 8 Aug 2010 01:32:06 +0000 (01:32 +0000)]
Issue #4570:  Clean-up tutorial example

14 years agoIssue 8814: functools.wraps() did not copy __annotations__.
Raymond Hettinger [Sun, 8 Aug 2010 00:56:52 +0000 (00:56 +0000)]
Issue 8814: functools.wraps() did not copy __annotations__.

14 years agoBackport doc readability improvements for the collections module.
Raymond Hettinger [Sun, 8 Aug 2010 00:32:32 +0000 (00:32 +0000)]
Backport doc readability improvements for the collections module.

14 years agoFix typo
Raymond Hettinger [Sat, 7 Aug 2010 23:38:16 +0000 (23:38 +0000)]
Fix typo

14 years agoDocument implementation notes for priority queues
Raymond Hettinger [Sat, 7 Aug 2010 23:33:05 +0000 (23:33 +0000)]
Document implementation notes for priority queues

14 years agoBackport doc updates for the bisect module
Raymond Hettinger [Sat, 7 Aug 2010 21:40:14 +0000 (21:40 +0000)]
Backport doc updates for the bisect module

14 years agoMerged revisions 83780 via svnmerge from
Mark Dickinson [Sat, 7 Aug 2010 13:05:49 +0000 (13:05 +0000)]
Merged revisions 83780 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83780 | mark.dickinson | 2010-08-07 13:33:36 +0100 (Sat, 07 Aug 2010) | 1 line

  Issue #8433: Fix test_curses failure for platforms with recent versions of ncurses.
........

14 years agoMerged revisions 83771 via svnmerge from
Brian Curtin [Sat, 7 Aug 2010 03:52:38 +0000 (03:52 +0000)]
Merged revisions 83771 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83771 | brian.curtin | 2010-08-06 22:47:21 -0500 (Fri, 06 Aug 2010) | 3 lines

  Fix an assertRaises situation and typo. Also pass all tests to run_unittest
  rather than do it by platform -- the proper skips are in place already.
........

14 years agoInclude Windows.h for BOOL. 2.7 and 3.2 already had this due to
Brian Curtin [Fri, 6 Aug 2010 19:52:50 +0000 (19:52 +0000)]
Include Windows.h for BOOL. 2.7 and 3.2 already had this due to
a feature 3.1 doesn't have. Followup to #9324.

14 years agoMerged revisions 83763 via svnmerge from
Brian Curtin [Fri, 6 Aug 2010 19:34:52 +0000 (19:34 +0000)]
Merged revisions 83763 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83763 | brian.curtin | 2010-08-06 14:27:32 -0500 (Fri, 06 Aug 2010) | 3 lines

  Fix #9324: Add parameter validation to signal.signal on Windows in order
  to prevent crashes.
........

14 years agoIssue #3210: Ensure stdio handles are closed if CreateProcess fails
Tim Golden [Fri, 6 Aug 2010 13:20:12 +0000 (13:20 +0000)]
Issue #3210: Ensure stdio handles are closed if CreateProcess fails

14 years agoIssue8757: Implicit set-to-frozenset conversion not thread-safe.
Raymond Hettinger [Fri, 6 Aug 2010 09:57:49 +0000 (09:57 +0000)]
Issue8757:  Implicit set-to-frozenset conversion not thread-safe.

14 years agoMerged revisions 83751-83752 via svnmerge from
Mark Dickinson [Fri, 6 Aug 2010 09:42:28 +0000 (09:42 +0000)]
Merged revisions 83751-83752 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83751 | mark.dickinson | 2010-08-06 10:36:57 +0100 (Fri, 06 Aug 2010) | 1 line

  Issue #9526:  Remove outdated casts to int that were preventing the array module from working correctly with arrays > 2GB.
........
  r83752 | mark.dickinson | 2010-08-06 10:38:58 +0100 (Fri, 06 Aug 2010) | 1 line

  Misc/NEWS entry for r83751.
........

14 years agoIssue #3854: Documented using the sqlite3 module with multiple threads.
Gerhard Häring [Fri, 6 Aug 2010 06:13:25 +0000 (06:13 +0000)]
Issue #3854: Documented using the sqlite3 module with multiple threads.

14 years agoMerged revisions 83732 via svnmerge from
Mark Dickinson [Wed, 4 Aug 2010 18:43:36 +0000 (18:43 +0000)]
Merged revisions 83732 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83732 | mark.dickinson | 2010-08-04 19:42:43 +0100 (Wed, 04 Aug 2010) | 3 lines

  Issue #9498:  Add reference to sys.float_info from 'numeric types' docs.
  Thanks Yitz Gale.
........

14 years agoMerged revisions 83729 via svnmerge from
Senthil Kumaran [Wed, 4 Aug 2010 17:49:13 +0000 (17:49 +0000)]
Merged revisions 83729 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83729 | senthil.kumaran | 2010-08-04 23:16:23 +0530 (Wed, 04 Aug 2010) | 3 lines

  Sending the auth info as string. Fix BytesWarning: str() on a bytes instance Exception on buildbot.
........

14 years agoMerged revisions 83722 via svnmerge from
Brian Curtin [Wed, 4 Aug 2010 15:54:19 +0000 (15:54 +0000)]
Merged revisions 83722 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83722 | brian.curtin | 2010-08-04 10:47:24 -0500 (Wed, 04 Aug 2010) | 7 lines

  Fix #9513 to remove relative imports from multiprocessing.

  The test suite currently skips test_multiprocessing on Windows
  because it fails on finding _multiprocessing in several
  win32-specific blocks. Removing the relative import lets this
  through and allows the test to run (and pass).
........

14 years agoMerged revisions 83719 via svnmerge from
Antoine Pitrou [Wed, 4 Aug 2010 15:48:41 +0000 (15:48 +0000)]
Merged revisions 83719 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83719 | antoine.pitrou | 2010-08-04 17:43:16 +0200 (mer., 04 août 2010) | 4 lines

  Issue #9496: Provide a test suite for the rlcompleter module.  Patch by
  Michele Orrù.
........

14 years agoMerged revisions 83715 via svnmerge from
Antoine Pitrou [Wed, 4 Aug 2010 13:25:07 +0000 (13:25 +0000)]
Merged revisions 83715 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83715 | antoine.pitrou | 2010-08-04 15:24:41 +0200 (mer., 04 août 2010) | 3 lines

  I'm interested in threading issues as well
........

14 years agoMerged revisions 83709 via svnmerge from
Antoine Pitrou [Wed, 4 Aug 2010 10:27:17 +0000 (10:27 +0000)]
Merged revisions 83709 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83709 | antoine.pitrou | 2010-08-04 12:26:30 +0200 (mer., 04 août 2010) | 3 lines

  Something fun to maintain
........

14 years agoMerged revisions 83705 via svnmerge from
Giampaolo Rodolà [Wed, 4 Aug 2010 09:04:53 +0000 (09:04 +0000)]
Merged revisions 83705 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83705 | giampaolo.rodola | 2010-08-04 11:02:27 +0200 (mer, 04 ago 2010) | 1 line

  fix issue #2944: asyncore doesn't handle connection refused correctly (patch by Alexander Shigin). Merged from 2.7 branch.
........

14 years agoMerged revisions 83701 via svnmerge from
Senthil Kumaran [Wed, 4 Aug 2010 04:53:07 +0000 (04:53 +0000)]
Merged revisions 83701 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83701 | senthil.kumaran | 2010-08-04 10:20:44 +0530 (Wed, 04 Aug 2010) | 3 lines

  Fix Issue754016 - urlparse goes wrong with IP:port without scheme
........

14 years agoMerged revisions 83696 via svnmerge from
Antoine Pitrou [Wed, 4 Aug 2010 00:19:35 +0000 (00:19 +0000)]
Merged revisions 83696 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83696 | antoine.pitrou | 2010-08-04 02:18:49 +0200 (mer., 04 août 2010) | 3 lines

  That test was never run (since thread has been renamed to _thread in 3.x)
........

14 years agoMerged revisions 83690 via svnmerge from
R. David Murray [Tue, 3 Aug 2010 23:35:44 +0000 (23:35 +0000)]
Merged revisions 83690 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83690 | r.david.murray | 2010-08-03 18:14:10 -0400 (Tue, 03 Aug 2010) | 10 lines

  #3196: if needed pad a short base64 encoded word before trying to decode.

  The RFCs encourage following Postel's law: be liberal in what you accept.
  So if someone forgot to pad the base64 encoded word payload to an
  even four bytes, we add the padding before handing it to base64mime.decode.
  Previously, missing padding resulted in a HeaderParseError.

  Patch by Jason Williams.
........

14 years agoIssue #8447: Make distutils.sysconfig follow symlinks in the path to
Mark Dickinson [Tue, 3 Aug 2010 21:33:04 +0000 (21:33 +0000)]
Issue #8447: Make distutils.sysconfig follow symlinks in the path to
the interpreter executable.  This fixes a failure of test_httpservers
on OS X.

14 years agoMerged revisions 83683 via svnmerge from
Mark Dickinson [Tue, 3 Aug 2010 18:45:30 +0000 (18:45 +0000)]
Merged revisions 83683 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83683 | mark.dickinson | 2010-08-03 19:44:16 +0100 (Tue, 03 Aug 2010) | 1 line

  Misc/NEWS entry for r83677.
........

14 years agoRecorded merge of revisions 83678 via svnmerge from
Antoine Pitrou [Tue, 3 Aug 2010 18:41:05 +0000 (18:41 +0000)]
Recorded merge of revisions 83678 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83678 | antoine.pitrou | 2010-08-03 20:32:26 +0200 (mar., 03 août 2010) | 4 lines

  In test_threading_local, test both the default _thread._local implementation
  and the pure Python implementation in Lib/_threading_local.py
........

14 years agoMerged revisions 83677 via svnmerge from
Mark Dickinson [Tue, 3 Aug 2010 18:33:11 +0000 (18:33 +0000)]
Merged revisions 83677 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83677 | mark.dickinson | 2010-08-03 19:31:54 +0100 (Tue, 03 Aug 2010) | 1 line

  Fix memory leak in ssl module.
........