| Commit message (Expand) | Author | Age | Files | Lines |
* | I don't know how come bytes.join() was a class method, but that's clearly | Guido van Rossum | 2007-05-09 | 1 | -5/+6 |
|
|
* | Given that ord() of a bytes object of length 1 is defined, it should | Guido van Rossum | 2007-05-08 | 1 | -0/+5 |
|
|
* | repr(b"\0") should return b"\x00", not the (unusual) b"\0". | Guido van Rossum | 2007-05-08 | 1 | -2/+3 |
|
|
* | Make all of test_bytes pass (except pickling, which is too badly busted). | Guido van Rossum | 2007-05-04 | 1 | -38/+38 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -14/+14 |
|
|
* | Support name and mode attributes on all file types. | Guido van Rossum | 2007-04-13 | 1 | -8/+1 |
|
|
* | Disallow u"..." + b"..." and b"..." + u"...". | Guido van Rossum | 2007-04-13 | 1 | -1/+1 |
|
|
* | Rough and dirty job -- allow concatenation of bytes and arbitrary | Guido van Rossum | 2007-04-13 | 1 | -11/+43 |
|
|
* | An example of action-at-a-distance: fix the problems I had in test_io.py | Guido van Rossum | 2007-04-11 | 1 | -2/+10 |
|
|
* | Bytes should never equal unicode. | Guido van Rossum | 2007-04-09 | 1 | -0/+21 |
|
|
* | For Make Benefit Glorious Nation of Backwards Compatibility, | Guido van Rossum | 2007-04-09 | 1 | -0/+15 |
|
|
* | Addendum of patch #1669633: additional tests for bytes methods. | Georg Brandl | 2007-03-06 | 1 | -0/+31 |
|
|
* | SF patch #1669633, add methods for bytes from Pete Shinners. | Neal Norwitz | 2007-02-27 | 1 | -22/+168 |
|
|
* | Implement bytes.fromhex(), with tests. | Georg Brandl | 2007-02-27 | 1 | -0/+15 |
|
|
* | Make bytes_repr return a string containing a b"" literal. | Georg Brandl | 2007-02-24 | 1 | -3/+5 |
|
|
* | Bytes literal. | Thomas Wouters | 2007-02-23 | 1 | -1/+13 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -2/+2 |
|
|
* | Implement extended slicing in bytes objects. | Thomas Wouters | 2006-12-19 | 1 | -0/+31 |
|
|
* | Fix buglet in slice assignment of bytesobjects: assigning to b[3:0] ('stop' | Thomas Wouters | 2006-08-23 | 1 | -0/+3 |
|
|
* | Make bytesobject raise ValueError instead of TypeError again (thanks, Nick) | Thomas Wouters | 2006-08-22 | 1 | -4/+4 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -4/+4 |
|
|
* | Comment out debug print. | Guido van Rossum | 2006-05-26 | 1 | -1/+1 |
|
|
* | Adding bytes.join() -- a class methods that concatenates an iterable of bytes. | Guido van Rossum | 2006-05-05 | 1 | -0/+24 |
|
|
* | Implement bytes += bytes, bytes *= int, int in bytes, bytes in bytes. | Guido van Rossum | 2006-04-27 | 1 | -2/+49 |
|
|
* | Added much functionality to the bytes type. | Guido van Rossum | 2006-04-24 | 1 | -32/+232 |
|
|
* | Fix a leak and a buglet discovered by Thomas. | Guido van Rossum | 2006-04-23 | 1 | -16/+48 |
|
|
* | Fix test_main function so test_bytes can be run by regrtest.py. | Thomas Wouters | 2006-04-23 | 1 | -1/+1 |
|
|
* | Here is a bytes type. It's very minimal but it's a start. | Guido van Rossum | 2006-04-22 | 1 | -0/+109 |
|
|