| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Completely get rid of PyClass and PyInstance. | Guido van Rossum | 2006-08-17 | 1 | -8/+1 | |
| * | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -3/+4 | |
| * | Adding bytes.join() -- a class methods that concatenates an iterable of bytes. | Guido van Rossum | 2006-05-05 | 1 | -2/+65 | |
| * | Optimizations for bytes reallocation. | Guido van Rossum | 2006-05-05 | 1 | -11/+53 | |
| * | Implement bytes += bytes, bytes *= int, int in bytes, bytes in bytes. | Guido van Rossum | 2006-04-27 | 1 | -5/+94 | |
| * | Added much functionality to the bytes type. | Guido van Rossum | 2006-04-24 | 1 | -168/+462 | |
| * | Fix a leak and a buglet discovered by Thomas. | Guido van Rossum | 2006-04-23 | 1 | -1/+2 | |
| * | Here is a bytes type. It's very minimal but it's a start. | Guido van Rossum | 2006-04-22 | 1 | -0/+373 | |
