Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -144/+144 |
* | Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bit | Barry Warsaw | 1997-05-29 | 1 | -2/+2 |
* | Raise ConversionError instances the new fangled way, e.g.: | Barry Warsaw | 1997-01-14 | 1 | -3/+4 |
* | Use the new struct module's ability to pack and unpack standardized | Guido van Rossum | 1997-01-02 | 1 | -77/+32 |
* | Unpacker.get_buffer(): new method to access the internal buffer of data | Barry Warsaw | 1996-12-04 | 1 | -0/+3 |
* | Get rid of evil workaround for Python 1.4b2 bug. | Guido van Rossum | 1996-10-22 | 1 | -4/+0 |
* | No double underscores for globals please | Guido van Rossum | 1996-08-26 | 1 | -3/+3 |
* | Rename __test() to _test(). | Guido van Rossum | 1996-08-19 | 1 | -2/+2 |
* | XDR interface, evolved from Demo/rpc/xdr.py by Barry. | Guido van Rossum | 1996-08-19 | 1 | -0/+324 |