summaryrefslogtreecommitdiffstats
path: root/Lib/xdrlib.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization. Top level of Lib now fixed-point for reindent.py!Tim Peters2001-01-151-4/+4
* Update the code to better reflect recommended style:Fred Drake2000-12-121-2/+2
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-144/+144
* Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bitBarry Warsaw1997-05-291-2/+2
* Raise ConversionError instances the new fangled way, e.g.:Barry Warsaw1997-01-141-3/+4
* Use the new struct module's ability to pack and unpack standardizedGuido van Rossum1997-01-021-77/+32
* Unpacker.get_buffer(): new method to access the internal buffer of dataBarry Warsaw1996-12-041-0/+3
* Get rid of evil workaround for Python 1.4b2 bug.Guido van Rossum1996-10-221-4/+0
* No double underscores for globals pleaseGuido van Rossum1996-08-261-3/+3
* Rename __test() to _test().Guido van Rossum1996-08-191-2/+2
* XDR interface, evolved from Demo/rpc/xdr.py by Barry.Guido van Rossum1996-08-191-0/+324