| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 67946 via svnmerge from | Antoine Pitrou | 2008-12-27 | 4 | -14/+60 |
|
|
* | Fixed incompatible pointer warning. | Hirokazu Yamamoto | 2008-12-27 | 1 | -1/+1 |
|
|
* | Blocked revisions 67934-67935 via svnmerge | Alexandre Vassalotti | 2008-12-27 | 0 | -0/+0 |
|
|
* | Fix bogus assertion. | Alexandre Vassalotti | 2008-12-27 | 1 | -1/+1 |
|
|
* | Fix issue #4374: Pickle tests fail w/o _pickle extension. | Alexandre Vassalotti | 2008-12-27 | 1 | -0/+10 |
|
|
* | Optimize built-in unicode codecs by avoiding unnecessary copying. | Alexandre Vassalotti | 2008-12-27 | 1 | -50/+58 |
|
|
* | Fix wrong bytes type conversion in PyUnicode_AsUnicodeEscapeString. | Alexandre Vassalotti | 2008-12-27 | 1 | -15/+4 |
|
|
* | Update copy of PyUnicode_EncodeRawUnicodeEscape in _pickle. | Alexandre Vassalotti | 2008-12-27 | 2 | -6/+45 |
|
|
* | Merged revisions 67932 via svnmerge from | Alexandre Vassalotti | 2008-12-27 | 1 | -28/+30 |
|
|
* | Issue #4740: Use HIGHEST_PROTOCOL in pickle test. This enables test for proto... | Hirokazu Yamamoto | 2008-12-27 | 3 | -6/+6 |
|
|
* | string -> bytes in error message #4745 | Benjamin Peterson | 2008-12-27 | 1 | -1/+1 |
|
|
* | return the module object from PyMODINIT_FUNC | Benjamin Peterson | 2008-12-24 | 5 | -2/+6 |
|
|
* | Merged revisions 67908 via svnmerge from | Skip Montanaro | 2008-12-23 | 2 | -0/+5 |
|
|
* | Blocked revisions 67902 via svnmerge | Benjamin Peterson | 2008-12-22 | 0 | -0/+0 |
|
|
* | Merged revisions 67885 via svnmerge from | Benjamin Peterson | 2008-12-21 | 1 | -1/+5 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 16 | -98/+173 |
|
|
* | don't build bsddb anymore | Benjamin Peterson | 2008-12-20 | 1 | -11/+0 |
|
|
* | unpy3kize this; it require 2.x only Mac modules | Benjamin Peterson | 2008-12-20 | 1 | -44/+43 |
|
|
* | Issue #3106: Speedup some comparisons. This also removes the last call | Antoine Pitrou | 2008-12-20 | 3 | -73/+90 |
|
|
* | fix syntax | Benjamin Peterson | 2008-12-20 | 1 | -1/+1 |
|
|
* | Merged revisions 67859 via svnmerge from | Amaury Forgeot d'Arc | 2008-12-19 | 1 | -1/+1 |
|
|
* | Merged revisions 67857 via svnmerge from | Mark Dickinson | 2008-12-19 | 1 | -1/+1 |
|
|
* | Fix-up and clean-up docs for int.bit_length(). | Raymond Hettinger | 2008-12-19 | 1 | -21/+12 |
|
|
* | Merged revisions 67844 via svnmerge from | Mark Dickinson | 2008-12-18 | 1 | -1/+1 |
|
|
* | Fix an issue in the tokenizer, where a file is opened by fd, but the underlyi... | Kristján Valur Jónsson | 2008-12-18 | 2 | -16/+18 |
|
|
* | Add missing Py_CHARMASK when calling isspace(). | Kristján Valur Jónsson | 2008-12-18 | 1 | -2/+2 |
|
|
* | Issue #4583: crash after resizing an array.array which has buffer exports. | Antoine Pitrou | 2008-12-18 | 3 | -98/+68 |
|
|
* | Merged revisions 67818 via svnmerge from | Antoine Pitrou | 2008-12-18 | 8 | -57/+72 |
|
|
* | Merged revisions 67832 via svnmerge from | Antoine Pitrou | 2008-12-17 | 2 | -23/+30 |
|
|
* | Forward merge of r67822 to py3k: add bit_length method to int. | Mark Dickinson | 2008-12-17 | 7 | -1/+188 |
|
|
* | Blocked revisions 67822 via svnmerge | Mark Dickinson | 2008-12-17 | 0 | -0/+0 |
|
|
* | Try to fix #4674: test_normalization failure on some buildbots. | Antoine Pitrou | 2008-12-16 | 1 | -1/+1 |
|
|
* | Merged revisions 67806 via svnmerge from | Benjamin Peterson | 2008-12-16 | 20 | -153/+329 |
|
|
* | Issue #4663: increase the chunk size to improve TextIOWrapper performance on ... | Antoine Pitrou | 2008-12-15 | 1 | -1/+1 |
|
|
* | Blocked revisions 67797 via svnmerge | Amaury Forgeot d'Arc | 2008-12-15 | 0 | -0/+0 |
|
|
* | Merged revisions 67777,67779 via svnmerge from | Antoine Pitrou | 2008-12-15 | 2 | -2/+2 |
|
|
* | Merged revisions 67790 via svnmerge from | Nick Coghlan | 2008-12-15 | 2 | -3/+42 |
|
|
* | Use :samp: role. | Georg Brandl | 2008-12-15 | 1 | -4/+4 |
|
|
* | #4603: Note that inconsistent tab/space use is now illegal. | Georg Brandl | 2008-12-15 | 1 | -6/+10 |
|
|
* | #4668: wrap iterator returns in list() in functional howto. | Georg Brandl | 2008-12-15 | 1 | -2/+2 |
|
|
* | #4667: fix some 2.x leftovers in the tutorial. | Georg Brandl | 2008-12-15 | 2 | -3/+5 |
|
|
* | Reflow long line. | Jeremy Hylton | 2008-12-15 | 1 | -1/+2 |
|
|
* | Use True/False for ints instead of 1/0. That's so Python 2.0. | Jeremy Hylton | 2008-12-15 | 1 | -5/+5 |
|
|
* | Blocked revisions 67762 via svnmerge | Antoine Pitrou | 2008-12-14 | 0 | -0/+0 |
|
|
* | Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boun... | Antoine Pitrou | 2008-12-14 | 3 | -55/+87 |
|
|
* | tip-toe around dictionary keys view in the tutorial | Benjamin Peterson | 2008-12-14 | 1 | -1/+1 |
|
|
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 | 11 | -48/+360 |
|
|
* | Blocked revisions 67748 via svnmerge | Benjamin Peterson | 2008-12-14 | 0 | -0/+0 |
|
|
* | Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a ... | Antoine Pitrou | 2008-12-13 | 3 | -1/+12 |
|
|
* | string.maketrans -> str.maketrans | Benjamin Peterson | 2008-12-13 | 1 | -6/+3 |
|
|