summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 75633 via svnmerge fromAntoine Pitrou2009-10-231-1/+4
* Changed try/finally to contextlib.closing, as discussed in issue 6882.Eric Smith2009-10-231-24/+7
* Blocked revisions 75620 via svnmergeEric Smith2009-10-220-0/+0
* #6927: fix wrong word.Georg Brandl2009-10-222-4/+4
* #7137: fix makefile() documentation to match the new parameters.Georg Brandl2009-10-221-7/+7
* Peephole constant folding had missed UNARY_POSITIVE.Raymond Hettinger2009-10-223-0/+7
* Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.Vinay Sajip2009-10-212-0/+6
* Merged revisions 75580 via svnmerge fromGeorg Brandl2009-10-211-0/+4
* Another futile error in the previous commit :-(Antoine Pitrou2009-10-201-1/+1
* Merged revisions 75574 via svnmerge fromAntoine Pitrou2009-10-201-0/+1
* clarify the buffer argBenjamin Peterson2009-10-201-2/+2
* Merged revisions 75570 via svnmerge fromAntoine Pitrou2009-10-205-29/+59
* Merged revisions 75561 via svnmerge fromMark Dickinson2009-10-203-13/+16
* Remove comment that went with the print_lock that was previously deleted.R. David Murray2009-10-201-2/+0
* Add maintainers.Raymond Hettinger2009-10-191-4/+4
* Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-WindowsAntoine Pitrou2009-10-195-13/+52
* add myself to idlelibKurt B. Kaiser2009-10-191-1/+1
* egreen is Derk Drukker + fix NEWS formattingAntoine Pitrou2009-10-192-2/+3
* Add 'idlelib' to modules, and add a new table for the Tools, with oneR. David Murray2009-10-191-1/+8
* Merged revisions 75531-75532 via svnmerge fromAntoine Pitrou2009-10-192-3/+7
* Merged revisions 75528 via svnmerge fromR. David Murray2009-10-191-1/+2
* Since all regrtest -j output is now done in the main thread we are noR. David Murray2009-10-191-2/+1
* Merged revisions 75524 via svnmerge fromR. David Murray2009-10-191-2/+0
* The stdout from tests is no longer compared against anything (not evenR. David Murray2009-10-191-3/+0
* Note that on py3k we are actually looking at sys.stdout, not sys.__stdout__.R. David Murray2009-10-191-0/+2
* Merged revisions 75503 via svnmerge fromR. David Murray2009-10-192-16/+19
* Blocked revisions 75510 via svnmergeEric Smith2009-10-190-0/+0
* Blocked revisions 75506 via svnmergeEric Smith2009-10-190-0/+0
* Clean up merge of r75400.R. David Murray2009-10-182-42/+24
* Merged revisions 75499 via svnmerge fromAntoine Pitrou2009-10-181-0/+19
* Remove the uses of WITHOUT_COMPLEX introduced in r75471Mark Dickinson2009-10-182-4/+0
* Issue 7147 - remove ability to attempt to build Python without complex number...Skip Montanaro2009-10-1810-32/+4
* Note that a number of the changes listed below were not applicable to the Py3...Nick Coghlan2009-10-1810-85/+263
* Merged revisions 75485 via svnmerge fromTarek Ziadé2009-10-1813-34/+66
* Recorded merge of revisions 75474 via svnmerge fromNick Coghlan2009-10-180-0/+0
* Revert broken commit to svnmerge propertiesNick Coghlan2009-10-180-0/+0
* Merged revisions 75474 via svnmerge fromSenthil Kumaran2009-10-181-0/+8
* correct porting error with raise #7161Benjamin Peterson2009-10-181-1/+1
* Merged revisions 75470 via svnmerge fromMark Dickinson2009-10-171-0/+4
* Merged revisions 75454 via svnmerge fromMark Dickinson2009-10-171-1/+1
* Merged revisions 75450 via svnmerge fromTarek Ziadé2009-10-161-0/+1
* Blocked revisions 75446 via svnmergeEric Smith2009-10-160-0/+0
* Issue #7120: logging: Removed import of multiprocessing which is causing cras...Vinay Sajip2009-10-162-8/+9
* Merged revisions 75440 via svnmerge fromMark Dickinson2009-10-152-3/+8
* Blocked revisions 75438 via svnmergeMark Dickinson2009-10-150-0/+0
* Blocked revisions 75434 via svnmergeMark Dickinson2009-10-150-0/+0
* Issue #1754094: Improve the stack depth calculation in the compiler.Neil Schemenauer2009-10-142-4/+17
* #7129: add missing function.Georg Brandl2009-10-141-1/+1
* Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans whenAntoine Pitrou2009-10-143-10/+11
* Merged revisions 75396 via svnmerge fromAmaury Forgeot d'Arc2009-10-132-109/+114