| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variables. | Walter Dörwald | 2007-05-20 | 2 | -2/+1 |
|
|
* | Add a few simple repr tests. | Walter Dörwald | 2007-05-20 | 1 | -0/+5 |
|
|
* | Change range_repr() to use %R for the start/stop/step attributes. | Walter Dörwald | 2007-05-20 | 1 | -30/+6 |
|
|
* | Add a format specifier %R to PyUnicode_FromFormat(), which embeds | Walter Dörwald | 2007-05-19 | 12 | -149/+125 |
|
|
* | Use test_support.unlink() instead of os.unlink(). | Guido van Rossum | 2007-05-18 | 1 | -4/+3 |
|
|
* | Fix the cleanup so that we're not left with shelftemp.db.* files. | Guido van Rossum | 2007-05-18 | 1 | -12/+10 |
|
|
* | Make test_socket pass. There was an unchecked error when a Unicode | Guido van Rossum | 2007-05-18 | 2 | -24/+24 |
|
|
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 49 | -255/+385 |
|
|
* | Add missing #define. | Walter Dörwald | 2007-05-18 | 1 | -0/+1 |
|
|
* | Fix test: u prefixes are gone now. Test 'a' and b'a' instead. | Walter Dörwald | 2007-05-18 | 1 | -2/+1 |
|
|
* | Add 'U'/'U#' format characters to Py_BuildValue (and thus | Walter Dörwald | 2007-05-18 | 6 | -113/+376 |
|
|
* | 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 some uses of cStringIO.StringIO to io.StringIO. | Guido van Rossum | 2007-05-18 | 19 | -89/+26 |
|
|
* | Protect abs__file__() from changes to sys.modules while it's running. | Guido van Rossum | 2007-05-18 | 1 | -1/+1 |
|
|
* | Make all the multibyte codec tests pass. | Guido van Rossum | 2007-05-17 | 10 | -1227/+1225 |
|
|
* | Make test_codecs work. The CJK codecs now use bytes instead of str8 for | Guido van Rossum | 2007-05-17 | 2 | -29/+32 |
|
|
* | Make test_new pass. | Guido van Rossum | 2007-05-17 | 2 | -1/+6 |
|
|
* | Make test_locale pass. | Guido van Rossum | 2007-05-17 | 1 | -0/+1 |
|
|
* | Make test__locale pass. Stupid bug in the original code: used 'is' for '=='. | Guido van Rossum | 2007-05-17 | 1 | -1/+1 |
|
|
* | Allow encoding names to be unicode strings. | Guido van Rossum | 2007-05-17 | 1 | -0/+5 |
|
|
* | Fix tests for string encodings. | Walter Dörwald | 2007-05-17 | 1 | -2/+2 |
|
|
* | Merged revisions 55342-55406 via svnmerge from | Guido van Rossum | 2007-05-17 | 50 | -5861/+85 |
|
|
* | Fix io.StringIO for wide Python builds. | Walter Dörwald | 2007-05-16 | 1 | -6/+11 |
|
|
* | Fix io.StringIO: String are stored encoded (using "unicode-internal" as the | Walter Dörwald | 2007-05-16 | 2 | -19/+33 |
|
|
* | Make test_subprocess pass. The subprocess module now reads and writes | Guido van Rossum | 2007-05-15 | 2 | -27/+16 |
|
|
* | Make test_sys pass. | Guido van Rossum | 2007-05-15 | 2 | -6/+5 |
|
|
* | Make test_strop pass. (But shouldn't we kill strop?) | Guido van Rossum | 2007-05-15 | 1 | -1/+1 |
|
|
* | Make test_re pass. | Guido van Rossum | 2007-05-15 | 1 | -14/+2 |
|
|
* | It's ok for __hex__ or __oct__ to return unicode. | Guido van Rossum | 2007-05-15 | 2 | -4/+3 |
|
|
* | Make test_fileio.py work. | Guido van Rossum | 2007-05-15 | 1 | -1/+1 |
|
|
* | Make test_str.py pass. | Guido van Rossum | 2007-05-15 | 3 | -17/+15 |
|
|
* | Make tset_float pass. float(<unicode>) was never very good -- it used | Guido van Rossum | 2007-05-15 | 2 | -22/+30 |
|
|
* | Add what looks like a necessary call to PyErr_NoMemory() when PyMem_MALLOC() | Guido van Rossum | 2007-05-15 | 1 | -1/+1 |
|
|
* | Kill two innocuous compiler warnings. | Guido van Rossum | 2007-05-15 | 2 | -2/+2 |
|
|
* | Obsubmit. | Guido van Rossum | 2007-05-15 | 1 | -2/+2 |
|
|
* | Fix the picklevalue test; it broke due to the change in default protocol. | Guido van Rossum | 2007-05-15 | 1 | -9/+15 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 64 | -2687/+1459 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 137 | -15365/+14480 |
|
|
* | Merged revisions 55270-55324 via svnmerge from | Guido van Rossum | 2007-05-14 | 68 | -9866/+52 |
|
|
* | Change PyUnicode_EncodeCharmap() to return bytes objects | Walter Dörwald | 2007-05-12 | 1 | -20/+21 |
|
|
* | Fix string test (was testing str twice). | Walter Dörwald | 2007-05-12 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | There's no longer a u prefix for unicode objects | Walter Dörwald | 2007-05-11 | 1 | -6/+6 |
|
|
* | Simplify PyObject_Unicode(NULL) by using | Walter Dörwald | 2007-05-11 | 1 | -8/+3 |
|
|
* | Merged revisions 55225-55227,55229-55269 via svnmerge from | Guido van Rossum | 2007-05-11 | 57 | -22482/+805 |
|
|
* | Remove support for u"..." literals. | Guido van Rossum | 2007-05-11 | 1 | -10/+1 |
|
|
* | Enhance the punycode decoder so that it can decode | Walter Dörwald | 2007-05-11 | 3 | -130/+136 |
|
|