]> granicus.if.org Git - python/log
python
14 years agoBlocked revisions 86116,86163 via svnmerge
Hirokazu Yamamoto [Thu, 4 Nov 2010 13:56:55 +0000 (13:56 +0000)]
Blocked revisions 86116,86163 via svnmerge

........
  r86116 | hirokazu.yamamoto | 2010-11-02 22:48:13 +0900 | 1 line

  Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp.
........
  r86163 | hirokazu.yamamoto | 2010-11-04 22:49:41 +0900 | 1 line

  Added svn:ignore.
........

14 years agoMerged revisions 86159 via svnmerge from
Hirokazu Yamamoto [Thu, 4 Nov 2010 12:35:21 +0000 (12:35 +0000)]
Merged revisions 86159 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86159 | hirokazu.yamamoto | 2010-11-04 21:09:08 +0900 | 2 lines

  Issue #5391: mmap.read_byte() should return unsigned value [0, 255]
  instead of signed value [-127, 128].
........

14 years agoFix markup.
Georg Brandl [Thu, 4 Nov 2010 07:24:55 +0000 (07:24 +0000)]
Fix markup.

14 years agoMerged revisions 86151 via svnmerge from
Brian Curtin [Thu, 4 Nov 2010 03:49:29 +0000 (03:49 +0000)]
Merged revisions 86151 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86151 | brian.curtin | 2010-11-03 22:41:43 -0500 (Wed, 03 Nov 2010) | 3 lines

  Fix three ResourceWarnings.
  Mimic the clientTearDown from ThreadedTCPSocketTest, closing the socket.
........

14 years agoMerged revisions 86144 via svnmerge from
Benjamin Peterson [Wed, 3 Nov 2010 21:39:07 +0000 (21:39 +0000)]
Merged revisions 86144 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86144 | benjamin.peterson | 2010-11-03 16:35:28 -0500 (Wed, 03 Nov 2010) | 1 line

  update items/keys/values doc #10300
........

14 years agoMerged revisions 86130 via svnmerge from
Antoine Pitrou [Tue, 2 Nov 2010 23:52:49 +0000 (23:52 +0000)]
Merged revisions 86130 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86130 | antoine.pitrou | 2010-11-03 00:50:11 +0100 (mer., 03 nov. 2010) | 3 lines

  Issue #10173: test_multiprocessing shouldn't pickle TestCase instances
........

14 years agoRecorded merge of revisions 86117 via svnmerge from
Hirokazu Yamamoto [Tue, 2 Nov 2010 15:44:18 +0000 (15:44 +0000)]
Recorded merge of revisions 86117 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86117 | hirokazu.yamamoto | 2010-11-02 23:06:03 +0900 | 2 lines

  Defined Py_BUILD_CORE_MODULE also on VC7.1.
  # I don't have this compiler, so I couldn't test it.
........

14 years agoRecorded merge of revisions 86113 via svnmerge from
Hirokazu Yamamoto [Tue, 2 Nov 2010 15:11:47 +0000 (15:11 +0000)]
Recorded merge of revisions 86113 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86113 | hirokazu.yamamoto | 2010-11-02 22:21:31 +0900 | 1 line

  Defined Py_BUILD_CORE_MODULE also on VC6.
........

14 years agoRemoving the keyword only restriction for the places argument in unittest.TestCase...
Michael Foord [Tue, 2 Nov 2010 14:46:41 +0000 (14:46 +0000)]
Removing the keyword only restriction for the places argument in unittest.TestCase.assert[Not]AlmostEqual

14 years agoMerged revisions 86107 via svnmerge from
Brian Curtin [Tue, 2 Nov 2010 04:01:17 +0000 (04:01 +0000)]
Merged revisions 86107 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86107 | brian.curtin | 2010-11-01 22:59:09 -0500 (Mon, 01 Nov 2010) | 2 lines

  Clean up ResourceWarnings. Explictly close stdout from the subprocess.
........

14 years agofix syntax highlighting in asyncore example code
Giampaolo Rodolà [Mon, 1 Nov 2010 15:29:20 +0000 (15:29 +0000)]
fix syntax highlighting in asyncore example code

14 years agoFix Issue 6706: return None on connect() in case of EWOULDBLOCK/ECONNABORTED error.
Giampaolo Rodolà [Mon, 1 Nov 2010 15:18:09 +0000 (15:18 +0000)]
Fix Issue 6706: return None on connect() in case of EWOULDBLOCK/ECONNABORTED error.

14 years agoMerged revisions 86081 via svnmerge from
Brian Curtin [Mon, 1 Nov 2010 14:08:58 +0000 (14:08 +0000)]
Merged revisions 86081 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86081 | brian.curtin | 2010-11-01 09:00:33 -0500 (Mon, 01 Nov 2010) | 2 lines

  Close subprocess pipes to clear ResourceWarning messages in debug mode.
........

14 years agoMerged revisions 86077 via svnmerge from
Brian Curtin [Mon, 1 Nov 2010 05:12:34 +0000 (05:12 +0000)]
Merged revisions 86077 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86077 | brian.curtin | 2010-11-01 00:10:44 -0500 (Mon, 01 Nov 2010) | 3 lines

  Fix some ResourceErrors.
  Use a context manager for os.popen and explicitly close a socket.
........

14 years agoIssue #9886: Add a key-function entry to the glossary.
Raymond Hettinger [Sun, 31 Oct 2010 22:39:33 +0000 (22:39 +0000)]
Issue #9886: Add a key-function entry to the glossary.

14 years agoIssue 7402: Improve reduce() example in the python idioms how-to.
Raymond Hettinger [Sun, 31 Oct 2010 22:01:57 +0000 (22:01 +0000)]
Issue 7402: Improve reduce() example in the python idioms how-to.

