summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #4667: fix some 2.x leftovers in the tutorial.Georg Brandl2008-12-152-3/+5
* Reflow long line.Jeremy Hylton2008-12-151-1/+2
* Use True/False for ints instead of 1/0. That's so Python 2.0.Jeremy Hylton2008-12-151-5/+5
* Blocked revisions 67762 via svnmergeAntoine Pitrou2008-12-140-0/+0
* Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boun...Antoine Pitrou2008-12-143-55/+87
* tip-toe around dictionary keys view in the tutorialBenjamin Peterson2008-12-141-1/+1
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-1411-48/+360
* Blocked revisions 67748 via svnmergeBenjamin Peterson2008-12-140-0/+0
* Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a ...Antoine Pitrou2008-12-133-1/+12
* string.maketrans -> str.maketransBenjamin Peterson2008-12-131-6/+3
* Merged revisions 67717 via svnmerge fromLars Gustäbel2008-12-123-10/+5
* revert r67713. it causes build problemsBenjamin Peterson2008-12-121-4/+20
* reuse tokenize.detect_encoding for linecache #4016Benjamin Peterson2008-12-121-20/+4
* raise a SyntaxError in detect_encoding() when a codec lookup fails like the b...Benjamin Peterson2008-12-123-13/+25
* Merged revisions 67707 via svnmerge fromMark Dickinson2008-12-112-3/+60
* Issue #2173: fix build failure on OS X. device_encoding was returning anMark Dickinson2008-12-112-1/+5
* Blocked revisions 67694 via svnmergeMark Dickinson2008-12-110-0/+0
* Merged revisions 67666,67685 via svnmerge fromJeffrey Yasskin2008-12-112-5/+25
* Issue #4084: Fix max, min, max_mag and min_mag Decimal methods toFacundo Batista2008-12-113-16/+37
* Merged revisions 67688 via svnmerge fromAmaury Forgeot d'Arc2008-12-103-2/+44
* simplify importsFred Drake2008-12-101-2/+1
* #4592: fix embedding example with new C API changes.Georg Brandl2008-12-092-3/+9
* Add UUIDs for 3.0.1 and 3.0.2.Martin v. Löwis2008-12-081-0/+4
* Merged revisions 67658-67659 via svnmerge fromMartin v. Löwis2008-12-082-0/+5
* #4586: fix usage of Py_InitModule.Georg Brandl2008-12-071-1/+6
* Remove unnecessary importNeal Norwitz2008-12-071-1/+0
* Issue #4569: Interpreter crash when mutating a memoryview with an item size l...Antoine Pitrou2008-12-073-93/+117
* Merged revisions 67511,67536-67537,67543 via svnmerge fromGeorg Brandl2008-12-077-18/+239
* Forward-port r67624 and r67627.Georg Brandl2008-12-072-8/+1
* Blocked revisions 67614 via svnmergeGeorg Brandl2008-12-070-0/+0
* Merged revisions 67463,67572,67576,67628 via svnmerge fromGeorg Brandl2008-12-076-25/+49
* remove extraneous 'text'Benjamin Peterson2008-12-071-3/+3
* Blocked revisions 67498,67521,67581,67584,67587 via svnmergeGeorg Brandl2008-12-070-0/+0
* Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,...Georg Brandl2008-12-0712-42/+94
* document how to deal with binary standard streamsBenjamin Peterson2008-12-071-0/+6
* #4576: fix ob_type access.Georg Brandl2008-12-071-4/+4
* Blocked revisions 67619 via svnmergeAntoine Pitrou2008-12-060-0/+0
* Issue #4509: bugs in bytearray with exports (buffer protocol)Antoine Pitrou2008-12-063-11/+65
* update version numberBenjamin Peterson2008-12-061-2/+2
* there are only four asdl builtin types in py3kBenjamin Peterson2008-12-061-1/+1
* issue 4483 - _dbm build failures on systems with gdbm_compat lib.Skip Montanaro2008-12-063-5/+20
* Merged revisions 67494 via svnmerge fromJeffrey Yasskin2008-12-061-1/+10
* Issue #4445: save 3 bytes of memory (on average) per bytes allocation.Mark Dickinson2008-12-062-10/+23
* #4562: fix zip() examples.Georg Brandl2008-12-061-2/+2
* Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment.Raymond Hettinger2008-12-061-8/+9
* cmp() is not really gone.Georg Brandl2008-12-061-6/+5
* #4557: remove 'c' typecode from array docs and add a note in whatsnew.Georg Brandl2008-12-062-6/+5
* Blocked revisions 67601 via svnmergeMark Dickinson2008-12-050-0/+0
* Use :samp: role.Georg Brandl2008-12-051-7/+6
* Merged revisions 67590 via svnmerge fromMark Dickinson2008-12-051-0/+1