]>
granicus.if.org Git - python/log
Benjamin Peterson [Sat, 20 Nov 2010 17:26:25 +0000 (17:26 +0000)]
Merged revisions 86587 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86587 | benjamin.peterson | 2010-11-20 11:24:04 -0600 (Sat, 20 Nov 2010) | 1 line
correct logic when pos is after the string #10467
........
Senthil Kumaran [Sat, 20 Nov 2010 17:08:19 +0000 (17:08 +0000)]
Merged revisions 86580 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86580 | senthil.kumaran | 2010-11-21 01:02:50 +0800 (Sun, 21 Nov 2010) | 3 lines
Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) and not CPU time.
........
R. David Murray [Sat, 20 Nov 2010 15:14:35 +0000 (15:14 +0000)]
Blocked revisions 86567 via svnmerge
........
r86567 | r.david.murray | 2010-11-20 10:10:13 -0500 (Sat, 20 Nov 2010) | 5 lines
Improve TestBytesGeneratorIdempotent using by using linesep.
Also corrects a typo from a previous commit. Unfortunately
this does *not* fix issue #10134.
........
Georg Brandl [Sat, 20 Nov 2010 11:29:58 +0000 (11:29 +0000)]
Merged revisions 85970 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r85970 | georg.brandl | 2010-10-30 10:29:28 +0200 (Sa, 30 Okt 2010) | 1 line
#10198: fix duplicate header when writeframes() is called with an empty string.
........
Georg Brandl [Sat, 20 Nov 2010 11:26:56 +0000 (11:26 +0000)]
Blocked revisions 86555 via svnmerge
........
r86555 | georg.brandl | 2010-11-20 12:25:01 +0100 (Sa, 20 Nov 2010) | 1 line
#10465: fix broken delegation in __getattr__ of _PaddedFile.
........
Benjamin Peterson [Sat, 20 Nov 2010 04:37:00 +0000 (04:37 +0000)]
Merged revisions 86545 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86545 | benjamin.peterson | 2010-11-19 22:31:07 -0600 (Fri, 19 Nov 2010) | 1 line
new plan: functions that want 'tmp' can declare it
........
R. David Murray [Sat, 20 Nov 2010 04:00:05 +0000 (04:00 +0000)]
Blocked revisions 86542 via svnmerge
........
r86542 | r.david.murray | 2010-11-19 22:48:58 -0500 (Fri, 19 Nov 2010) | 2 lines
Make test class name unique so that both test classes run.
........
Benjamin Peterson [Sat, 20 Nov 2010 02:04:14 +0000 (02:04 +0000)]
Merged revisions 86540 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86540 | benjamin.peterson | 2010-11-19 20:01:45 -0600 (Fri, 19 Nov 2010) | 1 line
c89 declarations
........
Benjamin Peterson [Sat, 20 Nov 2010 01:48:38 +0000 (01:48 +0000)]
Merged revisions 86538 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86538 | benjamin.peterson | 2010-11-19 19:38:49 -0600 (Fri, 19 Nov 2010) | 1 line
use %R format code; fixes invalid dereferencing #10391
........
Antoine Pitrou [Fri, 19 Nov 2010 20:10:53 +0000 (20:10 +0000)]
Merged revisions 86533 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86533 | antoine.pitrou | 2010-11-19 21:07:52 +0100 (ven., 19 nov. 2010) | 3 lines
Fix test_ssl_presence when ssl is not present
........
Ezio Melotti [Thu, 18 Nov 2010 19:49:19 +0000 (19:49 +0000)]
Merged revisions 86528 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86528 | ezio.melotti | 2010-11-18 21:48:27 +0200 (Thu, 18 Nov 2010) | 1 line
#10455: fix typo
........
Alexander Belopolsky [Thu, 18 Nov 2010 18:52:11 +0000 (18:52 +0000)]
Merged revisions 86526 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86526 | alexander.belopolsky | 2010-11-18 13:50:13 -0500 (Thu, 18 Nov 2010) | 1 line
Issue 7828: Fixed chr() and ord() documentation for wide characters
........
Senthil Kumaran [Thu, 18 Nov 2010 17:11:45 +0000 (17:11 +0000)]
Merged revisions 86523 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86523 | senthil.kumaran | 2010-11-19 01:08:48 +0800 (Fri, 19 Nov 2010) | 3 lines
Code Changes as per review comments by Antoine Pitrou.
........
Senthil Kumaran [Thu, 18 Nov 2010 16:44:38 +0000 (16:44 +0000)]
Merged revisions 86520 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86520 | senthil.kumaran | 2010-11-18 23:36:41 +0800 (Thu, 18 Nov 2010) | 3 lines
Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy
........
Senthil Kumaran [Thu, 18 Nov 2010 15:04:41 +0000 (15:04 +0000)]
Merged revisions 86514 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86514 | senthil.kumaran | 2010-11-18 23:00:53 +0800 (Thu, 18 Nov 2010) | 3 lines
Fix Issue 9991: xmlrpc client ssl check faulty
........
Alexander Belopolsky [Thu, 18 Nov 2010 01:58:16 +0000 (01:58 +0000)]
Merged revisions 86504 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86504 | alexander.belopolsky | 2010-11-17 20:52:54 -0500 (Wed, 17 Nov 2010) | 15 lines
Issue #10446: Several changes to module documentation generated by pydoc:
1. Online reference manual link is now version-specific and the
'MODULE DOCS' section renamed to 'MODULE REFERENCE'.
2. 'FILE' section is moved to the end of the file.
3. Special names processed by pydoc such as __version__ or __credits__
are now excluded from the DATA section.
4. Defined __all__ to prevent pydoc from exposing undocumented details
about itself.
5. Removed Python 2.3 compatibility code.
........
Éric Araujo [Wed, 17 Nov 2010 23:11:01 +0000 (23:11 +0000)]
Blocked revisions 86235 via svnmerge
........
r86235 | eric.araujo | 2010-11-06 03:12:51 +0100 (sam., 06 nov. 2010) | 2 lines
Fix one omission in r78359
........
Ezio Melotti [Tue, 16 Nov 2010 21:06:43 +0000 (21:06 +0000)]
Merged revisions 86488 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86488 | ezio.melotti | 2010-11-16 22:57:59 +0200 (Tue, 16 Nov 2010) | 1 line
Fix typo
........
Alexander Belopolsky [Tue, 16 Nov 2010 16:10:44 +0000 (16:10 +0000)]
Merged revisions 86478 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86478 | alexander.belopolsky | 2010-11-16 09:29:01 -0500 (Tue, 16 Nov 2010) | 1 line
Issue #10413: Updated comments to reflect code changes
........
Antoine Pitrou [Mon, 15 Nov 2010 18:25:24 +0000 (18:25 +0000)]
Hack to avoid test_tempfile failures when run after test_threaded_import
(only needed on 3.1)
Martin v. Löwis [Sun, 14 Nov 2010 18:13:49 +0000 (18:13 +0000)]
Merged revisions 84339,84487 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84339 | martin.v.loewis | 2010-08-28 15:40:10 +0200 (Sa, 28 Aug 2010) | 1 line
Stop packaging versioncheck.
........
r84487 | martin.v.loewis | 2010-09-04 16:38:09 +0200 (Sa, 04 Sep 2010) | 3 lines
Issue #
1303434 : Include PDBs in release.
Patch by James Lee and Daniel Stutzbach.
........
Senthil Kumaran [Sun, 14 Nov 2010 03:14:52 +0000 (03:14 +0000)]
Merged revisions 86450 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86450 | senthil.kumaran | 2010-11-13 20:27:49 +0800 (Sat, 13 Nov 2010) | 3 lines
Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header
........
Benjamin Peterson [Sat, 13 Nov 2010 23:34:41 +0000 (23:34 +0000)]
prepare for final
Benjamin Peterson [Sat, 13 Nov 2010 17:32:34 +0000 (17:32 +0000)]
tag 3.1.3rc1
Benjamin Peterson [Sat, 13 Nov 2010 17:28:56 +0000 (17:28 +0000)]
bump to 3.1.3rc1
Senthil Kumaran [Sat, 13 Nov 2010 09:23:12 +0000 (09:23 +0000)]
Merged revisions 86348 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86348 | senthil.kumaran | 2010-11-09 10:36:59 +0800 (Tue, 09 Nov 2010) | 3 lines
Fix Issue10205 - XML QName error when different tags have same QName.
........
Éric Araujo [Fri, 12 Nov 2010 22:26:37 +0000 (22:26 +0000)]
Merged revisions 86438 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86438 | eric.araujo | 2010-11-12 23:25:23 +0100 (ven., 12 nov. 2010) | 2 lines
And now for something completely different: Finish fixing #10252 again.
........
Éric Araujo [Fri, 12 Nov 2010 20:27:45 +0000 (20:27 +0000)]
Merged revisions 86274,86276 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86274 | eric.araujo | 2010-11-06 16:57:52 +0100 (sam., 06 nov. 2010) | 2 lines
Correct the fix for #10252: Popen objects have no close method.
........
r86276 | eric.araujo | 2010-11-06 19:03:52 +0100 (sam., 06 nov. 2010) | 2 lines
Fix #10252 again (hopefully definitely). Patch by Brian Curtin.
........
Terry Reedy [Fri, 12 Nov 2010 04:35:16 +0000 (04:35 +0000)]
Backport rev86422 for issue 10304 from py3k to 31-maint
R. David Murray [Fri, 12 Nov 2010 00:38:41 +0000 (00:38 +0000)]
Merged revisions 86419 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86419 | r.david.murray | 2010-11-11 19:35:31 -0500 (Thu, 11 Nov 2010) | 4 lines
#7950: add warning about security implications of shell=True to subprocess docs
Patch by Chris Rebert.
........
R. David Murray [Thu, 11 Nov 2010 20:17:16 +0000 (20:17 +0000)]
Blocked revisions 86414 via svnmerge
........
r86414 | r.david.murray | 2010-11-11 15:09:20 -0500 (Thu, 11 Nov 2010) | 8 lines
#
1466065 : add validate option to base64.b64decode
Patch by Neil Tallim. This provides a mechanism for module
users to achieve RFC 3548 compliance in the cases where ignoring
non-base64-alphabet input characters is *not* mandated by the RFC that
references RFC 3548.
........
Alexander Belopolsky [Thu, 11 Nov 2010 14:28:12 +0000 (14:28 +0000)]
Blocked revisions 86410 via svnmerge
........
r86410 | alexander.belopolsky | 2010-11-11 09:07:41 -0500 (Thu, 11 Nov 2010) | 4 lines
Issue #10386: Added __all__ to token module; this simplifies importing
in tokenize module and prevents leaking of private names through
import *.
........
Antoine Pitrou [Wed, 10 Nov 2010 22:37:33 +0000 (22:37 +0000)]
Merged revisions 86404 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86404 | antoine.pitrou | 2010-11-10 23:36:43 +0100 (mer., 10 nov. 2010) | 3 lines
Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade on python.org
........
Terry Reedy [Wed, 10 Nov 2010 17:50:26 +0000 (17:50 +0000)]
Issue 2986: document heuristic for 3.1
Antoine Pitrou [Wed, 10 Nov 2010 14:03:53 +0000 (14:03 +0000)]
Remove spurious NEWS entry.
Antoine Pitrou [Wed, 10 Nov 2010 14:01:16 +0000 (14:01 +0000)]
I'm only backporting the tests (which run fine), as well as
a shortened version of Lib/test/script_helper.py.
Merged revisions 86395 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86395 | antoine.pitrou | 2010-11-10 14:55:25 +0100 (mer., 10 nov. 2010) | 4 lines
Issue #10372: Import the warnings module only after the IO library is
initialized, so as to avoid bootstrap issues with the '-W' option.
........
Antoine Pitrou [Wed, 10 Nov 2010 09:00:43 +0000 (09:00 +0000)]
Merged revisions 86391 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86391 | antoine.pitrou | 2010-11-10 09:59:25 +0100 (mer., 10 nov. 2010) | 4 lines
Followup to r86383: it seems that in some cases (buildbots), the server
closes the connection before we can call shutdown().
........
Antoine Pitrou [Wed, 10 Nov 2010 00:02:28 +0000 (00:02 +0000)]
Try to fix test_imaplib failure
Antoine Pitrou [Tue, 9 Nov 2010 23:12:32 +0000 (23:12 +0000)]
Merged revisions 86383 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86383 | antoine.pitrou | 2010-11-10 00:10:33 +0100 (mer., 10 nov. 2010) | 4 lines
Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by
Lorenzo M. Catucci.
........
Antoine Pitrou [Tue, 9 Nov 2010 22:57:20 +0000 (22:57 +0000)]
Merged revisions 86380 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86380 | antoine.pitrou | 2010-11-09 23:55:55 +0100 (mar., 09 nov. 2010) | 4 lines
Fix IMAP.login() to work properly.
Also, add remote tests for imaplib (part of #4471).
........
Antoine Pitrou [Tue, 9 Nov 2010 21:36:16 +0000 (21:36 +0000)]
Merged revisions 86338 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86338 | antoine.pitrou | 2010-11-08 21:36:57 +0100 (lun., 08 nov. 2010) | 3 lines
Fix test_hashlib with the bigmem option
........
Fred Drake [Tue, 9 Nov 2010 13:32:49 +0000 (13:32 +0000)]
fix typo: spection -> section
R. David Murray [Mon, 8 Nov 2010 17:20:25 +0000 (17:20 +0000)]
Blocked revisions 86327 via svnmerge
........
r86327 | r.david.murray | 2010-11-08 12:15:13 -0500 (Mon, 08 Nov 2010) | 3 lines
#10321: Add support for sending binary DATA and Message objects to smtplib
........
Senthil Kumaran [Mon, 8 Nov 2010 02:00:07 +0000 (02:00 +0000)]
Merged revisions 86310 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86310 | senthil.kumaran | 2010-11-08 09:53:13 +0800 (Mon, 08 Nov 2010) | 3 lines
Fix Issue 10303: a small clarification in the tutorial.
........
Senthil Kumaran [Mon, 8 Nov 2010 01:57:45 +0000 (01:57 +0000)]
Merged revisions 86310 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86310 | senthil.kumaran | 2010-11-08 09:53:13 +0800 (Mon, 08 Nov 2010) | 3 lines
Fix Issue 10303: a small clarification in the tutorial.
........
Senthil Kumaran [Sun, 7 Nov 2010 13:07:14 +0000 (13:07 +0000)]
Merged revisions 86296 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86296 | senthil.kumaran | 2010-11-07 20:57:04 +0800 (Sun, 07 Nov 2010) | 3 lines
Fix Issue10226 - Clarifying the role of the netloc separator.
........
Mark Dickinson [Sun, 7 Nov 2010 12:50:11 +0000 (12:50 +0000)]
Merged revisions 86293 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86293 | mark.dickinson | 2010-11-07 12:48:18 +0000 (Sun, 07 Nov 2010) | 1 line
Issue #10145: the float.is_integer method was undocumented.
........
Hirokazu Yamamoto [Sun, 7 Nov 2010 11:53:57 +0000 (11:53 +0000)]
Merged revisions 86283 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86283 | hirokazu.yamamoto | 2010-11-07 18:23:15 +0900 | 1 line
Issue #6317: Now winsound.PlaySound can accept non ascii filename.
........
Hirokazu Yamamoto [Sun, 7 Nov 2010 11:41:07 +0000 (11:41 +0000)]
Merged revisions 86281,86285 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86281 | hirokazu.yamamoto | 2010-11-07 11:45:19 +0900 | 1 line
Formatted code. (Tabify, etc)
........
r86285 | hirokazu.yamamoto | 2010-11-07 20:07:44 +0900 | 1 line
Reformatted code a bit.
........
Mark Dickinson [Sun, 7 Nov 2010 11:26:24 +0000 (11:26 +0000)]
Merged revisions 86286 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86286 | mark.dickinson | 2010-11-07 11:24:44 +0000 (Sun, 07 Nov 2010) | 1 line
Issue 10297: Add missing import in decimal example snippet.
........
Eric Smith [Sat, 6 Nov 2010 19:29:45 +0000 (19:29 +0000)]
Merged revisions 86277 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86277 | eric.smith | 2010-11-06 15:27:37 -0400 (Sat, 06 Nov 2010) | 1 line
Added more to docstrings for str.format, format_map, and __format__.
........
Éric Araujo [Sat, 6 Nov 2010 15:37:39 +0000 (15:37 +0000)]
Merged revisions 86271 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86271 | eric.araujo | 2010-11-06 16:01:07 +0100 (sam., 06 nov. 2010) | 2 lines
Add missing NEWS entries for some of my commits.
........
Eric Smith [Sat, 6 Nov 2010 14:43:54 +0000 (14:43 +0000)]
Blocked revisions 86268 via svnmerge
........
r86268 | eric.smith | 2010-11-06 10:43:26 -0400 (Sat, 06 Nov 2010) | 1 line
Removed unused test classes from test_format_map().
........
Eric Smith [Sat, 6 Nov 2010 14:34:44 +0000 (14:34 +0000)]
Blocked revisions 86263 via svnmerge
........
r86263 | eric.smith | 2010-11-06 09:22:13 -0400 (Sat, 06 Nov 2010) | 1 line
Added example for str.format_map().
........
Éric Araujo [Sat, 6 Nov 2010 06:31:00 +0000 (06:31 +0000)]
Merged revisions 86249 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86249 | eric.araujo | 2010-11-06 07:30:16 +0100 (sam., 06 nov. 2010) | 2 lines
Fix typo
........
Éric Araujo [Sat, 6 Nov 2010 04:51:10 +0000 (04:51 +0000)]
Merged revisions 86244 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86244 | eric.araujo | 2010-11-06 05:48:05 +0100 (sam., 06 nov. 2010) | 3 lines
Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281.
........
Éric Araujo [Sat, 6 Nov 2010 04:35:07 +0000 (04:35 +0000)]
Merged revisions 86239,86241 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86239 | eric.araujo | 2010-11-06 05:09:29 +0100 (sam., 06 nov. 2010) | 2 lines
Fix caching error found by regrtest -R (#10229)
........
r86241 | eric.araujo | 2010-11-06 05:24:00 +0100 (sam., 06 nov. 2010) | 2 lines
Add missing NEWS entry for r86239.
........
Éric Araujo [Sat, 6 Nov 2010 02:58:56 +0000 (02:58 +0000)]
Merged revisions 86223-86224,86226,86234 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86223 | eric.araujo | 2010-11-06 00:51:56 +0100 (sam., 06 nov. 2010) | 2 lines
Always close files in distutils code and tests (#10252).
........
r86224 | eric.araujo | 2010-11-06 00:58:34 +0100 (sam., 06 nov. 2010) | 2 lines
Add missing entry for r86223.
........
r86226 | eric.araujo | 2010-11-06 00:59:32 +0100 (sam., 06 nov. 2010) | 2 lines
Of course, I forgot one file in r86223.
........
r86234 | eric.araujo | 2010-11-06 03:10:32 +0100 (sam., 06 nov. 2010) | 2 lines
Also close file descriptors from os.popen and subprocess.Popen
........
Alexander Belopolsky [Sat, 6 Nov 2010 01:35:01 +0000 (01:35 +0000)]
Merged revisions 86229 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86229 | alexander.belopolsky | 2010-11-05 21:31:16 -0400 (Fri, 05 Nov 2010) | 1 line
Issue #10330: trace module can now be used with python built without threads.
........
Brian Curtin [Sat, 6 Nov 2010 01:32:53 +0000 (01:32 +0000)]
Merged revisions 86228 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86228 | brian.curtin | 2010-11-05 20:30:41 -0500 (Fri, 05 Nov 2010) | 2 lines
Clear up ResourceWarnings
........
Antoine Pitrou [Fri, 5 Nov 2010 19:54:58 +0000 (19:54 +0000)]
Merged revisions 86214 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86214 | antoine.pitrou | 2010-11-05 20:47:27 +0100 (ven., 05 nov. 2010) | 4 lines
Issue #10311: The signal module now restores errno before returning from
its low-level signal handler. Patch by Hallvard B Furuseth.
........
Brian Curtin [Fri, 5 Nov 2010 15:08:19 +0000 (15:08 +0000)]
Merged revisions 86195 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86195 | brian.curtin | 2010-11-05 10:04:48 -0500 (Fri, 05 Nov 2010) | 3 lines
Close subprocess pipes in the non-UNIX section of run_cgi.
Clears a number of ResourceWarnings in test_httpservers.
........
Brian Curtin [Fri, 5 Nov 2010 14:52:43 +0000 (14:52 +0000)]
Merged revisions 86192 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86192 | brian.curtin | 2010-11-05 09:48:35 -0500 (Fri, 05 Nov 2010) | 3 lines
Shift the pipe-using code into an else block, then close the pipe
in finally. Removes two ResourceWarnings.
........
Georg Brandl [Fri, 5 Nov 2010 07:11:47 +0000 (07:11 +0000)]
Merged revisions 86187 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r86187 | georg.brandl | 2010-11-05 07:10:41 +0000 (Fr, 05 Nov 2010) | 1 line
Move glossary entry to the right position and fix link.
........
Alexander Belopolsky [Fri, 5 Nov 2010 01:09:17 +0000 (01:09 +0000)]
Merged revisions 85909 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85909 | georg.brandl | 2010-10-29 01:24:24 -0400 (Fri, 29 Oct 2010) | 1 line
Re-add "debugger" label, it is used in pydoc-topics.
........
Alexander Belopolsky [Fri, 5 Nov 2010 01:07:35 +0000 (01:07 +0000)]
Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85732 | alexander.belopolsky | 2010-10-19 17:07:52 -0400 (Tue, 19 Oct 2010) | 3 lines
Issue #7061: Fixed some of the issues in turtle module documentation
reported by Terry J. Reedy.
........
r85778 | alexander.belopolsky | 2010-10-21 14:15:39 -0400 (Thu, 21 Oct 2010) | 1 line
Issue #7061: Fixed section title
........
r85785 | alexander.belopolsky | 2010-10-21 18:29:36 -0400 (Thu, 21 Oct 2010) | 1 line
Fixed a typo
........
r85853 | alexander.belopolsky | 2010-10-26 23:06:43 -0400 (Tue, 26 Oct 2010) | 4 lines
Issue #7061: Dropped "for Tk" from turtle module title and moved its
doc section under frameworks. Also fixed a couple of markup issues
that affected TOC rendering.
........
r85930 | alexander.belopolsky | 2010-10-29 13:16:49 -0400 (Fri, 29 Oct 2010) | 1 line
Issue 7061: Explained 'gon'
........
r86008 | alexander.belopolsky | 2010-10-30 20:51:11 -0400 (Sat, 30 Oct 2010) | 1 line
Issues #7061, #10225: Fixed doctests in turtle manual
........
r86089 | alexander.belopolsky | 2010-11-01 11:45:34 -0400 (Mon, 01 Nov 2010) | 1 line
Issue #7061: Simplified a section title.
........
Antoine Pitrou [Thu, 4 Nov 2010 20:50:00 +0000 (20:50 +0000)]
Merged revisions 86175 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86175 | antoine.pitrou | 2010-11-04 21:48:37 +0100 (jeu., 04 nov. 2010) | 4 lines
Issue #3699: Fix test_bigaddrspace and extend it to test bytestrings
as well as unicode strings. Initial patch by Sandro Tosi.
........
Eric Smith [Thu, 4 Nov 2010 17:11:04 +0000 (17:11 +0000)]
Blocked revisions 86170 via svnmerge
........
r86170 | eric.smith | 2010-11-04 13:06:58 -0400 (Thu, 04 Nov 2010) | 1 line
Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict.
........
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.
........
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].
........
Georg Brandl [Thu, 4 Nov 2010 07:24:55 +0000 (07:24 +0000)]
Fix markup.
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.
........
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
........
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
........
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.
........
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.
........
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
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.
........
Giampaolo Rodolà [Mon, 1 Nov 2010 15:29:20 +0000 (15:29 +0000)]
fix syntax highlighting in asyncore example code
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.
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.
........
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.
........
Raymond Hettinger [Sun, 31 Oct 2010 22:39:33 +0000 (22:39 +0000)]
Issue #9886: Add a key-function entry to the glossary.
Raymond Hettinger [Sun, 31 Oct 2010 22:01:57 +0000 (22:01 +0000)]
Issue 7402: Improve reduce() example in the python idioms how-to.
Raymond Hettinger [Sun, 31 Oct 2010 21:27:50 +0000 (21:27 +0000)]
Issue 7447: Improve docs for sum().
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
........
Benjamin Peterson [Sun, 31 Oct 2010 16:55:05 +0000 (16:55 +0000)]
add 'no' output to --with-system-ffi
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.
........
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.
........
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
........
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.
........
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.
........
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.
........
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)
........
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.
........
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
........
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
........
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.
........
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
........
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.
........