summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.7.1rc1 bumpv2.7.1rc1Benjamin Peterson2010-11-135-10/+10
|
* 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. ........
* #2986 Correct and duplicate version-added messageTerry Reedy2010-11-121-1/+4
|
* Remove myself as a maintainer for curses and mailbox modules.Andrew M. Kuchling2010-11-121-2/+2
|
* 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. ........
* #10398: manual backport of r73943.Georg Brandl2010-11-122-13/+9
|
* 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. ........
* #2986 Add autojunk parameter to SequenceMatcher to optionally disable ↵Terry Reedy2010-11-114-40/+97
| | | | 'popular == junk' heuristic.
* 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 *. ........
* I'm only backporting the tests here.Antoine Pitrou2010-11-102-0/+56
| | | | | | | | | | | | 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(). ........
* Merged revisions 86388 via svnmerge fromAntoine Pitrou2010-11-101-2/+5
| | | | | | | | | | 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 ........
* 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. ........
* This only backports the tests as IMAP.login() does work on 2.x.Antoine Pitrou2010-11-091-3/+43
| | | | | | | | | | | | 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). ........
* fix typo: spection -> sectionFred Drake2010-11-091-1/+1
|
* Backport part of r86217: Fix issues when building without threadsAmaury Forgeot d'Arc2010-11-091-1/+1
|
* Merged revisions 86348 via svnmerge fromSenthil Kumaran2010-11-092-2/+8
| | | | | | | | | | 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. ........
* 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 ........
* Issue #9675: Final touchJesus Cea2010-11-081-2/+4
|
* Merged revisions 86310 via svnmerge fromSenthil Kumaran2010-11-081-0/+7
| | | | | | | | | | 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-5/+17
| | | | | | | | | | 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. ........
* Blocked revisions 86168,86211,86281,86283,86285 via svnmergeHirokazu Yamamoto2010-11-070-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | ........ 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. ........
* 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. ........
* Blocked revisions 86277 via svnmergeEric Smith2010-11-060-0/+0
| | | | | | | | ........ 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__. ........
* Improved docstrings for str and unicode methods format and __format__.Eric Smith2010-11-062-4/+6
|
* Merged revisions 86271 via svnmerge fromÉric Araujo2010-11-061-0/+10
| | | | | | | | | | 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. ........
* Blocked revisions 86268 via svnmergeEric Smith2010-11-060-0/+0
| | | | | | | | ........ r86268 | eric.smith | 2010-11-06 10:43:26 -0400 (Sat, 06 Nov 2010) | 1 line Removed unused test classes from test_format_map(). ........
* Blocked revisions 86263 via svnmergeEric Smith2010-11-060-0/+0
| | | | | | | | ........ r86263 | eric.smith | 2010-11-06 09:22:13 -0400 (Sat, 06 Nov 2010) | 1 line Added example for str.format_map(). ........
* Remove one trace of Mac OS 9 support (#7908 follow-up)Éric Araujo2010-11-061-26/+0
| | | | | | This was overlooked in r80804. This change is not really a bug fix, but the release manager agreed to it. There is no NEWS entry, like in the original commit.
* Move version added notes into the index tableRaymond Hettinger2010-11-061-19/+7
|
* Add more links to Python sources where the code is short, readable and an ↵Raymond Hettinger2010-11-0624-0/+114
| | | | informative adjunct to the docs.
* Merged revisions 86249 via svnmerge fromÉric Araujo2010-11-061-1/+1
| | | | | | | | | | 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 ........
* Merged revisions 86244 via svnmerge fromÉric Araujo2010-11-062-3/+7
| | | | | | | | | | 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. ........
* Merged revisions 86239,86241 via svnmerge fromÉric Araujo2010-11-062-0/+3
| | | | | | | | | | | | | | 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. ........
* Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-0627-197/+300
| | | | | | | | | | | | | | | | | | | | | | 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 ........
* Merged revisions 86229 via svnmerge fromAlexander Belopolsky2010-11-061-5/+18
| | | | | | | | | | 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. ........
* Merged revisions 86228 via svnmerge fromBrian Curtin2010-11-061-0/+1
| | | | | | | | | | 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 ........
* Document key-functions in the glossary.Raymond Hettinger2010-11-062-0/+22
|
* Provide links to Python source in a handful ofRaymond Hettinger2010-11-058-0/+39
| | | | | cases where the source is a generally helpful adjunct to the docs.
* Merged revisions 86214 via svnmerge fromAntoine Pitrou2010-11-053-14/+24
| | | | | | | | | | | 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. ........
* Merged revisions 86209 via svnmerge fromBrian Curtin2010-11-051-0/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86209 | brian.curtin | 2010-11-05 12:22:46 -0500 (Fri, 05 Nov 2010) | 2 lines Close subprocess pipes to clean up ResourceWarnings ........
* Merged revisions 86207 via svnmerge fromBrian Curtin2010-11-051-0/+17
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86207 | brian.curtin | 2010-11-05 12:09:05 -0500 (Fri, 05 Nov 2010) | 2 lines Fix a number of ResourceWarnings on Windows due to open pipes. ........
* Merged revisions 86205 via svnmerge fromBrian Curtin2010-11-051-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86205 | brian.curtin | 2010-11-05 10:47:45 -0500 (Fri, 05 Nov 2010) | 2 lines Add socket cleanup for ResourceWarning and update test to use skip decorator ........
* Merged revisions 86202 via svnmerge fromBrian Curtin2010-11-051-0/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86202 | brian.curtin | 2010-11-05 10:40:27 -0500 (Fri, 05 Nov 2010) | 2 lines Fix ResourceWarning from subprocess pipes being left open. ........
* Merged revisions 86198 via svnmerge fromBrian Curtin2010-11-051-0/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86198 | brian.curtin | 2010-11-05 10:17:11 -0500 (Fri, 05 Nov 2010) | 2 lines Close subprocess pipes in _kill. Fixes a number of ResourceWarnings. ........
* Backport r85525 from #10098.Brian Curtin2010-11-051-1/+1
|
* Merged revisions 86195 via svnmerge fromBrian Curtin2010-11-051-0/+2
| | | | | | | | | | | 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. ........
* Merged revisions 86192 via svnmerge fromBrian Curtin2010-11-051-4/+7
| | | | | | | | | | | 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. ........