aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_xdrlib.py
Commit message (Expand)AuthorAge
* gh-91217: deprecate xdrlib (GH-92066)Brett Cannon2022-04-29
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Issue #11694: Raise ConversionError in xdrlib as documentedPetri Lehtinen2014-10-10
* Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ...Mark Dickinson2011-03-27
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Move xdrlib over to the bytes type.Brett Cannon2007-07-26
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Whitespace normalization.Tim Peters2005-03-28
* Patch #1049151: adding bool support to xdrlib.py.Martin v. Löwis2005-02-24