History log of /external/python/cpython2/Lib/test/test_xdrlib.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f85a856fb0ca43408c2deb01d9deb2efd7cb28b7 10-Oct-2014 Petri Lehtinen <petri@digip.org> Issue #11694: Raise ConversionError in xdrlib as documented
/external/python/cpython2/Lib/test/test_xdrlib.py
d687be09b4c691850e160f7daccb8ed9d63551b0 27-Mar-2011 Mark Dickinson <mdickinson@enthought.com> Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer.
/external/python/cpython2/Lib/test/test_xdrlib.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/test/test_xdrlib.py
f008203cb4c98329bdcfd871afc66dfa3ed4ec94 01-Dec-2006 Walter Dörwald <walter@livinglogic.de> Move xdrlib tests from the module into a separate test script,
port the tests to unittest and add a few new tests.
/external/python/cpython2/Lib/test/test_xdrlib.py
eba28bea9b8ef7df010e65c630b8c0f7009c6005 28-Mar-2005 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_xdrlib.py
c2a0ac20b7ba3c740f21607c4c8bc706f5d7b7c5 24-Feb-2005 Martin v. Löwis <martin@v.loewis.de> Patch #1049151: adding bool support to xdrlib.py.
Also add xdrlib._test into the test suite.
/external/python/cpython2/Lib/test/test_xdrlib.py