14 years agoIssue 7447: Improve docs for sum().
Raymond Hettinger [Sun, 31 Oct 2010 21:27:50 +0000 (21:27 +0000)]
Issue 7447: Improve docs for sum().

14 years agoMerged revisions 86051 via svnmerge from
Benjamin Peterson [Sun, 31 Oct 2010 18:15:00 +0000 (18:15 +0000)]
Merged revisions 86051 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86051 | benjamin.peterson | 2010-10-31 13:13:04 -0500 (Sun, 31 Oct 2010) | 1 line

  more fun with string exceptions
........

14 years agoadd 'no' output to --with-system-ffi
Benjamin Peterson [Sun, 31 Oct 2010 16:55:05 +0000 (16:55 +0000)]
add 'no' output to --with-system-ffi

14 years agoMerged revisions 86037 via svnmerge from
Antoine Pitrou [Sun, 31 Oct 2010 16:06:55 +0000 (16:06 +0000)]
Merged revisions 86037 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86037 | antoine.pitrou | 2010-10-31 17:04:14 +0100 (dim., 31 oct. 2010) | 4 lines

  Issue #10266: uu.decode didn't close in_file explicitly when it was given
  as a filename.  Patch by Brian Brazil.
........

14 years agoMerged revisions 85893 via svnmerge from
Antoine Pitrou [Sun, 31 Oct 2010 13:52:53 +0000 (13:52 +0000)]
Merged revisions 85893 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85893 | georg.brandl | 2010-10-28 16:55:02 +0200 (jeu., 28 oct. 2010) | 1 line

  #10116: wrap transient_internet() around net access in test_urllib2net.
........

14 years agoMerged revisions 85935-85936 via svnmerge from
Antoine Pitrou [Sun, 31 Oct 2010 13:15:20 +0000 (13:15 +0000)]
Merged revisions 85935-85936 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85935 | antoine.pitrou | 2010-10-29 21:34:45 +0200 (ven., 29 oct. 2010) | 4 lines

  Make a GC run before trying to clean up files left over by
  the latest test run.
........
  r85936 | antoine.pitrou | 2010-10-29 21:36:37 +0200 (ven., 29 oct. 2010) | 3 lines

  Fix typo
........

14 years agoMerged revisions 85975 via svnmerge from
Antoine Pitrou [Sun, 31 Oct 2010 13:07:00 +0000 (13:07 +0000)]
Merged revisions 85975 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85975 | antoine.pitrou | 2010-10-30 15:03:56 +0200 (sam., 30 oct. 2010) | 4 lines

  Issue #10246: uu.encode didn't close file objects explicitly when filenames
  were given to it.  Patch by Brian Brazil.
........

14 years agoMerged revisions 85982 via svnmerge from
Antoine Pitrou [Sun, 31 Oct 2010 13:05:21 +0000 (13:05 +0000)]
Merged revisions 85982 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85982 | antoine.pitrou | 2010-10-30 18:19:14 +0200 (sam., 30 oct. 2010) | 4 lines

  Issue #10253: FileIO leaks a file descriptor when trying to open a file
  for append that isn't seekable.  Patch by Brian Brazil.
........

14 years agoMerged revisions 86019 via svnmerge from
Brian Curtin [Sun, 31 Oct 2010 04:42:40 +0000 (04:42 +0000)]
Merged revisions 86019 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86019 | brian.curtin | 2010-10-30 23:40:53 -0500 (Sat, 30 Oct 2010) | 2 lines

  Fix a ResourceWarning for an unclosed socket.
........

14 years agoMerged revisions 86009 via svnmerge from
Brian Curtin [Sun, 31 Oct 2010 01:15:00 +0000 (01:15 +0000)]
Merged revisions 86009 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86009 | brian.curtin | 2010-10-30 20:10:58 -0500 (Sat, 30 Oct 2010) | 2 lines

  Fix ResourceWarning for unclosed files (from os.popen)
........

14 years agoMerged revisions 86003 via svnmerge from
Brian Curtin [Sun, 31 Oct 2010 00:05:24 +0000 (00:05 +0000)]
Merged revisions 86003 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86003 | brian.curtin | 2010-10-30 19:03:45 -0500 (Sat, 30 Oct 2010) | 2 lines

  Fix ResourceWarning. Use context manager to properly close file.
........

14 years agoMerged revisions 86000 via svnmerge from
Brian Curtin [Sat, 30 Oct 2010 23:58:50 +0000 (23:58 +0000)]
Merged revisions 86000 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86000 | brian.curtin | 2010-10-30 18:56:45 -0500 (Sat, 30 Oct 2010) | 2 lines

  Fix ResourceWarning about unclosed file
........

14 years agoMerged revisions 85990 via svnmerge from
Brian Curtin [Sat, 30 Oct 2010 21:37:28 +0000 (21:37 +0000)]
Merged revisions 85990 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85990 | brian.curtin | 2010-10-30 16:35:28 -0500 (Sat, 30 Oct 2010) | 2 lines

  Fix #10258 - clean up resource warning
........

14 years agoMerged revisions 85987 via svnmerge from
Brian Curtin [Sat, 30 Oct 2010 21:27:07 +0000 (21:27 +0000)]
Merged revisions 85987 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85987 | brian.curtin | 2010-10-30 16:24:21 -0500 (Sat, 30 Oct 2010) | 2 lines

  Fix #10257. Clear resource warnings by using os.popen's context manager.
........

14 years agoMerged revisions 85984 via svnmerge from
Brian Curtin [Sat, 30 Oct 2010 21:17:24 +0000 (21:17 +0000)]
Merged revisions 85984 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85984 | brian.curtin | 2010-10-30 16:03:18 -0500 (Sat, 30 Oct 2010) | 2 lines

  Fix #10256 - resource warning
