Ezio Melotti
92165e6af7
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
........
2010-11-18 19:49:19 +00:00
Alexander Belopolsky
689aa6d3fa
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
........
2010-11-18 18:52:11 +00:00
Senthil Kumaran
dae5b84fe7
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.
........
2010-11-18 17:11:45 +00:00
Senthil Kumaran
723a7a6d93
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
........
2010-11-18 16:44:38 +00:00
Senthil Kumaran
f2849f0fb4
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
........
2010-11-18 15:04:41 +00:00
Alexander Belopolsky
4979b9b91e
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.
........
2010-11-18 01:58:16 +00:00
Éric Araujo
6083170858
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
........
2010-11-17 23:11:01 +00:00
Ezio Melotti
4fdf0fe5b7
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
........
2010-11-16 21:06:43 +00:00
Alexander Belopolsky
9ec2c52817
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
........
2010-11-16 16:10:44 +00:00
Antoine Pitrou
069488d279
Hack to avoid test_tempfile failures when run after test_threaded_import
...
(only needed on 3.1)
2010-11-15 18:25:24 +00:00
Martin v. Löwis
3a72b250eb
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.
........
2010-11-14 18:13:49 +00:00
Senthil Kumaran
2e89cf3465
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
........
2010-11-14 03:14:52 +00:00
Benjamin Peterson
650db5bd68
prepare for final
2010-11-13 23:34:41 +00:00
Benjamin Peterson
3037de5725
tag 3.1.3rc1
2010-11-13 17:32:34 +00:00
Benjamin Peterson
5889129571
bump to 3.1.3rc1
2010-11-13 17:28:56 +00:00
Senthil Kumaran
b87dd0ce25
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.
........
2010-11-13 09:23:12 +00:00
Éric Araujo
c8267ead69
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.
........
2010-11-12 22:26:37 +00:00
Éric Araujo
e84e72f95a
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.
........
2010-11-12 20:27:45 +00:00
Terry Reedy
b89e4fc4e9
Backport rev86422 for issue 10304 from py3k to 31-maint
2010-11-12 04:35:16 +00:00
R. David Murray
f959b7feaa
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.
........
2010-11-12 00:38:41 +00:00
R. David Murray
64a820b4a2
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.
........
2010-11-11 20:17:16 +00:00
Alexander Belopolsky
a52cce7ee8
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 *.
........
2010-11-11 14:28:12 +00:00
Antoine Pitrou
38c1a4d1f4
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
........
2010-11-10 22:37:33 +00:00
Terry Reedy
c40b25fd68
Issue 2986: document heuristic for 3.1
2010-11-10 17:50:26 +00:00
Antoine Pitrou
b0afa00254
Remove spurious NEWS entry.
2010-11-10 14:03:53 +00:00
Antoine Pitrou
cb4f929812
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.
........
2010-11-10 14:01:16 +00:00
Antoine Pitrou
0a69b856d5
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().
........
2010-11-10 09:00:43 +00:00
Antoine Pitrou
e87875bfad
Try to fix test_imaplib failure
2010-11-10 00:02:28 +00:00
Antoine Pitrou
5466e920d9
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.
........
2010-11-09 23:12:32 +00:00
Antoine Pitrou
7ec819e3a9
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 ).
........
2010-11-09 22:57:20 +00:00
Antoine Pitrou
de535e8864
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
........
2010-11-09 21:36:16 +00:00
Fred Drake
8a7b89bfa2
fix typo: spection -> section
2010-11-09 13:32:49 +00:00
R. David Murray
e75fcd0c28
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
........
2010-11-08 17:20:25 +00:00
Senthil Kumaran
a881971473
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.
........
2010-11-08 02:00:07 +00:00
Senthil Kumaran
43d8cd8056
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.
........
2010-11-08 01:57:45 +00:00
Senthil Kumaran
e4be72197f
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.
........
2010-11-07 13:07:14 +00:00
Mark Dickinson
bee54f53b1
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.
........
2010-11-07 12:50:11 +00:00
Hirokazu Yamamoto
339293a372
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.
........
2010-11-07 11:53:57 +00:00
Hirokazu Yamamoto
c661015141
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.
........
2010-11-07 11:41:07 +00:00
Mark Dickinson
d6b83d3a25
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.
........
2010-11-07 11:26:24 +00:00
Eric Smith
16562f41b0
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__.
........
2010-11-06 19:29:45 +00:00
Éric Araujo
651e6b5d49
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.
........
2010-11-06 15:37:39 +00:00
Eric Smith
e0224840ba
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().
........
2010-11-06 14:43:54 +00:00
Eric Smith
d576cd7dd8
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().
........
2010-11-06 14:34:44 +00:00
Éric Araujo
f7b5fa521e
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
........
2010-11-06 06:31:00 +00:00
Éric Araujo
1ca7556dd0
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 .
........
2010-11-06 04:51:10 +00:00
Éric Araujo
1c1340b30a
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.
........
2010-11-06 04:35:07 +00:00
Éric Araujo
c6d7ead095
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
........
2010-11-06 02:58:56 +00:00
Alexander Belopolsky
997980fe13
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.
........
2010-11-06 01:35:01 +00:00
Brian Curtin
97a5bad496
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
........
2010-11-06 01:32:53 +00:00