| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use StringType -- always test for basestring. | Guido van Rossum | 2007-05-04 | 1 | -3/+3 |
|
|
* | Add 8-bit chr() back as chr8(). | Guido van Rossum | 2007-05-04 | 1 | -0/+24 |
|
|
* | Make the BOM constants in codecs.py bytes. | Walter Dörwald | 2007-05-04 | 2 | -84/+83 |
|
|
* | Change PyUnicode_EncodeUTF16() so that it returns | Walter Dörwald | 2007-05-04 | 1 | -2/+2 |
|
|
* | Use basestring instead of (str, str8) to test whether | Walter Dörwald | 2007-05-04 | 1 | -1/+1 |
|
|
* | It's ok for __repr__ to return unicode. | Guido van Rossum | 2007-05-04 | 1 | -9/+2 |
|
|
* | test_exceptions.py passes, except for pickling of course. | Guido van Rossum | 2007-05-04 | 1 | -1/+1 |
|
|
* | Make test_types.py pass. | Guido van Rossum | 2007-05-04 | 1 | -14/+14 |
|
|
* | Make all of test_bytes pass (except pickling, which is too badly busted). | Guido van Rossum | 2007-05-04 | 3 | -57/+55 |
|
|
* | Add trailing null bytes to a few more places. | Guido van Rossum | 2007-05-04 | 1 | -8/+12 |
|
|
* | Compare and hash unicode objects like their UTF-8 representations. | Guido van Rossum | 2007-05-04 | 2 | -52/+28 |
|
|
* | More coding by random modification. | Guido van Rossum | 2007-05-04 | 12 | -155/+185 |
|
|
* | Temporary fix: Module names are still 8bit strings. This | Walter Dörwald | 2007-05-03 | 1 | -1/+1 |
|
|
* | Fix various spots where int/long and str/unicode unification | Walter Dörwald | 2007-05-03 | 14 | -52/+47 |
|
|
* | Fix type name (str has been renamed to str8). | Walter Dörwald | 2007-05-03 | 1 | -1/+1 |
|
|
* | Get rid of all #ifdef Py_USING_UNICODE (it is always present now). | Guido van Rossum | 2007-05-03 | 36 | -472/+10 |
|
|
* | Kill unichr() itself. | Guido van Rossum | 2007-05-03 | 1 | -3/+0 |
|
|
* | Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. | Guido van Rossum | 2007-05-03 | 17 | -66/+45 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 200 | -18059/+18059 |
|
|
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 28 | -81/+68 |
|
|
* | Start working on the str/unicode unification. | Guido van Rossum | 2007-04-27 | 0 | -0/+0 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 386 | -8916/+16101 |
|
|
* | Fix print syntax so this runs using 3.0. | Guido van Rossum | 2007-04-27 | 1 | -9/+9 |
|
|
* | fix some markup errors | Fred Drake | 2007-04-26 | 4 | -5/+5 |
|
|
* | Allow decorators and return annotations to be used together (fixes SF#1697248) | Nick Coghlan | 2007-04-23 | 2 | -2/+7 |
|
|
* | Don't crash when nonlocal is used at module level (fixes SF#1705365) | Nick Coghlan | 2007-04-23 | 2 | -5/+16 |
|
|
* | Add a note to this file that it might be out of date and need some care. | Neal Norwitz | 2007-04-21 | 1 | -0/+2 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 83 | -426/+496 |
|
|
* | Make it compile with C89. | Guido van Rossum | 2007-04-17 | 1 | -1/+2 |
|
|
* | If $PYTHONNEWIO is set and nonempty, | Guido van Rossum | 2007-04-17 | 1 | -0/+23 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 69 | -2113/+396 |
|
|
* | Remove the SlowParser class because it depended on the xmllib module | Neal Norwitz | 2007-04-17 | 1 | -30/+11 |
|
|
* | Remove the xmllib module that was obsolete. | Neal Norwitz | 2007-04-17 | 6 | -1271/+1 |
|
|
* | Remove old string module | Neal Norwitz | 2007-04-17 | 1 | -426/+0 |
|
|
* | Remove ancient platforms: AIX 3 and Irix 5. (AIX 4 and Irix 6 remain.) | Neal Norwitz | 2007-04-17 | 28 | -4373/+0 |
|
|
* | Instead of pickling the whole decoder, use the new getstate/setstate API. | Guido van Rossum | 2007-04-17 | 2 | -33/+57 |
|
|
* | Apply SF patch #1698994: Add getstate() and setstate() | Walter Dörwald | 2007-04-16 | 5 | -31/+249 |
|
|
* | Check in the inevitable change to the version number. | Guido van Rossum | 2007-04-16 | 1 | -2/+2 |
|
|
* | Hide list comp variables and support set comprehensions | Nick Coghlan | 2007-04-15 | 29 | -1261/+1944 |
|
|
* | Oops, don't test for a name attribute here. That's a higher-level feature. | Guido van Rossum | 2007-04-13 | 1 | -1/+0 |
|
|
* | Support name and mode attributes on all file types. | Guido van Rossum | 2007-04-13 | 3 | -18/+83 |
|
|
* | struct.unpack() allows a bytes string too (if it has the right size). | Guido van Rossum | 2007-04-13 | 1 | -2/+6 |
|
|
* | Support marshal.dump(x, f) where f is not a real file. | Guido van Rossum | 2007-04-13 | 3 | -6/+27 |
|
|
* | Disallow u"..." + b"..." and b"..." + u"...". | Guido van Rossum | 2007-04-13 | 2 | -1/+4 |
|
|
* | Rough and dirty job -- allow concatenation of bytes and arbitrary | Guido van Rossum | 2007-04-13 | 5 | -72/+212 |
|
|
* | Make a few more tests pass with the new I/O library. | Guido van Rossum | 2007-04-12 | 6 | -20/+16 |
|
|
* | Clean up trailing whitespace. | Guido van Rossum | 2007-04-12 | 1 | -18/+18 |
|
|
* | Fix most XXX remarks. | Guido van Rossum | 2007-04-12 | 1 | -24/+13 |
|
|
* | Test closed, mode attribute; don't test __exit__(). | Guido van Rossum | 2007-04-12 | 1 | -21/+16 |
|
|
* | Make sure that writing an array instance returns the number of bytes, | Guido van Rossum | 2007-04-12 | 2 | -1/+17 |
|
|