........

14 years agoMerged revisions 85980 via svnmerge from
Hirokazu Yamamoto [Sat, 30 Oct 2010 15:43:30 +0000 (15:43 +0000)]
Merged revisions 85980 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85980 | hirokazu.yamamoto | 2010-10-31 00:08:15 +0900 | 1 line

  Issue #10157: Fixed refleaks in pythonrun.c. Patch by Stefan Krah.
........

14 years agoIssue 10221: Improve error message for dict.pop().
Raymond Hettinger [Sat, 30 Oct 2010 08:14:53 +0000 (08:14 +0000)]
Issue 10221: Improve error message for dict.pop().

14 years agoUse assertLessEqual to ease diagnosing of failures
Antoine Pitrou [Fri, 29 Oct 2010 21:52:23 +0000 (21:52 +0000)]
Use assertLessEqual to ease diagnosing of failures

14 years agoMerged revisions 85931 via svnmerge from
Antoine Pitrou [Fri, 29 Oct 2010 18:16:31 +0000 (18:16 +0000)]
Merged revisions 85931 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85931 | antoine.pitrou | 2010-10-29 20:15:33 +0200 (ven., 29 oct. 2010) | 5 lines

  Issue #7547: fix transient failures due to network glitches in test_timeout.
  Patch by Sandro Tosi.
........

14 years agoFix issue 10214 by removing the out of date python-mode.el and replacing it
Barry Warsaw [Fri, 29 Oct 2010 14:05:28 +0000 (14:05 +0000)]
Fix issue 10214 by removing the out of date python-mode.el and replacing it
with a README.  Will backport to 2.7.

14 years agoMerged revisions 85817,85904 via svnmerge from
Benjamin Peterson [Fri, 29 Oct 2010 04:02:30 +0000 (04:02 +0000)]
Merged revisions 85817,85904 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85817 | benjamin.peterson | 2010-10-23 22:41:46 -0500 (Sat, 23 Oct 2010) | 1 line

  tighten loop
