| Commit message (Expand) | Author | Age | Files | Lines |
* | This is roughly socket2.diff from issue 1378, with a few changes applied | Guido van Rossum | 2007-11-16 | 1 | -0/+9 |
|
|
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 1 | -1/+0 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 6 | -98/+16 |
|
|
* | Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success. | Christian Heimes | 2007-11-04 | 1 | -0/+8 |
|
|
* | Patch 1352 (continued in issue 1329) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -0/+7 |
|
|
* | Patch 1329 (partial) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -1/+2 |
|
|
* | Kill PyString_Encode(), which isn't used anywhere. | Guido van Rossum | 2007-10-26 | 1 | -18/+8 |
|
|
* | Issue 1267, continued. | Guido van Rossum | 2007-10-22 | 1 | -4/+1 |
|
|
* | Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-) | Guido van Rossum | 2007-10-20 | 1 | -1/+1 |
|
|
* | Patch 1267 by Christian Heimes. | Guido van Rossum | 2007-10-19 | 1 | -0/+3 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -1/+0 |
|
|
* | For PEP3137: Adds missing methods to the mutable PyBytes object (soon | Gregory P. Smith | 2007-10-16 | 1 | -0/+84 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 2 | -2/+18 |
|
|
* | Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer i... | Travis E. Oliphant | 2007-10-13 | 1 | -10/+9 |
|
|
* | Fix problems with memoryview object. There is still more to do to finish PEP... | Travis E. Oliphant | 2007-10-12 | 2 | -35/+42 |
|
|
* | Delete bufferobject.[ch]. | Guido van Rossum | 2007-10-08 | 2 | -34/+0 |
|
|
* | Change PyBuffer to Py_buffer to be consistent with other non-object structure... | Travis E. Oliphant | 2007-09-23 | 3 | -12/+12 |
|
|
* | Remove more cruft leftover from nb_coerce. Rename nb_coerce to | Neil Schemenauer | 2007-09-21 | 1 | -2/+1 |
|
|
* | Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. | Sean Reifscheider | 2007-09-17 | 3 | -10/+12 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -0/+1 |
|
|
* | Convert code from sys.stdin.encoding to UTF-8 in | Martin v. Löwis | 2007-09-04 | 2 | -2/+4 |
|
|
* | Get rid of METH_OLDARGS. | Georg Brandl | 2007-09-01 | 1 | -1/+1 |
|
|
* | Fix a compile error on Windows. | Collin Winter | 2007-08-31 | 1 | -1/+1 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 2 | -26/+31 |
|
|
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 2 | -11/+2 |
|
|
* | Update patch level to 3.0a1. We're close enough. | Guido van Rossum | 2007-08-30 | 1 | -2/+2 |
|
|
* | Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but | Guido van Rossum | 2007-08-29 | 1 | -8/+13 |
|
|
* | PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unico... | Eric Smith | 2007-08-27 | 1 | -3/+0 |
|
|
* | Fix refleaks in test_unicode and test_string related to the new format code. | Neal Norwitz | 2007-08-27 | 1 | -4/+2 |
|
|
* | PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje... | Eric Smith | 2007-08-26 | 1 | -2/+1 |
|
|
* | Get rid of more uses of string and use const in a few places. | Neal Norwitz | 2007-08-26 | 1 | -2/+2 |
|
|
* | Fix some comments | Neal Norwitz | 2007-08-25 | 1 | -2/+2 |
|
|
* | Fix typo in comment | Neal Norwitz | 2007-08-25 | 1 | -1/+1 |
|
|
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 2 | -0/+14 |
|
|
* | Add const to input string parameters | Neal Norwitz | 2007-08-25 | 1 | -4/+4 |
|
|
* | Remove PyArg_Parse usage from time module. (An extra set of eyeballs on | Skip Montanaro | 2007-08-24 | 1 | -0/+4 |
|
|
* | Add const to some strings that are not modified | Neal Norwitz | 2007-08-24 | 1 | -4/+4 |
|
|
* | Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz. | Travis E. Oliphant | 2007-08-20 | 1 | -2/+3 |
|
|
* | Remove _PyObject_Del | Neal Norwitz | 2007-08-19 | 1 | -3/+0 |
|
|
* | Code review of the new buffer protocol. Mostly add questions that should | Neal Norwitz | 2007-08-19 | 2 | -1/+2 |
|
|
* | Merged in py3k-buffer branch to main line. All objects now use the buffer pr... | Travis E. Oliphant | 2007-08-18 | 6 | -10/+237 |
|
|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 1 | -10/+4 |
|
|
* | Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and | Walter Dörwald | 2007-08-16 | 1 | -0/+82 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 2 | -14/+1 |
|
|
* | Implement PEP 3131. Add isidentifier to str. | Martin v. Löwis | 2007-08-15 | 2 | -0/+7 |
|
|
* | Add XID_Start and XID_Continue properties to unicodectype. | Martin v. Löwis | 2007-08-14 | 1 | -0/+12 |
|
|
* | PyErr_Warn is deprecated in 2.5 - goes away for 3.0 | Skip Montanaro | 2007-08-12 | 1 | -3/+0 |
|
|
* | Remove support for __members__ and __methods__. There still might be | Neal Norwitz | 2007-08-11 | 1 | -16/+3 |
|
|
* | Whitespace normalization. | Neal Norwitz | 2007-08-08 | 1 | -12/+12 |
|
|
* | Merged revisions 56753-56781 via svnmerge from | Guido van Rossum | 2007-08-06 | 1 | -1/+2 |
|
|