| Commit message (Expand) | Author | Age | Files | Lines |
* | Make test_descr.py pass. Had to disable a few tests, remove references | Guido van Rossum | 2007-07-11 | 1 | -1/+1 |
|
|
* | Silence GCC warning about uninitialzed variable. | Walter Dörwald | 2007-06-20 | 1 | -12/+5 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -8/+26 |
|
|
* | Make it compile with GCC 2.96. | Guido van Rossum | 2007-06-13 | 1 | -3/+5 |
|
|
* | Mention name of left operand, if "foo in unicode_string" | Walter Dörwald | 2007-06-12 | 1 | -2/+3 |
|
|
* | Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U, | Walter Dörwald | 2007-06-11 | 1 | -0/+25 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -3/+94 |
|
|
* | unichr() is named chr() now => fix name in error message. | Walter Dörwald | 2007-06-05 | 1 | -2/+2 |
|
|
* | Add support for width, precision and zeropadding to the %d, %i, %u and %x | Walter Dörwald | 2007-05-31 | 1 | -30/+86 |
|
|
* | Add interning of unicode strings by copying the functionality from | Walter Dörwald | 2007-05-25 | 1 | -0/+139 |
|
|
* | Simplify %U handling by using Py_UNICODE_COPY. | Walter Dörwald | 2007-05-24 | 1 | -5/+3 |
|
|
* | Add a format character %S to PyUnicode_FromFormat() that | Walter Dörwald | 2007-05-23 | 1 | -7/+22 |
|
|
* | Add a format specifier %R to PyUnicode_FromFormat(), which embeds | Walter Dörwald | 2007-05-19 | 1 | -3/+64 |
|
|
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 1 | -7/+30 |
|
|
* | Add 'U'/'U#' format characters to Py_BuildValue (and thus | Walter Dörwald | 2007-05-18 | 1 | -7/+229 |
|
|
* | Revert last checkin: _PyUnicode_New() allocates space | Walter Dörwald | 2007-05-18 | 1 | -1/+1 |
|
|
* | Allocate one more character, so that the terminating | Walter Dörwald | 2007-05-18 | 1 | -1/+1 |
|
|
* | Change PyUnicode_EncodeCharmap() to return bytes objects | Walter Dörwald | 2007-05-12 | 1 | -20/+21 |
|
|
* | Change PyUnicode_EncodeRawUnicodeEscape() to return bytes | Walter Dörwald | 2007-05-12 | 1 | -8/+19 |
|
|
* | Reuse static global hexdigits array. | Walter Dörwald | 2007-05-12 | 1 | -14/+12 |
|
|
* | Change PyUnicode_EncodeUnicodeEscape() to return a bytes object. | Walter Dörwald | 2007-05-12 | 1 | -53/+179 |
|
|
* | Mention type in the exception message. | Walter Dörwald | 2007-05-09 | 1 | -2/+3 |
|
|
* | Check whether the strlen() result overflows Py_ssize_t. | Walter Dörwald | 2007-05-06 | 1 | -1/+5 |
|
|
* | Change PyUnicode_EncodeUTF7() to return a bytes object. | Walter Dörwald | 2007-05-05 | 1 | -4/+7 |
|
|
* | Silence gcc warnings. | Walter Dörwald | 2007-05-05 | 1 | -4/+4 |
|
|
* | When creating a unicode object from a char * characters | Walter Dörwald | 2007-05-05 | 1 | -3/+2 |
|
|
* | Add PyUnicode_FromString(), which create a unicode object from a | Walter Dörwald | 2007-05-05 | 1 | -0/+45 |
|
|
* | Change PyUnicode_EncodeUTF16() so that it returns | Walter Dörwald | 2007-05-04 | 1 | -2/+2 |
|
|
* | Make all of test_bytes pass (except pickling, which is too badly busted). | Guido van Rossum | 2007-05-04 | 1 | -0/+6 |
|
|
* | Compare and hash unicode objects like their UTF-8 representations. | Guido van Rossum | 2007-05-04 | 1 | -51/+23 |
|
|
* | More coding by random modification. | Guido van Rossum | 2007-05-04 | 1 | -51/+65 |
|
|
* | Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. | Guido van Rossum | 2007-05-03 | 1 | -1/+1 |
|
|
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 1 | -3/+2 |
|
|
* | Disallow u"..." + b"..." and b"..." + u"...". | Guido van Rossum | 2007-04-13 | 1 | -0/+3 |
|
|
* | Merged revisions 53875-53911 via svnmerge from | Thomas Wouters | 2007-02-25 | 1 | -1/+2 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -0/+4 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -16/+36 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -5/+80 |
|
|
* | Make the it_index field in the str/unicode iterators Py_ssize_t's. | Guido van Rossum | 2006-08-17 | 1 | -4/+6 |
|
|
* | Completely get rid of PyClass and PyInstance. | Guido van Rossum | 2006-08-17 | 1 | -1/+121 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -62/+233 |
|
|
* | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -5/+2 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -49/+288 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -317/+455 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -59/+64 |
|
|
* | Get rid of remnants of integer division | Neal Norwitz | 2006-03-24 | 1 | -1/+0 |
|
|
* | - Reindent a confusingly indented piece of code (no intended code changes | Thomas Wouters | 2006-03-12 | 1 | -13/+16 |
|
|
* | Update Unicode database to Unicode 4.1. | Martin v. Löwis | 2006-03-09 | 1 | -1/+1 |
|
|
* | Checking in the code for PEP 357. | Guido van Rossum | 2006-03-07 | 1 | -2/+5 |
|
|
* | SF #1444030: Fix several potential defects found by Coverity. | Hye-Shik Chang | 2006-03-07 | 1 | -8/+14 |
|
|