Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11694: Raise ConversionError in xdrlib as documented | Petri Lehtinen | 2014-10-10 | 1 | -0/+24 |
| | |||||
* | Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ↵ | Mark Dickinson | 2011-03-27 | 1 | -0/+2 |
| | | | | trying to pack a negative (in-range) integer. | ||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -3/+3 |
| | |||||
* | Move xdrlib tests from the module into a separate test script, | Walter Dörwald | 2006-12-01 | 1 | -1/+54 |
| | | | | port the tests to unittest and add a few new tests. | ||||
* | Whitespace normalization. | Tim Peters | 2005-03-28 | 1 | -1/+0 |
| | |||||
* | Patch #1049151: adding bool support to xdrlib.py. | Martin v. Löwis | 2005-02-24 | 1 | -0/+4 |
Also add xdrlib._test into the test suite. |