R. David Murray
8535d380c7
Blocked revisions 86642 via svnmerge
...
........
r86642 | r.david.murray | 2010-11-21 11:53:48 -0500 (Sun, 21 Nov 2010) | 10 lines
Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed.
The tests that were failing on (some) windows machines, where the
msg_XX.txt files used native \r\n lineseps are now also run on machines
that use \n natively, and conversely the \n tests are run on Windows.
The failing tests revealed one place where linesep needed to be added
to a flatten call in generator. There was also another that the tests
didn't catch, so I added a test for that case as well.
........
2010-11-21 17:00:00 +00:00
Ezio Melotti
2623a37852
Merged revisions 86596 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line
#9424 : Replace deprecated assert* methods in the Python test suite.
........
2010-11-21 13:34:58 +00:00
Éric Araujo
40a92f5c65
Merged revisions 86625 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86625 | eric.araujo | 2010-11-21 00:56:22 +0100 (dim., 21 nov. 2010) | 2 lines
Document index and count as part of the Sequence ABC (#9746 )
........
2010-11-21 00:44:27 +00:00
R. David Murray
1567e72003
Blocked revisions 86614 via svnmerge
...
........
r86614 | r.david.murray | 2010-11-20 16:28:24 -0500 (Sat, 20 Nov 2010) | 2 lines
Fix email doc update I overlooked (thanks, Éric)
........
2010-11-20 21:30:57 +00:00
R. David Murray
5a2fd0499f
Blocked revisions 86611 via svnmerge
...
........
r86611 | r.david.murray | 2010-11-20 16:18:51 -0500 (Sat, 20 Nov 2010) | 4 lines
#10453 : compileall now uses argparse instead of getopt, so -h works.
Patch by Michele Orrù.
........
2010-11-20 21:23:45 +00:00
Éric Araujo
4fadd53f51
Merged revisions 86601,86605 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
In 2.7, there was only one NameError.
........
r86601 | eric.araujo | 2010-11-20 20:35:27 +0100 (sam., 20 nov. 2010) | 2 lines
Fix two NameErrors in distutils (#10407 )
........
r86605 | eric.araujo | 2010-11-20 20:37:28 +0100 (sam., 20 nov. 2010) | 2 lines
Add entry for r86601
........
2010-11-20 20:02:41 +00:00
Antoine Pitrou
e8803e7524
Issue #8340 : document bytearray in Python 2.7.
2010-11-20 19:35:42 +00:00
Michael Foord
bbd72509b5
Adding Wing 4 (IDE) project file
2010-11-20 17:47:30 +00:00
Michael Foord
75152eae8a
Added missing issue to NEWS for Python 2.7.1 RC
2010-11-20 17:40:49 +00:00
Benjamin Peterson
4fec9ce601
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
........
2010-11-20 17:31:08 +00:00
Senthil Kumaran
a731bf1717
Fix buildbot failures - removing the CPU term in the seconds from the output.
2010-11-20 17:23:00 +00:00
Senthil Kumaran
8284bd6a63
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.
........
2010-11-20 17:09:14 +00:00
R. David Murray
d2e4a17036
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 .
........
2010-11-20 15:14:45 +00:00
Georg Brandl
839c113926
Fix news entry position.
2010-11-20 11:29:38 +00:00
Georg Brandl
ef805a6b17
Merged revisions 85970 via svnmerge from
...
svn+ssh://pythondev@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.
........
2010-11-20 11:29:09 +00:00
Georg Brandl
a7d1d2401d
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.
........
2010-11-20 11:26:54 +00:00
Senthil Kumaran
9fce551e0e
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-20 11:24:08 +00:00
Fred Drake
6be0e9fa90
remove documentation for something that's gone
2010-11-19 21:27:50 +00:00
Benjamin Peterson
55727e1207
Merged revisions 86511 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86511 | benjamin.peterson | 2010-11-18 08:14:43 -0600 (Thu, 18 Nov 2010) | 1 line
reduce try block compass
........
2010-11-18 14:16:32 +00:00
Éric Araujo
1c4253d600
Merged revisions 86235 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
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:08 +00:00
Ezio Melotti
056f33d60c
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:08:14 +00:00
Martin v. Löwis
eebd0173b6
Merged revisions 84487 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
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:17:39 +00:00
Senthil Kumaran
501bfd8f5c
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:31:52 +00:00
Benjamin Peterson
db4c334e0d
towards final
2010-11-13 23:32:58 +00:00
Benjamin Peterson
17b02b54c4
tag 2.7.1rc1
2010-11-13 17:33:55 +00:00
Benjamin Peterson
cc21417408
2.7.1rc1 bump
2010-11-13 17:33:04 +00:00
Éric Araujo
3ba70368f5
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:27:28 +00:00
Terry Reedy
fc0280f6a5
#2986 Correct and duplicate version-added message
2010-11-12 21:08:56 +00:00
Andrew M. Kuchling
5b1c5377ad
Remove myself as a maintainer for curses and mailbox modules.
2010-11-12 20:55:00 +00:00
Éric Araujo
4ca58a9fd2
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:31:17 +00:00
Georg Brandl
749930f0f0
#10398 : manual backport of r73943.
2010-11-12 19:45:46 +00:00
R. David Murray
6e4300c999
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:39:09 +00:00
Terry Reedy
d2d2ae91c5
#2986 Add autojunk parameter to SequenceMatcher to optionally disable 'popular == junk' heuristic.
2010-11-11 23:22:19 +00:00
R. David Murray
6c2e0224ff
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:18:23 +00:00
Alexander Belopolsky
874b41b5ff
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:39:52 +00:00
Antoine Pitrou
9c9e1b9786
I'm only backporting the tests here.
...
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:03:31 +00:00
Antoine Pitrou
ae93389e0a
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:02:33 +00:00
Antoine Pitrou
1d519cde65
Merged revisions 86388 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86388 | antoine.pitrou | 2010-11-10 01:18:40 +0100 (mer., 10 nov. 2010) | 3 lines
Forward port r86386 after it fixed the 3.1 buildbot issues
........
2010-11-10 00:20:18 +00:00
Antoine Pitrou
7eaa448e59
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:15:18 +00:00
Antoine Pitrou
f728f5a3ea
This only backports the tests as IMAP.login() does work on 2.x.
...
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 23:00:21 +00:00
Fred Drake
9a9aa20ca8
fix typo: spection -> section
2010-11-09 13:33:21 +00:00
Amaury Forgeot d'Arc
71431ef51a
Backport part of r86217: Fix issues when building without threads
2010-11-09 07:35:26 +00:00
Senthil Kumaran
80860381a5
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-09 02:49:26 +00:00
R. David Murray
d67b6786ba
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:34 +00:00
Jesus Cea
bf088f811c
Issue #9675 : Final touch
2010-11-08 12:57:59 +00:00
Senthil Kumaran
bf02429c43
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:12:57 +00:00
Senthil Kumaran
683beb6c9b
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:10:02 +00:00
Mark Dickinson
5edac047f1
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:52:19 +00:00
Hirokazu Yamamoto
69f9f201d9
Blocked revisions 86168,86211,86281,86283,86285 via svnmerge
...
........
r86168 | hirokazu.yamamoto | 2010-11-05 00:21:59 +0900 | 1 line
Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildinfo.c)
........
r86211 | hirokazu.yamamoto | 2010-11-06 02:24:13 +0900 | 1 line
Fixed socket_gethostname() on windows.
........
r86281 | hirokazu.yamamoto | 2010-11-07 11:45:19 +0900 | 1 line
Formatted code. (Tabify, etc)
........
r86283 | hirokazu.yamamoto | 2010-11-07 18:23:15 +0900 | 1 line
Issue #6317 : Now winsound.PlaySound can accept non ascii filename.
........
r86285 | hirokazu.yamamoto | 2010-11-07 20:07:44 +0900 | 1 line
Reformatted code a bit.
........
2010-11-07 12:11:28 +00:00
Mark Dickinson
03335172dd
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:29:03 +00:00