summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Issue #10459: Update CJK character names to Unicode 5.2.Martin v. Löwis2010-11-222-2/+5
|
* Blocked revisions 86681 via svnmergeMartin v. Löwis2010-11-220-0/+0
| | | | | | | | ........ r86681 | martin.v.loewis | 2010-11-22 10:00:02 +0100 (Mo, 22 Nov 2010) | 2 lines Issue #10459: Update CJK character names to Unicode 6.0. ........
* Merged revisions 86676 via svnmerge fromSenthil Kumaran2010-11-223-1/+28
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86676 | senthil.kumaran | 2010-11-22 12:48:26 +0800 (Mon, 22 Nov 2010) | 4 lines Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not starts with one. This behavior is exhibited by browser and other clients. ........
* Blocked revisions 86671 via svnmergeÉric Araujo2010-11-220-0/+0
| | | | | | | | ........ r86671 | eric.araujo | 2010-11-22 04:13:47 +0100 (lun., 22 nov. 2010) | 2 lines Fix resource warning from patchcheck.py ........
* Blocked revisions 86670 via svnmergeÉric Araujo2010-11-220-0/+0
| | | | | | | | | | | ........ r86670 | eric.araujo | 2010-11-22 04:09:19 +0100 (lun., 22 nov. 2010) | 5 lines Remove unnecessary `object` base class in docs (#9095). Also add a note about inheritance from `object` being default. ........
* Backport the distutils part of r83399 to fix #7645.Brian Curtin2010-11-222-0/+4
|
* Blocked revisions 86662 via svnmergeÉric Araujo2010-11-220-0/+0
| | | | | | | | ........ r86662 | eric.araujo | 2010-11-22 02:19:20 +0100 (lun., 22 nov. 2010) | 2 lines r84925 followup: add docstring for get_makefile_filename (+PEP 257 fixes) ........
* Synchronize maintainers.rstÉric Araujo2010-11-221-1/+1
|
* Merged revisions 86655 via svnmerge fromBrian Curtin2010-11-221-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86655 | brian.curtin | 2010-11-21 18:01:01 -0600 (Sun, 21 Nov 2010) | 2 lines Quote the paths in the event that they contain spaces. ........
* Merged revisions 86651 via svnmerge fromBrian Curtin2010-11-212-2/+6
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86651 | brian.curtin | 2010-11-21 17:45:10 -0600 (Sun, 21 Nov 2010) | 5 lines Fix #6378. Start IDLE using the proper version of Python based on the directory tree that idle.bat resides in. Works with any/all versions of Python installed concurrently. ........
* Blocked revisions 86642 via svnmergeR. David Murray2010-11-210-0/+0
| | | | | | | | | | | | | | | ........ 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. ........
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21184-2329/+2331
| | | | | | | | | | 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. ........
* Merged revisions 86625 via svnmerge fromÉric Araujo2010-11-211-0/+6
| | | | | | | | | | 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) ........
* Blocked revisions 86614 via svnmergeR. David Murray2010-11-200-0/+0
| | | | | | | | ........ 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) ........
* Blocked revisions 86611 via svnmergeR. David Murray2010-11-200-0/+0
| | | | | | | | | | ........ 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ù. ........
* Merged revisions 86601,86605 via svnmerge fromÉric Araujo2010-11-202-0/+3
| | | | | | | | | | | | | | | | 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 ........
* Issue #8340: document bytearray in Python 2.7.Antoine Pitrou2010-11-202-10/+41
|
* Adding Wing 4 (IDE) project fileMichael Foord2010-11-202-0/+15
|
* Added missing issue to NEWS for Python 2.7.1 RCMichael Foord2010-11-201-1/+3
|
* Merged revisions 86587 via svnmerge fromBenjamin Peterson2010-11-203-3/+16
| | | | | | | | | | 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 ........
* Fix buildbot failures - removing the CPU term in the seconds from the output.Senthil Kumaran2010-11-202-2/+2
|
* 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. ........
* Fix news entry position.Georg Brandl2010-11-201-3/+3
|
* Merged revisions 85970 via svnmerge fromGeorg Brandl2010-11-202-1/+8
| | | | | | | | | | 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. ........
* 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 86520 via svnmerge fromSenthil Kumaran2010-11-203-10/+20
| | | | | | | | | | 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 ........
* remove documentation for something that's goneFred Drake2010-11-191-4/+0
|
* Merged revisions 86511 via svnmerge fromBenjamin Peterson2010-11-181-1/+2
| | | | | | | | | | 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 ........
* Merged revisions 86235 via svnmerge fromÉric Araujo2010-11-171-0/+1
| | | | | | | | | | 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 ........
* 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 84487 via svnmerge fromMartin v. Löwis2010-11-142-1/+21
| | | | | | | | | | | 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. ........
* Merged revisions 86450 via svnmerge fromSenthil Kumaran2010-11-143-0/+25
| | | | | | | | | | 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 ........
* towards finalBenjamin Peterson2010-11-132-1/+13
|
* tag 2.7.1rc1Benjamin Peterson2010-11-131-0/+1
|
* 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). ........