........
  r85904 | benjamin.peterson | 2010-10-28 22:28:14 -0500 (Thu, 28 Oct 2010) | 1 line

  decrement offset when it points to a newline (#10186 followup)
........

14 years agoMerged revisions 85896 via svnmerge from
Antoine Pitrou [Thu, 28 Oct 2010 23:06:57 +0000 (23:06 +0000)]
Merged revisions 85896 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85896 | antoine.pitrou | 2010-10-29 00:56:58 +0200 (ven., 29 oct. 2010) | 4 lines

  Issue #5437: A preallocated MemoryError instance should not hold traceback
  data (including local variables caught in the stack trace) alive infinitely.
........

14 years agoBlocked revisions 85734 via svnmerge
R. David Murray [Wed, 27 Oct 2010 23:16:22 +0000 (23:16 +0000)]
Blocked revisions 85734 via svnmerge

........
  r85734 | r.david.murray | 2010-10-19 19:05:35 -0400 (Tue, 19 Oct 2010) | 2 lines

  Correct signature of BytesGenerator in docs.
........

14 years agoMerged revisions 85868 via svnmerge from
Antoine Pitrou [Wed, 27 Oct 2010 20:27:14 +0000 (20:27 +0000)]
Merged revisions 85868 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85868 | antoine.pitrou | 2010-10-27 22:13:57 +0200 (mer., 27 oct. 2010) | 3 lines

  Issue #8852: Allow the socket module to build on OpenSolaris.
........

14 years agoMerged revisions 85864 via svnmerge from
Antoine Pitrou [Wed, 27 Oct 2010 19:52:40 +0000 (19:52 +0000)]
Merged revisions 85864 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85864 | antoine.pitrou | 2010-10-27 21:45:43 +0200 (mer., 27 oct. 2010) | 5 lines

  In open(), only set the buffer size from st.st_blksize when it is greater
  than 1.  This matches the pure Python implementation in _pyio and should
  fix a couple of failures on the NetBSD buildbot.
........

14 years agoMerged revisions 85861 via svnmerge from
Antoine Pitrou [Wed, 27 Oct 2010 18:54:06 +0000 (18:54 +0000)]
Merged revisions 85861 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85861 | antoine.pitrou | 2010-10-27 20:52:48 +0200 (mer., 27 oct. 2010) | 3 lines

  Recode modules from latin-1 to utf-8
........

14 years agoMerged revisions 85858 via svnmerge from
Antoine Pitrou [Wed, 27 Oct 2010 18:37:51 +0000 (18:37 +0000)]
Merged revisions 85858 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85858 | antoine.pitrou | 2010-10-27 20:33:30 +0200 (mer., 27 oct. 2010) | 5 lines

  Issue #5027: The standard `xml` namespace is now understood by
  xml.sax.saxutils.XMLGenerator as being bound to
  http://www.w3.org/XML/1998/namespace.  Patch by Troy J. Farrell.
........

14 years agoMerged revisions 85846 via svnmerge from
R. David Murray [Tue, 26 Oct 2010 12:47:19 +0000 (12:47 +0000)]
Merged revisions 85846 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85846 | r.david.murray | 2010-10-26 08:42:24 -0400 (Tue, 26 Oct 2010) | 2 lines

  #7761: fix telnetlib.interact failures on Windows.
........

14 years agoAdd 3.1.3 UUIDs.
Martin v. Löwis [Mon, 25 Oct 2010 19:58:42 +0000 (19:58 +0000)]
Add 3.1.3 UUIDs.

14 years agoMerged revisions 85536 via svnmerge from
Georg Brandl [Sun, 24 Oct 2010 14:20:36 +0000 (14:20 +0000)]
Merged revisions 85536 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r85536 | georg.brandl | 2010-10-15 18:26:08 +0200 (Fr, 15 Okt 2010) | 1 line

  #9054: fix crash when using pyexpat with a system expat lib version 2.0.1.
........

14 years agoMerged revisions 85814 via svnmerge from
Benjamin Peterson [Sun, 24 Oct 2010 02:57:31 +0000 (02:57 +0000)]
Merged revisions 85814 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85814 | benjamin.peterson | 2010-10-23 21:52:05 -0500 (Sat, 23 Oct 2010) | 1 line

  remove broken code accounting an offset the size of the line #10186
........

14 years agoBlocked revisions 85811 via svnmerge
R. David Murray [Sat, 23 Oct 2010 22:23:46 +0000 (22:23 +0000)]
Blocked revisions 85811 via svnmerge

........
  r85811 | r.david.murray | 2010-10-23 18:19:56 -0400 (Sat, 23 Oct 2010) | 2 lines

  #1349106: add linesep argument to generator.flatten and header.encode.
........

14 years agoIssue #10077: Fix logging of site module errors at startup.
Victor Stinner [Sat, 23 Oct 2010 08:50:36 +0000 (08:50 +0000)]
Issue #10077: Fix logging of site module errors at startup.

14 years agoShould fix remaining 3.1 buildbot failure
Antoine Pitrou [Fri, 22 Oct 2010 18:34:13 +0000 (18:34 +0000)]
Should fix remaining 3.1 buildbot failure

14 years agoBackport fix for #10126
Éric Araujo [Thu, 21 Oct 2010 18:46:36 +0000 (18:46 +0000)]
Backport fix for #10126

14 years agoMerged revisions 85757 via svnmerge from
Benjamin Peterson [Wed, 20 Oct 2010 21:35:05 +0000 (21:35 +0000)]
Merged revisions 85757 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85757 | benjamin.peterson | 2010-10-20 16:25:23 -0500 (Wed, 20 Oct 2010) | 1 line

  fix uninitialized struct member #10152
........

14 years agoMerged revisions 85744 via svnmerge from
Ronald Oussoren [Wed, 20 Oct 2010 13:40:38 +0000 (13:40 +0000)]
Merged revisions 85744 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85744 | ronald.oussoren | 2010-10-20 15:10:12 +0200 (Wed, 20 Oct 2010) | 7 lines

  Fix for issue #7473.

  Without this patch you'll get link errors in some extensions
  (in particular the _curses_panel) one when you try to build
  a 3-way universal framework when you previously installed a
  2-way universal framework using the python.org installer.
........

14 years agoMerged revisions 85725 via svnmerge from
Alexander Belopolsky [Tue, 19 Oct 2010 17:50:22 +0000 (17:50 +0000)]
Merged revisions 85725 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85725 | alexander.belopolsky | 2010-10-19 13:43:50 -0400 (Tue, 19 Oct 2010) | 3 lines

  Fixed the docstring for calendar.isleap() function.
  Thanks Boštjan Mejak for the patch.
........

14 years agoBlocked revisions 85047,85316 via svnmerge
Hirokazu Yamamoto [Tue, 19 Oct 2010 11:11:42 +0000 (11:11 +0000)]
Blocked revisions 85047,85316 via svnmerge

........
  r85047 | hirokazu.yamamoto | 2010-09-28 16:03:40 +0900 | 1 line

  Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py.
........
  r85316 | hirokazu.yamamoto | 2010-10-08 17:46:30 +0900 | 1 line

  Follows Python/fileutils.c addition.
........

14 years agoRecorded merge of revisions 85569-85570 via svnmerge from
Victor Stinner [Tue, 19 Oct 2010 01:22:07 +0000 (01:22 +0000)]
Recorded merge of revisions 85569-85570 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85569 | victor.stinner | 2010-10-16 15:14:10 +0200 (sam., 16 oct. 2010) | 4 lines

  Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects
  filenames encoded to the filesystem encoding with surrogateescape error handler
  (to support undecodable bytes), instead of UTF-8 in strict mode.
........
  r85570 | victor.stinner | 2010-10-16 15:42:53 +0200 (sam., 16 oct. 2010) | 4 lines

  Fix ast_error_finish() and err_input(): filename can be NULL

  Fix my previous commit (r85569).
........

14 years agoMerged revisions 85689 via svnmerge from
Hirokazu Yamamoto [Mon, 18 Oct 2010 13:49:09 +0000 (13:49 +0000)]
Merged revisions 85689 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85689 | hirokazu.yamamoto | 2010-10-18 21:13:18 +0900 | 3 lines

  Issue #5117: Case normalization was needed on ntpath.relpath(). And
  fixed root directory issue on posixpath.relpath(). (Ported working fixes
  from ntpath)
........

14 years agoMerged revisions 85675 via svnmerge from
R. David Murray [Mon, 18 Oct 2010 00:18:46 +0000 (00:18 +0000)]
Merged revisions 85675 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85675 | r.david.murray | 2010-10-17 20:15:31 -0400 (Sun, 17 Oct 2010) | 4 lines

  #4499: silence compiler warning on AIX.

  Patch from ActiveState.
........

14 years agoBlocked revisions 85671 via svnmerge
R. David Murray [Sun, 17 Oct 2010 22:51:09 +0000 (22:51 +0000)]
Blocked revisions 85671 via svnmerge

........
  r85671 | r.david.murray | 2010-10-17 18:46:45 -0400 (Sun, 17 Oct 2010) | 4 lines

  #1343: Add short_empty_elements option to XMLGenerator.

  Patch and tests by Neil Muller.
........

14 years agoMerged revisions 85665 via svnmerge from
Benjamin Peterson [Sun, 17 Oct 2010 21:14:36 +0000 (21:14 +0000)]
Merged revisions 85665 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85665 | benjamin.peterson | 2010-10-17 16:12:18 -0500 (Sun, 17 Oct 2010) | 1 line

  fix strict aliasing warnings
........

14 years agoMerged revisions 85649 via svnmerge from
Gregory P. Smith [Sun, 17 Oct 2010 19:02:34 +0000 (19:02 +0000)]
Merged revisions 85649 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85649 | gregory.p.smith | 2010-10-17 11:59:56 -0700 (Sun, 17 Oct 2010) | 2 lines

  The py_decref macro was incorrect and unnecessary.
........

14 years agoMerged revisions 85646 via svnmerge from
Gregory P. Smith [Sun, 17 Oct 2010 18:49:46 +0000 (18:49 +0000)]
Merged revisions 85646 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85646 | gregory.p.smith | 2010-10-17 11:38:04 -0700 (Sun, 17 Oct 2010) | 6 lines

  * Applys part of the patch from http://bugs.python.org/issue3631 to add
    a py_decref macro, fixup the pyo macro and reuse it and avoid a memory
    leak introduced by the pylocals macro.
  * Adds a note about gdb 7 python debugging support with links for
    more info on that.
........

14 years agoMerged revisions 81936 via svnmerge from
Georg Brandl [Sun, 17 Oct 2010 11:48:07 +0000 (11:48 +0000)]
Merged revisions 81936 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r81936 | mark.dickinson | 2010-06-12 11:10:14 +0200 (Sa, 12 Jun 2010) | 2 lines

  Silence 'unused variable' gcc warning.  Patch by Éric Araujo.
........

14 years agoMerged revisions 85630 via svnmerge from
Senthil Kumaran [Sun, 17 Oct 2010 11:01:46 +0000 (11:01 +0000)]
Merged revisions 85630 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85630 | senthil.kumaran | 2010-10-17 16:22:12 +0530 (Sun, 17 Oct 2010) | 3 lines

  Fix Issue10119 - test_urllibnet failure when using support.transient_internet.
........

14 years agoMerged revisions 85586-85587,85596-85598 via svnmerge from
Gregory P. Smith [Sun, 17 Oct 2010 04:23:21 +0000 (04:23 +0000)]
Merged revisions 85586-85587,85596-85598 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85586 | gregory.p.smith | 2010-10-16 17:17:24 -0700 (Sat, 16 Oct 2010) | 2 lines

  fix for netbsd.
........
  r85587 | gregory.p.smith | 2010-10-16 17:43:10 -0700 (Sat, 16 Oct 2010) | 3 lines

  applying netbsd-wizs-mod.patch from issue5510 -
   fixes for netbsd (and dragonflybsd?)
........
  r85596 | gregory.p.smith | 2010-10-16 19:14:36 -0700 (Sat, 16 Oct 2010) | 6 lines

  Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is defined
  as (~0U) on NetBSD which was causing it to appear as -1 when used as
  a signed int for _multprocessing.SemLock.SEM_VALUE_MAX.  This works
  around the problem by substituting INT_MAX on systems where it appears
  negative when used as an int.
........
  r85597 | gregory.p.smith | 2010-10-16 19:57:19 -0700 (Sat, 16 Oct 2010) | 2 lines

  skip test_itimer_virtual on NetBSD to prevent the test suite from hanging.
........
  r85598 | gregory.p.smith | 2010-10-16 20:09:12 -0700 (Sat, 16 Oct 2010) | 2 lines

  Avoid hanging the test on netbsd5.
........

14 years agoMerged revisions 85589-85591 via svnmerge from
Benjamin Peterson [Sun, 17 Oct 2010 01:38:54 +0000 (01:38 +0000)]
Merged revisions 85589-85591 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85589 | benjamin.peterson | 2010-10-16 20:25:19 -0500 (Sat, 16 Oct 2010) | 1 line

  remove rather pointless test
........
  r85590 | benjamin.peterson | 2010-10-16 20:29:11 -0500 (Sat, 16 Oct 2010) | 1 line

  disable the garbage collector while collecting traces, so that __del__s don't get caught
........
  r85591 | benjamin.peterson | 2010-10-16 20:30:26 -0500 (Sat, 16 Oct 2010) | 1 line

  use assertion methods
........

14 years agoMerged revisions 85562 via svnmerge from
Benjamin Peterson [Sat, 16 Oct 2010 03:49:22 +0000 (03:49 +0000)]
Merged revisions 85562 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85562 | benjamin.peterson | 2010-10-15 22:45:45 -0500 (Fri, 15 Oct 2010) | 1 line

  don't identify the toplevel namespace by name #9997
........

14 years agoBlocked revisions 85554 via svnmerge
R. David Murray [Sat, 16 Oct 2010 00:47:23 +0000 (00:47 +0000)]
Blocked revisions 85554 via svnmerge

........
  r85554 | r.david.murray | 2010-10-15 19:12:57 -0400 (Fri, 15 Oct 2010) | 4 lines

  #9862: On AIX PIPE_BUF is broken.  Make it 512.

  Patch by Sébastien Sablé.
........

14 years agoMerged revisions 85512 via svnmerge from
Benjamin Peterson [Fri, 15 Oct 2010 01:09:29 +0000 (01:09 +0000)]
Merged revisions 85512 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85512 | benjamin.peterson | 2010-10-14 20:07:08 -0500 (Thu, 14 Oct 2010) | 1 line

  remove empty file
........

14 years agoMerged revisions 85510 via svnmerge from
Benjamin Peterson [Thu, 14 Oct 2010 23:03:32 +0000 (23:03 +0000)]
Merged revisions 85510 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r85510 | benjamin.peterson | 2010-10-14 18:00:04 -0500 (Thu, 14 Oct 2010) | 61 lines

  Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,85506-85508 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r83852 | benjamin.peterson | 2010-08-08 15:45:44 -0500 (Sun, 08 Aug 2010) | 1 line

    wrap with parens
  ........
    r83853 | benjamin.peterson | 2010-08-08 15:46:31 -0500 (Sun, 08 Aug 2010) | 1 line

    use parens
  ........
    r83857 | benjamin.peterson | 2010-08-08 15:59:49 -0500 (Sun, 08 Aug 2010) | 1 line

    things which use touch_import should be pre order
  ........
    r84042 | george.boutsioukis | 2010-08-14 16:10:19 -0500 (Sat, 14 Aug 2010) | 2 lines

    This revision incorporates into the 2to3 tool the new, faster, tree matching algorithm developed during a GSOC project. The algorithm resides in the two added modules, btm_matcher and btm_utils. New code has been added to drive the new matching process in refactor.py and a few minor changes were made in other modules. A BM_compatible flag(False by default) has been added in fixer_base and it is set to True in most of the current fixers.
  ........
    r84216 | benjamin.peterson | 2010-08-19 16:44:05 -0500 (Thu, 19 Aug 2010) | 1 line

    allow star_expr in testlist_gexp
  ........
    r84274 | benjamin.peterson | 2010-08-22 18:40:46 -0500 (Sun, 22 Aug 2010) | 1 line

    wrap long line
  ........
    r84275 | benjamin.peterson | 2010-08-22 18:42:22 -0500 (Sun, 22 Aug 2010) | 1 line

    cleanup
  ........
    r84276 | benjamin.peterson | 2010-08-22 18:51:01 -0500 (Sun, 22 Aug 2010) | 1 line

    when there's a None value and a traceback, don't call type with it #9661
  ........
    r84375 | george.boutsioukis | 2010-08-31 08:38:53 -0500 (Tue, 31 Aug 2010) | 3 lines

    Idiomatic code changes & stylistic issues fixed in the BottomMatcher module. Thanks to Benjamin Peterson for taking the time to review the code.
  ........
    r85388 | benjamin.peterson | 2010-10-12 17:27:44 -0500 (Tue, 12 Oct 2010) | 1 line

    fix urllib fixer with multiple as imports on a line #10069
  ........
    r85478 | benjamin.peterson | 2010-10-14 08:09:56 -0500 (Thu, 14 Oct 2010) | 1 line

    stop abusing docstrings
  ........
    r85506 | benjamin.peterson | 2010-10-14 17:45:19 -0500 (Thu, 14 Oct 2010) | 1 line

    kill sibling import
  ........
    r85507 | benjamin.peterson | 2010-10-14 17:54:15 -0500 (Thu, 14 Oct 2010) | 1 line

    remove trailing whitespace
  ........
    r85508 | benjamin.peterson | 2010-10-14 17:55:28 -0500 (Thu, 14 Oct 2010) | 1 line

    typo
  ........
................

14 years agoMerged revisions 85503 via svnmerge from
Antoine Pitrou [Thu, 14 Oct 2010 22:14:36 +0000 (22:14 +0000)]
Merged revisions 85503 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85503 | antoine.pitrou | 2010-10-15 00:11:44 +0200 (ven., 15 oct. 2010) | 2 lines

  More proper closing of files
........

14 years agoMerged revisions 85497 via svnmerge from
Antoine Pitrou [Thu, 14 Oct 2010 21:17:39 +0000 (21:17 +0000)]
Merged revisions 85497 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85497 | antoine.pitrou | 2010-10-14 23:15:17 +0200 (jeu., 14 oct. 2010) | 3 lines

  Explicitly close some files (from issue #10093)
........

14 years agoMerged revisions 85492 via svnmerge from
Antoine Pitrou [Thu, 14 Oct 2010 20:44:58 +0000 (20:44 +0000)]
Merged revisions 85492 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85492 | antoine.pitrou | 2010-10-14 22:35:26 +0200 (jeu., 14 oct. 2010) | 3 lines

  Increase timeouts in test_ftplib (for very slow buildbots)
........

14 years agoMerged revisions 85489-85490 via svnmerge from
Antoine Pitrou [Thu, 14 Oct 2010 18:40:02 +0000 (18:40 +0000)]
Merged revisions 85489-85490 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85489 | antoine.pitrou | 2010-10-14 20:31:39 +0200 (jeu., 14 oct. 2010) | 3 lines

  Really fix bug
........
  r85490 | antoine.pitrou | 2010-10-14 20:32:54 +0200 (jeu., 14 oct. 2010) | 3 lines

  Oops
........

14 years agoFix issue 10094, by narrowing down the test for PROXY environment variables.
Barry Warsaw [Thu, 14 Oct 2010 18:23:53 +0000 (18:23 +0000)]
Fix issue 10094, by narrowing down the test for PROXY environment variables.
Ubuntu 10.10 introduced $UBUNTU_MENUPROXY into the default user environment,
and that's what's tripping up the code.

14 years agoMerged revisions 85482 via svnmerge from
Antoine Pitrou [Thu, 14 Oct 2010 15:41:23 +0000 (15:41 +0000)]
Merged revisions 85482 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85482 | antoine.pitrou | 2010-10-14 17:34:31 +0200 (jeu., 14 oct. 2010) | 4 lines

  Replace the "compiler" resource with the more generic "cpu", so
  as to mark CPU-heavy tests.
........

14 years agoMerged revisions 85472 via svnmerge from
Antoine Pitrou [Thu, 14 Oct 2010 11:35:17 +0000 (11:35 +0000)]
Merged revisions 85472 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85472 | antoine.pitrou | 2010-10-14 13:29:16 +0200 (jeu., 14 oct. 2010) | 3 lines

  Add make variable to allow testing of different interpreter flags in buildbot runs
........

14 years agoMerged revisions 85444 via svnmerge from
Antoine Pitrou [Wed, 13 Oct 2010 23:50:54 +0000 (23:50 +0000)]
Merged revisions 85444 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85444 | antoine.pitrou | 2010-10-14 01:48:39 +0200 (jeu., 14 oct. 2010) | 6 lines

  Fix (hopefully) occasional failures in test_threaded_import.
  `done` could be released multiple times because of concurrent
  execution.  We convert it to an Event, where calling set()
  multiple times is not a problem.
........

14 years agoMerged revisions 85436 via svnmerge from
Benjamin Peterson [Wed, 13 Oct 2010 22:23:03 +0000 (22:23 +0000)]
Merged revisions 85436 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85436 | benjamin.peterson | 2010-10-13 17:20:15 -0500 (Wed, 13 Oct 2010) | 1 line

  put PYTHONIOENCODING in man page
........

14 years agoMerged revisions 85432 via svnmerge from
Benjamin Peterson [Wed, 13 Oct 2010 22:20:48 +0000 (22:20 +0000)]
Merged revisions 85432 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85432 | benjamin.peterson | 2010-10-13 17:06:39 -0500 (Wed, 13 Oct 2010) | 1 line

  constify to appease compiler warnings
........

14 years agoMerged revisions 85429 via svnmerge from
Benjamin Peterson [Wed, 13 Oct 2010 22:02:44 +0000 (22:02 +0000)]
Merged revisions 85429 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85429 | benjamin.peterson | 2010-10-13 16:59:36 -0500 (Wed, 13 Oct 2010) | 1 line

  remove obselete import implementation #7287
........

14 years agoMerged revisions 85423 via svnmerge from
Antoine Pitrou [Wed, 13 Oct 2010 17:19:55 +0000 (17:19 +0000)]
Merged revisions 85423 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85423 | antoine.pitrou | 2010-10-13 19:14:16 +0200 (mer., 13 oct. 2010) | 3 lines

  Protect test_smtpnet against connection failures
........

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

........
  r85420 | antoine.pitrou | 2010-10-13 18:17:14 +0200 (mer., 13 oct. 2010) | 5 lines

  Issue #10041: The signature of optional arguments in socket.makefile()
  didn't match that of io.open(), and they also didn't get forwarded
  properly to TextIOWrapper in text mode.  Patch by Kai Zhu.
........

14 years agoMerged revisions 85404 via svnmerge from
Gregory P. Smith [Wed, 13 Oct 2010 03:51:16 +0000 (03:51 +0000)]
Merged revisions 85404 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85404 | gregory.p.smith | 2010-10-12 20:39:47 -0700 (Tue, 12 Oct 2010) | 2 lines

  fix compliation on NetBSD
........

14 years agoMerged revisions 85395 via svnmerge from
Benjamin Peterson [Tue, 12 Oct 2010 23:10:04 +0000 (23:10 +0000)]
Merged revisions 85395 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85395 | benjamin.peterson | 2010-10-12 18:07:13 -0500 (Tue, 12 Oct 2010) | 1 line

  fix spelling #10078
........

14 years agoMerged revisions 85392 via svnmerge from
Benjamin Peterson [Tue, 12 Oct 2010 23:06:22 +0000 (23:06 +0000)]
Merged revisions 85392 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85392 | benjamin.peterson | 2010-10-12 17:57:59 -0500 (Tue, 12 Oct 2010) | 1 line

  prefer clearing global objects to obscure module.__dict__ bugs #10068
........

14 years agoMerged revisions 85386-85387,85389 via svnmerge from
Victor Stinner [Tue, 12 Oct 2010 22:56:55 +0000 (22:56 +0000)]
Merged revisions 85386-85387,85389 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85386 | victor.stinner | 2010-10-13 00:23:23 +0200 (mer., 13 oct. 2010) | 3 lines

  Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the
  current directory was deleted.
........
  r85387 | victor.stinner | 2010-10-13 00:26:08 +0200 (mer., 13 oct. 2010) | 2 lines

  #6612: add the author of the patch (W. Trevor King)
........
  r85389 | victor.stinner | 2010-10-13 00:42:37 +0200 (mer., 13 oct. 2010) | 2 lines

  NEWS: Move #6612 to Library section
........

14 years agoBlocked revisions 85322,85326 via svnmerge
R. David Murray [Tue, 12 Oct 2010 14:13:24 +0000 (14:13 +0000)]
Blocked revisions 85322,85326 via svnmerge

........
  r85322 | r.david.murray | 2010-10-08 11:55:28 -0400 (Fri, 08 Oct 2010) | 8 lines

  #4661: add bytes parsing and generation to email (email version bump to 5.1.0)

  The work on this is not 100% complete, but everything is present to
  allow real-world testing of the code.  The only remaining major todo
  item is to (hopefully!) enhance the handling of non-ASCII bytes in headers
  converted to unicode by RFC2047 encoding them rather than replacing them with
  '?'s.
........
  r85326 | r.david.murray | 2010-10-08 17:37:39 -0400 (Fri, 08 Oct 2010) | 2 lines

  What's new entry for email 5.1.
........

14 years agoMerged revisions 85349 via svnmerge from
Antoine Pitrou [Sun, 10 Oct 2010 08:15:08 +0000 (08:15 +0000)]
Merged revisions 85349 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85349 | antoine.pitrou | 2010-10-10 10:10:16 +0200 (dim., 10 oct. 2010) | 4 lines

  Some platforms provide uintptr_t in inttypes.h.  Patch by
  Akira Kitada.
........

14 years agoMerged revisions 85347 via svnmerge from
Senthil Kumaran [Sun, 10 Oct 2010 06:18:19 +0000 (06:18 +0000)]
Merged revisions 85347 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85347 | senthil.kumaran | 2010-10-10 11:43:49 +0530 (Sun, 10 Oct 2010) | 3 lines

  Fix Issue7285 - multiprocessing module, example code error.
........

14 years agoIssue #10029: Fix sample code in the docs for zip().
Raymond Hettinger [Sun, 10 Oct 2010 05:56:57 +0000 (05:56 +0000)]
Issue #10029: Fix sample code in the docs for zip().

14 years agoMerged revisions 85342 via svnmerge from
Antoine Pitrou [Sat, 9 Oct 2010 15:26:41 +0000 (15:26 +0000)]
Merged revisions 85342 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85342 | antoine.pitrou | 2010-10-09 17:24:28 +0200 (sam., 09 oct. 2010) | 4 lines

  Issue #10055: Make json C89-compliant in UCS4 mode.
........

14 years agoMerged revisions 85018 via svnmerge from
Antoine Pitrou [Sat, 9 Oct 2010 10:28:02 +0000 (10:28 +0000)]
Merged revisions 85018 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85018 | antoine.pitrou | 2010-09-26 18:36:33 +0200 (dim., 26 sept. 2010) | 4 lines

  Issue #8445: try to fix some buildbot failures on test_ttk_guionly.
  Patch by Guilherme.
........

14 years agoMerged revisions 74473,79974 via svnmerge from
Antoine Pitrou [Sat, 9 Oct 2010 10:25:55 +0000 (10:25 +0000)]
Merged revisions 74473,79974 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74473 | guilherme.polo | 2009-08-16 16:44:14 +0200 (dim., 16 août 2009) | 13 lines

  Merged revisions 74471-74472 via svnmerge from
  svn+ssh://pythondev/python/trunk

  ........
    r74471 | guilherme.polo | 2009-08-16 11:34:26 -0300 (Sun, 16 Aug 2009) | 1 line

    Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6.
  ........
    r74472 | guilherme.polo | 2009-08-16 11:38:57 -0300 (Sun, 16 Aug 2009) | 1 line

    Wrong place for issue #6244.
  ........
................
  r79974 | benjamin.peterson | 2010-04-12 00:04:51 +0200 (lun., 12 avril 2010) | 13 lines

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

  ........
    r79903 | martin.v.loewis | 2010-04-08 04:47:40 -0500 (Thu, 08 Apr 2010) | 2 lines

    Issue #8344: Fix test_ttk bug on FreeBSD.
  ........
    r79907 | martin.v.loewis | 2010-04-08 12:38:32 -0500 (Thu, 08 Apr 2010) | 2 lines

    Issue #8204: Fix test_ttk notebook test by forcing focus.
  ........
................

14 years agoMerged revisions 85328 via svnmerge from
Benjamin Peterson [Sat, 9 Oct 2010 02:01:03 +0000 (02:01 +0000)]
Merged revisions 85328 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85328 | benjamin.peterson | 2010-10-08 20:58:37 -0500 (Fri, 08 Oct 2010) | 1 line

  remove author names from prose
........

14 years agoMerged revisions 84763,85135 via svnmerge from
Hirokazu Yamamoto [Fri, 8 Oct 2010 09:32:13 +0000 (09:32 +0000)]
Merged revisions 84763,85135 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84763 | hirokazu.yamamoto | 2010-09-13 15:21:54 +0900 | 1 line

  Cosmetic fix to project files.
........
  r85135 | hirokazu.yamamoto | 2010-10-01 19:40:49 +0900 | 1 line

  Cosmetic fix for PCBuild/readme.txt.
........

14 years agocopy_absolute(): keep the relative path if _wgetcwd() failed
Victor Stinner [Thu, 7 Oct 2010 23:39:04 +0000 (23:39 +0000)]
copy_absolute(): keep the relative path if _wgetcwd() failed

Instead of using the undefined content of the 'path' buffer.

14 years agoMerged revisions 85299 via svnmerge from
Brian Curtin [Thu, 7 Oct 2010 02:12:17 +0000 (02:12 +0000)]
Merged revisions 85299 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85299 | brian.curtin | 2010-10-06 20:12:19 -0500 (Wed, 06 Oct 2010) | 9 lines

  Fix #8584. Fix the skipping of a number of tests due to incorrect importing.

  This undoes a previous attempt to fix some of the skips. Value and copy
  come from sharedctypes rather than plain ctypes, and the test skipping is
  then done at the class level rather than test-by-test.

  There are zero skipped tests after the fix.
........

14 years agoMerged revisions 85291 via svnmerge from
Antoine Pitrou [Wed, 6 Oct 2010 21:29:56 +0000 (21:29 +0000)]
Merged revisions 85291 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85291 | antoine.pitrou | 2010-10-06 23:21:18 +0200 (mer., 06 oct. 2010) | 4 lines

  Issue #9759: GzipFile now raises ValueError when an operation is attempted
  after the file is closed.  Patch by Jeffrey Finkelstein.
........

14 years agoMerged revisions 85276 via svnmerge from
Georg Brandl [Wed, 6 Oct 2010 10:43:34 +0000 (10:43 +0000)]
Merged revisions 85276 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r85276 | georg.brandl | 2010-10-06 12:35:24 +0200 (Mi, 06 Okt 2010) | 1 line

  Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile.
........