summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 86587 via svnmerge fromBenjamin Peterson2010-11-203-3/+18
| | | | | | | | | | 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 ........
* Merged revisions 86580 via svnmerge fromSenthil Kumaran2010-11-201-1/+1
| | | | | | | | | | 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. ........
* Blocked revisions 86567 via svnmergeR. David Murray2010-11-200-0/+0
| | | | | | | | | | | ........ 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. ........
* Merged revisions 85970 via svnmerge fromGeorg Brandl2010-11-202-1/+8
| | | | | | | | | | 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. ........
* Blocked revisions 86555 via svnmergeGeorg Brandl2010-11-200-0/+0
| | | | | | | | ........ r86555 | georg.brandl | 2010-11-20 12:25:01 +0100 (Sa, 20 Nov 2010) | 1 line #10465: fix broken delegation in __getattr__ of _PaddedFile. ........
* Merged revisions 86545 via svnmerge fromBenjamin Peterson2010-11-202-23/+6
| | | | | | | | | | 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 ........
* Blocked revisions 86542 via svnmergeR. David Murray2010-11-200-0/+0
| | | | | | | | ........ 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. ........
* Merged revisions 86540 via svnmerge fromBenjamin Peterson2010-11-202-11/+11
| | | | | | | | | | 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 ........
* Merged revisions 86538 via svnmerge fromBenjamin Peterson2010-11-204-58/+46
| | | | | | | | | | 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 ........
* Merged revisions 86533 via svnmerge fromAntoine Pitrou2010-11-191-2/+2
| | | | | | | | | | 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 ........
* Merged revisions 86528 via svnmerge fromEzio Melotti2010-11-181-1/+1
| | | | | | | | | | 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 ........
* Merged revisions 86526 via svnmerge fromAlexander Belopolsky2010-11-181-10/+14
| | | | | | | | | | 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 ........
* Merged revisions 86523 via svnmerge fromSenthil Kumaran2010-11-182-22/+10
| | | | | | | | | | 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. ........
* Merged revisions 86520 via svnmerge fromSenthil Kumaran2010-11-183-8/+18
| | | | | | | | | | 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 ........
* Merged revisions 86514 via svnmerge fromSenthil Kumaran2010-11-182-1/+26
| | | | | | | | | | 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 ........
* Merged revisions 86504 via svnmerge fromAlexander Belopolsky2010-11-184-42/+39
| | | | | | | | | | | | | | | | | | | | | | | 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. ........
* Blocked revisions 86235 via svnmergeÉric Araujo2010-11-170-0/+0
| | | | | | | | ........ r86235 | eric.araujo | 2010-11-06 03:12:51 +0100 (sam., 06 nov. 2010) | 2 lines Fix one omission in r78359 ........
* Merged revisions 86488 via svnmerge fromEzio Melotti2010-11-161-1/+1
| | | | | | | | | | 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 ........
* Merged revisions 86478 via svnmerge fromAlexander Belopolsky2010-11-161-18/+13
| | | | | | | | | | 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 ........
* Hack to avoid test_tempfile failures when run after test_threaded_importAntoine Pitrou2010-11-151-0/+4
| | | | (only needed on 3.1)
* Merged revisions 84339,84487 via svnmerge fromMartin v. Löwis2010-11-142-2/+24
| | | | | | | | | | | | | | | 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. ........
* Merged revisions 86450 via svnmerge fromSenthil Kumaran2010-11-143-0/+28
| | | | | | | | | | 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 ........
* prepare for finalBenjamin Peterson2010-11-132-1/+13
|
* tag 3.1.3rc1Benjamin Peterson2010-11-131-0/+1
|
* bump to 3.1.3rc1v3.1.3rc1Benjamin Peterson2010-11-136-12/+12
|
* Merged revisions 86348 via svnmerge fromSenthil Kumaran2010-11-131-0/+74
| | | | | | | | | | 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. ........
* Merged revisions 86438 via svnmerge fromÉric Araujo2010-11-121-1/+0
| | | | | | | | | | 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. ........
* Merged revisions 86274,86276 via svnmerge fromÉric Araujo2010-11-121-14/+17
| | | | | | | | | | | | | | 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. ........
* Backport rev86422 for issue 10304 from py3k to 31-maintTerry Reedy2010-11-121-5/+6
|
* Merged revisions 86419 via svnmerge fromR. David Murray2010-11-121-0/+18
| | | | | | | | | | | | 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. ........
* Blocked revisions 86414 via svnmergeR. David Murray2010-11-110-0/+0
| | | | | | | | | | | | | ........ 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. ........
* Blocked revisions 86410 via svnmergeAlexander Belopolsky2010-11-110-0/+0
| | | | | | | | | | ........ 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 *. ........
* Merged revisions 86404 via svnmerge fromAntoine Pitrou2010-11-101-0/+1
| | | | | | | | | | 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 ........
* Issue 2986: document heuristic for 3.1Terry Reedy2010-11-101-0/+5
|
* Remove spurious NEWS entry.Antoine Pitrou2010-11-101-3/+0
|
* I'm only backporting the tests (which run fine), as well asAntoine Pitrou2010-11-103-0/+143
| | | | | | | | | | | | | | 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. ........
* Merged revisions 86391 via svnmerge fromAntoine Pitrou2010-11-101-3/+9
| | | | | | | | | | | 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(). ........
* Try to fix test_imaplib failureAntoine Pitrou2010-11-101-3/+6
|
* Merged revisions 86383 via svnmerge fromAntoine Pitrou2010-11-094-0/+6
| | | | | | | | | | | 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. ........
* Merged revisions 86380 via svnmerge fromAntoine Pitrou2010-11-093-6/+48
| | | | | | | | | | | 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). ........
* Merged revisions 86338 via svnmerge fromAntoine Pitrou2010-11-091-2/+2
| | | | | | | | | | 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 ........
* fix typo: spection -> sectionFred Drake2010-11-091-1/+1
|
* Blocked revisions 86327 via svnmergeR. David Murray2010-11-080-0/+0
| | | | | | | | ........ 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 ........
* Merged revisions 86310 via svnmerge fromSenthil Kumaran2010-11-081-1/+1
| | | | | | | | | | 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. ........
* Merged revisions 86310 via svnmerge fromSenthil Kumaran2010-11-081-2/+2
| | | | | | | | | | 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. ........
* Merged revisions 86296 via svnmerge fromSenthil Kumaran2010-11-071-5/+4
| | | | | | | | | | 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. ........
* Merged revisions 86293 via svnmerge fromMark Dickinson2010-11-071-4/+14
| | | | | | | | | | 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. ........
* Merged revisions 86283 via svnmerge fromHirokazu Yamamoto2010-11-072-7/+31
| | | | | | | | | | 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. ........
* Merged revisions 86281,86285 via svnmerge fromHirokazu Yamamoto2010-11-071-17/+15
| | | | | | | | | | | | | | 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. ........
* Merged revisions 86286 via svnmerge fromMark Dickinson2010-11-071-0/+1
| | | | | | | | | | 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. ........