Mark Dickinson
|
d687be09b4
|
Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer.
|
2011-03-27 16:15:24 +01:00 |
Benjamin Peterson
|
5c8da86f3a
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
Walter Dörwald
|
f008203cb4
|
Move xdrlib tests from the module into a separate test script,
port the tests to unittest and add a few new tests.
|
2006-12-01 16:59:47 +00:00 |
Tim Peters
|
eba28bea9b
|
Whitespace normalization.
|
2005-03-28 01:08:02 +00:00 |
Martin v. Löwis
|
c2a0ac20b7
|
Patch #1049151: adding bool support to xdrlib.py.
Also add xdrlib._test into the test suite.
|
2005-02-24 20:22:10 +00:00 |