1. 3894b2a Issue #11694: Raise ConversionError in xdrlib as documented by Petri Lehtinen · 10 years ago
  2. 2e99d63 Merge: change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  3. 42d5c41 Change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  4. 2bb96f5 Cleanup code: remove int/long idioms and simplify a while statement. by Florent Xicluna · 13 years ago
  5. 92b60d5 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 13 years ago
  6. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  7. 1eb79cf Move xdrlib over to the bytes type. by Brett Cannon · 17 years ago
  8. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  9. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  10. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  11. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  12. 4f564bd Fix typical truedivision problem (using the result of division as an index.) by Thomas Wouters · 18 years ago
  13. aa93517 patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding by Georg Brandl · 19 years ago
  14. c2a0ac2 Patch #1049151: adding bool support to xdrlib.py. by Martin v. Löwis · 19 years ago
  15. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  16. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  17. f74e46c Derive exception classes from Exception by Neal Norwitz · 22 years ago
  18. c47016e Use (c)StringIO for collecting bytes. Fixes bug #451622. by Martin v. Löwis · 23 years ago
  19. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  20. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 23 years ago
  21. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 23 years ago
  22. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  23. 1d0fe31 Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bit by Barry Warsaw · 27 years ago
  24. 7e98bda Raise ConversionError instances the new fangled way, e.g.: by Barry Warsaw · 27 years ago
  25. 6083f0e Use the new struct module's ability to pack and unpack standardized by Guido van Rossum · 27 years ago
  26. 75eccc5 Unpacker.get_buffer(): new method to access the internal buffer of data by Barry Warsaw · 27 years ago
  27. 176f10e Get rid of evil workaround for Python 1.4b2 bug. by Guido van Rossum · 28 years ago
  28. a9b60d9 No double underscores for globals please by Guido van Rossum · 28 years ago
  29. 72fba79 Rename __test() to _test(). by Guido van Rossum · 28 years ago
  30. 731630b XDR interface, evolved from Demo/rpc/xdr.py by Barry. by Guido van Rossum · 28 years ago