summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 67946 via svnmerge fromAntoine Pitrou2008-12-274-14/+60
* Fixed incompatible pointer warning.Hirokazu Yamamoto2008-12-271-1/+1
* Blocked revisions 67934-67935 via svnmergeAlexandre Vassalotti2008-12-270-0/+0
* Fix bogus assertion.Alexandre Vassalotti2008-12-271-1/+1
* Fix issue #4374: Pickle tests fail w/o _pickle extension.Alexandre Vassalotti2008-12-271-0/+10
* Optimize built-in unicode codecs by avoiding unnecessary copying.Alexandre Vassalotti2008-12-271-50/+58
* Fix wrong bytes type conversion in PyUnicode_AsUnicodeEscapeString.Alexandre Vassalotti2008-12-271-15/+4
* Update copy of PyUnicode_EncodeRawUnicodeEscape in _pickle.Alexandre Vassalotti2008-12-272-6/+45
* Merged revisions 67932 via svnmerge fromAlexandre Vassalotti2008-12-271-28/+30
* Issue #4740: Use HIGHEST_PROTOCOL in pickle test. This enables test for proto...Hirokazu Yamamoto2008-12-273-6/+6
* string -> bytes in error message #4745Benjamin Peterson2008-12-271-1/+1
* return the module object from PyMODINIT_FUNCBenjamin Peterson2008-12-245-2/+6
* Merged revisions 67908 via svnmerge fromSkip Montanaro2008-12-232-0/+5
* Blocked revisions 67902 via svnmergeBenjamin Peterson2008-12-220-0/+0
* Merged revisions 67885 via svnmerge fromBenjamin Peterson2008-12-211-1/+5
* Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-...Benjamin Peterson2008-12-2116-98/+173
* don't build bsddb anymoreBenjamin Peterson2008-12-201-11/+0
* unpy3kize this; it require 2.x only Mac modulesBenjamin Peterson2008-12-201-44/+43
* Issue #3106: Speedup some comparisons. This also removes the last callAntoine Pitrou2008-12-203-73/+90
* fix syntaxBenjamin Peterson2008-12-201-1/+1
* Merged revisions 67859 via svnmerge fromAmaury Forgeot d'Arc2008-12-191-1/+1
* Merged revisions 67857 via svnmerge fromMark Dickinson2008-12-191-1/+1
* Fix-up and clean-up docs for int.bit_length().Raymond Hettinger2008-12-191-21/+12
* Merged revisions 67844 via svnmerge fromMark Dickinson2008-12-181-1/+1
* Fix an issue in the tokenizer, where a file is opened by fd, but the underlyi...Kristján Valur Jónsson2008-12-182-16/+18
* Add missing Py_CHARMASK when calling isspace().Kristján Valur Jónsson2008-12-181-2/+2
* Issue #4583: crash after resizing an array.array which has buffer exports.Antoine Pitrou2008-12-183-98/+68
* Merged revisions 67818 via svnmerge fromAntoine Pitrou2008-12-188-57/+72
* Merged revisions 67832 via svnmerge fromAntoine Pitrou2008-12-172-23/+30
* Forward merge of r67822 to py3k: add bit_length method to int.Mark Dickinson2008-12-177-1/+188
* Blocked revisions 67822 via svnmergeMark Dickinson2008-12-170-0/+0
* Try to fix #4674: test_normalization failure on some buildbots.Antoine Pitrou2008-12-161-1/+1
* Merged revisions 67806 via svnmerge fromBenjamin Peterson2008-12-1620-153/+329
* Issue #4663: increase the chunk size to improve TextIOWrapper performance on ...Antoine Pitrou2008-12-151-1/+1
* Blocked revisions 67797 via svnmergeAmaury Forgeot d'Arc2008-12-150-0/+0
* Merged revisions 67777,67779 via svnmerge fromAntoine Pitrou2008-12-152-2/+2
* Merged revisions 67790 via svnmerge fromNick Coghlan2008-12-152-3/+42
* Use :samp: role.Georg Brandl2008-12-151-4/+4
* #4603: Note that inconsistent tab/space use is now illegal.Georg Brandl2008-12-151-6/+10
* #4668: wrap iterator returns in list() in functional howto.Georg Brandl2008-12-151-2/+2
* #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