summaryrefslogtreecommitdiff
path: root/Lib/xdrlib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #11694: Raise ConversionError in xdrlib as documentedPetri Lehtinen2014-10-101-8/+25
* Merge: change docstring for xdrlib.Error to use new style exceptions.Andrew Svetlov2012-11-011-1/+1
|\
| * Change docstring for xdrlib.Error to use new style exceptions.Andrew Svetlov2012-11-011-1/+1
* | Cleanup code: remove int/long idioms and simplify a while statement.Florent Xicluna2011-10-231-5/+1
|/
* Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ...Mark Dickinson2011-03-271-1/+3
* Raise statement normalization in Lib/.Collin Winter2007-08-301-6/+6
* Move xdrlib over to the bytes type.Brett Cannon2007-07-261-5/+5
* Change some uses of cStringIO.StringIO to io.StringIO.Guido van Rossum2007-05-181-4/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-5/+5
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-58/+0
* Fix typical truedivision problem (using the result of division as an index.)Thomas Wouters2006-04-201-2/+2
* patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for paddingGeorg Brandl2005-09-291-1/+1
* Patch #1049151: adding bool support to xdrlib.py.Martin v. Löwis2005-02-241-5/+7
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Get rid of many apply() calls.Guido van Rossum2003-02-271-2/+2
* Derive exception classes from ExceptionNeal Norwitz2002-03-311-1/+1
* Use (c)StringIO for collecting bytes. Fixes bug #451622.Martin v. Löwis2001-08-161-8/+12
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-011-0/+2
* 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