| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 7 | -124/+189 |
|
|
* | Minor correction to the stdprinter object. | Guido van Rossum | 2007-10-30 | 1 | -2/+4 |
|
|
* | Patch 1352 (continued in issue 1329) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 2 | -0/+121 |
|
|
* | Patch 1329 (partial) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -3/+3 |
|
|
* | Get rid of more uses of string and use unicode | Neal Norwitz | 2007-10-27 | 2 | -2/+2 |
|
|
* | Sort the method lists for str8 and bytes so differences are more apparent. | Guido van Rossum | 2007-10-26 | 2 | -145/+177 |
|
|
* | Patch 1335 by Christian Heimes. | Guido van Rossum | 2007-10-26 | 1 | -1/+121 |
|
|
* | Fix some Py_ssize_t warnings on Win64 that were probably bugs | Neal Norwitz | 2007-10-26 | 2 | -4/+4 |
|
|
* | Patch # 1302 by Christian Heimes (with some love from me :-). | Guido van Rossum | 2007-10-25 | 1 | -12/+39 |
|
|
* | Fix a refleak for `filename', introduced in rev. 58466. | Georg Brandl | 2007-10-24 | 1 | -4/+0 |
|
|
* | Fix a broken format in a PyErr_Format() call: %lx is not supported. | Guido van Rossum | 2007-10-24 | 1 | -1/+1 |
|
|
* | Patch #1303: Adapt str8 constructor to bytes (now buffer) one. | Georg Brandl | 2007-10-24 | 1 | -5/+140 |
|
|
* | #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. | Georg Brandl | 2007-10-23 | 1 | -2/+2 |
|
|
* | Remove redundant PyInt/PyLong checks. | Georg Brandl | 2007-10-23 | 1 | -9/+2 |
|
|
* | Patch #1071: Improve unicode.translate() so that you can pass unicode | Georg Brandl | 2007-10-23 | 1 | -4/+48 |
|
|
* | Make str/str8 comparisons return True/False for !=/==. | Brett Cannon | 2007-10-22 | 1 | -10/+0 |
|
|
* | Issue 1267, continued. | Guido van Rossum | 2007-10-22 | 2 | -14/+6 |
|
|
* | Patch 1267 by Christian Heimes. | Guido van Rossum | 2007-10-19 | 1 | -9/+19 |
|
|
* | Patch 1280, by Alexandre Vassalotti. | Guido van Rossum | 2007-10-19 | 1 | -26/+9 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 2 | -58/+4 |
|
|
* | For PEP3137: Adds missing methods to the mutable PyBytes object (soon | Gregory P. Smith | 2007-10-16 | 8 | -1069/+1254 |
|
|
* | Fix a small typo in the comment of unicode_default_encoding[]. | Alexandre Vassalotti | 2007-10-16 | 1 | -1/+1 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 3 | -14/+44 |
|
|
* | Remove the buffer API from PyUnicode as specified by PEP 3137. Also, | Alexandre Vassalotti | 2007-10-14 | 1 | -15/+1 |
|
|
* | Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer i... | Travis E. Oliphant | 2007-10-13 | 2 | -5/+1 |
|
|
* | Fix problems with memoryview object. There is still more to do to finish PEP... | Travis E. Oliphant | 2007-10-12 | 2 | -354/+366 |
|
|
* | PyFile_WriteObject() should use PyObject_Repr(), not _ReprStr8(). | Guido van Rossum | 2007-10-09 | 1 | -1/+1 |
|
|
* | Patch #1049 by Thomas Lee. | Guido van Rossum | 2007-10-09 | 1 | -2/+2 |
|
|
* | Replace all (locale-dependent) uses of isupper(), tolower(), etc., by | Guido van Rossum | 2007-10-09 | 1 | -65/+302 |
|
|
* | Delete bufferobject.[ch]. | Guido van Rossum | 2007-10-08 | 3 | -726/+9 |
|
|
* | At least one of the buildbots was complaining about newview being used | Neal Norwitz | 2007-10-07 | 1 | -3/+2 |
|
|
* | Patch # 1145 by Thomas Lee: | Guido van Rossum | 2007-09-27 | 1 | -7/+13 |
|
|
* | Whitespace and line lengrth cleanup. | Guido van Rossum | 2007-09-25 | 1 | -47/+50 |
|
|
* | Change PyBuffer to Py_buffer to be consistent with other non-object structure... | Travis E. Oliphant | 2007-09-23 | 6 | -58/+118 |
|
|
* | Remove more cruft leftover from nb_coerce. Rename nb_coerce to | Neil Schemenauer | 2007-09-21 | 6 | -8/+7 |
|
|
* | Merged revisions 58203-58210 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -0/+8 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 3 | -1/+7 |
|
|
* | Optimize unicode_hash() by not calling | Guido van Rossum | 2007-09-18 | 1 | -12/+18 |
|
|
* | Thomas Wouters suggested an obvious improvement to unicode_eq(): | Guido van Rossum | 2007-09-18 | 1 | -1/+1 |
|
|
* | Switch dict lookup around to optimizing for unicode. | Guido van Rossum | 2007-09-18 | 1 | -32/+52 |
|
|
* | Micro optimizations after staring at gprof output for a while. | Guido van Rossum | 2007-09-18 | 2 | -11/+9 |
|
|
* | Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. | Sean Reifscheider | 2007-09-17 | 2 | -7/+7 |
|
|
* | Bug # 1125 (my code). | Guido van Rossum | 2007-09-10 | 1 | -55/+183 |
|
|
* | Drop convert_binop. | Martin v. Löwis | 2007-09-10 | 1 | -110/+48 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 3 | -10/+34 |
|
|
* | Restore caching of unicode hash value. This apparently was broken | Neil Schemenauer | 2007-09-07 | 1 | -5/+12 |
|
|
* | Check in some documentation tweaks for PEP 3141, add some tests, and implement | Jeffrey Yasskin | 2007-09-07 | 1 | -3/+4 |
|
|
* | Simplified recursion logic. Modified variable name to match string.Formatter. | Eric Smith | 2007-09-05 | 1 | -12/+10 |
|
|
* | Changed some ValueError's to KeyError and IndexError. | Eric Smith | 2007-09-04 | 1 | -7/+2 |
|
|
* | Fix segfault discovered by Ron Adam. Not checking for terminating right brac... | Eric Smith | 2007-09-03 | 1 | -4/+10 |
|
|