Commit graph

47866 commits

Author SHA1 Message Date
Antoine Pitrou
f80b3f72c6 Issue #10280: NNTP.nntp_version should reflect the highest version
advertised by the server.
2010-11-02 22:31:52 +00:00
Phillip J. Eby
e159422ce9 Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance().
(When WSGI specifies a built-in type, it does NOT mean "this type or a subclass" -- it means 'type(x) is SpecifiedType'.)
2010-11-02 22:28:59 +00:00
Benjamin Peterson
5a43f72d1b remove some things that are now tested 2010-11-02 21:54:20 +00:00
Brett Cannon
ed82ca1078 Ditch some dead code in test_unicode_file.
Closes issue #10294. Thanks Stefan Behnel for the find.
2010-11-02 19:27:59 +00:00
Hirokazu Yamamoto
59b7c70d58 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.
........
2010-11-02 15:44:18 +00:00
Hirokazu Yamamoto
54b6903a08 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.
........
2010-11-02 15:11:47 +00:00
Michael Foord
b36f8329c0 Removing the keyword only restriction for the places argument in unittest.TestCase.assert[Not]AlmostEqual 2010-11-02 14:46:41 +00:00
Michael Foord
7a26cb9772 Updating unittest docs to reflect change in unittest.TestCase.assert[Not]AlmostEqual signature change 2010-11-02 14:27:10 +00:00
Hirokazu Yamamoto
f74ed2ea4c Defined Py_BUILD_CORE_MODULE also on VC7.1.
# I don't have this compiler, so I couldn't test it.
2010-11-02 14:06:03 +00:00
Hirokazu Yamamoto
4285f9446a Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp. 2010-11-02 13:48:13 +00:00
Michael Foord
321d059147 Remove the keyword only restriction for places and delta args in unittest.TestCase.assert[Not]AlmostEqual 2010-11-02 13:44:51 +00:00
Hirokazu Yamamoto
a2c9770bae Defined Py_BUILD_CORE_MODULE also on VC6. 2010-11-02 13:21:31 +00:00
Steven Bethard
fca2e8aeb8 Fix bug 9340 - argparse parse_known_args didn't work with subparsers 2010-11-02 12:47:22 +00:00
Brian Curtin
e509ff4d5c 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.
........
2010-11-02 04:01:17 +00:00
Brian Curtin
b68928bea7 Clean up ResourceWarnings. Explictly close stdout from the subprocess. 2010-11-02 03:59:09 +00:00
Brian Curtin
21ebbb7d39 Clean up ResourceWarnings due to unclosed sockets. 2010-11-02 02:07:09 +00:00
Martin v. Löwis
be647e288d Remove extracted trees at the end of the test. 2010-11-01 22:08:46 +00:00
Martin v. Löwis
16f344df36 Issue #10184: Touch directories only once when extracting a tarfile. 2010-11-01 21:39:13 +00:00
Michael Foord
bbea35f194 Fix issue 9926. TestSuite subclasses that override __call__ are called correctly. 2010-11-01 21:09:03 +00:00
Alexander Belopolsky
e6fa3811f7 Translated German message into English. 2010-11-01 18:42:01 +00:00
Alexander Belopolsky
f4b321b31e Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. 2010-11-01 18:17:20 +00:00
Alexander Belopolsky
77d4dc0c1b Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. 2010-11-01 18:15:48 +00:00
Alexander Belopolsky
4f2eaceb83 Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. 2010-11-01 18:15:02 +00:00
Alexander Belopolsky
3b87ccad91 Reverted inadvertent change from r86095 2010-11-01 17:52:57 +00:00
Alexander Belopolsky
ea13d9d86b Issue #10199: Moved Demo/turtle under Lib/ 2010-11-01 17:39:37 +00:00
Brian Curtin
8291af2354 Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes. 2010-11-01 16:40:17 +00:00
Steven Bethard
49998eec49 Fix for issue 9355 where with multiple mutually exclusive arguments, some brackets were being lost in the usage messages 2010-11-01 16:29:26 +00:00
Steven Bethard
1ca45a5292 Fix bug 9352 where characters were being lost in parsing some short options 2010-11-01 15:57:36 +00:00
Alexander Belopolsky
6509599056 Issue #7061: Simplified a section title. 2010-11-01 15:45:34 +00:00
Giampaolo Rodolà
04d40ee750 fix syntax highlighting in asyncore example code 2010-11-01 15:29:20 +00:00
Steven Bethard
72c553829a Get argparse.__all__ back up to date (issue 9353) 2010-11-01 15:23:12 +00:00
Giampaolo Rodolà
5ea3d0f95b Fix Issue 6706: return None on connect() in case of EWOULDBLOCK/ECONNABORTED error. 2010-11-01 15:18:09 +00:00
Brian Curtin
8581c7e11a 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.
........
2010-11-01 14:08:58 +00:00
Brian Curtin
c4ac887917 Close subprocess pipes to clear ResourceWarning messages in debug mode. 2010-11-01 14:00:33 +00:00
Steven Bethard
1f1c247adb Unset COLUMNS for test_argparse (and restore afterwards) (issue 9553) 2010-11-01 13:56:09 +00:00
Brian Curtin
9e2fadcbdd 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.
........
2010-11-01 05:12:34 +00:00
Brian Curtin
50be1ca55e Fix some ResourceErrors.
Use a context manager for os.popen and explicitly close a socket.
2010-11-01 05:10:44 +00:00
Benjamin Peterson
d4694ed1bb fix output for getaddrinfo bug check #7059 2010-11-01 01:44:30 +00:00
Raymond Hettinger
4531f8dd37 Issue #9886: Add a key-function entry to the glossary. 2010-10-31 22:39:33 +00:00
Raymond Hettinger
b9fe800929 Issue #9886: Add a key-function entry to the glossary. 2010-10-31 22:36:06 +00:00
Raymond Hettinger
c6b6b5bf5a Issue 7402: Improve reduce() example in the python idioms how-to. 2010-10-31 22:01:57 +00:00
Raymond Hettinger
099cfed120 Issue 7402: Improve reduce() example in the python idioms how-to. 2010-10-31 22:00:50 +00:00
Raymond Hettinger
30bf6e836e Issue 7447: Improve docs for sum(). 2010-10-31 21:27:50 +00:00
Antoine Pitrou
4d98489da3 Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil. 2010-10-31 21:27:04 +00:00
Raymond Hettinger
b373799e05 Issue 7447: Improve docs for sum(). 2010-10-31 21:23:24 +00:00
Antoine Pitrou
87298c4a23 No declarations in the middle of a block (fixes compile under Windows) 2010-10-31 21:03:01 +00:00
Benjamin Peterson
4d80766796 set native eol on new files 2010-10-31 20:35:08 +00:00
Benjamin Peterson
227ee3af64 set eol-style on new doc files 2010-10-31 20:33:35 +00:00
Benjamin Peterson
90b60a61d8 close the source's byte stream 2010-10-31 20:03:32 +00:00
Benjamin Peterson
1bd93a754f fix ftplib resource warnings 2010-10-31 19:58:07 +00:00